Mercurial > p > roundup > code
view roundup/templates/classic/html/_generic.help @ 1562:b975da59cd11
handle invalid data input in forms better
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 26 Mar 2003 06:46:17 +0000 |
| parents | f19dde90e473 |
| children | 2bb4fa7050b1 |
line wrap: on
line source
<html> <head> <link rel="stylesheet" type="text/css" href="_file/style.css"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8;"> </head> <body class="body" marginwidth="0" marginheight="0"> <table class="classhelp" tal:define="props python:request.form['properties'].value.split(',')"> <tr><th tal:repeat="prop props" tal:content="prop"></th></tr> <tr tal:repeat="item context/list"> <td tal:repeat="prop props" tal:content="structure python:item[prop]"></td> </tr> </table> </body>
