X-Git-Url: http://git.draconx.ca/gitweb/homepage.git/blobdiff_plain/ec1703ff7346b6d3edeee73f1c6dfa750b7aeed4..19f5d7df33b2deaf3bd2efc68bd3d163c93b194f:/layouts/default.xsl diff --git a/layouts/default.xsl b/layouts/default.xsl index f41467b..d5be103 100644 --- a/layouts/default.xsl +++ b/layouts/default.xsl @@ -2,7 +2,7 @@ + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

Copyright © @@ -203,8 +262,15 @@ +

- Copying and distribution of this material + + + Except as otherwise noted, copying + + Copying + + and distribution of this material , with or without modification, @@ -219,12 +285,115 @@

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + , + + + + + + , except + and + , + + + © + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ Images © + + + + + + + + . +

+
+

- This document was compiled from - - - + This document was compiled + + + from + + + + + + from + + + + + on . @@ -243,11 +412,52 @@ + + + + + + + + img + + + + + + + + + + + + + +

+ + + + + +
+ + <xsl:variable name='page-title' select='string(/document/title)' /> @@ -285,10 +495,16 @@ <div id='footer'> <xsl:apply-templates select='/document/copyright' /> <xsl:apply-templates select='/document/license' /> + <xsl:if test='/document/image[copyright != /document/copyright + or license/identifier != /document/license/identifier]'> + <xsl:call-template name='image-attribution' /> + </xsl:if> <xsl:apply-templates select='/document/source' /> </div> </body> </html> </xsl:template> +<xsl:include href='layouts/clickytable.xsl' /> + </xsl:stylesheet>