Skip to content

Commit 795751a

Browse files
author
Joshua Slive
committed
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
1 parent 430ebad commit 795751a

4 files changed

Lines changed: 0 additions & 19 deletions

File tree

docs/error/images/logo.gif

-5.6 KB
Binary file not shown.

docs/error/include/bottom.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,17 @@
11
</DL><DL><DD>
22
<!--#include virtual="../contact.html.var" -->
33
</DL>
4-
<!--#if expr="$INCLUDE_LOGO=yes" -->
5-
<BR CLEAR=<!--#if expr="$ALIGN_LOGO=left" -->right<!--#else -->left<!--#endif -->>
6-
<!--#endif -->
74

85
<H2>Error <!--#echo encoding="none" var="REDIRECT_STATUS" --></H2>
96
<DL>
107
<DD>
118
<ADDRESS>
12-
<!--#if expr="$INCLUDE_SERVER_NAME=yes" -->
139
<A HREF="/"><!--#echo encoding="none" var="SERVER_NAME" --></A>
1410
<BR>
15-
<!--#endif -->
16-
<!--#if expr="$INCLUDE_DATE=yes" -->
1711
<!--#config timefmt="%c" -->
1812
<small><!--#echo encoding="none" var="DATE_LOCAL" --></small>
1913
<BR>
20-
<!--#endif -->
21-
<!--#if expr="$INCLUDE_SOFTWARE=yes" -->
2214
<small><!--#echo encoding="none" var="SERVER_SOFTWARE" --></small>
23-
<!--#endif -->
2415
</ADDRESS>
2516
</DL>
2617
</BODY>

docs/error/include/config.html

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/error/include/top.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@
44
<TITLE><!--#echo var="TITLE" --></TITLE>
55
<LINK REV="made" HREF="mailto:<!--#echo encoding="none" var="SERVER_ADMIN" -->">
66
</HEAD>
7-
<!--#include virtual="config.html" -->
87

98
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000CC">
109
<H1><!--#echo encoding="none" var="TITLE" --></H1>
11-
<!--#if expr="$INCLUDE_LOGO=yes" -->
12-
<IMG ALIGN=<!--#echo encoding="none" var="ALIGN_LOGO" --> SRC="/error/images/logo.gif" ALT="">
13-
<!--#endif -->
1410
<DL>
1511
<DD>

0 commit comments

Comments
 (0)