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

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

- Copying and distribution of this material + + + Except as otherwise noted, copying + + Copying + + and distribution of this material , with or without modification, @@ -219,35 +232,212 @@

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

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

+
+

- This document was compiled from - - - + This document was compiled + + + from + + + + + + from + + + + + on .

+ + + - + +
-

- Posted - -

+ + +
+ +

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

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