/[classpath]/gjdoc/src/resources/doctranslets/html/alphaindex.xsl
ViewVC logotype

Diff of /gjdoc/src/resources/doctranslets/html/alphaindex.xsl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by julian, Tue Nov 23 15:19:33 2004 UTC revision 1.4 by julian, Thu Nov 25 14:40:20 2004 UTC
# Line 47  Line 47 
47          </xsl:call-template>          </xsl:call-template>
48          <xsl:call-template name="include_common"/>          <xsl:call-template name="include_common"/>
49        </head>        </head>
50        <body class="classdoc" onload="top.document.title=document.title;">        <body class="classdoc" onload="top.contentPageLoaded();">
51    
52          <!-- Top Navigation Bar -->          <!-- Top Navigation Bar -->
53          <xsl:call-template name="output_navbar">          <xsl:call-template name="output_navbar">
# Line 57  Line 57 
57            <xsl:with-param name="p_show_package_tree" select="0"/>            <xsl:with-param name="p_show_package_tree" select="0"/>
58            <xsl:with-param name="p_show_full_tree" select="1"/>            <xsl:with-param name="p_show_full_tree" select="1"/>
59            <xsl:with-param name="p_show_index" select="0"/>            <xsl:with-param name="p_show_index" select="0"/>
60              <xsl:with-param name="p_curr_index" select="1"/>
61            <xsl:with-param name="p_show_help" select="1"/>            <xsl:with-param name="p_show_help" select="1"/>
62            <xsl:with-param name="p_top" select="1"/>            <xsl:with-param name="p_top" select="1"/>
63          </xsl:call-template>          </xsl:call-template>
64    
65          <h1 class="classdoc-header">          <div class="pagebody">
66            <h1 class="classdoc-title">
67            Alphabetical Index            Alphabetical Index
68          </h1>          </h1>
69    
70          <xsl:for-each select="document('alphaindex.xml',/)/gjdoc:alphaindex/gjdoc:category">          <div class="index-categories">
71            <xsl:choose>            <xsl:for-each select="document('alphaindex.xml',/)/gjdoc:alphaindex/gjdoc:category">
72              <xsl:when test="@letter=$gjdoc.outputfile.info">              <xsl:choose>
73                <span class="index-category-current"><xsl:value-of select="@letter"/></span>                <xsl:when test="@letter=$gjdoc.outputfile.info">
74              </xsl:when>                  <span class="index-category-current"><xsl:value-of select="@letter"/></span>
75              <xsl:otherwise>                </xsl:when>
76                <a href="{concat('#category_', @letter)}" class="index-category-link"><xsl:value-of select="@letter"/></a>                <xsl:otherwise>
77              </xsl:otherwise>                  <a href="{concat('#category_', @letter)}" class="index-category-link"><xsl:value-of select="@letter"/></a>
78            </xsl:choose>                </xsl:otherwise>
79          </xsl:for-each>              </xsl:choose>
80              </xsl:for-each>
81            </div>
82    
83          <xsl:for-each select="document('alphaindex.xml',/)/gjdoc:alphaindex/gjdoc:category">          <xsl:for-each select="document('alphaindex.xml',/)/gjdoc:alphaindex/gjdoc:category">
84            <a name="{concat('category_', @letter)}"/>            <a name="{concat('category_', @letter)}" class="classdoc"><h3 class="ignore"> </h3></a>
85            <h2><xsl:value-of select="@letter"/></h2>            <h2><xsl:value-of select="@letter"/></h2>
86            <xsl:call-template name="output_alphaindex_category"/>            <xsl:call-template name="output_alphaindex_category"/>
87          </xsl:for-each>          </xsl:for-each>
# Line 90  Line 94 
94            <xsl:with-param name="p_show_package_tree" select="0"/>            <xsl:with-param name="p_show_package_tree" select="0"/>
95            <xsl:with-param name="p_show_full_tree" select="1"/>            <xsl:with-param name="p_show_full_tree" select="1"/>
96            <xsl:with-param name="p_show_index" select="0"/>            <xsl:with-param name="p_show_index" select="0"/>
97              <xsl:with-param name="p_curr_index" select="1"/>
98            <xsl:with-param name="p_show_help" select="1"/>            <xsl:with-param name="p_show_help" select="1"/>
99            <xsl:with-param name="p_top" select="0"/>            <xsl:with-param name="p_top" select="0"/>
100          </xsl:call-template>          </xsl:call-template>
101            </div>
102        </body>        </body>
103      </html>      </html>
104            

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26