]>
Commit | Line | Data |
---|---|---|
45034273 SS |
1 | <div class="paging"> |
2 | {if="isLoggedIn()"} | |
8079dfd1 | 3 | <div class="paging_privatelinks"> |
45034273 SS |
4 | <a href="?privateonly"> |
5 | {if="$privateonly"} | |
6 | <img src="images/private_16x16_active.png#" width="16" height="16" title="Click to see all links" alt="Click to see all links"> | |
7 | {else} | |
8 | <img src="images/private_16x16.png#" width="16" height="16" title="Click to see only private links" alt="Click to see only private links"> | |
9 | {/if} | |
10 | </a> | |
11 | </div> | |
12 | {/if} | |
8079dfd1 | 13 | <div class="paging_linksperpage"> |
45034273 | 14 | Links per page: <a href="?linksperpage=20">20</a> <a href="?linksperpage=50">50</a> <a href="?linksperpage=100">100</a> |
c133612f | 15 | <form method="GET" class="linksperpage"><input type="text" name="linksperpage" size="2"></form> |
45034273 | 16 | </div> |
8079dfd1 A |
17 | {if="$previous_page_url"} <a href="{$previous_page_url}" class="paging_older">◄Older</a> {/if} |
18 | <div class="paging_current">page {$page_current} / {$page_max} </div> | |
19 | {if="$next_page_url"} <a href="{$next_page_url}" class="paging_newer">Newer►</a> {/if} | |
c133612f | 20 | </div> |