Next in thread →
Next in month →
Re: DOCBOOK-APPS: Copyright notice on each HTML page?
/ Vladimir Ivanovic <> was heard to say:
| Is how to do this documented (and I just missed it), or is this a
| customization?
It's a simple customization of user.footer.navigation:
<xsl:template name="user.footer.navigation">
<xsl:param name="node" select="."/>
<p>
<a href="dbcpyright.html">Copyright</a>
<xsl:text>© 1999, 2000, 2001 </xsl:text>
<a href="http://www.oreilly.com/">O'Reilly & Associates, Inc.</a>
<xsl:text> All rights reserved.</xsl:text>
</p>
</xsl:template>
Be seeing you,
norm
--
Norman Walsh <> | The irrational is not necessarily
http://www.oasis-open.org/docbook/ | unreasonable.--Sir Lewis Namier
Chair, DocBook Technical Committee |
Next in thread →
Next in month →