Ignore:
Timestamp:
Aug 16, 2011, 3:27:53 PM (13 years ago)
Author:
cljosse
Message:

[extensions] Autosize fix compatibility with 'charlies video'

File:
1 edited

Legend:

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

    r10845 r11961  
    8787<div id="Debug4"  align=center style="color:black;z-index:2000;position:absolute; background-color:green; top:0px;left:0px;width:800px;margin:auto;"></div>
    8888<div id="Debug5"  align=center style="color:black;z-index:2000;position:absolute; background-color:red; top:100px;left:0px;width:300px;margin:auto;"></div>
    89  
     89 <div id="Debug6"  align=center style="display:none"></div>
    9090<p><button id="adddebugs">Add a debug</button></p>
    9191
     
    9898  {/html_head}
    9999  <!--  << autosize/template/autosize.tpl body  -->
     100
     101
     102
     103  <form action='' method='post' name='form_autosize_picture' id='form_autosize_picture'  type='submit'  >
     104<input id='ret_autosize' name='ret_autosize' type='submit' value='' />
     105<input id='src_img_h' name='src_img_h' type='text' value='' />
     106<input id='src_img_w' name='src_img_w'  type='text' value='' />
     107<input id='window_height' name='window_height' type='text' value='' />
     108<input id='window_width'  name='window_width' type='text' value='' />
     109<input id='zoom'  name='zoom' type='text' value='100%' />
     110</form >
Note: See TracChangeset for help on using the changeset viewer.