2013-02-26 10:09:41 +01:00
|
|
|
<div class="paging">
|
|
|
|
{if="isLoggedIn()"}
|
2014-12-12 17:01:02 +01:00
|
|
|
<div class="paging_privatelinks">
|
2013-02-26 10:09:41 +01:00
|
|
|
<a href="?privateonly">
|
|
|
|
{if="$privateonly"}
|
|
|
|
<img src="images/private_16x16_active.png#" width="16" height="16" title="Click to see all links" alt="Click to see all links">
|
|
|
|
{else}
|
|
|
|
<img src="images/private_16x16.png#" width="16" height="16" title="Click to see only private links" alt="Click to see only private links">
|
|
|
|
{/if}
|
|
|
|
</a>
|
2015-07-15 11:47:12 +02:00
|
|
|
|
|
|
|
|
2013-02-26 10:09:41 +01:00
|
|
|
</div>
|
|
|
|
{/if}
|
2015-07-15 11:47:12 +02:00
|
|
|
{loop="$action_plugin"}
|
|
|
|
{$value}
|
|
|
|
{/loop}
|
2014-12-12 17:01:02 +01:00
|
|
|
<div class="paging_linksperpage">
|
2013-02-26 10:09:41 +01:00
|
|
|
Links per page: <a href="?linksperpage=20">20</a> <a href="?linksperpage=50">50</a> <a href="?linksperpage=100">100</a>
|
2014-12-02 21:00:52 +01:00
|
|
|
<form method="GET" class="linksperpage"><input type="text" name="linksperpage" size="2"></form>
|
2013-02-26 10:09:41 +01:00
|
|
|
</div>
|
2014-12-12 17:01:02 +01:00
|
|
|
{if="$previous_page_url"} <a href="{$previous_page_url}" class="paging_older">◄Older</a> {/if}
|
|
|
|
<div class="paging_current">page {$page_current} / {$page_max} </div>
|
|
|
|
{if="$next_page_url"} <a href="{$next_page_url}" class="paging_newer">Newer►</a> {/if}
|
2014-12-02 21:00:52 +01:00
|
|
|
</div>
|