Annotation of MPIWGWeb/zpt/edit_imageForm.zpt, revision 1.1.2.1

1.1.2.1 ! dwinter     1: <html>
        !             2: <body>
        !             3: <h2>Edit Image</h2>
        !             4: <form action="editImage" method="post" enctype="multipart/form-data">
        !             5: <div tal:content="structure python:here.tag(scale=250.0 / here.height)"/>
        !             6: Upload new image:<input type="file" name="file" len="50">
        !             7: <textarea tal:content="structure python:getattr(here,'caption','')" name="caption" rows="3" cols="80"></textarea>
        !             8: <br>
        !             9: <input type="submit" value="submit">
        !            10: </form>
        !            11: </body>
        !            12: </html>

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