<!--                                                                  -->
<!--  Copyright (C) 2006 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:include href="/app/tools/rps/templates/ajax_request.xsl" />
    <xsl:include href="/app/tools/bookpub/templates/dashboard/module/book_summary.xsl" />

    <xsl:template name="pickLayout">
        <xsl:call-template name="bookSummaryChart" >
            <xsl:with-param name="module" select="Form" />
        </xsl:call-template>
    </xsl:template>

</xsl:stylesheet>
