source: extensions/gally/slideshow.tpl @ 4489

Last change on this file since 4489 was 4489, checked in by grum, 14 years ago

[Template:Gally] feature 1096, feature 1097, feature 1098, feature 1099, feature 1313
And some other improvments...

  • Property svn:executable set to *
File size: 817 bytes
Line 
1<!-- **GBL** >SLIDESHOW> -->
2
3<div id="content">
4  <div id="imageHeaderBar">
5    <div class="browsePath slideShow">
6      {if isset($U_SLIDESHOW_STOP) }
7      [ <a href="{$U_SLIDESHOW_STOP}">{'slideshow_stop'|@translate}</a> ]
8      {/if}
9      {if $SHOW_PICTURE_NAME_ON_TITLE }
10        <span class="showtitle">{$current.TITLE}</span>
11      {/if}
12    </div>
13    <div class="imageNumber">{$PHOTO}</div>
14
15  </div>
16
17  <div id="imageToolBar">
18    <div id="imageToolBarContainer" class="uiImg">
19        <div class="imageToolBarBg">&nbsp;</div>
20        {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}
21    </div>
22  </div>
23
24  <div id="theImage">
25    {$ELEMENT_CONTENT}
26    {if isset($COMMENT_IMG)}
27    <p class="showlegend">{$COMMENT_IMG}</p>
28    {/if}
29  </div>
30</div>
31<!-- **GBL** <SLIDESHOW< -->
Note: See TracBrowser for help on using the repository browser.