source: extensions/LLGBO2/template/picture_content.tpl @ 4295

Last change on this file since 4295 was 4295, checked in by EXFTB, 14 years ago

first global update

  • Property svn:eol-style set to LF
File size: 2.9 KB
Line 
1<!-- LLGBO2 picture_content -->
2{if !isset($FRAME)}
3        {if isset($high) }
4                {if !isset($USEMAP) }
5                <!-- HihgDef and navigation on picture off   -->
6                        <a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')">
7                {/if}
8         {/if}
9        <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}"
10                {if isset($COMMENT_IMG)}
11                        title="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}" {else} title="{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}"
12{/if}>
13
14{else}
15        <UL id="gbo" style="width:{$WIDTH_GBO}px;margin: 0 auto;padding:0;list-style-type : none;">
16        <li>
17                <img src="{$PLUG_REL_PATH}/pictures/chg_25.png">
18                <div  style="background-image: url({$PLUG_REL_PATH}/pictures/haut_25.png);width:{$WIDTH_IMG}px;height:{$HEIGHT_FRAME}px;float:left">
19                 <div id="gboh2">{$TITLE_FRAME} </div></div>
20                <img src="{$PLUG_REL_PATH}/pictures/chd_25.png">
21        </li>
22        <li>
23                <img src="{$PLUG_REL_PATH}/pictures/gauche_25.png" style="width:{$WIDTH_FRAME}px;height:{$HEIGHT_IMG}px;" >
24                {if isset($high) }
25                        {if !isset($USEMAP) }
26                                <!--  HihgDef and navigation on picture off   -->
27                                <a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')">
28                        {/if}
29                {/if}
30           <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}"
31                {if isset($COMMENT_IMG)}
32                        title="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}" {else} title="{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}"
33                {/if}>
34                <img src="{$PLUG_REL_PATH}/pictures/droit_25.png" style="width:{$WIDTH_FRAME}px;height:{$HEIGHT_IMG}px;" >
35        </li>
36        <li>
37                <img src="{$PLUG_REL_PATH}/pictures/cbg_25.png">
38                <img src="{$PLUG_REL_PATH}/pictures/bas_25.png" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_FRAME}px;" >
39                <img src="{$PLUG_REL_PATH}/pictures/cbd_25.png">
40        </li>
41        <li></li>
42        </UL>
43{/if}
44{if isset($high) }
45        {if !isset($USEMAP) }
46                        <p>{'picture_high'|@translate}</p>
47        {/if}
48 {/if}
49
50{if isset($USEMAP) }
51        <!--  navigation on picture  -->
52        <map id="prevnext" name="prevnext"> 
53        {if isset($previous)}
54        <area shape="rect" coords="{$LEFT_X1},{$LEFT_Y1},{$LEFT_X2},{$LEFT_Y2}" href="{$previous.U_IMG}" title="{'previous_page'|@translate} : {$PREVTHUMBTITLE}" {if isset($PREVTHUMB)}{$PREVTHUMB} {/if} alt="" rel="prev">
55        {/if}   
56        <area shape="rect" coords="{$UP_X1},{$UP_Y1},{$UP_X2},{$UP_Y2}" href="{$U_UP}" title="{'thumbnails'|@translate}" alt="" rel="up" >
57        {if isset($next) }
58        <area shape="rect" coords="{$RIGHT_X1},{$RIGHT_Y1},{$RIGHT_X2},{$RIGHT_Y2}" href="{$next.U_IMG}" title="{'next_page'|@translate} : {$NEXTTHUMBTITLE}" {if isset($NEXTTHUMB)}{$NEXTTHUMB} {/if} alt="" rel="next">
59        {/if}
60        {if isset($high) }
61                <area shape="rect" coords="{$HIGH_X1},{$HIGH_Y1},{$HIGH_X2},{$HIGH_Y2}"
62                 href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')"
63                TITLE = "{'picture_high'|@translate}" >
64                {/if}
65        </map>
66{/if}
67 
Note: See TracBrowser for help on using the repository browser.