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

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

[Autosize][beta] fix warning on jquery


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