view zpt/MPIWGProject_index.zpt @ 23:3825a9e17409

remove old decode.
author casties
date Mon, 08 Apr 2013 20:47:39 +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>