Diff for /ImageArchive/zpt/upDateImageForm.zpt between versions 1.2 and 1.3

version 1.2, 2004/12/23 15:12:59 version 1.3, 2006/05/15 08:18:02
Line 1 Line 1
 <html>  <html>
   <body>    <body>
    <tal:block tal:repeat="foundMDtmp python:here.ZSQLInlineSearch(_table='vision_images',filename=here.getId().split('.')[0],_op_filename='ct')">
    <tal:block tal:repeat="foundMD python:here.ZSQLInlineSearch(_table='vision_main',id_image=foundMDtmp.id,_op_id_image='eq')">
     
     <h1> Update an Image at the Collection Folder</h1>      <h1> Update an Image at the Collection Folder</h1>
    <p tal:content="here/getId"/>     <p tal:content="here/getId"/>
     <p>Old:      <p>Old:
Line 9 Line 12
     <p>Filename:<input type="file" name="file" size="30"></p>      <p>Filename:<input type="file" name="file" size="30"></p>
         <p><input type="checkbox" name="rename" checked>Rename to the new filename</p>          <p><input type="checkbox" name="rename" checked>Rename to the new filename</p>
           
           <input type="hidden" name="-db" value="vision_main">
           artist_author <input type="text" size="40" name="artist_author" tal:attributes="value foundMD/artist_author"><br>
           object_title <input type="text" size="40" name="object_title" tal:attributes="value foundMD/object_title"><br>
           inscription <input type="text" size="40" name="inscription" tal:attributes="value foundMD/inscription"><br>
       
     <input type="submit">         <input type="submit">   
    
    </form>     </form>
   </tal:block>
   </tal:block>
   </body>
   </html>
   

Removed from v.1.2  
changed lines
  Added in v.1.3


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