Ignore:
Timestamp:
Nov 1, 2010, 10:25:51 AM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] save.

File:
1 edited

Legend:

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

    r7394 r7536  
    11 {* $Id: autosize/template/picture.tpl  *}
    2  <!-- autosize/template/picture.tpl  -->   
     2   
     3 {html_head}
     4<!-- autosize/template/picture.tpl  -->
     5    {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js" now=1}
     6    {known_script id="conflit_script" src=$AUTOSIZE_PATH|@cat:"js/conflit.js"}
     7    {known_script id="dimensions" src=$AUTOSIZE_PATH|@cat:"js/jquery.dimensions.js"}
    38
    4   {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js" now=1}
    5   {known_script id="conflit_script" src=$AUTOSIZE_PATH|@cat:"js/conflit.js"}
    6    {known_script id="dimensions" src=$AUTOSIZE_PATH|@cat:"js/jquery.dimensions.js"}
    79{*jQuery is always available by default*}
    8  <script type="text/javascript">
     10
     11 <script type="text/javascript"> 
     12    var cl_visible = "{$cl_visible}" =="true";
     13    var DEBUG = '{$DEBUG}';
    914    var thumbnail = '{$thumbnail}';
    1015    var theme = '{$theme}';
     
    4853     </script>
    4954
     55{known_script id="Affiche_script" src=$AUTOSIZE_PATH|@cat:"js/Affiche_script.js"}
     56
     57 <!--  << autosize/template/picture.tpl   -->
     58{/html_head} 
    5059
    5160
    52  <!--  << autosize/template/picture.tpl   -->
     61{if $DEBUG == "true"}
     62  {assign var="visible" value="block"}
    5363
     64
     65 
    5466<!---  autosize/template/picture.tpl  body --->
    55 {known_script id="Affiche_script" src=$AUTOSIZE_PATH|@cat:"js/Affiche_script.js"}
    56  <!--  << autosize/template/picture.tpl body  -->
    57  {html_head} 
    58   {/html_head} 
    5967  <div id="Debug"  align=center style="color:black;z-index:2000;position:absolute; background-color:Beige; top:0px;left:0px;width:800px;margin:auto;"></div>
    6068   <div id="Debug1"  align=center style="color:black;z-index:2000;position:absolute; background-color:Beige; top:0px;left:0px;width:800px;margin:auto;"></div>
    6169  <div id="Debug2"  align=center style="color:black;z-index:2000;position:absolute; background-color:Beige; top:0px;left:0px;width:800px;margin:auto;"></div>
     70 {else}
     71  {assign var="visible" value="none"} {/if}<!--  << autosize/template/picture.tpl body  -->
Note: See TracChangeset for help on using the changeset viewer.