Commit 25df5513 authored by Joshua Slive's avatar Joshua Slive
Browse files

Try to help all the people coming in from search engines who

wind up at the wrong docs by including pointers back to the
doc index in the 1.3 docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@351825 13f79535-47bb-0310-9956-ffa450edef68
parent ca6dcc52
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
    <div align="CENTER">
      <img src="images/sub.gif" alt="[APACHE DOCUMENTATION]" />

      <h3>Apache HTTP Server</h3>
      <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>
+5 −1
Original line number Diff line number Diff line
@@ -2,5 +2,9 @@
      <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>
+3 −0
Original line number Diff line number Diff line
@@ -52,6 +52,9 @@
        <tr>
          <td align="center" height="30">
            <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>
          </td>
        </tr>
      </table>
+6 −1
Original line number Diff line number Diff line
@@ -2,4 +2,9 @@
      <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>
+6 −1
Original line number Diff line number Diff line
@@ -2,4 +2,9 @@
      <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>
Loading