source: trunk/gsdl/macros/users.dm@ 2940

Last change on this file since 2940 was 2940, checked in by sjboddie, 22 years ago

* empty log message *

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 4.7 KB
Line 
1package userslistusers
2
3_header_ {
4<html>
5<head>
6<title>_textlocu_</title>
7</head>
8<body bgcolor="#ffffff" text="#000000" link="#006666"
9 alink="#cc9900" vlink="#666633">
10}
11
12_content_ {}
13
14_contentstart_ {
15<h2>_textlocu_</h2>
16
17
18<table border=0 cellspacing=1 cellpadding=3 width=100%>
19<tr>
20 <th bgcolor="\#d0d0d0">_textuser_</th>
21 <th bgcolor="\#d0d0d0">_textas_</th>
22 <th bgcolor="\#d0d0d0">_textgroups_</th>
23 <th bgcolor="\#d0d0d0">_textcomment_</th>
24 <th>&nbsp;</th>
25</tr>
26}
27
28_contentend_ {
29</table>
30}
31
32_footer_ {
33</body>
34</html>
35}
36
37
38
39package usersedituser
40
41_header_ {
42<html>
43<head>
44<title>_If_("_cgiarguma_" eq "edituser",_textedituser_,_textadduser_)</title>
45</head>
46<body bgcolor="#ffffff" text="#000000" link="#006666"
47 alink="#cc9900" vlink="#666633">
48}
49
50_content_ {
51<h2>_If_("_cgiarguma_" eq "edituser",_textedituser_,_textadduser_)</h2>
52
53
54_users:messagestatus_
55
56<form name="edituser" method="post" action="_gwcgi_">
57<input type=hidden name="e" value="_decodedcompressedoptions_">
58<input type=hidden name="a" value="um">
59<input type=hidden name="uma" value="_cgiarguma_">
60
61<table border=0>
62<tr><td>_authen:textusername_</td><td><input type="text" name="umun" value="_users:usersargun_" size=15></td>
63<td><font color=gray>_textaboutusername_</font></td>
64</tr>
65<tr><td>_authen:textpassword_</td><td><input type="text" name="umpw" value="_users:usersargpw_" size=9></td>
66<td><font color=gray>_textaboutpassword_
67_If_("_cgiarguma_" eq "edituser",_textoldpass_)
68</font></td></tr>
69<tr><td>_userslistusers:textas_</td><td>
70<select name="umus">
71<option value="enabled">_textenabled_
72<option value="disabled"_If_("_users:usersargus_" ne "enabled", selected)>_textdisabled_
73</select>
74</td></tr>
75<tr><td>_userslistusers:textgroups_</td><td><input type="text" name="umug" value="_users:usersargug_" size=15></td>
76<td><font color=gray>_textaboutgroups_</font></td></tr>
77<tr><td>_userslistusers:textcomment_</td><td colspan=2><input type="text" name="umc" value="_users:usersargc_" size=50></td></tr>
78<tr><td></td><td colspan=2><input type="submit" name=beu value="submit">
79<input type="submit" name=uma value="cancel"></td></tr>
80</table>
81</form>
82}
83
84_footer_ {
85</body>
86</html>
87}
88
89
90
91
92package usersdeleteuser
93
94_header_ {
95<html>
96<head>
97<title>_textdeleteuser_</title>
98</head>
99<body bgcolor="#ffffff" text="#000000" link="#006666"
100 alink="#cc9900" vlink="#666633">
101}
102
103_content_ {
104
105<p>
106<table border=0>
107<tr><td>
108<form name="deleteuser" method="post" action="_gwcgi_">
109<input type=hidden name="e" value="_decodedcompressedoptions_">
110<input type=hidden name="a" value="um">
111<input type=hidden name="uma" value="_cgiarguma_">
112<input type=hidden name="umun" value="_cgiargumun_">
113<font color=red>_textremwarn_</font>
114<input type="submit" name=cm value="no">
115<input type="submit" name=cm value="yes">
116</form>
117</td></tr>
118</table>
119}
120
121_footer_ {
122</body>
123</html>
124}
125
126
127
128package userschangepasswd
129
130_header_ {
131<html>
132<head>
133<title>_textchangepw_</title>
134</head>
135<body bgcolor="#ffffff" text="#000000" link="#006666"
136 alink="#cc9900" vlink="#666633">
137}
138
139_content_ {
140<h2>_textchangepw_</h2>
141<p><font color=gray>_userseditusers:textaboutpassword_</font>
142
143<p>_users:messagestatus_
144
145<p>
146<form name="changepasswd" method="post" action="_gwcgi_">
147<input type=hidden name="e" value="_decodedcompressedoptions_">
148<input type=hidden name="a" value="um">
149<input type=hidden name="uma" value="_cgiarguma_">
150<table border=0>
151<tr><td align=right>_textoldpw_</td><td><input type="password" name="umpw" size=9></td></tr>
152<tr><td align=right>_textnewpw_</td><td><input type="password" name="umnpw1" size=9></td></tr>
153<tr><td align=right>_textretype_</td><td><input type="password" name="umnpw2" size=9></td></tr>
154<tr><td></td><td><input type="submit" name=bcp value="submit"></td></tr>
155</table>
156</table>
157</form>
158
159}
160
161
162package userschangepasswdok
163
164_header_ {
165<html>
166<head>
167<title>_userschangepasswd:textchangepw_</title>
168</head>
169<body bgcolor="#ffffff" text="#000000" link="#006666"
170 alink="#cc9900" vlink="#666633">
171}
172
173_content_ {
174<h2>_userschangepasswd:textchangepw_</h2>
175
176<p>_textsuccess_
177}
178
179
180
181package users
182
183_messageinvalidusername_ {<font color=red>_textinvalidusername_</font>}
184_messageinvalidpassword_ {<font color=red>_textinvalidpassword_</font>}
185_messageemptypassword_ {<font color=red>_textemptypassword_</font>}
186_messageuserexists_ {<font color=red>_textuserexists_</font>}
187
188_messageusernameempty_ {<font color=red>_textusernameempty_</font>}
189_messagepasswordempty_ {<font color=red>_textpasswordempty_</font>}
190_messagenewpass1empty_ {<font color=red>_textnewpass1empty_</font>}
191_messagenewpass2empty_ {_messagenewpass1empty_}
192_messagenewpassmismatch_ {<font color=red>_textnewpassmismatch_</font>}
193_messagenewinvalidpassword_ {<font color=red>_textnewinvalidpassword_</font>}
194_messagefailed_ {<font color=red>_textfailed_</font>}
Note: See TracBrowser for help on using the repository browser.