]> granicus.if.org Git - apache/commitdiff
Support files for multi language error documents and an example logo.
authorLars Eilebrecht <lars@apache.org>
Sun, 19 Aug 2001 01:01:52 +0000 (01:01 +0000)
committerLars Eilebrecht <lars@apache.org>
Sun, 19 Aug 2001 01:01:52 +0000 (01:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90348 13f79535-47bb-0310-9956-ffa450edef68

14 files changed:
docs/docroot/error/images/logo.gif [new file with mode: 0644]
docs/docroot/error/include/bottom.html [new file with mode: 0644]
docs/docroot/error/include/config.html [new file with mode: 0644]
docs/docroot/error/include/footer.html [new file with mode: 0644]
docs/docroot/error/include/header.html [new file with mode: 0644]
docs/docroot/error/include/spacer.html [new file with mode: 0644]
docs/docroot/error/include/top.html [new file with mode: 0644]
docs/error/images/logo.gif [new file with mode: 0644]
docs/error/include/bottom.html [new file with mode: 0644]
docs/error/include/config.html [new file with mode: 0644]
docs/error/include/footer.html [new file with mode: 0644]
docs/error/include/header.html [new file with mode: 0644]
docs/error/include/spacer.html [new file with mode: 0644]
docs/error/include/top.html [new file with mode: 0644]

diff --git a/docs/docroot/error/images/logo.gif b/docs/docroot/error/images/logo.gif
new file mode 100644 (file)
index 0000000..b6d2b2a
Binary files /dev/null and b/docs/docroot/error/images/logo.gif differ
diff --git a/docs/docroot/error/include/bottom.html b/docs/docroot/error/include/bottom.html
new file mode 100644 (file)
index 0000000..a3b2369
--- /dev/null
@@ -0,0 +1,12 @@
+<!--#include virtual="spacer.html" -->
+<!--#include virtual="../contact" -->
+</DL>
+<!--#if expr="$INCLUDE_LOGO=yes" -->
+ <BR CLEAR=<!--#if expr="$ALIGN_LOGO=left" -->right<!--#else -->left<!--#endif -->>
+<!--#endif -->
+
+<TABLE BORDER=0 CELLPADDING=6 WIDTH="100%">
+<TR><TD ALIGN=CENTER BGCOLOR="#000000">
+<FONT SIZE="+2" COLOR="#FFFFFF"><strong>Error <!--#echo encoding="none" var="REDIRECT_STATUS" --></strong></FONT>
+</TD></TR></TABLE>
+<!--#include virtual="footer.html" -->
diff --git a/docs/docroot/error/include/config.html b/docs/docroot/error/include/config.html
new file mode 100644 (file)
index 0000000..b3deef6
--- /dev/null
@@ -0,0 +1,6 @@
+<!--#set var="INCLUDE_LOGO" value="yes" -->
+<!--#set var="ALIGN_LOGO" value="right" -->
+<!--#set var="INCLUDE_SERVER_ADMIN" value="yes" -->
+<!--#set var="INCLUDE_SERVER_NAME" value="yes" -->
+<!--#set var="INCLUDE_DATE" value="yes" -->
+<!--#set var="INCLUDE_SOFTWARE" value="yes" -->
diff --git a/docs/docroot/error/include/footer.html b/docs/docroot/error/include/footer.html
new file mode 100644 (file)
index 0000000..b0a1b47
--- /dev/null
@@ -0,0 +1,21 @@
+<DL>
+<DD>
+<IMG SRC="/apache_pb.gif" ALT="[Powered by Apache]" ALIGN="RIGHT" WIDTH="259" HEIGHT="32">
+<ADDRESS>
+<!--#if expr="$INCLUDE_SERVER_NAME=yes" -->
+  <A HREF="/"><!--#echo encoding="none" var="SERVER_NAME" --></A>
+  <BR>
+<!--#endif -->
+<!--#if expr="$INCLUDE_DATE=yes" -->
+  <!--#config timefmt="%c" -->
+  <small><!--#echo encoding="none" var="DATE_LOCAL" --></small>
+  <BR>
+<!--#endif -->
+<!--#if expr="$INCLUDE_SOFTWARE=yes" -->
+  <small><!--#echo encoding="none" var="SERVER_SOFTWARE" --></small>
+<!--#endif -->
+</ADDRESS>
+</DL>
+<!-- Multi Language Error Documents, Copyright (c) 2001 The Apache Software Foundation. All rights reserved. -->
+</BODY>
+</HTML>
diff --git a/docs/docroot/error/include/header.html b/docs/docroot/error/include/header.html
new file mode 100644 (file)
index 0000000..b0deb60
--- /dev/null
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD>
+<TITLE><!--#echo var="TITLE" --></TITLE>
+<META NAME="author" CONTENT="<!--#echo encoding="none" var="SERVER_NAME" -->, Webmaster">
+<META NAME="author-email" CONTENT="<!--#echo encoding="none" var="SERVER_ADMIN" -->">
+<META NAME="robots" CONTENT="NOINDEX">
+<META NAME="robots" CONTENT="NOFOLLOW">
+<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
+<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
+<LINK REV="made" HREF="mailto:<!--#echo encoding="none" var="SERVER_ADMIN" -->">
+</HEAD>
+<!--#include virtual="config.html" -->
diff --git a/docs/docroot/error/include/spacer.html b/docs/docroot/error/include/spacer.html
new file mode 100644 (file)
index 0000000..70c5b25
--- /dev/null
@@ -0,0 +1 @@
+</DL><DL><DD>
diff --git a/docs/docroot/error/include/top.html b/docs/docroot/error/include/top.html
new file mode 100644 (file)
index 0000000..3e24e48
--- /dev/null
@@ -0,0 +1,12 @@
+<!--#include virtual="header.html" -->
+<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000CC">
+<BR>
+<TABLE BORDER=0 CELLPADDING=6 WIDTH="100%">
+<TR><TD ALIGN=CENTER BGCOLOR="#000000">
+<FONT SIZE="+2" COLOR="#FFFFFF"><strong><!--#echo encoding="none" var="TITLE" --></strong></FONT>
+</TD></TR></TABLE>
+<!--#if expr="$INCLUDE_LOGO=yes" -->
+ <IMG ALIGN=<!--#echo encoding="none" var="ALIGN_LOGO" --> SRC="/error/images/logo.gif" ALT="">
+<!--#endif -->
+<DL>
+<DD>
diff --git a/docs/error/images/logo.gif b/docs/error/images/logo.gif
new file mode 100644 (file)
index 0000000..b6d2b2a
Binary files /dev/null and b/docs/error/images/logo.gif differ
diff --git a/docs/error/include/bottom.html b/docs/error/include/bottom.html
new file mode 100644 (file)
index 0000000..a3b2369
--- /dev/null
@@ -0,0 +1,12 @@
+<!--#include virtual="spacer.html" -->
+<!--#include virtual="../contact" -->
+</DL>
+<!--#if expr="$INCLUDE_LOGO=yes" -->
+ <BR CLEAR=<!--#if expr="$ALIGN_LOGO=left" -->right<!--#else -->left<!--#endif -->>
+<!--#endif -->
+
+<TABLE BORDER=0 CELLPADDING=6 WIDTH="100%">
+<TR><TD ALIGN=CENTER BGCOLOR="#000000">
+<FONT SIZE="+2" COLOR="#FFFFFF"><strong>Error <!--#echo encoding="none" var="REDIRECT_STATUS" --></strong></FONT>
+</TD></TR></TABLE>
+<!--#include virtual="footer.html" -->
diff --git a/docs/error/include/config.html b/docs/error/include/config.html
new file mode 100644 (file)
index 0000000..b3deef6
--- /dev/null
@@ -0,0 +1,6 @@
+<!--#set var="INCLUDE_LOGO" value="yes" -->
+<!--#set var="ALIGN_LOGO" value="right" -->
+<!--#set var="INCLUDE_SERVER_ADMIN" value="yes" -->
+<!--#set var="INCLUDE_SERVER_NAME" value="yes" -->
+<!--#set var="INCLUDE_DATE" value="yes" -->
+<!--#set var="INCLUDE_SOFTWARE" value="yes" -->
diff --git a/docs/error/include/footer.html b/docs/error/include/footer.html
new file mode 100644 (file)
index 0000000..b0a1b47
--- /dev/null
@@ -0,0 +1,21 @@
+<DL>
+<DD>
+<IMG SRC="/apache_pb.gif" ALT="[Powered by Apache]" ALIGN="RIGHT" WIDTH="259" HEIGHT="32">
+<ADDRESS>
+<!--#if expr="$INCLUDE_SERVER_NAME=yes" -->
+  <A HREF="/"><!--#echo encoding="none" var="SERVER_NAME" --></A>
+  <BR>
+<!--#endif -->
+<!--#if expr="$INCLUDE_DATE=yes" -->
+  <!--#config timefmt="%c" -->
+  <small><!--#echo encoding="none" var="DATE_LOCAL" --></small>
+  <BR>
+<!--#endif -->
+<!--#if expr="$INCLUDE_SOFTWARE=yes" -->
+  <small><!--#echo encoding="none" var="SERVER_SOFTWARE" --></small>
+<!--#endif -->
+</ADDRESS>
+</DL>
+<!-- Multi Language Error Documents, Copyright (c) 2001 The Apache Software Foundation. All rights reserved. -->
+</BODY>
+</HTML>
diff --git a/docs/error/include/header.html b/docs/error/include/header.html
new file mode 100644 (file)
index 0000000..b0deb60
--- /dev/null
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD>
+<TITLE><!--#echo var="TITLE" --></TITLE>
+<META NAME="author" CONTENT="<!--#echo encoding="none" var="SERVER_NAME" -->, Webmaster">
+<META NAME="author-email" CONTENT="<!--#echo encoding="none" var="SERVER_ADMIN" -->">
+<META NAME="robots" CONTENT="NOINDEX">
+<META NAME="robots" CONTENT="NOFOLLOW">
+<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
+<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
+<LINK REV="made" HREF="mailto:<!--#echo encoding="none" var="SERVER_ADMIN" -->">
+</HEAD>
+<!--#include virtual="config.html" -->
diff --git a/docs/error/include/spacer.html b/docs/error/include/spacer.html
new file mode 100644 (file)
index 0000000..70c5b25
--- /dev/null
@@ -0,0 +1 @@
+</DL><DL><DD>
diff --git a/docs/error/include/top.html b/docs/error/include/top.html
new file mode 100644 (file)
index 0000000..3e24e48
--- /dev/null
@@ -0,0 +1,12 @@
+<!--#include virtual="header.html" -->
+<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000CC">
+<BR>
+<TABLE BORDER=0 CELLPADDING=6 WIDTH="100%">
+<TR><TD ALIGN=CENTER BGCOLOR="#000000">
+<FONT SIZE="+2" COLOR="#FFFFFF"><strong><!--#echo encoding="none" var="TITLE" --></strong></FONT>
+</TD></TR></TABLE>
+<!--#if expr="$INCLUDE_LOGO=yes" -->
+ <IMG ALIGN=<!--#echo encoding="none" var="ALIGN_LOGO" --> SRC="/error/images/logo.gif" ALT="">
+<!--#endif -->
+<DL>
+<DD>