view templates/minimal/html/_generic.help.html @ 1711:3c3e44aacdb4

Documentation fixes. doc/customizing.txt, doc/design.txt Documented 'db.curuserid'. doc/design.txt Reflowed to 72 columns (even the layer cake fits :) roundup/mailgw.py Strip '\n' introduced by rfc822.readheaders
author Jean Jordaan <neaj@users.sourceforge.net>
date Tue, 24 Jun 2003 12:39:20 +0000
parents 21312a7564fd
children c3f0b552a55a
line wrap: on
line source

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8;">
<link rel="stylesheet" type="text/css" href="_file/style.css">
</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="python:item[prop]"></td>
</tr>
</table>

</body>

Roundup Issue Tracker: http://roundup-tracker.org/