Last change
on this file since 9560 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
|
Line | |
---|
1 | <div id="imageHeaderBar"> |
---|
2 | <div class="browsePath"> |
---|
3 | {if isset($U_SLIDESHOW_STOP) } |
---|
4 | [ <a href="{$U_SLIDESHOW_STOP}">{'stop the slideshow'|@translate}</a> ] |
---|
5 | {/if} |
---|
6 | </div> |
---|
7 | <div class="imageNumber">{$PHOTO}</div> |
---|
8 | {if $SHOW_PICTURE_NAME_ON_TITLE } |
---|
9 | <h2 class="showtitle">{$current.TITLE}</h2> |
---|
10 | {/if} |
---|
11 | </div> |
---|
12 | |
---|
13 | <div id="imageToolBar"> |
---|
14 | {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'} |
---|
15 | </div> |
---|
16 | |
---|
17 | <div id="theImage"> |
---|
18 | {$ELEMENT_CONTENT} |
---|
19 | {if isset($COMMENT_IMG)} |
---|
20 | <p class="showlegend">{$COMMENT_IMG}</p> |
---|
21 | {/if} |
---|
22 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.