Annotation of ECHO_content/vlp/AddVLP_essay.zpt, revision 1.1

1.1     ! dwinter     1: <html>
        !             2:   <body>
        !             3:     <h2>Add a new essay</h2>
        !             4:     <form name="form" action="manage_addVLP_essay">
        !             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>