Ignore:
Timestamp:
Dec 1, 2010, 10:19:47 AM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] compatibility with simple


File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/template/conflit.tpl

    r7943 r7962  
    11{html_head}
    2   <!--- Autosize/template/confilt.tpl (head) --->   
    3 {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js" now=1}
    4 {known_script id="dimensions" src=$AUTOSIZE_PATH|@cat:"js/jquery.dimensions.js"}
    5 {known_script id="conflit_script" src=$AUTOSIZE_PATH|@cat:"js/conflit.js"}
    6 
    7 
    8 
     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  --->
    98<script type="text/javascript">
    109    var DEBUG = '{$DEBUG}';
    1110    var theme = '{$theme}';
    12 var cl_version = '{$cl_version}';
     11    var cl_version = '{$cl_version}';
    1312    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}
    1423</script>
    1524<!---FIN Autosize/template/confilt.tpl (/head) --->     
    1625{/html_head}
     26
    1727<!--- Autosize/template/confilt.tpl (body) ---> 
    1828
Note: See TracChangeset for help on using the changeset viewer.