Annotation of ImageArchive/zpt/upDateImageForm.zpt, revision 1.3

1.1       dwinter     1: <html>
1.3     ! dwinter     2:  <body>
        !             3:  <tal:block tal:repeat="foundMDtmp python:here.ZSQLInlineSearch(_table='vision_images',filename=here.getId().split('.')[0],_op_filename='ct')">
        !             4:  <tal:block tal:repeat="foundMD python:here.ZSQLInlineSearch(_table='vision_main',id_image=foundMDtmp.id,_op_id_image='eq')">
        !             5:   
1.1       dwinter     6:     <h1> Update an Image at the Collection Folder</h1>
                      7:    <p tal:content="here/getId"/>
                      8:     <p>Old:
                      9:     <span tal:replace="structure python:here.thumb()"/></p>    
                     10:     <form action="updateImage" method="post" enctype="multipart/form-data">
                     11: 
1.2       dwinter    12:    <p>Filename:<input type="file" name="file" size="30"></p>
                     13:         <p><input type="checkbox" name="rename" checked>Rename to the new filename</p>
                     14:     
1.3     ! dwinter    15:        <input type="hidden" name="-db" value="vision_main">
        !            16:        artist_author <input type="text" size="40" name="artist_author" tal:attributes="value foundMD/artist_author"><br>
        !            17:        object_title <input type="text" size="40" name="object_title" tal:attributes="value foundMD/object_title"><br>
        !            18:        inscription <input type="text" size="40" name="inscription" tal:attributes="value foundMD/inscription"><br>
        !            19:     
1.1       dwinter    20:     <input type="submit">  
1.3     ! dwinter    21:  
1.1       dwinter    22:    </form>
1.3     ! dwinter    23: </tal:block>
        !            24: </tal:block>
        !            25: </body>
        !            26: </html>

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