/[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.4 by julian, Mon Nov 22 22:29:58 2004 UTC revision 1.5 by julian, Tue Nov 23 12:49:55 2004 UTC
# Line 44  Line 44 
44    <xsl:template match="/">    <xsl:template match="/">
45        <html>        <html>
46          <head>          <head>
47            <title>            <xsl:call-template name="output_title">
48              <xsl:if test="document('index.xml',/)/gjdoc:rootdoc/gjdoc:title">              <xsl:with-param name="p_pagetitle" select="'Index'"/>
49                <xsl:value-of select="/gjdoc:rootdoc/gjdoc:title"/>            </xsl:call-template>
             <xsl:text> - </xsl:text>  
             </xsl:if>  
             <xsl:text>Index</xsl:text>  
           </title>  
50            <xsl:call-template name="include_common"/>            <xsl:call-template name="include_common"/>
51          </head>          </head>
52          <body class="classdoc" onload="top.document.title=document.title;">          <body class="classdoc" onload="top.document.title=document.title;">
# Line 58  Line 54 
54            <!-- Navigation Bar -->            <!-- 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="1"/>              <xsl:with-param name="p_show_noframes" select="0"/>
58              <xsl:with-param name="p_show_package" select="0"/>              <xsl:with-param name="p_show_package" select="0"/>
59              <xsl:with-param name="p_show_package_tree" select="0"/>              <xsl:with-param name="p_show_package_tree" select="0"/>
60              <xsl:with-param name="p_show_full_tree" select="1"/>              <xsl:with-param name="p_show_full_tree" select="1"/>

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

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