/[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.6 by julian, Tue Nov 23 15:19:33 2004 UTC revision 1.7 by julian, Tue Nov 23 17:19:47 2004 UTC
# Line 63  Line 63 
63              <xsl:with-param name="p_top" select="1"/>              <xsl:with-param name="p_top" select="1"/>
64            </xsl:call-template>            </xsl:call-template>
65    
66              <xsl:if test="$gjdoc.option.doctitle">
67                <h1 class="overview-doctitle"><xsl:value-of select="$gjdoc.option.doctitle"/></h1>
68              </xsl:if>
69              <xsl:if test="/gjdoc:rootdoc/gjdoc:firstSentenceTags">
70                <div class="overview-description-top">
71                  <xsl:for-each select="/gjdoc:rootdoc/gjdoc:firstSentenceTags/node()">
72                    <xsl:copy-of select="."/>
73                  </xsl:for-each>
74                </div>
75                <div class="classdoc-tag-section-header">See Also:</div>
76                <dl class="classdoc-list">
77                  <dt><a href="#description">Description</a></dt>
78                </dl>
79              </xsl:if>
80    
81            <h1 class="classdoc-header">All Packages</h1>            <h1 class="classdoc-header">All Packages</h1>
82            <table border="1" cellspacing="0" width="100%" class="classdoc-table">            <table border="1" cellspacing="0" width="100%" class="classdoc-table">
83              <xsl:for-each select="/gjdoc:rootdoc/gjdoc:packagedoc">              <xsl:for-each select="/gjdoc:rootdoc/gjdoc:packagedoc">
# Line 78  Line 93 
93                </tr>                </tr>
94              </xsl:for-each>              </xsl:for-each>
95            </table>            </table>
96    
97              <xsl:if test="/gjdoc:rootdoc/gjdoc:inlineTags">
98                <a name="description"/>
99                <div class="overview-description-full">
100                  <xsl:for-each select="/gjdoc:rootdoc/gjdoc:inlineTags/node()">
101                    <xsl:copy-of select="."/>
102                  </xsl:for-each>
103                </div>
104              </xsl:if>
105                        
106            <!-- Bottom Navigation Bar -->            <!-- Bottom Navigation Bar -->
107            <xsl:call-template name="output_navbar">            <xsl:call-template name="output_navbar">

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