/[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.5 by julian, Tue Nov 23 15:19:33 2004 UTC revision 1.6 by julian, Thu Nov 25 14:40:20 2004 UTC
# Line 96  Line 96 
96          </xsl:choose>          </xsl:choose>
97        </xsl:variable>        </xsl:variable>
98        <xsl:if test="string-length($v_is_used)>0">        <xsl:if test="string-length($v_is_used)>0">
99          <li>          <li class="tree">
100            <xsl:call-template name="output_tree_recursive">            <xsl:call-template name="output_tree_recursive">
101              <xsl:with-param name="p_level"><xsl:value-of select="$p_level+1"/></xsl:with-param>              <xsl:with-param name="p_level"><xsl:value-of select="$p_level+1"/></xsl:with-param>
102            </xsl:call-template>            </xsl:call-template>
# Line 139  Line 139 
139          </xsl:call-template>          </xsl:call-template>
140          <xsl:call-template name="include_common"/>          <xsl:call-template name="include_common"/>
141        </head>        </head>
142        <body class="classdoc" onload="top.document.title=document.title;">        <body class="classdoc" onload="top.contentPageLoaded();">
143            <div class="pagebody">
144    
145          <!-- Top Navigation Bar -->          <!-- Top Navigation Bar -->
146          <xsl:call-template name="output_navbar">          <xsl:call-template name="output_navbar">
147            <xsl:with-param name="p_show_frames" select="1"/>            <xsl:with-param name="p_show_frames" select="1"/>
148            <xsl:with-param name="p_show_noframes" select="1"/>            <xsl:with-param name="p_show_noframes" select="1"/>
149            <xsl:with-param name="p_show_package" select="string-length($gjdoc.outputfile.info)>0"/>            <xsl:with-param name="p_show_package" select="string-length($gjdoc.outputfile.info)&gt;0"/>
150            <xsl:with-param name="p_show_package_tree" select="0"/>            <xsl:with-param name="p_show_package_tree" select="0"/>
151            <xsl:with-param name="p_show_full_tree" select="string-length($gjdoc.outputfile.info)>0"/>            <xsl:with-param name="p_curr_package_tree" select="string-length($gjdoc.outputfile.info)&gt;0"/>
152              <xsl:with-param name="p_show_full_tree" select="string-length($gjdoc.outputfile.info)&gt;0"/>
153              <xsl:with-param name="p_curr_full_tree" select="string-length($gjdoc.outputfile.info)&lt;=0"/>
154            <xsl:with-param name="p_show_index" select="1"/>            <xsl:with-param name="p_show_index" select="1"/>
155            <xsl:with-param name="p_show_help" select="1"/>            <xsl:with-param name="p_show_help" select="1"/>
156            <xsl:with-param name="p_top" select="1"/>            <xsl:with-param name="p_top" select="1"/>
157          </xsl:call-template>          </xsl:call-template>
158    
159          <h1 class="classdoc-header">          <h1 class="classdoc-title">
160            <xsl:choose>            <xsl:choose>
161              <xsl:when test="string-length($gjdoc.outputfile.info)=0">              <xsl:when test="string-length($gjdoc.outputfile.info)=0">
162                Full Class Tree                Full Class Tree
# Line 169  Line 172 
172          </h1>          </h1>
173    
174          <xsl:for-each select="/gjdoc:rootdoc/gjdoc:classdoc[@qualifiedtypename='java.lang.Object']">          <xsl:for-each select="/gjdoc:rootdoc/gjdoc:classdoc[@qualifiedtypename='java.lang.Object']">
175            <ul>            <ul class="tree">
176              <li>              <li class="tree">
177                <xsl:call-template name="output_tree_recursive"/>                <xsl:call-template name="output_tree_recursive"/>
178              </li>              </li>
179            </ul>            </ul>
# Line 181  Line 184 
184          <xsl:call-template name="output_navbar">          <xsl:call-template name="output_navbar">
185            <xsl:with-param name="p_show_frames" select="1"/>            <xsl:with-param name="p_show_frames" select="1"/>
186            <xsl:with-param name="p_show_noframes" select="1"/>            <xsl:with-param name="p_show_noframes" select="1"/>
187            <xsl:with-param name="p_show_package" select="string-length($gjdoc.outputfile.info)>0"/>            <xsl:with-param name="p_show_package" select="string-length($gjdoc.outputfile.info)&lt;=0"/>
188            <xsl:with-param name="p_show_package_tree" select="0"/>            <xsl:with-param name="p_show_package_tree" select="0"/>
189            <xsl:with-param name="p_show_full_tree" select="string-length($gjdoc.outputfile.info)>0"/>            <xsl:with-param name="p_curr_package_tree" select="string-length($gjdoc.outputfile.info)&gt;0"/>
190              <xsl:with-param name="p_show_full_tree" select="string-length($gjdoc.outputfile.info)&gt;0"/>
191              <xsl:with-param name="p_curr_full_tree" select="string-length($gjdoc.outputfile.info)&lt;=0"/>
192            <xsl:with-param name="p_show_index" select="1"/>            <xsl:with-param name="p_show_index" select="1"/>
193            <xsl:with-param name="p_show_help" select="1"/>            <xsl:with-param name="p_show_help" select="1"/>
194            <xsl:with-param name="p_top" select="0"/>            <xsl:with-param name="p_top" select="0"/>
195          </xsl:call-template>          </xsl:call-template>
196            </div>
197        </body>        </body>
198      </html>      </html>
199            

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

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