Code

moving templates around
[roundup.git] / templates / minimal / html / _generic.help.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8;">
4 <link rel="stylesheet" type="text/css" href="_file/style.css">
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="python:item[prop]"></td>
13 </tr>
14 </table>
16 </body>