diff options
Diffstat (limited to 'tpl/linklist.paging.html')
-rw-r--r-- | tpl/linklist.paging.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tpl/linklist.paging.html b/tpl/linklist.paging.html new file mode 100644 index 00000000..27e7440d --- /dev/null +++ b/tpl/linklist.paging.html | |||
@@ -0,0 +1,9 @@ | |||
1 | <div class="paging"> | ||
2 | <div style="float:right; padding-right:5px;"> | ||
3 | Links per page: <a href="?linksperpage=20">20</a> <a href="?linksperpage=50">50</a> <a href="?linksperpage=100">100</a> | ||
4 | <form method="GET" style="display:inline;" class="linksperpage"><input type="text" name="linksperpage" size="2" style="height:15px;"></form> | ||
5 | </div> | ||
6 | {if="$previous_page_url"} <a href="{$previous_page_url}">◄Older</a> {/if} | ||
7 | <span style="color:#fff; padding:0 20 0 20;">page {$page_current} / {$page_max} </span> | ||
8 | {if="$next_page_url"} <a href="{$next_page_url}">Newer►</a> {/if} | ||
9 | </div> \ No newline at end of file | ||