view roundup/templates/minimal/html/_generic.help @ 1607:de4fa8bed9d3 maint-0.5

added socket timeout to attempt to prevent stuck processes [SF#665487]
author Richard Jones <richard@users.sourceforge.net>
date Thu, 24 Apr 2003 04:28:33 +0000
parents 0ef27b438916
children f19dde90e473
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/