File:  [Repository] / ECHO_content / vlp / AddVLP_encyc.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Oct 5 07:34:58 2004 UTC (19 years, 7 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
missing vlp_xmlhelpers and zpt for encyclodpedia added

<html>
  <body>
    <h2>Add a new essay</h2>
    <form name="form" action="manage_addVLP_encyc">
    <table>
      <tr><td><b> ID:</b> </td><td><input type="text" name="id" size=20></td></tr>
      <tr><td><i> Title:</i> </td><td><input type="text" name="title" size=40></td></tr>
      <tr><td> Label: </td><td><input type="text" name="label" size=40></td></tr>

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

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

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

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