Annotation of MPIWGWeb/zpt/edit_publicationForm.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 Publication</h2>
                      7: <form action="editPublication" method="post">
                      8: <textarea tal:content="structure python:getattr(here,'text','')" name="text" rows="3" cols="80"></textarea>
                      9: <br>
                     10: <input type="submit" value="submit">
                     11: </form>
                     12: </body>
                     13: </html>

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