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

version 1.1, 2004/03/03 13:02:55 version 1.4, 2004/04/02 17:38:40
Line 7 Line 7
       <tr>        <tr>
        <td valign="top">         <td valign="top">
       <h3>Select the collection or subcollection</h3>        <h3>Select the collection or subcollection</h3>
       <div tal:replace="structure python:here.generateTree(depth=10)"/>        <div tal:replace="structure python:here.XmlToTree(here.collection)"/>
        </td>         </td>
           
         <td valign="top">          <td valign="top">
Line 34 Line 34
   
       <b> Credits:</b><br>        <b> Credits:</b><br>
   
       <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>        <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>  </td>
 </tr>  </tr>

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


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