Diff for /ECHO_content/Attic/AddECHO_resourceForm.zpt between versions 1.1 and 1.2

version 1.1, 2003/11/25 11:19:47 version 1.2, 2003/12/09 11:32:01
Line 1 Line 1
 <html>  <html>
   <body>    <body>
     <h2>Add a new Link</h2>      <h2>Add a new Ressource</h2>
     <form name="form" action="manage_AddECHO_resource">      <form name="form" action="manage_AddECHO_resource">
       <b> ID: </b><input type="text" name="id"><br><br>      <table>
       <b> Title: </b><input type="text" name="title"><br>      
       <b> Label: </b><input type="text" name="label"><br>        <tr><td> ID: </td><td><input type="text" name="id" size=50></td></tr>
       <b> MetaLink: </b><input type="text" name="metalink"><br>        <tr><td> Title: </td><td><input type="text" name="title" size=50></td></tr>
       <b> Link: </b><input type="text" name="link"><br>        <tr><td> Label: </td><td><input type="text" name="label" size=50></td></tr>
       <b> Weigth: </b><input type="text" name="weight"><br>        <tr><td> MetaLink: </td><td><input type="text" name="metalink" size=50></td></tr>
       <b> Description:</b><textarea name="description"></textarea><br>        <tr><td> Link: </td><td><input type="text" name="link" size=50></td></tr>
       <b> Content-Type: </b><input type="text" name="content_type"><br><br>        <tr><td> Weigth: </td><td><input type="text" name="weight" size=50></td></tr>
       <b> Responsible: </b><input type="text" name="responsible"><br><br>        <tr><td> Description:</td><td><textarea cols=30 rows=10 name="description"></textarea></td></tr>
         <tr><td> Content-Type: </td><td><input type="text" name="content_type" size=50></td></tr>
         <tr><td> Responsible: </td><td><input type="text" name="responsible" size=50></td></tr>
       </table>
       <h3>Scientific Information</h3>        <h3>Scientific Information</h3>
       <b> Source-Type: </b><input type="text" name="source_type"><br>      <table>
       <b> Period: </b><input type="text" name="period"><br>        <tr><td> Source-Type: </td><td><input type="text" name="source_type" size=50></td></tr>
         <tr><td> Period: </td><td><input type="text" name="period" size=50></td></tr>
       </table>
       <h4>Classification</h4>        <h4>Classification</h4>
       <b> Context: </b><input type="text" name="context"><br>      <table>      
       <b> Science: </b><input type="text" name="science"><br>        <tr><td> Context: </td><td><input type="text" name="context" size=50></td></tr>
       <b> Practice: </b><input type="text" name="practice"><br>        <tr><td> Science: </td><td><input type="text" name="science" size=50></td></tr>
         <tr><td> Practice: </td><td><input type="text" name="practice" size=50></td></tr>
        </table>
   
       <b> Credits:</b><br>        <h3> Credits:</h3>
       <input type="checkbox" name="credits" tal:repeat="item here/partners/getPartners" tal:attributes="value item/id" tal:content="item/title"/>        <p tal:repeat="item here/partners/getPartners">
         <input type="checkbox" name="credits" tal:attributes="value item/id" tal:content="item/title"/>
         </p>
        <h4>Coordinates</h4>         <h4>Coordinates</h4>
       <b> Coord1: </b><input type="text" name="coords"><br>        <table>
       <b> Coord2: </b><input type="text" name="coords"><br>        <tr><td> Coord1: </td><td><input type="text" name="coords" size=50></td></tr>
       <b> Coord3: </b><input type="text" name="coords"><br>        <tr><td> Coord2: </td><td><input type="text" name="coords" size=50></td></tr>
       <b> Coord4: </b><input type="text" name="coords"><br>        <tr><td> Coord3: </td><td><input type="text" name="coords" size=50></td></tr>
         <tr><td> Coord4: </td><td><input type="text" name="coords" size=50></td></tr>
       <input type="submit" value="Add"><br><br>        </table>
         <input type="submit" value="Add">
     </form>      </form>
   </body>    </body>
 </html>  </html>

Removed from v.1.1  
changed lines
  Added in v.1.2


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