Mercurial > p > roundup > code
view roundup/templates/classic/html/_generic.help @ 1383:f19dde90e473
applied unicode patch
| author | Andrey Lebedev <kedder@users.sourceforge.net> |
|---|---|
| date | Wed, 15 Jan 2003 22:17:20 +0000 |
| parents | a51c2a389c13 |
| 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>
