Commit 795751ae authored by Joshua Slive's avatar Joshua Slive
Browse files

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
parent 430ebad1
Loading
Loading
Loading
Loading

docs/error/images/logo.gif

deleted100644 → 0
−5.6 KiB
Loading image diff...
+0 −9
Original line number Diff line number Diff line
</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>

docs/error/include/config.html

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
<!--#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" -->
+0 −4
Original line number Diff line number Diff line
@@ -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>