Ignore:
Timestamp:
Dec 9, 2010, 3:10:07 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] fix warning on jquery


Location:
extensions/Autosize/template
Files:
3 edited

Legend:

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

    r7962 r8057  
    44    {known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"themes/default/js/plugins/jquery.cluetip.packed.js"}
    55    {known_script id="dimensions" src=$AUTOSIZE_PATH|@cat:"js/jquery.dimensions.js"}
    6 
    7 
    86 <script type="text/javascript">
    9     var visible = '{$visible}';
    107    var fade_in = '{$fade_in}';
    118    var cl_visible = "{$cl_visible}" =="true";
     
    5350 <!--  << autosize/template/autosize.tpl   -->
    5451{/html_head} 
    55 
    56 
     52<script type="text/javascript">
     53    var DEBUG = '{$DEBUG}';
     54    var visible = '{$visible}';
     55   </script>
    5756{if $DEBUG == "true"}
    5857  {assign var="visible" value="block"}
     
    9695    {/literal}
    9796    {else}
    98   {assign var="visible" value="none"} {/if}<!--  << autosize/template/autosize.tpl body  -->
     97  {assign var="visible" value="none"} {/if}
     98 
     99  <!--  << autosize/template/autosize.tpl body  -->
  • extensions/Autosize/template/cl_conflit.tpl

    r7912 r8057  
    55        {/html_head}
    66
    7 <!--- {$AUTOSIZE_PATH} template/cl_confilt.tpl (body) --->
     7<!---{$ROOT_URL} -- {$AUTOSIZE_PATH} template/cl_confilt.tpl (body) --->
    88 
    99<!---FIN  {$AUTOSIZE_PATH} template/cl_confilt.tpl (body) --->
  • extensions/Autosize/template/conflit.tpl

    r7962 r8057  
    11{html_head}
    2   <!--- Autosize/template/confilt.tpl (head) ---> 
     2  <!--- {$AUTOSIZE_PATH}template/confilt.tpl (head) ---> 
    33  <!--- 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 --->
     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"} --->
    710<!--- fin Ajout scripts  --->
    811<script type="text/javascript">
    9     var DEBUG = '{$DEBUG}';
    1012    var theme = '{$theme}';
    1113    var cl_version = '{$cl_version}';
     
    2426<!---FIN Autosize/template/confilt.tpl (/head) --->     
    2527{/html_head}
    26 
    27 <!--- Autosize/template/confilt.tpl (body) ---> 
    28 
    29 
    30 <!---FIN Autosize/template/confilt.tpl (body) --->     
     28<!---{$ROOT_URL} --- {$AUTOSIZE_PATH}template/confilt.tpl (body) ---> 
     29<!---FIN {$ROOT_URL} --- {$AUTOSIZE_PATH}template/confilt.tpl (body) --->       
Note: See TracChangeset for help on using the changeset viewer.