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

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"/>
                      6: <td tal:repeat="attr python:here.getAttribute(field)" tal:content="structure python:attr.encode('ascii','ignore')"/>
                      7: </tr>
                      8: </table>
                      9: </body>
                     10: </html>

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