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

version 1.2, 2003/10/09 09:58:07 version 1.3, 2003/10/11 10:54:13
Line 3 Line 3
     <h2>Add a document to a collection</h2>      <h2>Add a document to a collection</h2>
     <p>Select the collection by clicking</p>      <p>Select the collection by clicking</p>
     <form action="addContextData2">      <form action="addContextData2">
       <div tal:replace="structure python:here.generateTree()"/>        <div tal:replace="structure python:here.generateTree(depth=10)"/>
   
       <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]"/>

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


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