Last change
on this file since 9125 was
8183,
checked in by Zaphod, 14 years ago
|
Changes for version 1.1.0 :
- picture navbuttons moved into the title bar
- increased size of prev/next thumbnail zone on picture page
- picture icons and thumbnail arrows replaced by png stripes
|
File size:
1.3 KB
|
Line | |
---|
1 | {html_head} |
---|
2 | {literal} |
---|
3 | <style>#footer {display: none;}</style> |
---|
4 | {/literal} |
---|
5 | {/html_head} |
---|
6 | <div id="light_slideshow"> |
---|
7 | |
---|
8 | <div class="titrePage" id="imageHeaderBar"> |
---|
9 | <div class="browsePath"> |
---|
10 | |
---|
11 | </div> |
---|
12 | <ul class="randomButtons"> |
---|
13 | <li id="imageToolBar"> |
---|
14 | {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'} |
---|
15 | </li> |
---|
16 | <li class="imageNumber">{$PHOTO}</li> |
---|
17 | </ul> |
---|
18 | <div style="clear: both;"></div> |
---|
19 | </div> <!-- imageHeaderBar --> |
---|
20 | |
---|
21 | <div id="content"> |
---|
22 | {assign var='display_description_tab' value=false} |
---|
23 | {if (!($smarty.config.showDescriptionInsteadOfTitle) && isset($COMMENT_IMG))} |
---|
24 | {assign var='display_description_tab' value=true} |
---|
25 | {/if} |
---|
26 | |
---|
27 | {assign var='showTitle' value=false} |
---|
28 | {if ($SHOW_PICTURE_NAME_ON_TITLE && (isset($COMMENT_IMG) || !($smarty.config.showDescriptionInsteadOfTitle) ))} |
---|
29 | {assign var='showTitle' value=true} |
---|
30 | {/if} |
---|
31 | |
---|
32 | <div id="theImageAndTitle"> |
---|
33 | <div id="theImageBox"> |
---|
34 | <div id="theImage"> |
---|
35 | {$ELEMENT_CONTENT} |
---|
36 | </div> |
---|
37 | </div> |
---|
38 | {if $showTitle } |
---|
39 | <div id="imageTitleContainer"><div id="imageTitle"> |
---|
40 | {if $smarty.config.showDescriptionInsteadOfTitle} |
---|
41 | {$COMMENT_IMG|strip_tags:false} |
---|
42 | {else} |
---|
43 | {$current.TITLE} |
---|
44 | {/if} |
---|
45 | </div></div> |
---|
46 | {/if} |
---|
47 | </div> <!-- theImage --> |
---|
48 | <div style="clear: both;"></div> |
---|
49 | </div> |
---|
50 | |
---|
51 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.