source: trunk/themes/smartpocket/template/picture_nav_buttons.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: 622 bytes
Line 
1<div data-role="controlgroup" data-type="horizontal" align="center">
2{strip}
3{if isset($previous)}
4         <a href="{$previous.U_IMG}" rel="prev" data-role="button" data-icon="arrow-l"  data-iconpos="notext" data-inline="true">{'Previous'|@translate}</a>
5{/if}
6{if isset($U_UP) and !isset($slideshow)}
7        <a href="{$U_UP}" rel="prev" data-role="button" data-icon="arrow-u" data-inline="true">{'Thumbnails'|@translate}</a>
8{/if}
9{if isset($next)}
10        <a href="{$next.U_IMG}" rel="next" data-role="button" data-icon="arrow-r"  data-iconpos="notext" data-iconpos="right" data-inline="true">{'Next'|@translate}</a>
11{/if}
12{/strip}
13</div>
Note: See TracBrowser for help on using the repository browser.