mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-11 05:13:58 +00:00
added license info in copyright notice at the footer
[SVN r40865]
This commit is contained in:
parent
45f86200aa
commit
1ba6b90434
19
xsl/html.xsl
19
xsl/html.xsl
@ -172,7 +172,7 @@ set toc,title
|
|||||||
$time, ' ', $timezone)"/>
|
$time, ' ', $timezone)"/>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
<!-- Footer Copyright -->
|
||||||
<xsl:template match="copyright" mode="boost.footer">
|
<xsl:template match="copyright" mode="boost.footer">
|
||||||
<xsl:if test="position() > 1">
|
<xsl:if test="position() > 1">
|
||||||
<br/>
|
<br/>
|
||||||
@ -195,6 +195,11 @@ set toc,title
|
|||||||
<xsl:apply-templates select="holder" mode="titlepage.mode"/>
|
<xsl:apply-templates select="holder" mode="titlepage.mode"/>
|
||||||
</xsl:template>
|
</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">
|
<xsl:template name="user.footer.content">
|
||||||
<table width="100%">
|
<table width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
@ -231,10 +236,14 @@ set toc,title
|
|||||||
</xsl:if>
|
</xsl:if>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<small>
|
<div class = "copyright-footer">
|
||||||
<xsl:apply-templates select="ancestor::*/*/copyright"
|
<small>
|
||||||
mode="boost.footer"/>
|
<xsl:apply-templates select="ancestor::*/*/copyright"
|
||||||
</small>
|
mode="boost.footer"/>
|
||||||
|
<xsl:apply-templates select="ancestor::*/*/legalnotice"
|
||||||
|
mode="boost.footer"/>
|
||||||
|
</small>
|
||||||
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user