Mercurial > p > roundup > code
view roundup/templates/classic/html/_generic.help @ 1056:1c2a2ecc1b03
fix to :required
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 05 Sep 2002 23:48:55 +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>
