Annotation of ECHO_content/AddECHO_externalLinkForm.zpt, revision 1.1.1.1

1.1       casties     1: <html>
                      2:   <body>
                      3:     <h2>Add a new Link</h2>
                      4:     <form name="form" action="manage_AddECHO_externalLink">
                      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> Link: </b><input type="text" name="link"><br>
                      9:       <b> Weight: </b><input type="text" name="weight"><br>
                     10:       <b> Description:</b><textarea name="description"></textarea><br>
                     11:       <b> Content-Type: </b><input type="text" name="content_type"><br><br>
                     12:       <b> Responsible: </b><input type="text" name="responsible"><br><br>
                     13:       <h3>Scientific Information</h3>
                     14:       <b> Source-Type: </b><input type="text" name="source_type"><br>
                     15:       <b> Period: </b><input type="text" name="period"><br>
                     16:       <h4>Classification</h4>
                     17:       <b> Context: </b><input type="text" name="context"><br>
                     18:       <b> Science: </b><input type="text" name="science"><br>
                     19:       <b> Practice: </b><input type="text" name="practice"><br>
                     20:       <b> Credits:</b><br>        
                     21:          <input type="checkbox" name="credits" tal:repeat="item here/partners/getPartners" tal:attributes="value item/id" tal:content="item/title"/>
                     22:        <h4>Coordinates</h4>
                     23:       <b> Coord1: </b><input type="text" name="coords"><br>
                     24:       <b> Coord2: </b><input type="text" name="coords"><br>
                     25:       <b> Coord3: </b><input type="text" name="coords"><br>
                     26:       <b> Coord4: </b><input type="text" name="coords"><br>
                     27: 
                     28:      <input type="submit" value="Add"><br><br>
                     29:     </form>
                     30:   </body>
                     31: </html>

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