view roundup/templates/classic/html/_generic.help @ 1243:3a028d2f7830

Fix (re)indexing & find in back_metakit. Fix testTransactions in the metakit test in test_db.
author Gordon B. McMillan <gmcm@users.sourceforge.net>
date Wed, 02 Oct 2002 19:15:46 +0000
parents 344bad728d10
children a51c2a389c13
line wrap: on
line source

<html>
<head>
<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/