NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tab-list.html 501B

12345678910111213141516171819
  1. <table class="p2p-results">
  2. <tbody>
  3. {{#rows}}
  4. {{>table-row}}
  5. {{/rows}}
  6. </tbody>
  7. </table>
  8. {{#navigation}}
  9. <div class="p2p-navigation">
  10. <div class="p2p-prev button {{prev-inactive}}" title="{{prev-label}}">&lsaquo;</div>
  11. <div>
  12. <span class="p2p-current">{{current-page}}</span>
  13. {{of-label}}
  14. <span class="p2p-total" data-num="{{total-pages-raw}}">{{total-pages}}</span>
  15. </div>
  16. <div class="p2p-next button {{next-inactive}}" title="{{next-label}}">&rsaquo;</div>
  17. </div>
  18. {{/navigation}}