Mercurial > hg > MPIWGWeb
view zpt/MPIWGProject_index.zpt @ 0:bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
author | casties |
---|---|
date | Thu, 10 Jan 2013 17:52:13 +0100 |
parents | |
children |
line wrap: on
line source
<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>