<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

	<xsl:output method="xml" indent="no"/>
	
<!-- LO PAGE -->
	
	<xsl:template match="course">
		<div id="header" xmlns="http://www.w3.org/1999/xhtml">
			<ul class="options-tp">
				<xsl:apply-templates select="document(concat('sit_xml.php?id=', $parentsite ))/site/course/navigation/utilitynav"/>
			</ul>	
			<div id="titlebar">					
				<div>
					<h1><xsl:value-of select="document(concat('sit_xml.php?id=', $parentsite ))/site/name"/></h1>
					<h2><xsl:value-of select="document(concat('sit_xml.php?id=', $childsite ))/site/course/@type"/></h2>
					<h3><a href="page.php?id={$currentpage}">&lt; Back to Activity</a></h3>
				</div>			
			</div>	
		</div>

		<div xmlns="http://www.w3.org/1999/xhtml" class="component">			
			<h3><xsl:value-of select="/site/name"/></h3>
		</div>

		<div xmlns="http://www.w3.org/1999/xhtml" id="lo-details">
		
			<div class="component">
				<img src="{document(concat('sit_xml.php?id=', $childsite ))/site/course/thumbnail/@filename}" class="galdet" alt="{/site/name}"/>
			</div>
		
			<div class="component">
				<p><xsl:value-of select="/site/description" disable-output-escaping="yes"/></p>
				<p><a href="{url}"><xsl:value-of select="url"/></a></p>	
				<hr class="on"></hr>
			</div>
						
		</div>

	</xsl:template>
	
</xsl:stylesheet>
