]> wagnertech.de Git - kivitendo-erp.git/blob - templates/webpages/common/paginate.html
Simples Pagination System als Manager Mixin.
[kivitendo-erp.git] / templates / webpages / common / paginate.html
1 [%- FOR p = pages.common %]
2   [%- IF p.active %]<a href="[% base_url _ "&page=" _ p.page %]">[% p.page %]</a>
3   [%- ELSE %]<b>[% p.page %]</b>
4   [%- END %]
5   [%- ' ' UNLESS loop.last %]
6 [%- END %]