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.