source: extensions/Autosize/template/conflit.tpl @ 12527

Last change on this file since 12527 was 12527, checked in by cljosse, 12 years ago

[extensions] Autosize fix buggs

File size: 708 bytes
Line 
1{html_head}
2<script type="text/javascript"> 
3    var DEBUG_autosize = '{$DEBUG_autosize}';
4    var theme = '{$theme}';
5    var cl_version = '{$cl_version}';
6    var cl_plugin = '{$name}';
7    var Version_pwg='{$Version_pwg}';
8
9    var Cookie_width='{$COOKIE_WIDTH }';
10    var Cookie_height = '{$COOKIE_HEIGHT }';
11
12{if $DEBUG_autosize == "true"}
13    var cl_query = '{$autosize_parametres->query}';
14    var cl_type = '{$autosize_parametres->type}';
15    var cl_plugins=new Array();
16     {if not empty($cl_plugins )}
17       {foreach from=$cl_plugins item=cl_plug }
18            value="{$cl_plug}";cl_plugins.push(value);           
19        {/foreach}
20     {/if}
21{/if}
22</script>
23{/html_head}
Note: See TracBrowser for help on using the repository browser.