/[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.9 by julian, Fri Nov 26 13:29:56 2004 UTC revision 1.10 by julian, Sat Nov 27 17:23:51 2004 UTC
# Line 47  Line 47 
47          </xsl:call-template>          </xsl:call-template>
48          <xsl:call-template name="include_common"/>          <xsl:call-template name="include_common"/>
49        </head>        </head>
50        <body class="classdoc" onload="top.contentPageLoaded();">        <body class="classdoc" onload="top.contentPageLoaded(getTitle());">
51    
52          <!-- Top Navigation Bar -->          <!-- Top Navigation Bar -->
53          <xsl:call-template name="output_navbar">          <xsl:call-template name="output_navbar">
# Line 136  Line 136 
136          </a>          </a>
137        </td>        </td>
138        <td class="class-summary-description">        <td class="class-summary-description">
139          <xsl:variable name="v_docstring" select="document($v_sub_xml_filename,/gjdoc:rootdoc)//gjdoc:classdoc[@qualifiedtypename=$v_currentclass]/gjdoc:firstSentenceTags/node()"/>          <xsl:variable name="v_docstring" select="document($v_sub_xml_filename,/gjdoc:rootdoc)/gjdoc:classdoc[@qualifiedtypename=$v_currentclass]/gjdoc:firstSentenceTags/node()"/>
140          <xsl:choose>          <xsl:choose>
141            <xsl:when test="$v_docstring">            <xsl:when test="$v_docstring">
142              <xsl:for-each select="$v_docstring">              <xsl:for-each select="$v_docstring">

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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