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

Diff of /gjdoc/src/resources/doctranslets/html/help.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 50  Line 50 
50        </head>        </head>
51        <body class="classdoc" onload="top.document.title=document.title;">        <body class="classdoc" onload="top.document.title=document.title;">
52    
53          <!-- Navigation Bar -->          <!-- Top Navigation Bar -->
54          <xsl:call-template name="output_navbar">          <xsl:call-template name="output_navbar">
55            <xsl:with-param name="p_show_frames" select="1"/>            <xsl:with-param name="p_show_frames" select="1"/>
56            <xsl:with-param name="p_show_noframes" select="1"/>            <xsl:with-param name="p_show_noframes" select="1"/>
# Line 59  Line 59 
59            <xsl:with-param name="p_show_full_tree" select="1"/>            <xsl:with-param name="p_show_full_tree" select="1"/>
60            <xsl:with-param name="p_show_index" select="1"/>            <xsl:with-param name="p_show_index" select="1"/>
61            <xsl:with-param name="p_show_help" select="0"/>            <xsl:with-param name="p_show_help" select="0"/>
62              <xsl:with-param name="p_top" select="1"/>
63          </xsl:call-template>          </xsl:call-template>
64    
65          <xsl:choose>          <xsl:choose>
# Line 70  Line 71 
71            </xsl:otherwise>            </xsl:otherwise>
72          </xsl:choose>          </xsl:choose>
73    
74            <!-- Bottom Navigation Bar -->
75            <xsl:call-template name="output_navbar">
76              <xsl:with-param name="p_show_frames" select="1"/>
77              <xsl:with-param name="p_show_noframes" select="1"/>
78              <xsl:with-param name="p_show_package" select="0"/>
79              <xsl:with-param name="p_show_package_tree" select="0"/>
80              <xsl:with-param name="p_show_full_tree" select="1"/>
81              <xsl:with-param name="p_show_index" select="1"/>
82              <xsl:with-param name="p_show_help" select="0"/>
83              <xsl:with-param name="p_top" select="0"/>
84            </xsl:call-template>
85        </body>        </body>
86      </html>      </html>
87    </xsl:template>    </xsl:template>

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