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

version 1.1, 2003/10/06 23:07:35 version 1.2, 2003/10/09 09:58:07
Line 4 Line 4
     <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()"/>
   
         <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 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>

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


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