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

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.3 ! casties     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: </tal:block>
1.1.2.1   dwinter    16: </body>
                     17: </html>

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