From 4a0785d7d7169bf74465c11b1cf8a2996a54c2fc Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Mon, 20 Aug 2001 22:04:59 +0000 Subject: [PATCH] Combine top+header and bottom+footer to make things easier for me to understand (and a little quicker). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90431 13f79535-47bb-0310-9956-ffa450edef68 --- docs/error/include/bottom.html | 30 ++++++++++++++++++++++++------ docs/error/include/footer.html | 21 --------------------- docs/error/include/header.html | 13 ------------- docs/error/include/top.html | 21 +++++++++++++++------ 4 files changed, 39 insertions(+), 46 deletions(-) delete mode 100644 docs/error/include/footer.html delete mode 100644 docs/error/include/header.html diff --git a/docs/error/include/bottom.html b/docs/error/include/bottom.html index a3b23698d3..119eb7d203 100644 --- a/docs/error/include/bottom.html +++ b/docs/error/include/bottom.html @@ -1,12 +1,30 @@ - +

rightleft> - -
-Error -
- +

Error

+
+
+[Powered by Apache] +
+ + +
+ + + + +
+ + + + +
+
+ + + + diff --git a/docs/error/include/footer.html b/docs/error/include/footer.html deleted file mode 100644 index b0a1b47fa8..0000000000 --- a/docs/error/include/footer.html +++ /dev/null @@ -1,21 +0,0 @@ -
-
-[Powered by Apache] -
- - -
- - - - -
- - - - -
-
- - - diff --git a/docs/error/include/header.html b/docs/error/include/header.html deleted file mode 100644 index b0deb6024b..0000000000 --- a/docs/error/include/header.html +++ /dev/null @@ -1,13 +0,0 @@ - - - -<!--#echo var="TITLE" --> -, Webmaster"> -"> - - - - -"> - - diff --git a/docs/error/include/top.html b/docs/error/include/top.html index 3e24e48615..ad3fe004c0 100644 --- a/docs/error/include/top.html +++ b/docs/error/include/top.html @@ -1,10 +1,19 @@ - + + + +<!--#echo var="TITLE" --> +, Webmaster"> +"> + + + + +"> + + + -
- -
- -
+

SRC="/error/images/logo.gif" ALT=""> -- 2.50.1