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

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

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