Annotation of ECHO_content/AddECHO_collectionForm.zpt, revision 1.2

1.1       casties     1: <html>
                      2:   <body>
                      3:     <h2>Add a new collection</h2>
                      4:     <form name="form" action="manage_AddECHO_collection">
                      5:       <b> ID: </b><input type="text" name="id"><br><br>
                      6:       <b> Title: </b><input type="text" name="title"><br>
                      7:       <b> Label: </b><input type="text" name="label"><br>
                      8:       <b> Weigth for sorting: </b><input type="text" name="weight"><br>
                      9:       <b> Sortfield: </b><input type="text" name="sortfield" value="weight"><br>
                     10: 
                     11:       <b> Description:</b><textarea name="description"></textarea><br>
                     12:       <b> Content-Type: </b><input type="text" name="content_type"><br><br>
                     13:       <b> Responsible: </b><input type="text" name="responsible"><br><br>
1.2     ! dwinter    14: 
        !            15: 
        !            16: 
        !            17:       <input type="submit" value="Add"><br><br>
        !            18: 
1.1       casties    19:       <h3>Scientific Information</h3>
                     20:       <b> Source-Type: </b><input type="text" name="source_type"><br>
                     21:       <b> Period: </b><input type="text" name="period"><br>
                     22:       <h4>Classification</h4>
                     23:       <b> Context: </b><input type="text" name="context"><br>
                     24:       <b> Science: </b><input type="text" name="science"><br>
                     25:       <b> Practice: </b><input type="text" name="practice"><br>
                     26:       <h4>Coordinates</h4>
                     27:       <b> Coord1: </b><input type="text" name="coords"><br>
                     28:       <b> Coord2: </b><input type="text" name="coords"><br>
                     29:       <b> Coord3: </b><input type="text" name="coords"><br>
                     30:       <b> Coord4: </b><input type="text" name="coords"><br>
                     31: 
                     32:       <b> Credits:</b><br>
                     33:       <input type="checkbox" name="credits" tal:repeat="item here/partners/getPartners" tal:attributes="value item/id" tal:content="item/title"/>
                     34:       <input type="submit" value="Add"><br><br>
1.2     ! dwinter    35:     </Form>
1.1       casties    36:   </body>
                     37: </html>

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