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
<xsl:text> > </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>
<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)) > 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 -->