X-Git-Url: http://git.draconx.ca/gitweb/homepage.git/blobdiff_plain/1dc021529f88ca4f1ebfed76ffe6378272a23032..78e7de848f072d19e6c99865f793dbec482c7858:/layouts/default.xsl diff --git a/layouts/default.xsl b/layouts/default.xsl index 67b7e91..eaeef72 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 @@ -53,6 +201,7 @@ + <xsl:variable name='page-title' select='string(/document/title)' /> <xsl:if test='$page-title and $site-title != $page-title'> @@ -63,9 +212,28 @@ </head> <body> <xsl:apply-templates select='/document/xhtml:html/@*' /> + + <xsl:if test='/document/hierarchy/parent'> + <p id='sitetitle'> + <small><xsl:value-of select='$site-title' /></small> + </p> + <div id='breadcrumbs'> + <strong>Return to: </strong> + <ul> + <xsl:for-each select='/document/hierarchy/parent'> + <li><a href='{uri}'><xsl:value-of select='name'/></a></li> + </xsl:for-each> + </ul> + </div> + <hr /> + </xsl:if> + <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>