view roundup/templates/classic/html/_generic.help @ 1073:cf30c6cdca02

More documentation. Simplified the "klass", "item" and "*classname*" variables into "context.
author Richard Jones <richard@users.sourceforge.net>
date Mon, 09 Sep 2002 00:45:06 +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/