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

Last change on this file since 13474 was 13474, checked in by Zaphod, 12 years ago

feature 2588: template modification for v2.4
-> #content on picture & slideshow page
-> class 'browsePathSeparator' on LEVEL_SEPARATOR on browsePath
-> derivativeSwitchLink replaced by pwg-size icon (with associated css modification on themes)
-> new id #theImageAndInfos that contains #theImage and #imageInfos

  • Property svn:eol-style set to LF
File size: 540 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                <h2 class="showtitle">{$current.TITLE}</h2>
7  </div>
8  <div class="imageNumber">{$PHOTO}</div>
9</div>
10
11<div id="imageToolBar">
12  {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}
13</div>
14
15<div id="content">
16<div id="theImage">
17  {$ELEMENT_CONTENT}
18  {if isset($COMMENT_IMG)}
19  <p class="showlegend">{$COMMENT_IMG}</p>
20  {/if}
21</div>
22</div>
Note: See TracBrowser for help on using the repository browser.