Mercurial > p > roundup > code
view roundup/templates/classic/html/_generic.help @ 1055:cf72eae57a2c
Fixed instance installation
... moved the htmlbase module into templates and call it
<template>_htmlbase.py ... no more try/except in instance __init__!
Added :required to form handling.
Handle multiple values for single form items with decent error report.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 05 Sep 2002 23:39:14 +0000 |
| parents | c28603c9f831 |
| children | 344bad728d10 |
line wrap: on
line source
<table tal:define="props python:request.form['properties'].value.split(',')" border=1 cellspacing=0 cellpadding=2> <tr> <th align=left tal:repeat="prop props" tal:content="prop"></th> </tr> <tr tal:repeat="item klass/list"> <td align="left" valign="top" tal:repeat="prop props" tal:content="python:item[prop]"></td> </tr> </table>
