Annotation of MPIWGWeb/zpt/MPIWGProject_index.zpt, revision 1.3

1.1       dwinter     1: <html>
                      2: <body>
                      3: <table border="1">
                      4: <tr tal:repeat="field here/getDefinedFields">
                      5: <td valign="top" tal:content="field"/>
1.2       dwinter     6: <!--<td tal:repeat="attr python:here.getAttribute(field)" tal:content="structure python:attr.encode('ascii','ignore')"/>-->
                      7: <td tal:repeat="attr python:here.getAttribute(field)" tal:content="structure python:attr"/>
1.1       dwinter     8: </tr>
                      9: </table>
                     10: </body>
                     11: </html>
1.3     ! dwinter    12: 
        !            13: 

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