Diff for /MPIWGWeb/zpt/Attic/edit_imageForm.zpt between versions 1.1.2.2 and 1.1.2.3

version 1.1.2.2, 2005/09/15 13:50:55 version 1.1.2.3, 2005/10/26 18:42:02
Line 1 Line 1
 <html>  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
             "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
   <html metal:use-macro="here/edit_MPIWGProject_main/macros/page">
 <head>  <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">  
 </head>  </head>
 <body>  <body>
 <h2>Edit Image</h2>  <tal:block metal:fill-slot="navsel" tal:define="global menusel string:images" />
   <tal:block metal:fill-slot="body">
     <h3>Edit Image</h3>
 <form action="editImage" method="post" enctype="multipart/form-data">  <form action="editImage" method="post" enctype="multipart/form-data">
 <div tal:content="structure python:here.tag(scale=250.0 / here.height)"/>    <table>
 Upload new image:<input type="file" name="file" len="50">      <tr><th>Image</th><th>Caption</th></tr>
 <textarea tal:content="structure python:getattr(here,'caption','')" name="caption" rows="3" cols="80"></textarea>      <tr>
 <br>        <td><div tal:content="structure python:here.tag(scale=250.0 / here.height)"/></td>
 <input type="submit" value="submit">        <td><textarea tal:content="structure python:getattr(here,'caption','')" name="caption" rows="3" cols="60"></textarea></td>
       </tr>
       <tr>
         <td><p>Upload new image:<input type="file" name="file" len="50"/></p></td>
       </tr>
     </table>
     <p>
     <input type="submit" value="submit"/>
     </p>
 </form>  </form>
   </tal:block>
 </body>  </body>
 </html>  </html>

Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3


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