File:  [Repository] / OSAS / OSA_system / Attic / contextDataMain.zpt
Revision 1.5: download - view: text, annotated - select for diffs - revision graph
Sun Oct 12 21:19:13 2003 UTC (20 years, 8 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minor changes and sorfield

<html metal:use-macro="here/main_template/macros/page">
  <body metal:fill-slot="body">
    <h2>Add a document to a collection</h2>
    
    <form action="addContextData2">
      <table border="1">
      <tr>
       <td valign="top">
      <h3>Select the collection or subcollection</h3>
      <div tal:replace="structure python:here.generateTree(depth=10)"/>
       </td>
    
        <td valign="top">
      <h3>Link</h3>
      <input tal:repeat="link python:here.REQUEST.SESSION['links']" type="radio" name="link" tal:attributes="value python:link[0]" tal:content="python:link[1]"/>
      <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>
      <b> Weight: </b><input type="text" name="weight"><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>
      <div tal:omit-tag="" tal:repeat="item python:here.getPartners()"> <input type="checkbox" name="credits"  tal:attributes="value item/id" tal:content="item/title"><br></div>
      
</td>
</tr>
</table>
<input type="submit" value="submit"/>
      </form>
   </body>
  </html>

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