<!--                                                                  -->
<!--  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:template name="pickLayout">
    <xsl:call-template name="statementsMainLayout" />
  </xsl:template>

  <xsl:template name="statementsMainLayout">
    <div class="section menuList">
      <xsl:if test="Access/rps/mechanical">
        <h3><a href="/rps/mechanical">Mechanical Royalty Statements</a></h3>
        <p>View and print mechanical royalty statements.</p>
      </xsl:if>
      <xsl:if test="Access/rps/artist_royalty">
        <h3><a href="/rps/artist_royalty">Artist Royalty Statements</a></h3>
        <p>View and print artist royalty statements.</p>
      </xsl:if>
      <br />
    </div>
  </xsl:template>

</xsl:stylesheet>
