X-Git-Url: https://git.draconx.ca/gitweb/homepage.git/blobdiff_plain/e7306bc0bbfea36e6414684b00ad4ef1c7269aed..d82f7b7dd13788fd5478b72285cde1cb76041d4d:/layouts/default.xsl diff --git a/layouts/default.xsl b/layouts/default.xsl index 5a6c3ee..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, @@ -269,10 +335,6 @@ - + + + + + + + + img + + + + + + + + + + + + + +

+ + + + + +
+ + <xsl:variable name='page-title' select='string(/document/title)' /> @@ -392,6 +495,10 @@ <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>