diff options
Diffstat (limited to 'ldap/clients/dsgw/html/eduser.html')
-rw-r--r-- | ldap/clients/dsgw/html/eduser.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ldap/clients/dsgw/html/eduser.html b/ldap/clients/dsgw/html/eduser.html new file mode 100644 index 00000000..3a4fd1ea --- /dev/null +++ b/ldap/clients/dsgw/html/eduser.html @@ -0,0 +1,31 @@ +<!-- + PROPRIETARY/CONFIDENTIAL. Use of this product is subject to + license terms. Copyright © 2001 Sun Microsystems, Inc. + Some preexisting portions Copyright © 2001 Netscape Communications Corp. + All rights reserved. + --> +<HEAD><TITLE>User Management</TITLE></HEAD> +<HTML><BODY bgcolor="#C0C0C0" link="#0000EE" vlink="#551A8B" alink="#FF0000"> + +<center><table border=2 width=100%%> +<tr><td align=center width=100%><hr size=0 width=0><FONT size=+2><b>Edit +User</b></FONT><hr size=0 width=0></th></tr></table></center> + +<form method="POST" action=dosearch name=eduserform> +<input type=hidden name=mode value="smart"> +<input type=hidden name=type value="people"> +<input type=hidden name=editable value="true"> +<!-- PCONTEXT --> + +<b>Edit the user named: </b><INPUT type="text" name="searchstring" value="" size=20> +</pre> +<p> + +<center><table border=2 width=100%> +<tr> +<td width=33% align=center><input type=submit value="Edit User"></td> +<td width=34% align=center><input type=reset value="Reset"></td> +<td width=33% align=center><input type=button value=" Help " onclick="var hwin=window.open('', 'infowin_httpd', +'resizable=1,width=400,height=500');if(top.helpwin==1) hwin.frames[1].location='http://ggood:2001/httpd-ggood/bin/tutor?!usradd';else { hwin.location='http://ggood:2001/httpd-ggood/bin/tutor?usradd'; hwin.rwin=top; hwin.rwin.helpwin=1; }"></td> +</tr></table></center> +</form> |