Mercurial > p > roundup > code
view roundup/templates/classic/html/query.item @ 1002:1798d2fa9fec
Hack hack...
. Lots of cleanup in the classic html (stylesheet, search page, index page, ...)
. Reinstated searching, but not query saving yet
. Filtering only allows sorting and grouping by one property - all backends
now implement this behaviour.
. Nosy list journalling turned off by default, everything else is on.
. Added some convenience methods (reverse, propchanged, [item] accesses, ...)
. Did I mention the stylesheet is much cleaner now? :)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 01 Sep 2002 04:32:30 +0000 |
| parents | 5643abab70ed |
| children | 04b44df7af1d |
line wrap: on
line source
<table border=0 cellspacing=0 cellpadding=2> <tr class="strong-header"> <td colspan=2>Query</td> </tr> <tr bgcolor="ffffea"> <td width=1% nowrap class="form-label" align=right>Class</td> <td class="form-text"><display call="plain('klass')"></td> </tr> <tr bgcolor="ffffea"> <td width=1% nowrap class="form-label" align=right>Name</td> <td class="form-text"><display call="field('name')"></td> </tr> <tr bgcolor="ffffea"> <td colspan=2><display call="filterspec('klass','url')"></td> </tr> <tr bgcolor="ffffea"> <td></td> <td class="form-text"><display call="submit()"></td> </tr> </table>
