]> granicus.if.org Git - apache/commitdiff
Transform <seealso> and add an <hr> before the footer.
authorJoshua Slive <slive@apache.org>
Sat, 27 Jul 2002 17:14:42 +0000 (17:14 +0000)
committerJoshua Slive <slive@apache.org>
Sat, 27 Jul 2002 17:14:42 +0000 (17:14 +0000)
Submitted by: David Shane Holden <dpejesh@yahoo.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96214 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/common.xsl

index 19408b270cd81cdc77feab5df28224d7d6b006ef..5eb3460c31cc8ccd01078f619ddf63f9b88b64d8 100644 (file)
             <xsl:apply-templates select="section" mode="index"/>
           </ul>
 
-          <hr/>
+          <hr />
+          
+          <xsl:if test="seealso">
+            <p>
+              <strong>
+                <xsl:value-of select="$messages/message[@name='seealso']"/>
+              </strong>
+            </p>
+            
+            <ul>
+              <xsl:for-each select="seealso">
+                <li>
+                  <xsl:apply-templates/>
+                </li>
+              </xsl:for-each>
+            </ul>
+          </xsl:if>
           
           <xsl:apply-templates select="section"/>
         </blockquote>
        
         <!-- Page footer -->
+        <hr/>
+        
         <h3 align="center">
           <xsl:value-of select="$messages/message[@name='apachehttpserver']"/>
         </h3>