source: extensions/gally/gally-black-graphite/template/slideshow.tpl @ 8534

Last change on this file since 8534 was 8534, checked in by grum, 13 years ago

New theme for gally's themes

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