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

1.1     ! dwinter     1: <html>
        !             2:   <body>
        !             3:     <h1> Update an Image at the Collection Folder</h1>
        !             4:    <p tal:content="here/getId"/>
        !             5:     <p>Old:
        !             6:     <span tal:replace="structure python:here.thumb()"/></p>    
        !             7:     <form action="updateImage" method="post" enctype="multipart/form-data">
        !             8: 
        !             9:    <p>Filename:<input type="file" name="file" size="100"></p>
        !            10: 
        !            11:     <input type="submit">  
        !            12:    </form>

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