X-Git-Url: http://git.draconx.ca/gitweb/homepage.git/blobdiff_plain/bc4daa2900c702913be7dc3e46441b192f44772a..466a4c7c22997ce016719a051d72af8371bb8863:/layouts/default.xsl diff --git a/layouts/default.xsl b/layouts/default.xsl index 84dcf9d..a9a75df 100644 --- a/layouts/default.xsl +++ b/layouts/default.xsl @@ -2,7 +2,7 @@ - - - - - - - - - - - - - - - - + - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

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

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

-

- Posted - -

+ + +
+ +

+ Posted + + + , last updated + + +

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