Next in thread → Next in month →

Re: DOCBOOK-APPS: Copyright notice on each HTML page?

From
Norman Walsh <>
Date
2001-07-24T22:13:09+00:00
ID
Thread
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>&#xA9; 1999, 2000, 2001 </xsl:text>
    <a href="http://www.oreilly.com/">O'Reilly &amp; 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 →