diff options
Diffstat (limited to 'ldap/clients/dsgw/html/info')
| -rw-r--r-- | ldap/clients/dsgw/html/info/Makefile | 40 | ||||
| -rw-r--r-- | ldap/clients/dsgw/html/info/infonav.html | 31 |
2 files changed, 71 insertions, 0 deletions
diff --git a/ldap/clients/dsgw/html/info/Makefile b/ldap/clients/dsgw/html/info/Makefile new file mode 100644 index 00000000..34f3f92a --- /dev/null +++ b/ldap/clients/dsgw/html/info/Makefile @@ -0,0 +1,40 @@ +# +# 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. +# +# +# Gmakefile for Directory Server Gateway info files. +# + +LDAP_SRC = ../../../.. +MCOM_ROOT = ../../../../../.. + +NOSTDSTRIP=true # don't let nsconfig.mak define target strip +NOSTDCLEAN=true # don't let nsconfig.mak define target clean +NOSTDDEPEND=true # don't let nsconfig.mak define target depend + +include $(MCOM_ROOT)/ldapserver/nsconfig.mk +include $(LDAP_SRC)/nsldap.mk + +include ../../dsgw_include.mk + +HTMLDEST = $(DSGW_INFO_RELDIR) + +HTML = infonav.html + +BINS=$(addprefix $(HTMLDEST)/,$(HTML)) + +all: $(HTMLDEST) $(BINS) +install: $(HTMLDEST) $(BINS) + +clean: + $(RM) $(BINS) + +$(HTMLDEST)/%: % + -@$(RM) $@ + cp $< $@ + +strip: +depend: diff --git a/ldap/clients/dsgw/html/info/infonav.html b/ldap/clients/dsgw/html/info/infonav.html new file mode 100644 index 00000000..1cc4c62b --- /dev/null +++ b/ldap/clients/dsgw/html/info/infonav.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. + --> +<TITLE>Info</TITLE> + +<BODY bgcolor="#808080"> + +<center> +<table width=100%> +<tr><td align=left valign=top> + +<a href="/clients/dsgw/bin/tutor?!contents&context=dsgw" target=infotopic> +<img src="/clients/dsgw/html/content1.gif" border=0></a> + +<a href="javascript:parent.frames[1].history.go(-1)"> +<img src="/clients/dsgw/html/back1.gif" border=0></a> + +<a href="javascript:parent.frames[1].history.go(1)"> +<img src="/clients/dsgw/html/forward1.gif" border=0></a> + +</td> +<td align=right valign=top> +<a href="javascript:top.close()"><img src="/clients/dsgw/html/exit1.gif" border=0></a> +</td></tr> +</table> +</center> + +</BODY> |
