xmlns:exsl="http://exslt.org/common"
xmlns:ng="http://docbook.org/docbook-ng"
xmlns:db="http://docbook.org/ns/docbook"
- version="1.0" xmlns="http://www.w3.org/1999/xhtml">
+ version="1.0" xmlns="http://www.w3.org/1999/xhtml"
+ exclude-result-prefixes="exsl ng db">
<xsl:import href="../../xhtml/chunk.xsl"/>
-->
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<xsl:text>
+</xsl:text>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<xsl:text>
</xsl:text>
</xsl:template>
<!-- HTML <head> section customizations -->
<xsl:template name="user.head.content">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<!-- <xsl:message>
webhelp.tree.cookie.id = <xsl:value-of select="$webhelp.tree.cookie.id"/> +++ <xsl:value-of select="count(//node())"/>
$webhelp.indexer.language = <xsl:value-of select="$webhelp.indexer.language"/> +++ <xsl:value-of select="count(//node())"/>
</h1>
<!-- Prev and Next links generation-->
- <div id="navheader" align="right">
+ <div id="navheader">
+ <xsl:call-template name="user.webhelp.navheader.content"/>
<xsl:comment>
<!-- KEEP this code. In case of neither prev nor next links are available, this will help to
keep the integrity of the DOM tree-->
src='{$webhelp.common.dir}images/logo.png' alt="Company Logo"/>
</xsl:template>
+ <xsl:template name="user.webhelp.navheader.content"/>
+
<xsl:template name="webhelptoc">
<xsl:param name="currentid"/>
<xsl:choose>