X-Git-Url: https://git.draconx.ca/gitweb/homepage.git/blobdiff_plain/86d0dac7b5713b9d312dd8fea8da80132829d6e6..HEAD:/layouts/default.xsl diff --git a/layouts/default.xsl b/layouts/default.xsl index 2e14ce8..aa22e8f 100644 --- a/layouts/default.xsl +++ b/layouts/default.xsl @@ -2,7 +2,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - +
@@ -265,7 +212,7 @@

- + Except as otherwise noted, copying Copying @@ -400,20 +347,47 @@

+ + + - + +
-

- Posted - -

+ + +
- + +

+ Posted + + + + , last updated + + + +

+
+ + + + + + + + + + @@ -426,11 +400,44 @@ + + + + + + + + +
+ + gallery + + inline + + + + + +
+
+ + + +
+
+ + <xsl:variable name='page-title' select='string(/document/title)' /> @@ -468,7 +475,8 @@ <div id='footer'> <xsl:apply-templates select='/document/copyright' /> <xsl:apply-templates select='/document/license' /> - <xsl:if test='/document/image'> + <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' /> @@ -477,6 +485,7 @@ </html> </xsl:template> +<xsl:include href='layouts/whitespace.xsl' /> <xsl:include href='layouts/clickytable.xsl' /> </xsl:stylesheet>