<!--                                                                  -->
<!--  Copyright (C) 2010 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="dashboardHelloAjax">
        <xsl:param name="module" />
        <a href="javascript:ajaxReplaceContent('/bookpub/dashboard?c=helloajax', '{$module/Template}' )">Reload</a>
        <br />
        <b>Hello Ajax Module</b><br />
        Module: <xsl:value-of select="$module/Module" /><br />
        Time: <xsl:value-of select="$module/Time" /><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>
