source: trunk/template/yoga/slideshow.tpl @ 3282

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 652 bytes
Line 
1{* $Id: /piwigo/trunk/template/yoga/slideshow.tpl 6599 2008-10-16T00:53:15.414857Z rvelices  $ *}
2<div id="imageHeaderBar">
3  <div class="browsePath">
4    {if isset($U_SLIDESHOW_STOP) }
5    [ <a href="{$U_SLIDESHOW_STOP}">{'slideshow_stop'|@translate}</a> ]
6    {/if}
7  </div>
8  <div class="imageNumber">{$PHOTO}</div>
9  {if $SHOW_PICTURE_NAME_ON_TITLE }
10  <h2 class="showtitle">{$current.TITLE}</h2>
11  {/if}
12</div>
13
14<div id="imageToolBar">
15  {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}
16</div>
17
18<div id="theImage">
19  {$ELEMENT_CONTENT}
20  {if isset($COMMENT_IMG)}
21  <p class="showlegend">{$COMMENT_IMG}</p>
22  {/if}
23</div>
Note: See TracBrowser for help on using the repository browser.