view roundup/templates/classic/html/_generic.help @ 1058:a55ef5a98fd3

more docco... and we need to check for web access Permission!
author Richard Jones <richard@users.sourceforge.net>
date Fri, 06 Sep 2002 03:21:30 +0000
parents c28603c9f831
children 344bad728d10
line wrap: on
line source

<table tal:define="props python:request.form['properties'].value.split(',')"
       border=1 cellspacing=0 cellpadding=2>
<tr>
 <th align=left tal:repeat="prop props" tal:content="prop"></th>
</tr>
<tr tal:repeat="item klass/list">
 <td align="left" valign="top" tal:repeat="prop props"
     tal:content="python:item[prop]"></td>
</tr>
</table>


Roundup Issue Tracker: http://roundup-tracker.org/