Diff for /ECHO_content/zpt/AddECHO_collectionForm.zpt between versions 1.10 and 1.11

version 1.10, 2005/12/13 12:45:21 version 1.11, 2006/09/10 11:03:07
Line 2 Line 2
   
     <h2>Add a new collection</h2>      <h2>Add a new collection</h2>
     <form name="form" action="manage_addECHO_collection">      <form name="form" action="manage_addECHO_collection">
       <h3>Standard information</h3>
     <table>      <table>
       <tr><td><b> ID:</b> </td><td><input type="text" name="id" size=20></td></tr>        <tr><td class="form-label"> ID: </td><td><input type="text" name="id" size=20></td></tr>
       <tr><td><i> Title:</i> </td><td><input type="text" name="title" size=40></td></tr>        <tr><td class="form-optional">Title: </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 class="form-optional"> 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> Weigth for sorting:</i> </td><td><input type="text" name="weight" size=20></td></tr>        <tr><td class="form-optional"><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 class="form-label">Sortfield for subcollections of this collection: </td><td><input type="text" name="sortfield" value="weight" size=20></td></tr>
         <tr><td valign="top" class="form-optional"> 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>      </table>
       <tr><td> <i>Content-Type:</i> </td><td><select name="contentType" tal:content="structure here/contentTypeSelector_HTML"/></td></tr>       <input type="submit" value="Add">
       <tr><td> Responsible Persons (Lastname, FirstName; Lastname, Firstname...): </td><td><input type="text" name="responsible" size=40></td></tr>      <hr>
       <tr><td><i>Secondary Link:</i> </td><td><input type="text" name="secondaryLink"  size=100></td></tr>        <h4>Partners (optional)</h4>
       <tr><td><i>Title of Secondary Link:</i> </td><td><input type="text" name="secondaryLinkTitle"  size=100></td></tr>        <span tal:omit-tag="" tal:repeat="item here/getPartners">
       <tr><td><i>Background colour:</i> </td><td><input type="text" name="bgcolour"  value="#dddddd" size=100></td></tr>      <input type="checkbox" name="credits"  tal:attributes="value item/id"><tal:block tal:replace="item/title"/><br>
         </span>
       <hr>
       <h3>Extensions for expert users not needed for standard usage</h3>
       <table>
        <tr><td class="form-optional"> Imagetag</td><td><input type="text" name="imageTag" size=80></td></tr>
        
         <tr><td class="form-optional"> Content-Type:</td><td><select name="contentType" tal:content="structure here/contentTypeSelector_HTML"/></td></tr>
         <tr><td class="form-optional"> Responsible Persons (Lastname, FirstName; Lastname, Firstname...): </td><td><input type="text" name="responsible" size=40></td></tr>
         <tr><td class="form-optional"> Secondary Link: </td><td><input type="text" name="secondaryLink"  size=100></td></tr>
         <tr><td class="form-optional"> Title of Secondary Link: </td><td><input type="text" name="secondaryLinkTitle"  size=100></td></tr>
         <tr><td class="form-optional"> Background colour:  </td><td><input type="text" name="bgcolour"  value="#dddddd" size=100></td></tr>
       </table>        </table>
       <input type="submit" value="Add">        <input type="submit" value="Add">
             
Line 28 Line 40
       <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>Partners (optional)</h4>      
       <span tal:omit-tag="" tal:repeat="item here/getPartners">  
     <input type="checkbox" name="credits"  tal:attributes="value item/id"><tal:block tal:replace="item/title"/><br>  
       </span>  
       <input type="submit" value="Add">        <input type="submit" value="Add">
     </form>      </form>
 <h1 tal:replace="structure here/manage_page_footer">Footer</h1>  <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

Removed from v.1.10  
changed lines
  Added in v.1.11


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