Commit 591009fc authored by Richard Bowen's avatar Richard Bowen
Browse files

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
parent 968390de
Loading
Loading
Loading
Loading
+19 −3
Original line number Diff line number Diff line
<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>
+394 B
Loading image diff...