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.
     1 <?xml version="1.0"?>
     2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     3                 xmlns:fo="http://www.w3.org/1999/XSL/Format"
     4                 version="1.0">
     5   <xsl:param name="use.id.as.filename" select="1"/>
     6   <xsl:param name="admon.graphics" select="1"/>
     7   <xsl:param name="admon.graphics.path"></xsl:param>
     8   <xsl:param name="chunk.section.depth" select="0"></xsl:param>
     9   <xsl:param name="html.stylesheet" select="'sonews.css'"/>
    10 <xsl:template name="user.footer.navigation">
    11   <p class="copyright">
    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>.
    13   </p>
    14 </xsl:template>
    15 
    16 </xsl:stylesheet>
    17