Annotation of ECHO_content/zpt/AddECHO_groupForm.zpt, revision 1.2

1.1       dwinter     1: <html>
                      2:   <body>
1.2     ! dwinter     3:     <h2>Add a new group</h2>
1.1       dwinter     4:     <form name="form" action="manage_addECHO_group">
                      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:       <tr><td> <i>Imagetag</i></td><td><input type="text" name="imageTag" size=80></td></tr>
                     10:       <tr><td><i> Weigth for sorting:</i> </td><td><input type="text" name="weight" size=20></td></tr>
1.2     ! dwinter    11:       <tr><td><i> URL of Logo:</i> </td><td><input type="text" name="logo" size=100></td></tr>
1.1       dwinter    12:       <tr><td><b> Sortfield for subcollections: </td><td><input type="text" name="sortfield" value="weight" size=20></td></tr>
                     13:       <tr><td valign="top"> Description:</td><td><textarea name="description" cols=40 rows=10></textarea></td></tr>
                     14:       <tr><td> <i>Content-Type:</i> </td><td><select name="contentType" tal:content="structure here/contentTypeSelector_HTML"/></td></tr>
                     15:       <tr><td> Responsible Persons (Lastname, FirstName; Lastname, Firstname...): </td><td><input type="text" name="responsible" size=40></td></tr>
                     16:       <tr><td><i>Secondary Link:</i> </td><td><input type="text" name="secondaryLink"  size=100></td></tr>
                     17:       <tr><td><i>Title of Secondary Link:</i> </td><td><input type="text" name="secondaryLinkTitle"  size=100></td></tr>
                     18:       <tr><td><i>Background colour:</i> </td><td><input type="text" name="bgcolour"  value="#dddddd" size=100></td></tr>
                     19:       </table>
                     20:       <input type="submit" value="Add">
                     21:      
                     22:       
                     23:       <h4>Coordinates (optional)</h4>
                     24:     <table>
                     25:       <tr><td> Coord1: </td><td><input type="text" name="coords"></td></tr>
                     26:       <tr><td> Coord2: </td><td><input type="text" name="coords"></td></tr>
                     27:       <tr><td> Coord3: </td><td><input type="text" name="coords"></td></tr>
                     28:       <tr><td> Coord4: </td><td><input type="text" name="coords"></td></tr>
                     29:       </table>
                     30: 
                     31:       <h4>Credits (optional)</h4>
                     32:       <span tal:omit-tag="" tal:repeat="item here/partners/getPartners">
                     33:    <input type="checkbox" name="credits"  tal:attributes="value item/id" tal:content="item/title"/><br>
                     34:       </span>
                     35:       <input type="submit" value="Add">
                     36:     </form>
                     37:   </body>
                     38: </html>

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