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

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

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

revision 1.5 by julian, Tue Nov 23 12:49:55 2004 UTC revision 1.6 by julian, Tue Nov 23 15:19:33 2004 UTC
# Line 51  Line 51 
51          </head>          </head>
52          <body class="classdoc" onload="top.document.title=document.title;">          <body class="classdoc" onload="top.document.title=document.title;">
53    
54            <!-- Navigation Bar -->            <!-- Top Navigation Bar -->
55            <xsl:call-template name="output_navbar">            <xsl:call-template name="output_navbar">
56              <xsl:with-param name="p_show_frames" select="1"/>              <xsl:with-param name="p_show_frames" select="1"/>
57              <xsl:with-param name="p_show_noframes" select="0"/>              <xsl:with-param name="p_show_noframes" select="0"/>
# Line 60  Line 60 
60              <xsl:with-param name="p_show_full_tree" select="1"/>              <xsl:with-param name="p_show_full_tree" select="1"/>
61              <xsl:with-param name="p_show_index" select="1"/>              <xsl:with-param name="p_show_index" select="1"/>
62              <xsl:with-param name="p_show_help" select="1"/>              <xsl:with-param name="p_show_help" select="1"/>
63                <xsl:with-param name="p_top" select="1"/>
64            </xsl:call-template>            </xsl:call-template>
65    
66            <h1 class="classdoc-header">All Packages</h1>            <h1 class="classdoc-header">All Packages</h1>
# Line 78  Line 79 
79              </xsl:for-each>              </xsl:for-each>
80            </table>            </table>
81                        
82            <xsl:call-template name="output_copyright_footer"/>            <!-- Bottom Navigation Bar -->
83              <xsl:call-template name="output_navbar">
84                <xsl:with-param name="p_show_frames" select="1"/>
85                <xsl:with-param name="p_show_noframes" select="0"/>
86                <xsl:with-param name="p_show_package" select="0"/>
87                <xsl:with-param name="p_show_package_tree" select="0"/>
88                <xsl:with-param name="p_show_full_tree" select="1"/>
89                <xsl:with-param name="p_show_index" select="1"/>
90                <xsl:with-param name="p_show_help" select="1"/>
91                <xsl:with-param name="p_top" select="0"/>
92              </xsl:call-template>
93          </body>          </body>
94        </html>        </html>
95    </xsl:template>    </xsl:template>

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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