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

Last change on this file since 23713 was 23713, checked in by flop25, 11 years ago

bug:2848
jquery.mobile updated
photoswipe updated
menubar is now a right panel, with almost all the usual links
added comment, search, picture, about and tags pages

ToDo:
*bug correction of the link added to the photoswipe toolbar (link doesn't triggered)
*display the calculated size on the picture page
limitations: no calendar view

File size: 660 bytes
Line 
1{capture}{$navbar.pages|@end}{/capture}
2<div data-role="footer" 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.