File:  [Repository] / MPIWGWeb / zpt / Attic / edit_publicationForm.zpt
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Thu Sep 15 12:57:41 2005 UTC (18 years, 9 months ago) by dwinter
Branches: r2
new editing environment for project pages

    1: <html>
    2: <head>
    3: <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    4: </head>
    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>