X-Git-Url: http://git.draconx.ca/gitweb/homepage.git/blobdiff_plain/8047c9c84ae645321839dd5fbeb59fd785c3ea5b..b6d30bd05c54078bbf60e7242aabff21ed4492da:/layouts/default.xsl diff --git a/layouts/default.xsl b/layouts/default.xsl index 5b9aa42..bfe9101 100644 --- a/layouts/default.xsl +++ b/layouts/default.xsl @@ -1,8 +1,8 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + external noopener noreferrer + + + + + + + + + + + + + () + + + + + +

+ Copyright © + + . +

+
+ + +

+ Copying and distribution of this material + + , with or without modification, + + is permitted under the terms of the + + + + + + + . +

+
+ + +

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

+
+ + <xsl:variable name='page-title' select='string(/document/title)' /> <xsl:if test='$page-title and $site-title != $page-title'> @@ -50,6 +203,13 @@ <body> <xsl:apply-templates select='/document/xhtml:html/@*' /> <xsl:apply-templates select='/document/xhtml:html/node()' /> + + <hr /> + <div id='footer'> + <xsl:apply-templates select='/document/copyright' /> + <xsl:apply-templates select='/document/license' /> + <xsl:apply-templates select='/document/source' /> + </div> </body> </html> </xsl:template>