Diff for /MPIWGWeb/zpt/MPIWGProject_index.zpt between versions 1.1 and 1.3

version 1.1, 2004/02/04 10:03:33 version 1.3, 2004/02/09 08:57:27
Line 3 Line 3
 <table border="1">  <table border="1">
 <tr tal:repeat="field here/getDefinedFields">  <tr tal:repeat="field here/getDefinedFields">
 <td valign="top" tal:content="field"/>  <td valign="top" tal:content="field"/>
 <td tal:repeat="attr python:here.getAttribute(field)" tal:content="structure python:attr.encode('ascii','ignore')"/>  <!--<td tal:repeat="attr python:here.getAttribute(field)" tal:content="structure python:attr.encode('ascii','ignore')"/>-->
   <td tal:repeat="attr python:here.getAttribute(field)" tal:content="structure python:attr"/>
 </tr>  </tr>
 </table>  </table>
 </body>  </body>
 </html>  </html>
   
   

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


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