]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r351819 from trunk:
authorJoshua Slive <slive@apache.org>
Fri, 2 Dec 2005 19:47:55 +0000 (19:47 +0000)
committerJoshua Slive <slive@apache.org>
Fri, 2 Dec 2005 19:47:55 +0000 (19:47 +0000)
Point the breadcrump links to the new docs index page.

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

docs/manual/style/xsl/common.xsl
docs/manual/style/xsl/quickreference.xsl

index 55d4bafa2c8d3a09911d895e36418e45a9642724..1cfeaa7a88b152b129f59980c893ddb2adb76750 100644 (file)
 
     <xsl:text> &gt; </xsl:text>
 
-    <a href="http://httpd.apache.org/docs-project/">
+    <a href="http://httpd.apache.org/docs/">
         <xsl:if test="$ext-target">
             <xsl:attribute name="target">_blank</xsl:attribute>
         </xsl:if>
index 7b94886d2c70a9adaaa2ceb197f176446466a374..603755a3eeeaec11e4fca494db76c124a65b3123 100644 (file)
             <xsl:attribute name="class">odd</xsl:attribute>
         </xsl:if>
 
-        <td colspan="4" class="descr">
+        <td class="descr">
             <xsl:choose>
             <xsl:when test="string-length(normalize-space(description)) &gt; 0">
                 <xsl:apply-templates select="description"/>
             </xsl:otherwise>
             </xsl:choose>
         </td>
+
+        <td>
+           <code class="module">
+             <a href="{../name}.html">
+                <xsl:value-of select="../name"/> 
+             </a>
+           </code>
+        </td>
+
+        <td colspan="2">
+          <xsl:value-of select="override"/>
+        </td>
+
     </tr>&lf;
 </xsl:for-each> <!-- /directives -->