Last change
on this file since 2640 was
2227,
checked in by rvelices, 17 years ago
|
picture, footer and picture modify template migration
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
531 bytes
|
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=$FILE_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.