source: extensions/floOS/2.0.x/slideshow.tpl @ 7690

Last change on this file since 7690 was 5714, checked in by flop25, 14 years ago

moving the old template structure to a specific folder

File size: 639 bytes
Line 
1{* $Id: slideshow.tpl 2227 2008-02-29 01:25:13Z 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.