/[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.2 by julian, Tue Nov 23 12:49:55 2004 UTC revision 1.3 by julian, Tue Nov 23 15:19:33 2004 UTC
# Line 49  Line 49 
49        </head>        </head>
50        <body class="classdoc" onload="top.document.title=document.title;">        <body class="classdoc" onload="top.document.title=document.title;">
51    
52          <!-- 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"/>
55            <xsl:with-param name="p_show_noframes" select="1"/>            <xsl:with-param name="p_show_noframes" select="1"/>
# Line 58  Line 58 
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_show_help" select="1"/>            <xsl:with-param name="p_show_help" select="1"/>
61              <xsl:with-param name="p_top" select="1"/>
62          </xsl:call-template>          </xsl:call-template>
63    
64          <h1 class="classdoc-header">          <h1 class="classdoc-header">
# Line 81  Line 82 
82            <xsl:call-template name="output_alphaindex_category"/>            <xsl:call-template name="output_alphaindex_category"/>
83          </xsl:for-each>          </xsl:for-each>
84                    
85          <xsl:call-template name="output_copyright_footer"/>          <!-- Bottom Navigation Bar -->
86            <xsl:call-template name="output_navbar">
87              <xsl:with-param name="p_show_frames" select="1"/>
88              <xsl:with-param name="p_show_noframes" select="1"/>
89              <xsl:with-param name="p_show_package" select="0"/>
90              <xsl:with-param name="p_show_package_tree" select="0"/>
91              <xsl:with-param name="p_show_full_tree" select="1"/>
92              <xsl:with-param name="p_show_index" select="0"/>
93              <xsl:with-param name="p_show_help" select="1"/>
94              <xsl:with-param name="p_top" select="0"/>
95            </xsl:call-template>
96        </body>        </body>
97      </html>      </html>
98            

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