X-Git-Url: https://git.draconx.ca/gitweb/homepage.git/blobdiff_plain/052c3ef4a6a579d2188a5d048cea92cc9f4fc14d..HEAD:/layouts/default.xsl diff --git a/layouts/default.xsl b/layouts/default.xsl index 22f67d6..aa22e8f 100644 --- a/layouts/default.xsl +++ b/layouts/default.xsl @@ -2,7 +2,7 @@ - + - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - +
@@ -235,8 +209,15 @@ +

- Copying and distribution of this material + + + Except as otherwise noted, copying + + Copying + + and distribution of this material , with or without modification, @@ -301,10 +282,6 @@ - + + + - + +

-

- Posted - -

+ + +
+ +

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

+
+ + + + + + + + + + + + + + + + + img + + + + + + + + + + + + + +
+ + gallery + + inline + + + + + +
+
+ + + +
+
+ + <xsl:variable name='page-title' select='string(/document/title)' /> @@ -424,12 +475,17 @@ <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/whitespace.xsl' /> <xsl:include href='layouts/clickytable.xsl' /> </xsl:stylesheet>