Copied Joel's license changes to the xhtml stylesheet.

[SVN r40907]
This commit is contained in:
Daniel James 2007-11-07 20:27:25 +00:00
parent 1ba6b90434
commit d8ef7a46b8

View File

@ -171,7 +171,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() &gt; 1"> <xsl:if test="position() &gt; 1">
<br/> <br/>
@ -194,6 +194,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>
@ -230,10 +235,14 @@ set toc,title
</xsl:if> </xsl:if>
</td> </td>
<td align="right"> <td align="right">
<div class = "copyright-footer">
<small> <small>
<xsl:apply-templates select="ancestor::*/*/copyright" <xsl:apply-templates select="ancestor::*/*/copyright"
mode="boost.footer"/> mode="boost.footer"/>
<xsl:apply-templates select="ancestor::*/*/legalnotice"
mode="boost.footer"/>
</small> </small>
</div>
</td> </td>
</tr> </tr>
</table> </table>