Mercurial > p > roundup > code
view templates/user.index @ 4:b10f8834cce4
modified to use localconfig.py (if it exists)
and to make the various options (e.g. paths) based on ROUNDUP_HOME &c.
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Thu, 19 Jul 2001 05:46:47 +0000 |
| parents | 5e92642cd1f8 |
| children |
line wrap: on
line source
<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="plain('address')"></td> </property> <property name="phone"> <td><display call="plain('phone')"></td> </property> </tr>
