File:  [Repository] / MPIWGWeb / zpt / Attic / edit_publicationForm.zpt
Revision 1.1.2.4: download - view: text, annotated - select for diffs - revision graph
Wed Oct 19 15:58:51 2005 UTC (18 years, 8 months ago) by casties
Branches: r2
more nicer edit publication

    1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2:           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3: <html metal:use-macro="here/edit_MPIWGProject_main/macros/page">
    4: <head>
    5: </head>
    6: <body>
    7: <tal:block metal:fill-slot="navsel" tal:define="global menusel string:images" />
    8: <tal:block metal:fill-slot="body">
    9:   <h3>Edit Publication</h3>
   10:   
   11:   <form action="editPublication" method="post">
   12:     <textarea tal:content="structure python:getattr(here,'text','')" name="text" rows="3" cols="80"></textarea>
   13:     <p><input type="submit" value="submit"/></p>
   14:   </form>
   15:   
   16:   <h3><a href="managePublications">Back to publication list</a></h3>
   17: </tal:block>
   18: </body>
   19: </html>

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