File:  [Repository] / ECHO_content / Attic / AddECHO_resourceForm.zpt.~1.1.1.1.~
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 3 16:58:31 2004 UTC (20 years, 4 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
ngetemplate

<html>
  <body>
    <h2>Add a new Link</h2>
    <form name="form" action="manage_AddECHO_resource">
      <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> MetaLink: </b><input type="text" name="metalink"><br>
      <b> Link: </b><input type="text" name="link"><br>
      <b> Weigth: </b><input type="text" name="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>
      <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>

      <b> Credits:</b><br>
      <input type="checkbox" name="credits" tal:repeat="item here/partners/getPartners" tal:attributes="value item/id" tal:content="item/title"/>
       <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>

      <input type="submit" value="Add"><br><br>
    </form>
  </body>
</html>

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