source: trunk/themes/smartpocket/template/navigation_bar.tpl @ 13234

Last change on this file since 13234 was 13234, checked in by patdenice, 12 years ago

feature:2577
Many improvements

File size: 641 bytes
Line 
1{capture}{$navbar.pages|@end}{/capture}
2<div class="ui-bar ui-bar-a" style="text-align:center;">
3<div data-role="controlgroup" data-type="horizontal">
4{strip}
5  {if isset($navbar.URL_PREV)}
6  <a href="{$navbar.URL_PREV}" rel="prev" data-role="button" data-icon="arrow-l" data-inline="true">{'Previous'|@translate}</a>
7  {/if}
8  <a href="#" data-role="button" data-inline="true">{$navbar.CURRENT_PAGE} / {$navbar.pages|@key}&nbsp;</a>
9  {if isset($navbar.URL_NEXT)}
10  <a href="{$navbar.URL_NEXT}" rel="next" data-role="button" data-icon="arrow-r" data-iconpos="right" data-inline="true">{'Next'|@translate}</a>
11  {/if}
12{/strip}
13</div>
14</div>
Note: See TracBrowser for help on using the repository browser.