Mercurial > p > roundup > code
view roundup/templates/classic/html/query.item @ 1081:d7e27a153b40
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 09 Sep 2002 07:20:23 +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>
