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

version 1.1, 2004/02/04 10:03:33 version 1.2, 2004/02/04 18:01:45
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>

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


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