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

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

[Autosize][beta] compatibility with simple


File size: 1.1 KB
Line 
1{html_head}
2  <!--- Autosize/template/confilt.tpl (head) ---> 
3  <!--- Ajout scripts {$AUTOSIZE_PATH}--->   
4{known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"  now=1} <!--- jquery.packed.js --->
5{known_script id="conflit_script" src=$AUTOSIZE_PATH|@cat:"js/conflit.js"}<!--- conflit.js --->
6{known_script id="dimensions" src=$AUTOSIZE_PATH|@cat:"js/jquery.dimensions.js"}<!---jquery.dimensions.js --->
7<!--- fin Ajout scripts  --->
8<script type="text/javascript">
9    var DEBUG = '{$DEBUG}';
10    var theme = '{$theme}';
11    var cl_version = '{$cl_version}';
12    var cl_plugin = '{$name}';
13    var cl_query = '{$autosize_parametres->query}';
14    var cl_type = '{$autosize_parametres->type}';
15    var cl_plugins=new Array();
16{if $DEBUG}
17 {if not empty($cl_plugins )}
18   {foreach from=$cl_plugins item=cl_plug }
19        value="{$cl_plug}";cl_plugins.push(value);           
20    {/foreach}
21 {/if}
22{/if}
23</script>
24<!---FIN Autosize/template/confilt.tpl (/head) --->     
25{/html_head}
26
27<!--- Autosize/template/confilt.tpl (body) ---> 
28
29
30<!---FIN Autosize/template/confilt.tpl (body) --->     
Note: See TracBrowser for help on using the repository browser.