source: trunk/themes/smartpocket/template/picture_nav_buttons.tpl @ 26805

Last change on this file since 26805 was 26362, checked in by flop25, 10 years ago

smartpocket :
fix logout/login msg
set menu elements as collapsible and as an accordion too
top menu elements blue
picture centered
"Thumbnails" text hidden (too big)

File size: 640 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-iconpos="notext" data-inline="true">data-iconpos="notext"</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.