view roundup/templates/minimal/html/_generic.help @ 1496:e6ac4e074acb

relaxed CVS importing (feature [SF#693277])
author Richard Jones <richard@users.sourceforge.net>
date Thu, 06 Mar 2003 07:33:29 +0000
parents f19dde90e473
children
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/