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

version 1.3, 2003/10/11 10:54:13 version 1.4, 2003/10/11 16:44:23
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">
         <table border="1">
         <tr>
          <td valign="top">
         <h3>Select the collection or subcollection</h3>
       <div tal:replace="structure python:here.generateTree(depth=10)"/>        <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 26 Line 32
   
       <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"/>        <input type="checkbox" name="credits" tal:repeat="item python:here.getPartners()" tal:attributes="value item/id" tal:content="item/title"/>
       <input type="submit"/>        
   </td>
   </tr>
   </table>
   <input type="submit" value="submit"/>
       </form>        </form>
    </body>     </body>
   </html>    </html>

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


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