<!--                                                                  -->
<!--  Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved     -->
<!--  $Id$  -->
<!--                                                                  -->
<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/global.xsl" />
    <xsl:include href="../shared_layouts/statements.xsl" />


    <xsl:template name="pickLayout">

        <xsl:variable name="reportItems">
            <map>
                <mapEntry>
                    <title>Retentions - Full</title>
                    <url>report?c=uk_mech_retention_summary</url>
                </mapEntry>
            </map>
        </xsl:variable>

        <xsl:call-template name="helpLink" />
        <xsl:call-template name="statementRunList">
            <xsl:with-param name="runs" select="UKMechanicalRunList/UKMechanicalRun" />
            <xsl:with-param name="statusList" select="StatusList/UKMechanicalRuns" />
            <xsl:with-param name="payors" select="PayorList" />
            <xsl:with-param name="reportItems" select="$reportItems" />
        </xsl:call-template>

    </xsl:template>

</xsl:stylesheet>
