File:  [Repository] / OSAS / OSA_system / Attic / contextDataMain.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Sat Oct 11 10:54:13 2003 UTC (20 years, 8 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
new
n

    1: <html>
    2:   <body>
    3:     <h2>Add a document to a collection</h2>
    4:     <p>Select the collection by clicking</p>
    5:     <form action="addContextData2">
    6:       <div tal:replace="structure python:here.generateTree(depth=10)"/>
    7: 
    8:       <h3>Link</h3>
    9:       <input tal:repeat="link python:here.REQUEST.SESSION['links']" type="radio" name="link" tal:attributes="value python:link[0]" tal:content="python:link[1]"/>
   10:       <input type="hidden" name="path" tal:attributes="value python:here.REQUEST['path']"/>
   11: 
   12:       <h3>Additional Information</h3>
   13: 
   14:       <b> Label: </b><input type="text" name="label"><br>
   15:       
   16:       <b> Description:</b><textarea name="description"></textarea><br>
   17:       <b> Content-Type: </b><input type="text" name="content_type"><br><br>
   18:       <b> Responsible: </b><input type="text" name="responsible"><br><br>
   19:       <h3>Scientific Information</h3>
   20:       <b> Source-Type: </b><input type="text" name="source_type"><br>
   21:       <b> Period: </b><input type="text" name="period"><br>
   22:       <h4>Classification</h4>
   23:       <b> Context: </b><input type="text" name="context"><br>
   24:       <b> Science: </b><input type="text" name="science"><br>
   25:       <b> Practice: </b><input type="text" name="practice"><br>
   26: 
   27:       <b> Credits:</b><br>
   28:       <input type="checkbox" name="credits" tal:repeat="item python:here.getPartners()" tal:attributes="value item/id" tal:content="item/title"/>
   29:       <input type="submit"/>
   30:       </form>
   31:    </body>
   32:   </html>

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