]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/linklist.paging.html
e91c8f86b66bbcc88f74ea318013c67656f513ef
[github/shaarli/Shaarli.git] / tpl / linklist.paging.html
1 <div class="paging">
2 {if="isLoggedIn()"}
3 <div class="paging_privatelinks">
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
12
13 </div>
14 {/if}
15 {loop="$action_plugin"}
16 {$value}
17 {/loop}
18 <div class="paging_linksperpage">
19 Links per page: <a href="?linksperpage=20">20</a> <a href="?linksperpage=50">50</a> <a href="?linksperpage=100">100</a>
20 <form method="GET" class="linksperpage"><input type="text" name="linksperpage" size="2"></form>
21 </div>
22 {if="$previous_page_url"} <a href="{$previous_page_url}" class="paging_older">&#x25C4;Older</a> {/if}
23 <div class="paging_current">page {$page_current} / {$page_max} </div>
24 {if="$next_page_url"} <a href="{$next_page_url}" class="paging_newer">Newer&#x25BA;</a> {/if}
25 </div>