source: extensions/Autosize/template/picture.tpl @ 8940

Last change on this file since 8940 was 8940, checked in by cljosse, 13 years ago

[Autosize][beta] bug on template


File size: 924 bytes
Line 
1 <style type="text/css">
2         #bp_cla {ldelim}
3  cursor:pointer;
4}
5 
6body{ldelim} overflow:visible; overflow-x:visible; overflow-y:visible
7}
8     </style>
9 <a onclick = "Toggle_bp()"  id="bp_cla"
10    title="{'cl_autosize_info_2'|@translate}"
11    alt="{'cl_autosize_info_2'|@translate}" />
12    <img class="button" id="bp_img_cla" alt="{'cl_autosize_info_2'|@translate}"  src="{$cl_autosize_button.ICON}"  complete="complete"/>
13  </a>
14
15 <script language=javascript type="text/javascript">
16 var src1="{$cl_autosize_button.ICON}";
17 var src2="{$cl_autosize_button.ICON2}";
18 var src3="{'cl_autosize_info_2'|@translate}";
19 var src4 = "{'cl_autosize_info'|@translate}";
20 </script>
21 {if PHPWG_VERSION < 2.2 } {assign var= file value=$AUTOSIZE_PATH_ABS|@cat:'template/picture_2_1.tpl'
22} {else} {assign var= file value=$AUTOSIZE_PATH_ABS|@cat:'template/picture_2_2.tpl'
23} {/if} { include file= $file }
24
25
26 
Note: See TracBrowser for help on using the repository browser.