Diff for /OSAS/OSA_system/Attic/contextDataMain.zpt between versions 1.2 and 1.5

version 1.2, 2003/10/09 09:58:07 version 1.5, 2003/10/12 21:19:13
Line 1 Line 1
 <html>  <html metal:use-macro="here/main_template/macros/page">
   <body>    <body metal:fill-slot="body">
     <h2>Add a document to a collection</h2>      <h2>Add a document to a collection</h2>
     <p>Select the collection by clicking</p>      
     <form action="addContextData2">      <form action="addContextData2">
       <div tal:replace="structure python:here.generateTree()"/>        <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>        <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 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']"/>        <input type="hidden" name="path" tal:attributes="value python:here.REQUEST['path']"/>
Line 16 Line 22
       <b> Description:</b><textarea name="description"></textarea><br>        <b> Description:</b><textarea name="description"></textarea><br>
       <b> Content-Type: </b><input type="text" name="content_type"><br><br>        <b> Content-Type: </b><input type="text" name="content_type"><br><br>
       <b> Responsible: </b><input type="text" name="responsible"><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>        <h3>Scientific Information</h3>
       <b> Source-Type: </b><input type="text" name="source_type"><br>        <b> Source-Type: </b><input type="text" name="source_type"><br>
       <b> Period: </b><input type="text" name="period"><br>        <b> Period: </b><input type="text" name="period"><br>
Line 25 Line 33
       <b> Practice: </b><input type="text" name="practice"><br>        <b> Practice: </b><input type="text" name="practice"><br>
   
       <b> Credits:</b><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"/>        <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>
       <input type="submit"/>        
   </td>
   </tr>
   </table>
   <input type="submit" value="submit"/>
       </form>        </form>
    </body>     </body>
   </html>    </html>

Removed from v.1.2  
changed lines
  Added in v.1.5


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