diff options
author | cvsadm <cvsadm> | 2005-01-21 00:44:34 +0000 |
---|---|---|
committer | cvsadm <cvsadm> | 2005-01-21 00:44:34 +0000 |
commit | b2093e3016027d6b5cf06b3f91f30769bfc099e2 (patch) | |
tree | cf58939393a9032182c4fbc4441164a9456e82f8 /ldap/clients/dsgw/admhtml/display-licensed-user.html | |
download | ds-ldapserver7x.tar.gz ds-ldapserver7x.tar.xz ds-ldapserver7x.zip |
Moving NSCP Directory Server from DirectoryBranch to TRUNK, initial drop. (foxworth)ldapserver7x
Diffstat (limited to 'ldap/clients/dsgw/admhtml/display-licensed-user.html')
-rw-r--r-- | ldap/clients/dsgw/admhtml/display-licensed-user.html | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/ldap/clients/dsgw/admhtml/display-licensed-user.html b/ldap/clients/dsgw/admhtml/display-licensed-user.html new file mode 100644 index 00000000..869e8886 --- /dev/null +++ b/ldap/clients/dsgw/admhtml/display-licensed-user.html @@ -0,0 +1,71 @@ +<!-- + 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. + --> +<HTML> +<HEAD> +<!-- Netscape Client Access Licensee directory entry --> +<!-- DS_OBJECTCLASS "value=nsLicenseUser" --> + +<!-- DS_ENTRYBEGIN --> +<!-- DS_EMIT_BASE_HREF --> +<TITLE> +<!-- DS_ATTRIBUTE "attr=dn" "syntax=dn" "options=nolink" --> +</TITLE></HEAD> +<!-- BODY --> + +<!-- DS_LAST_OP_INFO "prefix=<FONT SIZE=%22%2B1%22>" "suffix=</FONT><HR>" --> + +<!-- DS_BEGIN_ENTRYFORM --> + +<FONT SIZE="+2"> +<!-- DS_ATTRIBUTE "attr=dn" "syntax=dn" "dncomponents=2" "options=nolink" --> +</FONT> + +<!-- DS_VIEW_SWITCHER --> + +<!-- IF "Adding" --> +<INPUT TYPE="hidden" NAME="add_objectClass" VALUE="top"> +<INPUT TYPE="hidden" NAME="add_objectClass" VALUE="nsLicenseUser"> +<!-- ENDIF // Adding --> + +<CENTER> +<FONT SIZE="+1"><B>Netscape Client Access License Information</B></FONT> +<!-- IF "!AttributeHasThisValue" "objectClass" "cis" "nsLicenseUser" --> +<INPUT TYPE="hidden" NAME="add_objectClass" VALUE="nsLicenseUser"> +<!-- ENDIF // !AttributeHasThisValue --> +</CENTER> +<P> + +<!-- IF "!Displaying" --> +<INPUT TYPE="hidden" NAME="quiet" VALUE="true"> +<INPUT TYPE="hidden" NAME="completion_javascript" VALUE="if (dsmodify_dn.length == 0) document.location.href=\'genscreen?dslsusers&info=\' + escape(dsmodify_info); else document.location.href=\'edit/\' + dsmodify_dn + \'?licensed-user&info=\' + escape(dsmodify_info);"> +<!-- ENDIF --> + +<P> +Mark all of the products that this person has been granted a +Client Access License for: +<P> + +<TABLE CELLSPACING="5"> + +<INPUT TYPE="hidden" NAME="replace_nsLicensedFor" VALUE=""> +<!-- DS_ATTRVAL_SET "set=CAL" "attr=nsLicensedFor" "type=checkbox" "prefix=<TR><TD>" "suffix=</TD></TR>" --> + +</TABLE> + +<P> + +<TABLE BORDER=2 WIDTH=100%><TR><TD WIDTH=50% ALIGN="center"> +<!-- DS_SAVEBUTTON --> +</TD><TD WIDTH=50% ALIGN="center"> +<!-- DS_HELPBUTTON "topic=EDIT_LICENSE_INFO" --> +</TD> +</TR></TABLE> + +<!-- DS_END_ENTRYFORM --> +<!-- DS_ENTRYEND --> + +<!-- ENDHTML --> |