Annotation of ECHO_content/vlp/AddVLP_resourceForm.zpt, revision 1.1.1.1

1.1       dwinter     1: <html>
                      2:   <body>
                      3:     <h2>Add a new Ressource (Virtual Laboratory)</h2>
                      4:     <form name="form" action="manage_addVLP_resource">
                      5:     <table>
                      6:     
                      7:       <tr><td> ID: </td><td><input type="text" name="id" size=50></td></tr>
                      8:       <tr><td> Title: </td><td><input type="text" name="title" size=50></td></tr>
                      9:       <tr><td> Label: </td><td><input type="text" name="label" size=50></td></tr>
                     10:       <tr><td> Weigth: </td><td><input type="text" name="weight" size=50></td></tr>
                     11:       <tr><td> Description:</td><td><textarea cols=30 rows=10 name="description"></textarea></td></tr>
                     12:       <tr><td> <i>Content-Type:</i> </td><td><select name="contentType" tal:content="structure python:here.contentTypeSelector_HTML()"/></td></tr>
                     13:       <tr><td> <i>Rendering-Type:</i> </td><td><select name="renderingType" tal:content="structure python:here.renderingTypeSelector_HTML()"/></td></tr>
                     14:    <tr><td><b> ResourceID<br> (link or resourceID required): </b></td><td><input type="text" name="resourceID" size=80></td></tr>
                     15:    <tr><td><b> Link (if no ressourceID): </b></td><td><input type="text" name="link" size=80></td></tr>
                     16:    <tr><td><i> MetaLink (if no ressource ID): </i></td><td><input type="text" name="metalink" size=80></td></tr>
                     17: 
                     18: 
                     19:       <tr><td> Responsible: </td><td><input type="text" name="responsible" size=50></td></tr>
                     20:     </table>
                     21: 
                     22:       <h3> Partner:</h3>
                     23:       <p tal:repeat="item here/partners/getPartners">
                     24:       <input type="checkbox" name="credits" tal:attributes="value item/id"/><span tal:replace="item/title"/>
                     25:       </p>
                     26:        <h4>Coordinates</h4>
                     27:       <table>
                     28:       <tr><td> Coord1: </td><td><input type="text" name="coords" size=50></td></tr>
                     29:       <tr><td> Coord2: </td><td><input type="text" name="coords" size=50></td></tr>
                     30:       <tr><td> Coord3: </td><td><input type="text" name="coords" size=50></td></tr>
                     31:       <tr><td> Coord4: </td><td><input type="text" name="coords" size=50></td></tr>
                     32:       </table>
                     33:       <input type="submit" value="Add">
                     34:     </form>
                     35:   </body>
                     36: </html>

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