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

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

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

revision 1.1 by julian, Mon Nov 22 22:29:58 2004 UTC revision 1.2 by julian, Tue Nov 23 12:49:55 2004 UTC
# Line 44  Line 44 
44      <html>      <html>
45        <head>        <head>
46          <xsl:call-template name="include_common"/>          <xsl:call-template name="include_common"/>
47          <title>          <xsl:call-template name="output_title">
48            Help            <xsl:with-param name="p_pagetitle" select="'Help'"/>
49          </title>          </xsl:call-template>
50        </head>        </head>
51        <body class="classdoc" onload="top.document.title=document.title;">        <body class="classdoc" onload="top.document.title=document.title;">
52    
# Line 61  Line 61 
61            <xsl:with-param name="p_show_help" select="0"/>            <xsl:with-param name="p_show_help" select="0"/>
62          </xsl:call-template>          </xsl:call-template>
63    
64          <xsl:copy-of select="document('res/default_help_en.html')/body"/>          <xsl:choose>
65              <xsl:when test="$gjdoc.option.helpfile">
66                <xsl:copy-of select="document($gjdoc.option.helpfile)//body"/>
67              </xsl:when>
68              <xsl:otherwise>
69                <xsl:copy-of select="document('res/default_help_en.html')//body"/>
70              </xsl:otherwise>
71            </xsl:choose>
72    
73        </body>        </body>
74      </html>      </html>
75    </xsl:template>    </xsl:template>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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