Diff for /ECHO_content/zpt/AddECHO_collectionForm.zpt between versions 1.3 and 1.4

version 1.3, 2004/04/04 14:56:05 version 1.4, 2004/04/04 17:48:22
Line 4 Line 4
     <form name="form" action="manage_addECHO_collection">      <form name="form" action="manage_addECHO_collection">
     <table>      <table>
       <tr><td><b> ID:</b> </td><td><input type="text" name="id" size=20></td></tr>        <tr><td><b> ID:</b> </td><td><input type="text" name="id" size=20></td></tr>
       <tr><td> Title: </td><td><input type="text" name="title" size=40></td></tr>        <tr><td><i> Title:</i> </td><td><input type="text" name="title" size=40></td></tr>
       <tr><td> Label: </td><td><input type="text" name="label" size=40></td></tr>        <tr><td> Label: </td><td><input type="text" name="label" size=40></td></tr>
       <tr><td> <i>Imagetag</i></td><td><input type="text" name="imageTag" size=80></td></tr>        <tr><td> <i>Imagetag</i></td><td><input type="text" name="imageTag" size=80></td></tr>
       <tr><td> Weigth for sorting: </td><td><input type="text" name="weight" size=20></td></tr>        <tr><td><i> Weigth for sorting:</i> </td><td><input type="text" name="weight" size=20></td></tr>
       <tr><td><b> Sortfield for subcollections: </td><td><input type="text" name="sortfield" value="weight" size=20></td></tr>        <tr><td><b> Sortfield for subcollections: </td><td><input type="text" name="sortfield" value="weight" size=20></td></tr>
   
       <tr><td valign="top"> Description:</td><td><textarea name="description" cols=40 rows=10></textarea></td></tr>        <tr><td valign="top"> Description:</td><td><textarea name="description" cols=40 rows=10></textarea></td></tr>
       <tr><td> Content-Type: </td><td><input type="text" name="contentType" size=20></td></tr>        <tr><td> <i>Content-Type:</i> </td><td><select name="contentType" tal:content="structure here/contentTypeSelector_HTML"/></td></tr>
       <tr><td> Responsible Persons (Lastname, FirstName; Lastname, Firstname...): </td><td><input type="text" name="responsible" size=40></td></tr>        <tr><td> Responsible Persons (Lastname, FirstName; Lastname, Firstname...): </td><td><input type="text" name="responsible" size=40></td></tr>
       </table>        </table>
       <input type="submit" value="Add">        <input type="submit" value="Add">
             
               
       <h4>Coordinates</h4>        <h4>Coordinates (optional)</h4>
     <table>      <table>
       <tr><td> Coord1: </td><td><input type="text" name="coords"></td></tr>        <tr><td> Coord1: </td><td><input type="text" name="coords"></td></tr>
       <tr><td> Coord2: </td><td><input type="text" name="coords"></td></tr>        <tr><td> Coord2: </td><td><input type="text" name="coords"></td></tr>
Line 25 Line 25
       <tr><td> Coord4: </td><td><input type="text" name="coords"></td></tr>        <tr><td> Coord4: </td><td><input type="text" name="coords"></td></tr>
       </table>        </table>
   
       <h4>Credits:</h4>        <h4>Credits (optional)</h4>
       <input type="checkbox" name="credits" tal:repeat="item here/partners/getPartners" tal:attributes="value item/id" tal:content="item/title"/>        <span tal:omit-tag="" tal:repeat="item here/partners/getPartners">
       <input type="checkbox" name="credits"  tal:attributes="value item/id" tal:content="item/title"/><br>
         </span>
       <input type="submit" value="Add">        <input type="submit" value="Add">
     </form>      </form>
   </body>    </body>

Removed from v.1.3  
changed lines
  Added in v.1.4


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