File:  [Repository] / MPIWGWeb / zpt / MPIWGProject_index.zpt
Revision 1.3: 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: r2, 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: <td tal:repeat="attr python:here.getAttribute(field)" tal:content="structure python:attr"/>
    8: </tr>
    9: </table>
   10: </body>
   11: </html>
   12: 
   13: 

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