Annotation of ECHO_content/zpt/AddECHO_collectionForm.zpt, revision 1.1

1.1     ! dwinter     1: <html>
        !             2:   <body>
        !             3:     <h2>Add a new collection</h2>
        !             4:     <form name="form" action="manage_addECHO_collection">
        !             5:     <table>
        !             6:       <tr><td><b> ID:</b> </td><td><input type="text" name="id" size=20></td></tr>
        !             7:       <tr><td> Title: </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:       <tr><td> Weigth for sorting: </td><td><input type="text" name="weight" size=20></td></tr>
        !            10:       <tr><td><b> Sortfield for subcollections: </td><td><input type="text" name="sortfield" value="weight" size=20></td></tr>
        !            11: 
        !            12:       <tr><td valign="top"> Description:</td><td><textarea name="description" cols=40 rows=10></textarea></td></tr>
        !            13:       <tr><td> Content-Type: </td><td><input type="text" name="content_type" size=20></td></tr>
        !            14:       <tr><td> Responsible Persons (Lastname, FirstName; Lastname, Firstname...): </td><td><input type="text" name="responsible" size=40></td></tr>
        !            15:       </table>
        !            16:       <input type="submit" value="Add">
        !            17:      
        !            18:       
        !            19:       <h4>Coordinates</h4>
        !            20:     <table>
        !            21:       <tr><td> Coord1: </td><td><input type="text" name="coords"></td></tr>
        !            22:       <tr><td> Coord2: </td><td><input type="text" name="coords"></td></tr>
        !            23:       <tr><td> Coord3: </td><td><input type="text" name="coords"></td></tr>
        !            24:       <tr><td> Coord4: </td><td><input type="text" name="coords"></td></tr>
        !            25:       </table>
        !            26: 
        !            27:       <h4>Credits:</h4>
        !            28:       <input type="checkbox" name="credits" tal:repeat="item here/partners/getPartners" tal:attributes="value item/id" tal:content="item/title"/>
        !            29:       <input type="submit" value="Add">
        !            30:     </form>
        !            31:   </body>
        !            32: </html>

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