Mercurial > p > roundup > code
view roundup/templates/classic/html/_generic.help @ 1062:cc5a22e769b1
forgot the history style
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 06 Sep 2002 05:37:43 +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>
