view roundup/templates/classic/html/query.item @ 902:b0d3d3535998

Bugger it. Here's the current shape of the new security implementation. Still to do: . call the security funcs from cgi and mailgw . change shipped templates to include correct initialisation and remove the old config vars ... that seems like a lot. The bulk of the work has been done though. Honest :)
author Richard Jones <richard@users.sourceforge.net>
date Thu, 25 Jul 2002 07:14:06 +0000
parents bd6211d39328
children 5643abab70ed
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>


Roundup Issue Tracker: http://roundup-tracker.org/