Mercurial > p > roundup > code
diff roundup/templates/extended/user.index @ 28:a3e119154b11
moved templates to proper location
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Mon, 23 Jul 2001 03:50:47 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/roundup/templates/extended/user.index Mon Jul 23 03:50:47 2001 +0000 @@ -0,0 +1,18 @@ +<!-- $Id: user.index,v 1.1 2001-07-23 03:50:46 anthonybaxter 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="plain('address')"></td> + </property> + <property name="phone"> + <td><display call="plain('phone')"></td> + </property> +</tr>
