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

Diff of /gjdoc/src/resources/doctranslets/html/allpackages.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 51  Line 51 
51          </title>          </title>
52          <xsl:call-template name="include_common"/>          <xsl:call-template name="include_common"/>
53        </head>        </head>
54        <body>        <body class="menu allpackages">
55          <h3>          <h3 class="menu-title">
56            <a href="index_noframes.html" target="content">            <a href="index_noframes.html" target="content">
57              <xsl:choose>              <xsl:choose>
58                <xsl:when test="document('index.xml',/)/gjdoc:rootdoc/gjdoc:title">                <xsl:when test="document('index.xml',/)/gjdoc:rootdoc/gjdoc:title">
# Line 64  Line 64 
64              </xsl:choose>              </xsl:choose>
65            </a>            </a>
66          </h3>          </h3>
67          <a href="allclasses.html" target="classes">All Classes</a><br/><br/>          <a href="allclasses.html" target="classes" class="menu allpackages">All Classes</a><br/><br/>
68          <xsl:for-each select="gjdoc:rootdoc/gjdoc:specifiedpackage/@name">          <xsl:for-each select="gjdoc:rootdoc/gjdoc:specifiedpackage/@name">
69            <xsl:sort select="." order="ascending"/>            <xsl:sort select="." order="ascending"/>
70            <a href="{concat(translate(., '.','/'), '/classes.html')}" target="classes">            <a href="{concat(translate(., '.','/'), '/classes.html')}" target="classes" class="menu allpackages">
71              <xsl:value-of select="."/>              <xsl:value-of select="."/>
72            </a>            </a>
73            <br/>            <br/>

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