/[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.6 by julian, Mon Nov 22 12:42:21 2004 UTC revision 1.7 by julian, Mon Nov 22 22:29:58 2004 UTC
# Line 168  Line 168 
168    <!-- Output header for Class documentation  -->    <!-- Output header for Class documentation  -->
169        
170    <xsl:template name="classdoc_header">    <xsl:template name="classdoc_header">
171        
172      <xsl:if test="not($gjdoc.option.nonavbar)">      <xsl:call-template name="output_navbar">
173        <div class="header">        <xsl:with-param name="p_show_frames" select="1"/>
174          <span class="navi-button">&#8658;&#160;<a href="{concat($gjdoc.pathtoroot, 'index.html')}" target="_top">Index&#160;(Frames)</a></span>&#160;|&#160;        <xsl:with-param name="p_show_noframes" select="1"/>
175          <span class="navi-button">&#8658;&#160;<a href="{concat($gjdoc.pathtoroot, 'index_noframes.html')}" target="_top">Index&#160;(No&#160;Frames)</a></span>&#160;|&#160;        <xsl:with-param name="p_show_package" select="1"/>
176          <span class="navi-button">&#8658;&#160;<a href="package-summary.html">Package</a></span>&#160;|&#160;        <xsl:with-param name="p_show_package_tree" select="1"/>
177          <span class="navi-button">&#8658;&#160;<a href="package-tree.html">Package&#160;Tree</a></span>&#160;|&#160;        <xsl:with-param name="p_show_full_tree" select="1"/>
178          <span class="navi-button">&#8658;&#160;<a href="{concat($gjdoc.pathtoroot, 'fulltree.html')}">Full Tree</a></span>&#160;        <xsl:with-param name="p_show_index" select="1"/>
179        </div>        <xsl:with-param name="p_show_help" select="1"/>
180      </xsl:if>      </xsl:call-template>
181    
182      <div class="classdoc-head">      <div class="classdoc-head">
183    

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

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