diff options
author | Joshua Slive <slive@apache.org> | 2001-08-21 03:31:23 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2001-08-21 03:31:23 +0200 |
commit | 4a1d53806f8060784f4bba9c046aad3c351b7831 (patch) | |
tree | b0ae6f575299881e0735de381f952ae5bfb7c667 /docs/error/include | |
parent | Typo fix to get error docs going. (diff) | |
download | apache2-4a1d53806f8060784f4bba9c046aad3c351b7831.tar.xz apache2-4a1d53806f8060784f4bba9c046aad3c351b7831.zip |
I hope I don't get anybody upset here, but I'm going to go super-simple
on this for now. I removed all the fancy stuff. If someone wants
to put it back in after we've thought a little about things like
the location of the graphic file, I will have no objections.
First, let's start with something simple that works.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90454 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/error/include')
-rw-r--r-- | docs/error/include/bottom.html | 9 | ||||
-rw-r--r-- | docs/error/include/config.html | 6 | ||||
-rw-r--r-- | docs/error/include/top.html | 4 |
3 files changed, 0 insertions, 19 deletions
diff --git a/docs/error/include/bottom.html b/docs/error/include/bottom.html index 0d242d7df1..357c2ffce8 100644 --- a/docs/error/include/bottom.html +++ b/docs/error/include/bottom.html @@ -1,26 +1,17 @@ </DL><DL><DD> <!--#include virtual="../contact.html.var" --> </DL> -<!--#if expr="$INCLUDE_LOGO=yes" --> - <BR CLEAR=<!--#if expr="$ALIGN_LOGO=left" -->right<!--#else -->left<!--#endif -->> -<!--#endif --> <H2>Error <!--#echo encoding="none" var="REDIRECT_STATUS" --></H2> <DL> <DD> <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> </BODY> diff --git a/docs/error/include/config.html b/docs/error/include/config.html deleted file mode 100644 index b3deef6063..0000000000 --- a/docs/error/include/config.html +++ /dev/null @@ -1,6 +0,0 @@ -<!--#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/top.html b/docs/error/include/top.html index c528e96ab3..3f8399d349 100644 --- a/docs/error/include/top.html +++ b/docs/error/include/top.html @@ -4,12 +4,8 @@ <TITLE><!--#echo var="TITLE" --></TITLE> <LINK REV="made" HREF="mailto:<!--#echo encoding="none" var="SERVER_ADMIN" -->"> </HEAD> -<!--#include virtual="config.html" --> <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000CC"> <H1><!--#echo encoding="none" var="TITLE" --></H1> -<!--#if expr="$INCLUDE_LOGO=yes" --> - <IMG ALIGN=<!--#echo encoding="none" var="ALIGN_LOGO" --> SRC="/error/images/logo.gif" ALT=""> -<!--#endif --> <DL> <DD> |