Mercurial > p > roundup > code
view roundup/templates/classic/html/user.index @ 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 | 7af57a4d7fe3 |
| children | 5643abab70ed |
line wrap: on
line source
<!-- $Id: user.index,v 1.3 2002-07-09 05:29:51 richard Exp $--> <tr> <property name="username"> <td><display call="link('username')"></td> </property> <property name="realname"> <td><display call="plain('realname')"></td> </property> <property name="organisation"> <td><display call="plain('organisation')"></td> </property> <property name="address"> <td><display call="email('address')"></td> </property> <property name="phone"> <td><display call="plain('phone')"></td> </property> </tr>
