source: extensions/gally/gally-minimalist/template/slideshow.tpl @ 17911

Last change on this file since 17911 was 16022, checked in by grum, 12 years ago

new theme gally-minimalist

File size: 844 bytes
Line 
1<!-- **GBL** >SLIDESHOW> -->
2
3<div id="content">
4  <div id="imageHeaderBar" class="slideShow">
5    <div class="imageNumber">{$PHOTO}</div>
6      <div class="browsePath slideShow">
7      {if isset($U_SLIDESHOW_STOP) }
8      <a href="{$U_SLIDESHOW_STOP}">{'stop the slideshow'|@translate}</a>
9      {/if}
10      {* if $SHOW_PICTURE_NAME_ON_TITLE *}
11        <span class="showtitle">{$current.TITLE}</span>
12      {* /if *}
13    </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.