view roundup/templates/classic/html/_generic.help @ 1495:a2a57ec8fdf0

nicer page titles (sf feature 65197) [[That issue number is invalid.]]
author Richard Jones <richard@users.sourceforge.net>
date Thu, 06 Mar 2003 07:02:18 +0000
parents f19dde90e473
children 2bb4fa7050b1
line wrap: on
line source

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

</body>

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