Diff for /ECHO_content/zpt/ChangeECHO_externalLink.zpt between versions 1.7 and 1.10

version 1.7, 2004/08/06 09:00:13 version 1.10, 2005/02/24 22:59:21
Line 13 Line 13
       <tr><td><b> Responsible: </b></td><td><input type="text" name="responsible" tal:attributes="value here/responsible"></td></tr>        <tr><td><b> Responsible: </b></td><td><input type="text" name="responsible" tal:attributes="value here/responsible"></td></tr>
 </table>  </table>
   
     <h4>Coords</h4>             
       <table>  
       <tr tal:repeat="coord python:here.getCoords()"><td><b> Coords: </b></td><td><input type="text" name="coords" tal:attributes="value coord"></td></tr>  
 </table>             
 <h3> Credits:</h3>  <h3> Credits:</h3>
               
       <div tal:repeat="item here/partners/getPartners">        <div tal:repeat="item here/getPartners">
           
     <div tal:condition="python:item.getId() in here.getCredits()">      <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"  checked><tal:block tal:content="item/title"/>
     </div>      </div>
     <div tal:condition="not:python:item.getId() in here.getCredits()">      <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:block tal:content="item/title"/>
     </div>      </div>
   
       </div>        </div>

Removed from v.1.7  
changed lines
  Added in v.1.10


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