Diff for /ECHO_content/zpt/ChangeECHO_group.zpt between versions 1.2 and 1.3

version 1.2, 2004/04/16 10:24:09 version 1.3, 2004/05/07 16:52:04
Line 23 Line 23
       <table>        <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>        <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>  </table>
 <h3> Credits:</h3>  
               
       <div tal:repeat="item here/partners/getPartners">  
       
     <div tal:condition="python:item.getId() in here.getCredits()">  
         
       <input type="checkbox" name="credits" tal:attributes="value item/id" tal:content="item/title" checked/>  
     </div>  
     <div tal:condition="not:python:item.getId() in here.getCredits()">  
         <input type="checkbox" name="credits" tal:attributes="value item/id" tal:content="item/title"/>  
     </div>  
   
       </div>  
       <input type="submit" value="change"><br><br>        <input type="submit" value="change"><br><br>
        </form>         </form>
    </body>     </body>

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


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