Mercurial > hg > MPIWGWeb
view zpt/MPIWGProject_index.zpt @ 41:cacba38c268c
added decode() back to MPIWGRoot, templates using it should be fixed...
author | casties |
---|---|
date | Fri, 26 Apr 2013 21:37:18 +0200 |
parents | bca61e893fcc |
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>