source: trunk/themes/default/template/slideshow.tpl @ 5123

Last change on this file since 5123 was 5095, checked in by plg, 14 years ago

feature 1494: move all *.tpl files from template/yoga to the new
template/default (from which yoga derives)

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