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

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

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

revision 1.2 by avdyk, Tue Oct 12 22:54:53 2004 UTC revision 1.3 by julian, Thu Nov 25 14:40:20 2004 UTC
# Line 39  Line 39 
39    <xsl:strip-space elements="*"/>    <xsl:strip-space elements="*"/>
40    
41    <xsl:template name="add_link_to_class">    <xsl:template name="add_link_to_class">
42      <a href="{concat(@name, '.html')}" target="content">      <a href="{concat(@name, '.html')}" target="content" class="menu packageclasses">
43        <xsl:choose>        <xsl:choose>
44          <xsl:when test="gjdoc:isInterface">          <xsl:when test="gjdoc:isInterface">
45            <i><xsl:value-of select="@name"/></i>            <i><xsl:value-of select="@name"/></i>
# Line 60  Line 60 
60          </title>          </title>
61          <xsl:call-template name="include_common"/>          <xsl:call-template name="include_common"/>
62        </head>        </head>
63        <body>        <body onload="secondaryPageLoaded('classes');" class="menu packageclasses">
64          <h3><a href="package-summary.html" target="content"><xsl:value-of select="$gjdoc.outputfile.info"/></a></h3>          <h3 class="menu-title"><a href="package-summary.html" target="content"><xsl:value-of select="$gjdoc.outputfile.info"/></a></h3>
65          <xsl:for-each select="/gjdoc:rootdoc/gjdoc:classdoc[gjdoc:containingPackage/@name=$gjdoc.outputfile.info and not(child::gjdoc:isError or child::gjdoc:isException)]">          <xsl:for-each select="/gjdoc:rootdoc/gjdoc:classdoc[gjdoc:containingPackage/@name=$gjdoc.outputfile.info and not(child::gjdoc:isError or child::gjdoc:isException)]">
66            <xsl:sort select="@name" order="ascending"/>            <xsl:sort select="@name" order="ascending"/>
67            <xsl:call-template name="add_link_to_class"/>            <xsl:call-template name="add_link_to_class"/>

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

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