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

1.1.2.1 ! dwinter     1: <html metal:use-macro="here/mainEditFile/macros/page">
        !             2: 
        !             3: <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'">
        !             4: <h3>Manage CV</h3>
        !             5: <form action="editCV" method="post">
        !             6: <input type="hidden" name="oid" tal:attributes="value person/oid">
        !             7: <textarea name="cv" tal:content="python:person.cv" cols=80 rows=10>
        !             8: </textarea>
        !             9: <br>
        !            10: <input type="submit" value="submit">
        !            11: </tal:block>
        !            12: </html>

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