File:  [Repository] / ECHO_content / Attic / AddECHO_objectCollectionForm.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Nov 25 11:19:47 2003 UTC (20 years, 7 months ago) by casties
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: <html>
    2:   <body>
    3:     <h2>Add a new collection</h2>
    4:     <form name="form" action="manage_AddECHO_objectCollection">
    5:       <b> ID: </b><input type="text" name="id"><br><br>
    6:       <b> Title: </b><input type="text" name="title"><br>
    7: 
    8:       <b> Description:</b><textarea name="description"></textarea><br>
    9: 
   10: 
   11:       <input type="submit" value="Add"><br><br>
   12:     </form>
   13:   </body>
   14: </html>

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