Boost logo

Boost-Commit :

From: matias_at_[hidden]
Date: 2007-06-14 14:35:42


Author: matias
Date: 2007-06-14 14:35:41 EDT (Thu, 14 Jun 2007)
New Revision: 7046
URL: http://svn.boost.org/trac/boost/changeset/7046

Log:
force website style

Text files modified:
   sandbox/doc_test/XSL/footer.xsl | 8 ++++----
   sandbox/doc_test/XSL/header.xsl | 8 ++++----
   2 files changed, 8 insertions(+), 8 deletions(-)

Modified: sandbox/doc_test/XSL/footer.xsl
==============================================================================
--- sandbox/doc_test/XSL/footer.xsl (original)
+++ sandbox/doc_test/XSL/footer.xsl 2007-06-14 14:35:41 EDT (Thu, 14 Jun 2007)
@@ -183,8 +183,8 @@
       <xsl:param name = "next" select = "/foo"/>
       <xsl:param name = "nav.context"/>
 
- <xsl:choose>
- <xsl:when test = "$page.style = 'website'">
+ <!--xsl:choose>
+ <xsl:when test = "$page.style = 'website'"-->
 
       <!-- Navigation -->
 
@@ -242,7 +242,7 @@
 
       <!-- Old style, textlinks -->
 
- </xsl:when>
+ <!--/xsl:when>
       <xsl:when test = "$page.style = 'textlinks'">
       <xsl:call-template name="footer.content.textlinks"/>
       <hr />
@@ -252,7 +252,7 @@
          <xsl:with-param name = "nav.context" select = "$nav.context"/>
       </xsl:call-template>
       </xsl:when>
- </xsl:choose>
+ </xsl:choose-->
 
    </xsl:template>
 

Modified: sandbox/doc_test/XSL/header.xsl
==============================================================================
--- sandbox/doc_test/XSL/header.xsl (original)
+++ sandbox/doc_test/XSL/header.xsl 2007-06-14 14:35:41 EDT (Thu, 14 Jun 2007)
@@ -76,8 +76,8 @@
       <xsl:variable name = "home" select = "/*[1]"/>
       <xsl:variable name = "up" select = "parent::*"/>
 
- <xsl:choose>
- <xsl:when test = "$page.style = 'website'">
+ <!--xsl:choose>
+ <xsl:when test = "$page.style = 'website'"-->
 
       <!-- Include the grouped links java script api -->
 
@@ -140,11 +140,11 @@
          <xsl:with-param name = "nav.context" select = "$nav.context"/>
       </xsl:call-template>
 
- </xsl:when>
+ <!--/xsl:when>
       <xsl:when test = "$page.style = 'textlinks'">
          <xsl:call-template name="header.textlinks"/>
       </xsl:when>
- </xsl:choose>
+ </xsl:choose-->
 
    </xsl:template>
 


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