Boost logo

Boost-Commit :

From: joel_at_[hidden]
Date: 2007-11-06 21:34:18


Author: djowel
Date: 2007-11-06 21:34:18 EST (Tue, 06 Nov 2007)
New Revision: 40865
URL: http://svn.boost.org/trac/boost/changeset/40865

Log:
added license info in copyright notice at the footer
Text files modified:
   trunk/tools/boostbook/xsl/html.xsl | 19 ++++++++++++++-----
   1 files changed, 14 insertions(+), 5 deletions(-)

Modified: trunk/tools/boostbook/xsl/html.xsl
==============================================================================
--- trunk/tools/boostbook/xsl/html.xsl (original)
+++ trunk/tools/boostbook/xsl/html.xsl 2007-11-06 21:34:18 EST (Tue, 06 Nov 2007)
@@ -172,7 +172,7 @@
                                  $time, ' ', $timezone)"/>
   </xsl:template>
 
-
+ <!-- Footer Copyright -->
   <xsl:template match="copyright" mode="boost.footer">
     <xsl:if test="position() &gt; 1">
       <br/>
@@ -195,6 +195,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>
@@ -231,10 +236,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>


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