Annotation of ECHO_content/AddECHO_objectCollectionForm.zpt, revision 1.1

1.1     ! casties     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>