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

version 1.4, 2004/04/02 17:38:40 version 1.5, 2004/04/05 21:54:42
Line 1 Line 1
 <html metal:use-macro="here/main_template/macros/page">  <html metal:use-macro="here/main_template/macros/page">
   <body metal:fill-slot="body">    <body metal:fill-slot="body">
     <h2>Add a document to a collection</h2>      <h2>Add a document to a collection</h2>
           <p>(<b>Bold face is required</b>,<i>Italics is optional</i>)</p>
     <form action="addContextData2">      <form action="addContextData2">
       <table border="1">        <h3>Select the collection or subcollection (required)</h3>
       <tr>  
        <td valign="top">  
       <h3>Select the collection or subcollection</h3>  
       <div tal:replace="structure python:here.XmlToTree(here.collection)"/>        <div tal:replace="structure python:here.XmlToTree(here.collection)"/>
        </td>        <h3>Which type of View</h3>
             <span tal:omit-tag="" tal:repeat="link python:here.REQUEST.SESSION['links']"> 
         <td valign="top">      <input type="radio" name="link" tal:attributes="value python:link[0]" tal:content="python:link[1]"/>
       <h3>Link</h3>      <a tal:attributes="href python:link[0]" target="preview">(preview)</a><br>
       <input tal:repeat="link python:here.REQUEST.SESSION['links']" type="radio" name="link" tal:attributes="value python:link[0]" tal:content="python:link[1]"/>        </span>
       <input type="hidden" name="path" tal:attributes="value python:here.REQUEST['path']"/>        <input type="hidden" name="path" tal:attributes="value python:here.REQUEST['path']"/>
   
       <h3>Additional Information</h3>        <h3>Additional Information</h3>
         <table>
       <tr><td><i> Label: </i></td><td><input type="text" name="label"></td></tr>
       <tr><td><i> Description:</i></td><td><textarea name="description"></textarea></td></tr>
       <tr><td><i> Content-Type: </i></td><td><input type="text" name="content_type"></td></tr>
       <tr><td><i> Responsible: </i></td><td><input type="text" name="responsible"></td></tr>
       <tr><td><i> Weight: </i></td><td><input type="text" name="weight"></td></tr>
         </table>
   
       <b> Label: </b><input type="text" name="label"><br>        <h3> Credits:</h3><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(here.collection)"> <input type="checkbox" name="credits"  tal:attributes="value python:item[0]" tal:content="python:item[1]"><br></div>        <div tal:omit-tag="" tal:repeat="item python:here.getPartners(here.collection)"> <input type="checkbox" name="credits"  tal:attributes="value python:item[0]" tal:content="python:item[1]"><br></div>
       
 </td>  
 </tr>  
 </table>  
 <input type="submit" value="submit"/>  <input type="submit" value="submit"/>
       </form>        </form>
    </body>     </body>

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


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