summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2010-05-04 13:07:15 +0000
committerRich Bowen <rbowen@apache.org>2010-05-04 13:07:15 +0000
commitecccf32542fc12a314fafe1d3c518fac053d7160 (patch)
tree291fd80abd26800c976e5dfab9416a6c6f51310d
parent1a4d33d8c1437192e01ab1c35280a18ba2aa2cf6 (diff)
downloadhttpd-ecccf32542fc12a314fafe1d3c518fac053d7160.tar.gz
Make the "go use a better version of the docs" warning a little harder
to ignore. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@940838 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--htdocs/manual/header.html22
-rw-r--r--htdocs/manual/images/warning.pngbin0 -> 394 bytes
2 files changed, 19 insertions, 3 deletions
diff --git a/htdocs/manual/header.html b/htdocs/manual/header.html
index acd7552943..fd2610c972 100644
--- a/htdocs/manual/header.html
+++ b/htdocs/manual/header.html
@@ -1,10 +1,26 @@
+<style>
+.obsolete
+{
+ margin: 0;
+ padding: 8px 10px;
+ padding-left: 50px;
+ padding-bottom: 10px;
+ font-size: 12px;
+ line-height: 1.4em;
+ background: #f99 url(images/warning.png) no-repeat 0px 0px;
+}
+</style>
+
<div align="CENTER">
<img src="images/sub.gif" alt="[APACHE DOCUMENTATION]" />
<h3>Apache HTTP Server Version 1.3</h3>
- <p><small><em>Is this the version you want? For more recent
- versions, check our <a href="/docs/">documentation
- index</a>.</em></small></p>
+ <div class="obsolete"><p>You are looking at the documentation for the
+ 1.3 version of the Apache HTTP Server, which is no longer
+ maintained, and has been declared "end of life". If you are in
+ fact still using the 1.3 version, please consider upgrading.
+ The current version of the server is <a
+ href="http://httpd.apache.org/docs/2.2/">2.2</a>.</p></div>
</div>
diff --git a/htdocs/manual/images/warning.png b/htdocs/manual/images/warning.png
new file mode 100644
index 0000000000..477bc7024c
--- /dev/null
+++ b/htdocs/manual/images/warning.png
Binary files differ