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

1.1.2.3   casties     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">
1.1.2.2   dwinter     4: <head>
                      5: </head>
1.1.2.1   dwinter     6: <body>
1.1.2.5   casties     7: <tal:block metal:fill-slot="navsel" tal:define="global menusel string:publications" />
1.1.2.3   casties     8: <tal:block metal:fill-slot="body">
1.1.2.6 ! casties     9:   <h3>Edit a publication</h3>
1.1.2.3   casties    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>
1.1.2.4   casties    15:   
                     16:   <h3><a href="managePublications">Back to publication list</a></h3>
1.1.2.3   casties    17: </tal:block>
1.1.2.1   dwinter    18: </body>
                     19: </html>

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