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

Last change on this file since 6814 was 2944, 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
RevLine 
[382]1package userslistusers
2
3_header_ {
4<html>
5<head>
[2777]6<title>_textlocu_</title>
[382]7</head>
8<body bgcolor="#ffffff" text="#000000" link="#006666"
9 alink="#cc9900" vlink="#666633">
10}
11
12_content_ {}
13
14_contentstart_ {
[2777]15<h2>_textlocu_</h2>
[382]16
17
18<table border=0 cellspacing=1 cellpadding=3 width=100%>
19<tr>
[2777]20 <th bgcolor="\#d0d0d0">_textuser_</th>
21 <th bgcolor="\#d0d0d0">_textas_</th>
22 <th bgcolor="\#d0d0d0">_textgroups_</th>
23 <th bgcolor="\#d0d0d0">_textcomment_</th>
[382]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>
[2777]44<title>_If_("_cgiarguma_" eq "edituser",_textedituser_,_textadduser_)</title>
[382]45</head>
46<body bgcolor="#ffffff" text="#000000" link="#006666"
47 alink="#cc9900" vlink="#666633">
48}
49
50_content_ {
[2777]51<h2>_If_("_cgiarguma_" eq "edituser",_textedituser_,_textadduser_)</h2>
[382]52
53
54_users:messagestatus_
55
56<form name="edituser" method="post" action="_gwcgi_">
[876]57<input type=hidden name="e" value="_decodedcompressedoptions_">
[382]58<input type=hidden name="a" value="um">
59<input type=hidden name="uma" value="_cgiarguma_">
60
61<table border=0>
[2777]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>
[382]64</tr>
[2777]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_)
[382]68</font></td></tr>
[2777]69<tr><td>_userslistusers:textas_</td><td>
[382]70<select name="umus">
[2777]71<option value="enabled">_textenabled_
72<option value="disabled"_If_("_users:usersargus_" ne "enabled", selected)>_textdisabled_
[382]73</select>
74</td></tr>
[2777]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>
[1129]78<tr><td></td><td colspan=2><input type="submit" name=beu value="submit">
79<input type="submit" name=uma value="cancel"></td></tr>
[382]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>
[2777]97<title>_textdeleteuser_</title>
[382]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_">
[876]109<input type=hidden name="e" value="_decodedcompressedoptions_">
[382]110<input type=hidden name="a" value="um">
111<input type=hidden name="uma" value="_cgiarguma_">
112<input type=hidden name="umun" value="_cgiargumun_">
[2777]113<font color=red>_textremwarn_</font>
[382]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
[1794]130_header_ {
131<html>
132<head>
[2777]133<title>_textchangepw_</title>
[1794]134</head>
135<body bgcolor="#ffffff" text="#000000" link="#006666"
136 alink="#cc9900" vlink="#666633">
137}
[382]138
139_content_ {
[2777]140<h2>_textchangepw_</h2>
[2944]141<p><font color=gray>_usersedituser:textaboutpassword_</font>
[382]142
143<p>_users:messagestatus_
144
145<p>
146<form name="changepasswd" method="post" action="_gwcgi_">
[876]147<input type=hidden name="e" value="_decodedcompressedoptions_">
[382]148<input type=hidden name="a" value="um">
149<input type=hidden name="uma" value="_cgiarguma_">
150<table border=0>
[2940]151<tr><td align=right>_textoldpw_</td><td><input type="password" name="umpw" size=9></td></tr>
[2777]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>
[382]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
[1794]164_header_ {
165<html>
166<head>
[2777]167<title>_userschangepasswd:textchangepw_</title>
[1794]168</head>
169<body bgcolor="#ffffff" text="#000000" link="#006666"
170 alink="#cc9900" vlink="#666633">
171}
[382]172
173_content_ {
[2777]174<h2>_userschangepasswd:textchangepw_</h2>
[382]175
[2777]176<p>_textsuccess_
[382]177}
178
179
180
181package users
182
[2777]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>}
[382]187
[2777]188_messageusernameempty_ {<font color=red>_textusernameempty_</font>}
189_messagepasswordempty_ {<font color=red>_textpasswordempty_</font>}
190_messagenewpass1empty_ {<font color=red>_textnewpass1empty_</font>}
[382]191_messagenewpass2empty_ {_messagenewpass1empty_}
[2777]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.