diff options
author | Lars Eilebrecht <lars@apache.org> | 2001-08-19 03:01:52 +0200 |
---|---|---|
committer | Lars Eilebrecht <lars@apache.org> | 2001-08-19 03:01:52 +0200 |
commit | 6437284ff9fa41f9ccbb8341052e3faec77bebee (patch) | |
tree | d27fb490cd12a033c6ecdca2ccc2f459200abdc4 /docs/error/include | |
parent | Add multi language error documents. (diff) | |
download | apache2-6437284ff9fa41f9ccbb8341052e3faec77bebee.tar.xz apache2-6437284ff9fa41f9ccbb8341052e3faec77bebee.zip |
Support files for multi language error documents and an example logo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90348 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/error/include')
-rw-r--r-- | docs/error/include/bottom.html | 12 | ||||
-rw-r--r-- | docs/error/include/config.html | 6 | ||||
-rw-r--r-- | docs/error/include/footer.html | 21 | ||||
-rw-r--r-- | docs/error/include/header.html | 13 | ||||
-rw-r--r-- | docs/error/include/spacer.html | 1 | ||||
-rw-r--r-- | docs/error/include/top.html | 12 |
6 files changed, 65 insertions, 0 deletions
diff --git a/docs/error/include/bottom.html b/docs/error/include/bottom.html new file mode 100644 index 0000000000..a3b23698d3 --- /dev/null +++ b/docs/error/include/bottom.html @@ -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 index 0000000000..b3deef6063 --- /dev/null +++ b/docs/error/include/config.html @@ -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 index 0000000000..b0a1b47fa8 --- /dev/null +++ b/docs/error/include/footer.html @@ -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 index 0000000000..b0deb6024b --- /dev/null +++ b/docs/error/include/header.html @@ -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 index 0000000000..70c5b25f4a --- /dev/null +++ b/docs/error/include/spacer.html @@ -0,0 +1 @@ +</DL><DL><DD> diff --git a/docs/error/include/top.html b/docs/error/include/top.html new file mode 100644 index 0000000000..3e24e48615 --- /dev/null +++ b/docs/error/include/top.html @@ -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> |