annotate roundup/templates/classic/html/user.item @ 942:3efe5a2311d4

access controls in the user page
author Richard Jones <richard@users.sourceforge.net>
date Fri, 16 Aug 2002 04:29:04 +0000
parents 7db9e2e0a961
children 5643abab70ed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
942
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
1 <!-- $Id: user.item,v 1.7 2002-08-16 04:29:04 richard Exp $-->
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
2 <require permission="Edit" id="$userid">
57
6ff85bc2dd56 Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
3
942
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
4 <table border=0 cellspacing=0 cellpadding=2>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
5 <tr class="strong-header">
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
6 <td colspan=2>Your Details</td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
7 </td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
8 <tr bgcolor="ffffea">
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
9 <td width=1% nowrap align=right><span class="form-label">Name</span></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
10 <td class="form-text"><display call="field('realname', size=40)"></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
11 </tr>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
12 <tr bgcolor="ffffea">
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
13 <td width=1% nowrap align=right><span class="form-label">Login Name</span></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
14 <td class="form-text"><display call="field('username', size=40)"></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
15 </tr>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
16 <tr bgcolor="ffffea">
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
17 <td width=1% nowrap align=right><span class="form-label">Login Password</span></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
18 <td class="form-text"><display call="field('password', size=10)"></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
19 </tr>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
20 <require permission="Web Roles">
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
21 <tr bgcolor="ffffea">
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
22 <td width=1% nowrap align=right><span class="form-label">Roles</span></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
23 <td class="form-text"><display call="field('roles', size=40)"></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
24 </tr>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
25 </require>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
26 <tr bgcolor="ffffea">
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
27 <td width=1% nowrap align=right><span class="form-label">Phone</span></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
28 <td class="form-text"><display call="field('phone', size=40)"></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
29 </tr>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
30 <tr bgcolor="ffffea">
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
31 <td width=1% nowrap align=right><span class="form-label">Organisation</span></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
32 <td class="form-text"><display call="field('organisation', size=40)"></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
33 </tr>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
34 <tr bgcolor="ffffea">
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
35 <td width=1% nowrap align=right><span class="form-label">E-mail address</span></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
36 <td class="form-text"><display call="field('address', size=40)"></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
37 </tr>
905
502a5ae11cc5 Very close now. The cgi and mailgw now use the new security API.
Richard Jones <richard@users.sourceforge.net>
parents: 872
diff changeset
38 <tr bgcolor="ffffea">
942
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
39 <td width=1% nowrap align=right><span class="form-label">Alternate
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
40 E-mail addresses</span><br>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
41 <span class="form-help">One address per line</span></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
42 <td class="form-text"><display call="multiline('alternate_addresses')"></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
43 </tr>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
44
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
45 <tr bgcolor="ffffea">
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
46 <td>&nbsp;</td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
47 <td class="form-text"><display call="submit()"></td>
905
502a5ae11cc5 Very close now. The cgi and mailgw now use the new security API.
Richard Jones <richard@users.sourceforge.net>
parents: 872
diff changeset
48 </tr>
942
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
49
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
50 <tr class="strong-header"><td colspan=2><b>Queries</b></td></tr>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
51 <tr><td colspan=2><display call="list('queries')"></td></tr>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
52
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
53 <tr class="strong-header"><td colspan=2><b>History</b></td></tr>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
54 <tr><td colspan=2><display call="history()"></td></tr>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
55 </table>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
56
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
57 <else>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
58
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
59 <table border=0 cellspacing=0 cellpadding=2>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
60 <tr class="strong-header">
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
61 <td colspan=2><display call="plain('realname')"></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
62 </td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
63 <tr bgcolor="ffffea">
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
64 <td width=1% nowrap align=right><span class="form-label">Login Name</span></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
65 <td class="form-text"><display call="plain('username')"></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
66 </tr>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
67 <tr bgcolor="ffffea">
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
68 <td width=1% nowrap align=right><span class="form-label">Phone</span></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
69 <td class="form-text"><display call="plain('phone')"></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
70 </tr>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
71 <tr bgcolor="ffffea">
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
72 <td width=1% nowrap align=right><span class="form-label">Organisation</span></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
73 <td class="form-text"><display call="plain('organisation')"></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
74 </tr>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
75 <tr bgcolor="ffffea">
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
76 <td width=1% nowrap align=right><span class="form-label">E-mail address</span></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
77 <td class="form-text"><display call="email('address')"></td>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
78 </tr>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
79 </table>
3efe5a2311d4 access controls in the user page
Richard Jones <richard@users.sourceforge.net>
parents: 914
diff changeset
80
905
502a5ae11cc5 Very close now. The cgi and mailgw now use the new security API.
Richard Jones <richard@users.sourceforge.net>
parents: 872
diff changeset
81 </require>

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