OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


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


/ Vladimir Ivanovic <ivanovic@parc.xerox.com> 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 <ndw@nwalsh.com>      | The irrational is not necessarily
http://www.oasis-open.org/docbook/ | unreasonable.--Sir Lewis Namier
Chair, DocBook Technical Committee |


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC