Mercurial > p > roundup > code
view roundup/templates/classic/html/query.item @ 1096:fa7df238e2d4
More cleaning up of configuration, and the "instance" -> "tracker" renaming.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 10 Sep 2002 03:01:20 +0000 |
| parents | 04b44df7af1d |
| children | 98f3d41f41d9 |
line wrap: on
line source
<table class="form"> <tr> <th>Class</th> <td tal:content="structure context/klass/field"></td> </tr> <tr> <th>Name</th> <td tal:content="structure context/name/field"></td> </tr> <tr> <td colspan=2> hrm. filterspec here... <display call="filterspec('klass','url')"> </td> </tr> <tr> <td> </td> <td tal:content="structure context/submit">submit button here</td> </tr> </table>
