Revision 615:80036175810b,
469 bytes
checked in by Franck <carnet.franck.paul@…>, 14 years ago
(diff) |
Reprise des templates (mises en forme, corrections)
|
Line | |
---|
1 | <tpl:Pagination> |
---|
2 | <p class="pagination"> |
---|
3 | <tpl:PaginationIf end="0"> |
---|
4 | <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« |
---|
5 | {{tpl:lang previous entries}}</a> - |
---|
6 | </tpl:PaginationIf> |
---|
7 | |
---|
8 | {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} |
---|
9 | |
---|
10 | <tpl:PaginationIf start="0"> - <a href="{{tpl:PaginationURL offset="-1"}}" class="next"> |
---|
11 | {{tpl:lang next entries}} »</a> |
---|
12 | </tpl:PaginationIf> |
---|
13 | </p> |
---|
14 | </tpl:Pagination> |
---|
Note: See
TracBrowser
for help on using the repository browser.