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

Last change on this file since 13115 was 13115, checked in by rvelices, 12 years ago

improvement of picture title on picture page, drop boxes on index page ...
sharpening uses a zider scale range

  • Property svn:eol-style set to LF
File size: 514 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="theImage">
16  {$ELEMENT_CONTENT}
17  {if isset($COMMENT_IMG)}
18  <p class="showlegend">{$COMMENT_IMG}</p>
19  {/if}
20</div>
Note: See TracBrowser for help on using the repository browser.