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

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

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

revision 1.4 by julian, Mon Nov 22 12:42:21 2004 UTC revision 1.5 by julian, Mon Nov 22 22:29:58 2004 UTC
# Line 54  Line 54 
54        </head>        </head>
55        <body class="classdoc" onload="top.document.title=document.title;">        <body class="classdoc" onload="top.document.title=document.title;">
56    
57          <xsl:if test="not($gjdoc.option.nonavbar)">          <!-- Navigation Bar -->
58            <div class="header">          <xsl:call-template name="output_navbar">
59              <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_frames" select="1"/>
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_noframes" select="1"/>
61              <span class="navi-button">&#8658;&#160;Package</span>&#160;|&#160;            <xsl:with-param name="p_show_package" select="0"/>
62              <span class="navi-button">&#8658;&#160;<a href="package-tree.html">Package&#160;Tree</a></span>&#160;|&#160;            <xsl:with-param name="p_show_package_tree" select="1"/>
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_full_tree" select="1"/>
64            </div>            <xsl:with-param name="p_show_index" select="1"/>
65          </xsl:if>            <xsl:with-param name="p_show_help" select="1"/>
66            </xsl:call-template>
67    
68          <h1 class="classdoc-header">Package <xsl:value-of select="$gjdoc.outputfile.info"/></h1>          <h1 class="classdoc-header">Package <xsl:value-of select="$gjdoc.outputfile.info"/></h1>
69    

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

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