/[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.1 by julian, Mon Nov 22 22:29:58 2004 UTC revision 1.2 by julian, Tue Nov 23 12:49:55 2004 UTC
# Line 42  Line 42 
42    
43      <html>      <html>
44        <head>        <head>
45          <title>          <xsl:call-template name="output_title">
46            <xsl:value-of select="concat(/gjdoc:rootdoc/gjdoc:title, ' - Alphabetical Index')"/>            <xsl:with-param name="p_pagetitle" select="concat('Alphabetical Index: ', $gjdoc.outputfile.info)"/>
47          </title>          </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.document.title=document.title;">
# Line 71  Line 71 
71          <xsl:for-each select="document('alphaindex.xml',/)/gjdoc:alphaindex/gjdoc:category">          <xsl:for-each select="document('alphaindex.xml',/)/gjdoc:alphaindex/gjdoc:category">
72            <xsl:choose>            <xsl:choose>
73              <xsl:when test="@letter=$gjdoc.outputfile.info">              <xsl:when test="@letter=$gjdoc.outputfile.info">
74                <span class="index-category"><xsl:value-of select="@letter"/></span>                <span class="index-category-current"><xsl:value-of select="@letter"/></span>
75              </xsl:when>              </xsl:when>
76              <xsl:otherwise>              <xsl:otherwise>
77                <span class="index-category"><a href="{concat('alphaindex_', @letter, '.html')}"><xsl:value-of select="@letter"/></a></span>                <a href="{concat('alphaindex_', @letter, '.html') class="index-category-link"}"><xsl:value-of select="@letter"/></a>
78              </xsl:otherwise>              </xsl:otherwise>
79            </xsl:choose>            </xsl:choose>
80          </xsl:for-each>          </xsl:for-each>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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