Fix the navbar links.

[SVN r41575]
This commit is contained in:
Daniel James 2007-12-02 10:25:22 +00:00
parent 7f650958d2
commit 4ee04ae455

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://beta.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, '/users/people.html' )"/>
</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, '/users/faq.html' )"/>
</xsl:call-template> </xsl:call-template>
</xsl:variable> </xsl:variable>
<xsl:variable name="more_link"> <xsl:variable name="more_link">