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, 9 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
missing vlp_xmlhelpers and zpt for encyclodpedia added

    1: <html>
    2:   <body>
    3:     <h2>Add a new essay</h2>
    4:     <form name="form" action="manage_addVLP_encyc">
    5:     <table>
    6:       <tr><td><b> ID:</b> </td><td><input type="text" name="id" size=20></td></tr>
    7:       <tr><td><i> Title:</i> </td><td><input type="text" name="title" size=40></td></tr>
    8:       <tr><td> Label: </td><td><input type="text" name="label" size=40></td></tr>
    9: 
   10:       <tr><td valign="top"> Description:</td><td><textarea name="description" cols=40 rows=10></textarea></td></tr>
   11: 
   12:       <input type="submit" value="Add">
   13: 
   14:     </form>
   15:   </body>
   16: </html>

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