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

1.1.2.1 ! dwinter     1: <html>
        !             2: <body>
        !             3: <h2>Edit Publication</h2>
        !             4: <form action="editPublication" method="post">
        !             5: <textarea tal:content="structure python:getattr(here,'text','')" name="text" rows="3" cols="80"></textarea>
        !             6: <br>
        !             7: <input type="submit" value="submit">
        !             8: </form>
        !             9: </body>
        !            10: </html>

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