summaryrefslogtreecommitdiffstats
path: root/ldap/clients/dsgw/html/info
diff options
context:
space:
mode:
authorcvsadm <cvsadm>2005-01-21 00:44:34 +0000
committercvsadm <cvsadm>2005-01-21 00:44:34 +0000
commitb2093e3016027d6b5cf06b3f91f30769bfc099e2 (patch)
treecf58939393a9032182c4fbc4441164a9456e82f8 /ldap/clients/dsgw/html/info
Moving NSCP Directory Server from DirectoryBranch to TRUNK, initial drop. (foxworth)ldapserver7x
Diffstat (limited to 'ldap/clients/dsgw/html/info')
-rw-r--r--ldap/clients/dsgw/html/info/Makefile40
-rw-r--r--ldap/clients/dsgw/html/info/infonav.html31
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>