Diff for /MPIWGWeb/zpt/Attic/edit_imageForm.zpt between versions 1.1 and 1.1.2.1

version 1.1, 2005/09/14 20:45:56 version 1.1.2.1, 2005/09/14 20:45:56
Line 0 Line 1
   <html>
   <body>
   <h2>Edit Image</h2>
   <form action="editImage" method="post" enctype="multipart/form-data">
   <div tal:content="structure python:here.tag(scale=250.0 / here.height)"/>
   Upload new image:<input type="file" name="file" len="50">
   <textarea tal:content="structure python:getattr(here,'caption','')" name="caption" rows="3" cols="80"></textarea>
   <br>
   <input type="submit" value="submit">
   </form>
   </body>
   </html>

Removed from v.1.1  
changed lines
  Added in v.1.1.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>