Diff for /MPIWGWeb/zpt/Attic/editCV.zpt between versions 1.1 and 1.1.2.1

version 1.1, 2005/10/10 08:42:49 version 1.1.2.1, 2005/10/10 08:42:49
Line 0 Line 1
   <html metal:use-macro="here/mainEditFile/macros/page">
   
   <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'">
   <h3>Manage CV</h3>
   <form action="editCV" method="post">
   <input type="hidden" name="oid" tal:attributes="value person/oid">
   <textarea name="cv" tal:content="python:person.cv" cols=80 rows=10>
   </textarea>
   <br>
   <input type="submit" value="submit">
   </tal:block>
   </html>

Removed from v.1.1  
changed lines
  Added in v.1.1.2.1


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