This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 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 |

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]