File:  [Repository] / MPIWGWeb / zpt / Attic / editCV.zpt
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Mon Oct 10 08:42:49 2005 UTC (18 years, 8 months ago) by dwinter
Branches: r2
*** empty log message ***

    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>