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

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

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

revision 1.2 by avdyk, Tue Oct 12 22:54:53 2004 UTC revision 1.3 by julian, Mon Nov 22 22:29:58 2004 UTC
# Line 141  Line 141 
141        </head>        </head>
142        <body class="classdoc" onload="top.document.title=document.title;">        <body class="classdoc" onload="top.document.title=document.title;">
143    
144          <div class="header">          <!-- Navigation Bar -->
145            <span class="navi-button">&#8658;&#160;<a href="{concat($gjdoc.pathtoroot, 'index.html')}" target="_top">Index&#160;(Frames)</a></span>&#160;|&#160;          <xsl:call-template name="output_navbar">
146            <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_frames" select="1"/>
147            <xsl:choose>            <xsl:with-param name="p_show_noframes" select="1"/>
148              <xsl:when test="string-length($gjdoc.outputfile.info)=0">            <xsl:with-param name="p_show_package" select="string-length($gjdoc.outputfile.info)>0"/>
149                <span class="navi-button">&#8658;&#160;Package</span>&#160;|&#160;            <xsl:with-param name="p_show_package_tree" select="0"/>
150                <span class="navi-button">&#8658;&#160;Package&#160;Tree</span>&#160;|&#160;            <xsl:with-param name="p_show_full_tree" select="string-length($gjdoc.outputfile.info)>0"/>
151                <span class="navi-button">&#8658;&#160;Full Tree</span>&#160;            <xsl:with-param name="p_show_index" select="1"/>
152              </xsl:when>            <xsl:with-param name="p_show_help" select="1"/>
153              <xsl:otherwise>          </xsl:call-template>
               <span class="navi-button">&#8658;&#160;<a href="package-summary.html">Package</a></span>&#160;|&#160;  
               <span class="navi-button">&#8658;&#160;Package&#160;Tree</span>&#160;|&#160;  
               <span class="navi-button">&#8658;&#160;<a href="{concat($gjdoc.pathtoroot, 'fulltree.html')}">Full Tree</a></span>&#160;                
             </xsl:otherwise>  
           </xsl:choose>  
         </div>  
154    
155          <h1 class="classdoc-header">          <h1 class="classdoc-header">
156            <xsl:choose>            <xsl:choose>

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