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

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

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

revision 1.6 by julian, Thu Nov 25 14:40:20 2004 UTC revision 1.7 by julian, Sat Nov 27 17:23:51 2004 UTC
# Line 448  Line 448 
448    
449    <xsl:template name="output_title">    <xsl:template name="output_title">
450      <xsl:param name="p_pagetitle"/>      <xsl:param name="p_pagetitle"/>
451        <xsl:variable name="v_title">
     <title>  
452        <xsl:value-of select="$p_pagetitle"/>        <xsl:value-of select="$p_pagetitle"/>
453        <xsl:if test="$gjdoc.option.windowtitle">        <xsl:if test="$gjdoc.option.windowtitle">
454          <xsl:text> (</xsl:text>          <xsl:text> (</xsl:text>
455          <xsl:value-of select="$gjdoc.option.windowtitle"/>          <xsl:value-of select="$gjdoc.option.windowtitle"/>
456          <xsl:text>)</xsl:text>          <xsl:text>)</xsl:text>
457        </xsl:if>        </xsl:if>      
458        </xsl:variable>
459        <title>
460          <xsl:value-of select="$v_title"/>
461      </title>      </title>
462    </xsl:template>    </xsl:template>
463    

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