aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/template/navigation_bar.tpl
blob: 2dfbbe9502c801a98d7c075b839da6cc5bc7018d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{capture}{$navbar.pages|@end}{/capture}
<div class="ui-bar ui-bar-a" style="text-align:center;">
<div data-role="controlgroup" data-type="horizontal">
{strip}
  {if isset($navbar.URL_PREV)}
  <a href="{$navbar.URL_PREV}" rel="prev" data-role="button" data-icon="arrow-l" data-inline="true">{'Previous'|@translate}</a>
  {/if}
  <a href="#" data-role="button" data-inline="true">{$navbar.CURRENT_PAGE} / {$navbar.pages|@key}&nbsp;</a>
  {if isset($navbar.URL_NEXT)}
  <a href="{$navbar.URL_NEXT}" rel="next" data-role="button" data-icon="arrow-r" data-iconpos="right" data-inline="true">{'Next'|@translate}</a>
  {/if}
{/strip}
</div>
</div>