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

Last change on this file since 11937 was 8119, checked in by rvelices, 14 years ago

css sprites - almost done - still to implement nice colors and hover effect for clear and sylvia

  • Property svn:eol-style set to LF
File size: 558 bytes
RevLine 
[1900]1<div id="imageHeaderBar">
2  <div class="browsePath">
[2227]3    {if isset($U_SLIDESHOW_STOP) }
[5021]4    [ <a href="{$U_SLIDESHOW_STOP}">{'stop the slideshow'|@translate}</a> ]
[2227]5    {/if}
[1900]6  </div>
[2227]7  <div class="imageNumber">{$PHOTO}</div>
8  {if $SHOW_PICTURE_NAME_ON_TITLE }
9  <h2 class="showtitle">{$current.TITLE}</h2>
10  {/if}
[1900]11</div>
[2218]12
13<div id="imageToolBar">
[2759]14  {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}
[2218]15</div>
16
[1900]17<div id="theImage">
[2227]18  {$ELEMENT_CONTENT}
19  {if isset($COMMENT_IMG)}
20  <p class="showlegend">{$COMMENT_IMG}</p>
21  {/if}
[1900]22</div>
Note: See TracBrowser for help on using the repository browser.