File:  [Repository] / MPIWGWeb / zpt / Attic / MPIWGProject_index.zpt.~1.1.1.1.~
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Feb 9 08:57:27 2004 UTC (20 years, 4 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
new name recognition

    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>