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, 3 months ago) by dwinter
Branches: MAIN
CVS tags: r2, HEAD
new name recognition

<html>
<body>
<table border="1">
<tr tal:repeat="field here/getDefinedFields">
<td valign="top" tal:content="field"/>
<!--<td tal:repeat="attr python:here.getAttribute(field)" tal:content="structure python:attr.encode('ascii','ignore')"/>-->
<td tal:repeat="attr python:here.getAttribute(field)" tal:content="structure python:attr"/>
</tr>
</table>
</body>
</html>



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