<!--                                                                  -->
<!--  Copyright (C) 2009 RoyaltyShare, Inc.   All Rights Reserved     -->
<!--                                                                  -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:dyn="http://exslt.org/dynamic" extension-element-prefixes="dyn">
    <xsl:output method="html" indent="no" doctype-system="" encoding="utf-8" />

    <xsl:template name="dashboardHelloSide">
        <xsl:param name="module" />
        <b>Hello Side Module</b><br />
        Module: <xsl:value-of select="$module/Module" /><br />
        Title: <xsl:value-of select="$module/Title" /><br />
        DisplayOrder: <xsl:value-of select="$module/DisplayOrder" /><br />
        Class: <xsl:value-of select="$module/Class" /><br />
        Stylesheet: <xsl:value-of select="$module/Stylesheet" /><br />
    </xsl:template>

</xsl:stylesheet>
