File:  [Repository] / ECHO_content / zpt / AddECHO_collectionForm.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Fri Apr 2 15:06:47 2004 UTC (20 years, 2 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
added image

<html>
  <body>
    <h2>Add a new collection</h2>
    <form name="form" action="manage_addECHO_collection">
    <table>
      <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> 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> Weigth for sorting: </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 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="content_type" size=20></td></tr>
      <tr><td> Responsible Persons (Lastname, FirstName; Lastname, Firstname...): </td><td><input type="text" name="responsible" size=40></td></tr>
      </table>
      <input type="submit" value="Add">
     
      
      <h4>Coordinates</h4>
    <table>
      <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> Coord3: </td><td><input type="text" name="coords"></td></tr>
      <tr><td> Coord4: </td><td><input type="text" name="coords"></td></tr>
      </table>

      <h4>Credits:</h4>
      <input type="checkbox" name="credits" tal:repeat="item here/partners/getPartners" tal:attributes="value item/id" tal:content="item/title"/>
      <input type="submit" value="Add">
    </form>
  </body>
</html>

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