Changeset 666:7e7918f58915 for themes/ductile/tpl/search.html
- Timestamp:
- 07/31/11 15:25:33 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/search.html
r615 r666 67 67 </div> 68 68 69 {{tpl:ductileNbEntryPerPage}} 70 <tpl:Entries> 69 <div class="content-inner"> 70 {{tpl:ductileNbEntryPerPage}} 71 <tpl:Entries> 71 72 72 {{tpl:ductileEntriesList default="short"}}73 {{tpl:ductileEntriesList default="short"}} 73 74 74 <tpl:EntriesFooter>75 <tpl:Pagination>76 <p class="pagination">77 <tpl:PaginationIf end="0">78 <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« {{tpl:lang previous entries}}</a> -79 </tpl:PaginationIf>80 {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}}81 <tpl:PaginationIf start="0">82 - <a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}} »</a>83 </tpl:PaginationIf>84 </p>85 </tpl:Pagination>86 </tpl:EntriesFooter>87 </tpl:Entries>88 89 </div> 75 <tpl:EntriesFooter> 76 <tpl:Pagination> 77 <p class="pagination"> 78 <tpl:PaginationIf end="0"> 79 <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« {{tpl:lang previous entries}}</a> - 80 </tpl:PaginationIf> 81 {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} 82 <tpl:PaginationIf start="0"> 83 - <a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}} »</a> 84 </tpl:PaginationIf> 85 </p> 86 </tpl:Pagination> 87 </tpl:EntriesFooter> 88 </tpl:Entries> 89 </div> <!-- End #content-inner --> 90 </div> <!-- End #content --> 90 91 </div> <!-- End #main --> 91 92
Note: See TracChangeset
for help on using the changeset viewer.