Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-02-06 14:02:39


Author: danieljames
Date: 2008-02-06 14:02:38 EST (Wed, 06 Feb 2008)
New Revision: 43129
URL: http://svn.boost.org/trac/boost/changeset/43129

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

Text files modified:
   trunk/tools/boostbook/xsl/navbar.xsl | 5 +++--
   1 files changed, 3 insertions(+), 2 deletions(-)

Modified: trunk/tools/boostbook/xsl/navbar.xsl
==============================================================================
--- trunk/tools/boostbook/xsl/navbar.xsl (original)
+++ trunk/tools/boostbook/xsl/navbar.xsl 2008-02-06 14:02:38 EST (Wed, 06 Feb 2008)
@@ -37,6 +37,7 @@
    <!-- location of the various Boost elements -->
 
    <xsl:param name = "boost.root" select = "'../..'"/>
+ <xsl:param name = "boost.website" select = "'http://www.boost.org'"/>
    <xsl:param name = "boost.image.src"
               select = "concat($boost.root, '/boost.png')"/>
    <xsl:param name = "boost.image.alt" select = "'Boost C++ Libraries'"/>
@@ -116,12 +117,12 @@
       </xsl:variable>
       <xsl:variable name="people_link">
          <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:variable>
       <xsl:variable name="faq_link">
          <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:variable>
       <xsl:variable name="more_link">


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk