]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Make the "go use a better version of the docs" warning a little harder
authorRich Bowen <rbowen@apache.org>
Tue, 4 May 2010 13:07:15 +0000 (13:07 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 4 May 2010 13:07:15 +0000 (13:07 +0000)
to ignore.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@940838 13f79535-47bb-0310-9956-ffa450edef68

htdocs/manual/header.html
htdocs/manual/images/warning.png [new file with mode: 0644]

index acd7552943e9962df6849c36be27a2e34cd43348..fd2610c972b00a82c70638e6f1df0681d403fdfc 100644 (file)
@@ -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 (file)
index 0000000..477bc70
Binary files /dev/null and b/htdocs/manual/images/warning.png differ