source: extensions/cl_conflit/template/conflit.tpl @ 7945

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

[cl_conflit] cleanup

File size: 1.0 KB
Line 
1{html_head}
2<!--- cl_conflit/template/confilt.tpl (html_head) --->
3<!--- Ajout scripts {$CONFLIT_PATH}--->
4{known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js" } <!--- jquery.packed.js --->
5{known_script id="conflit_script" src=$CONFLIT_PATH|@cat:"js/conflit.js"}<!--- conflit.js --->
6{known_script id="dimensions" src=$CONFLIT_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 = '{$cl_conflit_parametres->query}';
14    var cl_type = '{$cl_conflit_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 cl_conflit/template/confilt.tpl (html_head) --->
25{/html_head}   
Note: See TracBrowser for help on using the repository browser.