view zpt/MPIWGProject_index.zpt @ 49:e40ff9829108

improved old project inline image handling.
author casties
date Mon, 29 Apr 2013 18:00:46 +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>