source:
extensions/Simple_Grey/slideshow.tpl
@
5087
Last change on this file since 5087 was 4762, checked in by , 15 years ago | |
---|---|
File size: 390 bytes |
Line | |
---|---|
1 | <div id="theImage"> |
2 | {$ELEMENT_CONTENT} |
3 | {if isset($COMMENT_IMG)} |
4 | <p class="showlegend">{$COMMENT_IMG}</p> |
5 | {/if} |
6 | </div> |
7 | <div id="slideshow"> |
8 | <div class="titrePage"> |
9 | {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'} |
10 | <div class="imageNumber">{$PHOTO}</div> |
11 | {if $SHOW_PICTURE_NAME_ON_TITLE } |
12 | <h2>{$current.TITLE}</h2> |
13 | {/if} |
14 | </div> |
15 | </div> |
Note: See TracBrowser
for help on using the repository browser.