Diff for /ECHO_content/zpt/ChangeECHO_partner.zpt between versions 1.5 and 1.6

version 1.5, 2004/06/08 13:40:13 version 1.6, 2004/06/08 13:47:02
Line 13 Line 13
             </b>              </b>
             </td>              </td>
             <td>              <td>
             <input type="text" name="url" tal:attributes="value here/url" width=200>              <input type="text" name="url" tal:attributes="value here/url" size=45>
             </td>              </td>
         </tr>          </tr>
                   
Line 25 Line 25
             </td>              </td>
             <td>              <td>
   
             <input type="text" name="person" tal:attributes="value python:getattr(here, 'person','')" width=200>              <input type="text" name="person" tal:attributes="value python:getattr(here, 'person','')" size=45>
   
             </td>              </td>
         </tr>          </tr>
Line 37 Line 37
             </b>              </b>
             </td>              </td>
             <td>              <td>
             <span tal:condition="python:hasattr(here,'email')">  
             <input type="text" name="email" tal:attributes="value here/email">              <input type="text" name="email" tal:attributes="value python:getattr(here, 'email','')" size=45>
             </span>      
             <span tal:condition="not:python:hasattr(here,'email')">  
             <input type="text" name="email">  
             </span>  
             </td>              </td>
         </tr>          </tr>
                   
Line 53 Line 50
             </b>              </b>
             </td>              </td>
             <td>              <td>
             <span tal:condition="python:hasattr(here,'country')">  
             <input type="text" name="country" tal:attributes="value here/country">              <input type="text" name="country" tal:attributes="value python:getattr(here, 'country','')" size=45>
             </span>  
             <span tal:condition="not:python:hasattr(here,'country')">  
             <input type="text" name="country">  
             </span>  
             </td>              </td>
         </tr>          </tr>
                   

Removed from v.1.5  
changed lines
  Added in v.1.6


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