Code

applied unicode patch
[roundup.git] / roundup / templates / classic / html / _generic.help
1 <html>
2 <head>
3 <link rel="stylesheet" type="text/css" href="_file/style.css">
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8;">
5 </head>
6 <body class="body" marginwidth="0" marginheight="0">
8 <table class="classhelp"
9        tal:define="props python:request.form['properties'].value.split(',')">
10 <tr><th tal:repeat="prop props" tal:content="prop"></th></tr>
11 <tr tal:repeat="item context/list">
12  <td tal:repeat="prop props" tal:content="structure python:item[prop]"></td>
13 </tr>
14 </table>
16 </body>