doc/config.xsl
author chris <chris@marvin>
Fri Jun 26 16:48:50 2009 +0200 (2009-06-26)
changeset 1 6fceb66e1ad7
permissions -rw-r--r--
Hooray... sonews/0.5.0 final

HG: Enter commit message. Lines beginning with 'HG:' are removed.
HG: Remove all lines to abort the collapse operation.
chris@1
     1
<?xml version="1.0"?>
chris@1
     2
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
chris@1
     3
                xmlns:fo="http://www.w3.org/1999/XSL/Format"
chris@1
     4
                version="1.0">
chris@1
     5
  <xsl:param name="use.id.as.filename" select="1"/>
chris@1
     6
  <xsl:param name="admon.graphics" select="1"/>
chris@1
     7
  <xsl:param name="admon.graphics.path"></xsl:param>
chris@1
     8
  <xsl:param name="chunk.section.depth" select="0"></xsl:param>
chris@1
     9
  <xsl:param name="html.stylesheet" select="'sonews.css'"/>
chris@1
    10
<xsl:template name="user.footer.navigation">
chris@1
    11
  <p class="copyright">
chris@1
    12
  <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a> This work by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Christian Lins</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>.
chris@1
    13
  </p>
chris@1
    14
</xsl:template>
chris@1
    15
chris@1
    16
</xsl:stylesheet>
chris@1
    17