File:  [Repository] / ECHO_content / vlp / ChangeVLP_essay.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Jun 25 11:02:16 2004 UTC (19 years, 10 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
added ZCatalogElemenr

<html>
  <body>
    <h2>Add a new essay</h2>
    <form name="form" action="ChangeVLP_essay">
    <table>
      <tr><td><i> Title:</i> </td><td><input type="text" name="title" tal:attributes="value here/title" size=40></td></tr>
      <tr><td> Label: </td><td><input type="text" name="label" tal:attributes="value here/label" size=40></td></tr>

      <tr><td valign="top"> Description:</td><td><textarea name="description" cols=40 rows=10 tal:content="here/description"></textarea></td></tr>

      <input type="submit" value="Add">

    </form>
  </body>
</html>

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