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

Diff of /gjdoc/src/resources/doctranslets/html/alphaindex_chunked.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            <div class="pagebody">
52          <!-- Top Navigation Bar -->          <!-- Top Navigation Bar -->
53          <xsl:call-template name="output_navbar">          <xsl:call-template name="output_navbar">
54            <xsl:with-param name="p_show_frames" select="1"/>            <xsl:with-param name="p_show_frames" select="1"/>
# 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">          <h1 class="classdoc-title">
66            Alphabetical Index            Alphabetical Index
67            <xsl:if test="$gjdoc.outputfile.info">            <xsl:if test="$gjdoc.outputfile.info">
68              -              -
# Line 69  Line 70 
70            </xsl:if>            </xsl:if>
71          </h1>          </h1>
72    
73          <xsl:for-each select="document('alphaindex.xml',/)/gjdoc:alphaindex/gjdoc:category">          <div class="index-categories">
74            <xsl:choose>            <xsl:for-each select="document('alphaindex.xml',/)/gjdoc:alphaindex/gjdoc:category">
75              <xsl:when test="@letter=$gjdoc.outputfile.info">              <xsl:choose>
76                <span class="index-category-current"><xsl:value-of select="@letter"/></span>                <xsl:when test="@letter=$gjdoc.outputfile.info">
77              </xsl:when>                  <span class="index-category-current"><xsl:value-of select="@letter"/></span>
78              <xsl:otherwise>                </xsl:when>
79                <a href="{concat('alphaindex_', @letter, '.html') class="index-category-link"}"><xsl:value-of select="@letter"/></a>                <xsl:otherwise>
80              </xsl:otherwise>                  <a href="{concat('alphaindex_', @letter, '.html') class="index-category-link"}"><xsl:value-of select="@letter"/></a>
81            </xsl:choose>                </xsl:otherwise>
82          </xsl:for-each>              </xsl:choose>
83              </xsl:for-each>
84            </div>
85    
86          <xsl:if test="$gjdoc.outputfile.info">          <xsl:if test="$gjdoc.outputfile.info">
87            <xsl:for-each select="document('alphaindex.xml',/)/gjdoc:alphaindex/gjdoc:category[@letter=$gjdoc.outputfile.info]">            <xsl:for-each select="document('alphaindex.xml',/)/gjdoc:alphaindex/gjdoc:category[@letter=$gjdoc.outputfile.info]">
# Line 96  Line 99 
99            <xsl:with-param name="p_show_package_tree" select="0"/>            <xsl:with-param name="p_show_package_tree" select="0"/>
100            <xsl:with-param name="p_show_full_tree" select="1"/>            <xsl:with-param name="p_show_full_tree" select="1"/>
101            <xsl:with-param name="p_show_index" select="0"/>            <xsl:with-param name="p_show_index" select="0"/>
102              <xsl:with-param name="p_curr_index" select="1"/>
103            <xsl:with-param name="p_show_help" select="1"/>            <xsl:with-param name="p_show_help" select="1"/>
104            <xsl:with-param name="p_top" select="0"/>            <xsl:with-param name="p_top" select="0"/>
105          </xsl:call-template>          </xsl:call-template>
106            </div>
107        </body>        </body>
108      </html>      </html>
109            

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