/[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.3 by julian, Tue Nov 23 15:19:33 2004 UTC revision 1.4 by julian, Thu Nov 25 14:40:20 2004 UTC
# Line 48  Line 48 
48            <xsl:with-param name="p_pagetitle" select="'Help'"/>            <xsl:with-param name="p_pagetitle" select="'Help'"/>
49          </xsl:call-template>          </xsl:call-template>
50        </head>        </head>
51        <body class="classdoc" onload="top.document.title=document.title;">        <body class="classdoc" onload="top.contentPageLoaded();">
   
52          <!-- Top Navigation Bar -->          <!-- Top Navigation Bar -->
53          <xsl:call-template name="output_navbar">          <xsl:call-template name="output_navbar">
54            <xsl:with-param name="p_show_frames" select="1"/>            <xsl:with-param name="p_show_frames" select="1"/>
# Line 59  Line 58 
58            <xsl:with-param name="p_show_full_tree" select="1"/>            <xsl:with-param name="p_show_full_tree" select="1"/>
59            <xsl:with-param name="p_show_index" select="1"/>            <xsl:with-param name="p_show_index" select="1"/>
60            <xsl:with-param name="p_show_help" select="0"/>            <xsl:with-param name="p_show_help" select="0"/>
61            <xsl:with-param name="p_top" select="1"/>            <xsl:with-param name="p_curr_help" select="1"/>
62              <xsl:with-param name="p_top" select="1"/>
63          </xsl:call-template>          </xsl:call-template>
64    
65            <div class="pagebody">
66    
67          <xsl:choose>          <xsl:choose>
68            <xsl:when test="$gjdoc.option.helpfile">            <xsl:when test="$gjdoc.option.helpfile">
69              <xsl:copy-of select="document($gjdoc.option.helpfile)//body"/>              <xsl:copy-of select="document($gjdoc.option.helpfile)//body"/>
70            </xsl:when>            </xsl:when>
71            <xsl:otherwise>            <xsl:otherwise>
72              <xsl:copy-of select="document('res/default_help_en.html')//body"/>              <xsl:copy-of select="document('res/default_help_en.html')"/>
73            </xsl:otherwise>            </xsl:otherwise>
74          </xsl:choose>          </xsl:choose>
75    
# Line 80  Line 82 
82            <xsl:with-param name="p_show_full_tree" select="1"/>            <xsl:with-param name="p_show_full_tree" select="1"/>
83            <xsl:with-param name="p_show_index" select="1"/>            <xsl:with-param name="p_show_index" select="1"/>
84            <xsl:with-param name="p_show_help" select="0"/>            <xsl:with-param name="p_show_help" select="0"/>
85              <xsl:with-param name="p_curr_help" select="1"/>
86            <xsl:with-param name="p_top" select="0"/>            <xsl:with-param name="p_top" select="0"/>
87          </xsl:call-template>          </xsl:call-template>
88            </div>
89        </body>        </body>
90      </html>      </html>
91    </xsl:template>    </xsl:template>

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

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