<!--                                                                  -->
<!--  Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved     -->
<!--  $Id$  -->
<!--                                                                  -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

    <xsl:template name="labelStatementRunList">

        <xsl:variable name="reportItems">
            <map>
                <mapEntry>
                    <title>Labels On Multiple Contracts</title>
                    <url>report?c=labels_multiple_contracts</url>
                </mapEntry>
                <mapEntry>
                    <title>Labels Without Contracts</title>
                    <url>report?c=labels_no_contracts</url>
                </mapEntry>
            </map>
        </xsl:variable>

        <xsl:call-template name="statementRunList">
            <xsl:with-param name="runs" select="LabelRoyaltyRunList/LabelRoyaltyRun" />
            <xsl:with-param name="statusList" select="StatusList/LabelRuns" />
            <xsl:with-param name="payors" select="PayorList" />
            <xsl:with-param name="reportItems" select="$reportItems" />
        </xsl:call-template>
    </xsl:template>

</xsl:stylesheet>
