1 | |
---|
2 | <!-- LLGBO2 picture_content --> |
---|
3 | {if !isset($FRAME_BEGIN)} |
---|
4 | {if isset($high) and !isset($USEMAP) } |
---|
5 | <a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')"> |
---|
6 | {/if} |
---|
7 | <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG|@strip_tags:false}" {$MAP_TO_USED} id="theMainImage" |
---|
8 | {if isset($COMMENT_IMG)} |
---|
9 | title="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}" {else} title="{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}" |
---|
10 | {/if} |
---|
11 | > |
---|
12 | {if isset($high) and !isset($USEMAP) } |
---|
13 | </a> |
---|
14 | {/if} |
---|
15 | {/if} |
---|
16 | {if isset($USEMAP) } |
---|
17 | <!-- navigation on picture --> |
---|
18 | <map id="prevnext" name="prevnext"> |
---|
19 | {if isset($previous)} |
---|
20 | <area shape="rect" coords="{$LEFT_X1},{$LEFT_Y1},{$LEFT_X2},{$LEFT_Y2}" href="{$previous.U_IMG}" title="{'Previous'|@translate} : {$PREVTHUMBTITLE}" {if isset($PREVTHUMB)}{$PREVTHUMB} {/if} alt="" rel="prev"> |
---|
21 | {/if} |
---|
22 | <area shape="rect" coords="{$UP_X1},{$UP_Y1},{$UP_X2},{$UP_Y2}" href="{$U_UP}" title="{'Thumbnails'|@translate}" alt="" rel="up" > |
---|
23 | {if isset($next) } |
---|
24 | <area shape="rect" coords="{$RIGHT_X1},{$RIGHT_Y1},{$RIGHT_X2},{$RIGHT_Y2}" href="{$next.U_IMG}" title="{'Next'|@translate} : {$NEXTTHUMBTITLE}" {if isset($NEXTTHUMB)}{$NEXTTHUMB} {/if} alt="" rel="next"> |
---|
25 | {/if} |
---|
26 | {if isset($high) } |
---|
27 | <area shape="rect" coords="{$HIGH_X1},{$HIGH_Y1},{$HIGH_X2},{$HIGH_Y2}" |
---|
28 | {$HDHREF} |
---|
29 | > |
---|
30 | {/if} |
---|
31 | |
---|
32 | </map> |
---|
33 | {/if} |
---|
34 | {if isset($FRAME_BEGIN)} |
---|
35 | {if isset($TITLE_FRAME)} |
---|
36 | <span id="gboh2" style ="background:transparent;z-index:3;color:{$TITLE_FRAME_COLOR}">{$TITLE_FRAME}</span> |
---|
37 | {/if} |
---|
38 | <div id="gbo" {$FRAME_SIZE}> |
---|
39 | {$FRAME_BEGIN} |
---|
40 | {if isset($high) and !isset($USEMAP) } |
---|
41 | <a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')"> |
---|
42 | {/if} |
---|
43 | <img src="{$SRC_IMG}" align="center" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}" {$MAP_TO_USED} id="theMainImage" |
---|
44 | |
---|
45 | {if isset($COMMENT_IMG)} |
---|
46 | title="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}" {else} title="{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}" |
---|
47 | {/if} |
---|
48 | > |
---|
49 | {if isset($high) and !isset($USEMAP) } |
---|
50 | </a> |
---|
51 | {/if} |
---|
52 | |
---|
53 | {$FRAME_END} |
---|
54 | </div> <!-- end GBO --> |
---|
55 | {/if} |
---|
56 | {if isset($high) and !isset($USEMAP) } |
---|
57 | <!-- HihgDef and navigation on picture off --> |
---|
58 | <a id="gboahigh" href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')"> |
---|
59 | <p id="gbophigh">{'Click on the photo to see it in high definition'|@translate}</p></a> |
---|
60 | {/if} |
---|
61 | {if isset($LLGBOCSS)} |
---|
62 | {combine_css path=$LLGBO_PATH|@cat:"css/gbolook.css"} |
---|
63 | {/if} |
---|
64 | {if isset($LLGBOTOOLTIP)} |
---|
65 | {combine_script id='llgoSwtTooltip' path=$LLGBO_PATH|@cat:"js/sweettitlesn1_comment.js"} |
---|
66 | {/if} |
---|
67 | {if isset($high)} |
---|
68 | {combine_script id='core.scripts' load='async' path='themes/default/js/scripts.js'} |
---|
69 | {/if} |
---|