In the boostbook navbar, link FAQ and people to the website.

[SVN r43129]
This commit is contained in:
Daniel James 2008-02-06 19:02:38 +00:00
parent 3b8ad2b187
commit c4db87b49d

View File

@ -37,6 +37,7 @@
<!-- location of the various Boost elements --> <!-- location of the various Boost elements -->
<xsl:param name = "boost.root" select = "'../..'"/> <xsl:param name = "boost.root" select = "'../..'"/>
<xsl:param name = "boost.website" select = "'http://www.boost.org'"/>
<xsl:param name = "boost.image.src" <xsl:param name = "boost.image.src"
select = "concat($boost.root, '/boost.png')"/> select = "concat($boost.root, '/boost.png')"/>
<xsl:param name = "boost.image.alt" select = "'Boost C++ Libraries'"/> <xsl:param name = "boost.image.alt" select = "'Boost C++ Libraries'"/>
@ -116,12 +117,12 @@
</xsl:variable> </xsl:variable>
<xsl:variable name="people_link"> <xsl:variable name="people_link">
<xsl:call-template name="href.target.relative"> <xsl:call-template name="href.target.relative">
<xsl:with-param name="target" select="concat( $boost.root, '/people/people.htm' )"/> <xsl:with-param name="target" select="concat( $boost.website, '/people/people.htm' )"/>
</xsl:call-template> </xsl:call-template>
</xsl:variable> </xsl:variable>
<xsl:variable name="faq_link"> <xsl:variable name="faq_link">
<xsl:call-template name="href.target.relative"> <xsl:call-template name="href.target.relative">
<xsl:with-param name="target" select="concat( $boost.root, '/more/faq.htm' )"/> <xsl:with-param name="target" select="concat( $boost.website, '/more/faq.htm' )"/>
</xsl:call-template> </xsl:call-template>
</xsl:variable> </xsl:variable>
<xsl:variable name="more_link"> <xsl:variable name="more_link">