File:  [Repository] / ECHO_content / Attic / AddECHO_collectionForm.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Tue Jan 27 13:33:27 2004 UTC (20 years, 4 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD

ierweiterung : ----------------------------------------------------------------------

<html>
  <body>
    <h2>Add a new collection</h2>
    <form name="form" action="manage_AddECHO_collection">
      <b> ID: </b><input type="text" name="id"><br><br>
      <b> Title: </b><input type="text" name="title"><br>
      <b> Label: </b><input type="text" name="label"><br>
      <b> Weigth for sorting: </b><input type="text" name="weight"><br>
      <b> Sortfield: </b><input type="text" name="sortfield" value="weight"><br>

      <b> Description:</b><textarea name="description"></textarea><br>
      <b> Content-Type: </b><input type="text" name="content_type"><br><br>
      <b> Responsible: </b><input type="text" name="responsible"><br><br>



      <input type="submit" value="Add"><br><br>

      <h3>Scientific Information</h3>
      <b> Source-Type: </b><input type="text" name="source_type"><br>
      <b> Period: </b><input type="text" name="period"><br>
      <h4>Classification</h4>
      <b> Context: </b><input type="text" name="context"><br>
      <b> Science: </b><input type="text" name="science"><br>
      <b> Practice: </b><input type="text" name="practice"><br>
      <h4>Coordinates</h4>
      <b> Coord1: </b><input type="text" name="coords"><br>
      <b> Coord2: </b><input type="text" name="coords"><br>
      <b> Coord3: </b><input type="text" name="coords"><br>
      <b> Coord4: </b><input type="text" name="coords"><br>

      <b> Credits:</b><br>
      <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"><br><br>
    </Form>
  </body>
</html>

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