Ignore:
Timestamp:
Sep 16, 2010, 3:20:19 PM (14 years ago)
Author:
cljosse
Message:

[Autosize]add language/en_UH/lang.php, fix bugs on label


File:
1 edited

Legend:

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

    r6915 r6936  
    1  
    2 {html_head}
    3     <script type="text/javascript">
     1 {* $Id: autosize/template/picture.tpl  *}
     2 <!-- autosize/template/picture.tpl  -->   
     3 {html_head}
     4  {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js" now=1}
     5{*jQuery is always available by default*}
     6 <script type="text/javascript">
     7        //test
    48        var img_width='{$IMG_WIDTH }';
    59        var img_height='{ $IMG_HEIGHT }';
     
    2226
    2327     </script>
    24     {known_script id="jquery" src="themes/default/js/jquery.packed.js"}
    25       {known_script id="Affiche_script" src=$AUTOSIZE_PATH|@cat:"js/Affiche_script.js"}
    26 {/html_head}
    27 
     28    <style type="text/css">
     29         #theImage p{ldelim}
     30  height:auto;
     31 
     32}
     33     </style>
     34 {known_script id="Affiche_script" src=$AUTOSIZE_PATH|@cat:"js/Affiche_script.js"}
     35 <!--  << autosize/template/picture.tpl   -->
     36{/html_head}
Note: See TracChangeset for help on using the changeset viewer.