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

    <xsl:include href="/app/tools/rps/templates/id_to_name.xsl" />
    <xsl:include href="/app/tools/rps/templates/inline_pop.xsl" />
    <xsl:include href="/app/tools/rps/templates/list.xsl" />
    <xsl:include href="/app/tools/rps/templates/messaging.xsl" />
    <xsl:include href="/app/tools/rps/templates/navigation.xsl" />
    <xsl:include href="/app/tools/rps/templates/raptor.xsl" />
    <xsl:include href="/app/tools/rps/templates/search.xsl" />
    <xsl:include href="/app/tools/rps/templates/shared_templates.xsl" />
	<xsl:include href="/app/tools/rps/templates/royalty_run_status.xsl" />

    <xsl:template name="body">
  	    <xsl:choose>
  		    <xsl:when test="$cmd = 'error_report' and $area = 'catalog'">
  			    <xsl:call-template name="inlinePopLayout" />
  		    </xsl:when>
  		    <xsl:otherwise>
    		    <xsl:call-template name="pickLayout" />
    	    </xsl:otherwise>
        </xsl:choose>
    </xsl:template>

</xsl:stylesheet>
