You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
718 B
18 lines
718 B
<table width="100%" cellspacing="0" cellpadding="2" border="0"> |
|
<tr valign="middle"> |
|
<td align="left"> |
|
{if isset($paging_data.atfirstpage) && $paging_data.atfirstpage} |
|
|< << |
|
{else} |
|
<a href="{$link}page=1">|<</a> <a href="{$link}page={if isset($paging_data.prevpage)}{$paging_data.prevpage|text}{/if}"><<</a> |
|
{/if} |
|
</td> |
|
<td align="right"> |
|
{if isset($paging_data.atlastpage) && $paging_data.atlastpage} |
|
>> >| |
|
{else} |
|
<a href="{$link}page={if isset($paging_data.nextpage)}{$paging_data.nextpage|text}{/if}">>></a> <a href="{$link}page={if isset($paging_data.lastpageno)}{$paging_data.lastpageno|text}{/if}">>|</a> |
|
{/if} |
|
</td> |
|
</tr> |
|
</table>
|
|
|