]> granicus.if.org Git - apache/commitdiff
A little fine-tuning.
authorJoshua Slive <slive@apache.org>
Wed, 18 Sep 2002 22:50:38 +0000 (22:50 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 18 Sep 2002 22:50:38 +0000 (22:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96888 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/quickreference.xsl

index 33b9736e6414e090dcd26cf85099e644d5a4ac03..c3c879f9a0b4c5dc352cebb9f112208a8e5c0614 100644 (file)
@@ -5,8 +5,8 @@
                   xmlns="http://www.w3.org/1999/xhtml">
 
   <!--                                                    -->
-  <!-- <directiveindex>                                   -->
-  <!-- Builds the directive index page                    -->
+  <!-- <quickreference>                                   -->
+  <!-- Builds the directive quickreference page           -->
   <!--                                                    -->
   <xsl:template match="quickreference">
     <html xml:lang="{$messages/@lang}" lang="{$messages/@lang}">
 
         <div id="directive-list">
         <table class="qref">
-        <tr><th><a href="directive-dict.html#Syntax"><xsl:value-of select="$messages/message[@name='syntax']"/></a></th>
-           <th><a href="directive-dict.html#Default"><xsl:value-of select="$messages/message[@name='default']"/></a></th>
-           <th></th><th></th></tr>
          <xsl:for-each select="document(/*/modulefilelist/modulefile)/modulesynopsis/directivesynopsis[not(@location)]">
          <xsl:sort select="name"/>
 
 
             <xsl:variable name="rowpos">
               <xsl:choose>
-                <xsl:when test="position() mod 2 = 0">
-                  even
-                </xsl:when>
-                <xsl:otherwise>
-                  odd
-                </xsl:otherwise>
+                <xsl:when test="position() mod 2 = 0">even</xsl:when>
+                <xsl:otherwise>odd</xsl:otherwise>
               </xsl:choose>
            </xsl:variable>
 
@@ -82,7 +75,7 @@
            </tr>
 
            <tr class="{$rowpos}">
-             <td>
+             <td colspan="4">
                &nbsp;&nbsp;
                <xsl:apply-templates select="description"/>
              </td>