File:  [Repository] / ImageArchive / zpt / upDateImageForm.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Mon May 15 08:18:02 2006 UTC (18 years, 1 month ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minorCVS: ----------------------------------------------------------------------

<html>
 <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>
   <p tal:content="here/getId"/>
    <p>Old:
    <span tal:replace="structure python:here.thumb()"/></p>	
    <form action="updateImage" method="post" enctype="multipart/form-data">

	<p>Filename:<input type="file" name="file" size="30"></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">	
 
   </form>
</tal:block>
</tal:block>
</body>
</html>

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