annotate roundup/templates/extended/user.index @ 31:6eebdf2bf262

oops, missed a config removal
author Richard Jones <richard@users.sourceforge.net>
date Mon, 23 Jul 2001 03:56:30 +0000
parents a3e119154b11
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
28
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
1 <!-- $Id: user.index,v 1.1 2001-07-23 03:50:46 anthonybaxter Exp $-->
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
2 <tr>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
3 <property name="username">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
4 <td><display call="link('username')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
5 </property>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
6 <property name="realname">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
7 <td><display call="plain('realname')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
8 </property>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
9 <property name="organisation">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
10 <td><display call="plain('organisation')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
11 </property>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
12 <property name="address">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
13 <td><display call="plain('address')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
14 </property>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
15 <property name="phone">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
16 <td><display call="plain('phone')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
17 </property>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
18 </tr>

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