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

version 1.2, 2004/04/16 10:24:09 version 1.4, 2004/12/16 14:19:45
Line 19 Line 19
       <tr><td><i>Background color:</i> </td><td><input type="text" name="bgcolour"  tal:attributes="value here/getBgcolour" size=100></td></tr>             <tr><td><i>Background color:</i> </td><td><input type="text" name="bgcolour"  tal:attributes="value here/getBgcolour" size=100></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>  
         
       <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.4


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