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

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

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

revision 1.9 by julian, Tue Nov 23 12:49:55 2004 UTC revision 1.10 by julian, Tue Nov 23 15:19:33 2004 UTC
# Line 154  Line 154 
154              <xsl:call-template name="classdoc_method_details"/>              <xsl:call-template name="classdoc_method_details"/>
155            </xsl:for-each>            </xsl:for-each>
156          </xsl:if>          </xsl:if>
157            
158          <xsl:call-template name="output_copyright_footer"/>          <!-- Bottom Navigation Bar -->
159            <xsl:call-template name="output_navbar">
160              <xsl:with-param name="p_show_frames" select="1"/>
161              <xsl:with-param name="p_show_noframes" select="1"/>
162              <xsl:with-param name="p_show_package" select="1"/>
163              <xsl:with-param name="p_show_package_tree" select="1"/>
164              <xsl:with-param name="p_show_full_tree" select="1"/>
165              <xsl:with-param name="p_show_index" select="1"/>
166              <xsl:with-param name="p_show_help" select="1"/>
167              <xsl:with-param name="p_top" select="0"/>
168            </xsl:call-template>
169                    
170        </body>        </body>
171      </html>      </html>
# Line 165  Line 175 
175        
176    <xsl:template name="classdoc_header">    <xsl:template name="classdoc_header">
177            
178        <!-- Top Navigation Bar -->
179      <xsl:call-template name="output_navbar">      <xsl:call-template name="output_navbar">
180        <xsl:with-param name="p_show_frames" select="1"/>        <xsl:with-param name="p_show_frames" select="1"/>
181        <xsl:with-param name="p_show_noframes" select="1"/>        <xsl:with-param name="p_show_noframes" select="1"/>
# Line 172  Line 183 
183        <xsl:with-param name="p_show_package_tree" select="1"/>        <xsl:with-param name="p_show_package_tree" select="1"/>
184        <xsl:with-param name="p_show_full_tree" select="1"/>        <xsl:with-param name="p_show_full_tree" select="1"/>
185        <xsl:with-param name="p_show_index" select="1"/>        <xsl:with-param name="p_show_index" select="1"/>
186        <xsl:with-param name="p_show_help" select="1"/>        <xsl:with-param name="p_show_help" select="1"/>
187          <xsl:with-param name="p_top" select="1"/>
188      </xsl:call-template>      </xsl:call-template>
189    
190      <div class="classdoc-head">      <div class="classdoc-head">

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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