]> granicus.if.org Git - apache/commitdiff
Put the developer index in the standard format.
authorJoshua Slive <slive@apache.org>
Wed, 29 Nov 2000 02:25:45 +0000 (02:25 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 29 Nov 2000 02:25:45 +0000 (02:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87118 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/footer.html [new file with mode: 0644]
docs/manual/developer/header.html [new file with mode: 0644]
docs/manual/developer/index.html

diff --git a/docs/manual/developer/footer.html b/docs/manual/developer/footer.html
new file mode 100644 (file)
index 0000000..1e5f739
--- /dev/null
@@ -0,0 +1,8 @@
+<HR>
+
+<H3 ALIGN="CENTER">
+ Apache HTTP Server Version 2.0 
+</H3>
+
+<A HREF="./"><IMG SRC="../images/index.gif" ALT="Index"></A>
+<A HREF="../"><IMG SRC="../images/home.gif" ALT="Home"></A>
diff --git a/docs/manual/developer/header.html b/docs/manual/developer/header.html
new file mode 100644 (file)
index 0000000..9533b02
--- /dev/null
@@ -0,0 +1,6 @@
+<DIV ALIGN="CENTER">
+ <IMG SRC="../images/sub.gif" ALT="[APACHE DOCUMENTATION]">
+ <H3>
+  Apache HTTP Server Version 2.0 
+ </H3>
+</DIV>
index e795744e6d8a6a20e217147ca5b0d15ebcdfd1ac..ba6b0485ed7037fc660d6bd374f16a751dcf30f3 100644 (file)
  VLINK="#000080"
  ALINK="#FF0000"
 >
-<h2 align="center">Developer Documentation for Apache-2.0</h2>
+
+<!--#include virtual="header.html" -->
+
+<h1 align="center">Developer Documentation for Apache-2.0</h1>
+
 <p><a href="hooks.html">Apache Hook Functions</a></p>
 <p><a href="modules.html">Converting Apache 1.3 Modules to Apache 2.0</a></p>
 <p><a href="../mpm.html">MPM listing</a></p>
 <p><a href="debugging.html">Debugging Memory Allocation in APR</a></p>
+
+<!--#include virtual="footer.html" -->
 </body>
 </html>