File:  [Repository] / OSAS / OSA_system / Attic / contextDataMain.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Oct 6 23:07:35 2003 UTC (20 years, 8 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
New Document für Collection

<html>
  <body>
    <h2>Add a document to a collection</h2>
    <p>Select the collection by clicking</p>
    <form action="addContextData2">
      <div tal:replace="structure python:here.generateTree()"/>
      <input type="hidden" name="path" tal:attributes="value python:here.REQUEST['path']"/>

      <h3>Additional Information</h3>

      <b> Label: </b><input type="text" name="label"><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 python:here.getPartners()" tal:attributes="value item/id" tal:content="item/title"/>
      <input type="submit"/>
      </form>
   </body>
  </html>

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