Mercurial > p > roundup > code
view templates/minimal/html/_generic.help.html @ 1632:eb4d04a9d647
added Windows Service mode for roundup-server...
...when daemonification is attempted on Windows.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 09 May 2003 02:02:40 +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>
