$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2007-11-07 15:27:26
Author: danieljames
Date: 2007-11-07 15:27:25 EST (Wed, 07 Nov 2007)
New Revision: 40907
URL: http://svn.boost.org/trac/boost/changeset/40907
Log:
Copied Joel's license changes to the xhtml stylesheet.
Text files modified: 
   trunk/tools/boostbook/xsl/xhtml.xsl |    19 ++++++++++++++-----                     
   1 files changed, 14 insertions(+), 5 deletions(-)
Modified: trunk/tools/boostbook/xsl/xhtml.xsl
==============================================================================
--- trunk/tools/boostbook/xsl/xhtml.xsl	(original)
+++ trunk/tools/boostbook/xsl/xhtml.xsl	2007-11-07 15:27:25 EST (Wed, 07 Nov 2007)
@@ -171,7 +171,7 @@
                                  $time, ' ', $timezone)"/>
   </xsl:template>
 
-
+  <!-- Footer Copyright -->
   <xsl:template match="copyright" mode="boost.footer">
     <xsl:if test="position() > 1">
       <br/>
@@ -194,6 +194,11 @@
     <xsl:apply-templates select="holder" mode="titlepage.mode"/>
   </xsl:template>
 
+  <!-- Footer License -->
+  <xsl:template match="legalnotice" mode="boost.footer">
+    <xsl:apply-templates select="para" mode="titlepage.mode" />
+  </xsl:template>
+
   <xsl:template name="user.footer.content">
     <table width="100%">
       <tr>
@@ -230,10 +235,14 @@
           </xsl:if>
         </td>
         <td align="right">
-          <small>
-            <xsl:apply-templates select="ancestor::*/*/copyright"
-              mode="boost.footer"/>
-          </small>
+          <div class = "copyright-footer">
+            <small>
+              <xsl:apply-templates select="ancestor::*/*/copyright"
+                mode="boost.footer"/>
+              <xsl:apply-templates select="ancestor::*/*/legalnotice"
+                mode="boost.footer"/>
+            </small>
+          </div>
         </td>
       </tr>
     </table>