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

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

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

revision 1.3 by julian, Sun Nov 21 16:19:16 2004 UTC revision 1.4 by julian, Mon Nov 22 22:29:58 2004 UTC
# Line 54  Line 54 
54            <xsl:call-template name="include_common"/>            <xsl:call-template name="include_common"/>
55          </head>          </head>
56          <body class="classdoc" onload="top.document.title=document.title;">          <body class="classdoc" onload="top.document.title=document.title;">
57      
58            <div class="header">            <!-- Navigation Bar -->
59              <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">
60              <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"/>
61              <span class="navi-button">&#8658;&#160;Package</span>&#160;|&#160;              <xsl:with-param name="p_show_noframes" select="1"/>
62              <span class="navi-button">&#8658;&#160;Package&#160;Tree</span>&#160;|&#160;              <xsl:with-param name="p_show_package" select="0"/>
63              <span class="navi-button">&#8658;&#160;<a href="{concat($gjdoc.pathtoroot, 'fulltree.html')}">Full Tree</a></span>&#160;              <xsl:with-param name="p_show_package_tree" select="0"/>
64            </div>              <xsl:with-param name="p_show_full_tree" select="1"/>
65                          <xsl:with-param name="p_show_index" select="1"/>
66                <xsl:with-param name="p_show_help" select="1"/>
67              </xsl:call-template>
68    
69            <h1 class="classdoc-header">All Packages</h1>            <h1 class="classdoc-header">All Packages</h1>
70            <table border="1" cellspacing="0" width="100%" class="classdoc-table">            <table border="1" cellspacing="0" width="100%" class="classdoc-table">
71              <xsl:for-each select="/gjdoc:rootdoc/gjdoc:packagedoc">              <xsl:for-each select="/gjdoc:rootdoc/gjdoc:packagedoc">

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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