Diff for /ECHO_content/Attic/ChangeECHO_resource.zpt between versions 1.2 and 1.3

version 1.2, 2003/12/11 11:35:37 version 1.3, 2004/01/27 13:33:27
Line 31 Line 31
       <b> Credits:</b><br>                 <b> Credits:</b><br>         
       <div tal:repeat="item here/partners/getPartners">        <div tal:repeat="item here/partners/getPartners">
           
     <div tal:condition="python:item.getId() in here.credits">      <div tal:condition="python:item.getId() in here.getCredits()">
               
       <input type="checkbox" name="credits" tal:attributes="value item/id" tal:content="item/title" checked/>        <input type="checkbox" name="credits" tal:attributes="value item/id" tal:content="item/title" checked/>
     </div>      </div>
     <div tal:condition="not:python:item.getId() in here.credits">      <div tal:condition="not:python:item.getId() in here.getCredits()">
         <input type="checkbox" name="credits" tal:attributes="value item/id" tal:content="item/title"/>          <input type="checkbox" name="credits" tal:attributes="value item/id" tal:content="item/title"/>
     </div>      </div>
   

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


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