File:  [Repository] / MPIWGWeb / zpt / MPIWGProject_index.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Feb 4 18:01:45 2004 UTC (20 years, 5 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minor changes

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

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