<!--                                                                  -->
<!--  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="http://www.w3.org/TR/html4/strict.dtd" doctype-public="-//W3C//DTD HTML 4.01//EN" encoding="utf-8" />

    <xsl:include href="/app/tools/rps/templates/global.xsl" />
 
    <xsl:template name="pickLayout">
        <xsl:call-template name="configMainLayout" />
    </xsl:template>

    <xsl:template name="configMainLayout">
        <div class="section menuList">
            <fieldset class="menu">
                <legend>Configure Your Site</legend>
                <ul>
                
                    <xsl:if test="Access/admin/jobqueue/show = 1">
                        <li>
                            <a href="/support/job_queue" title="Job Queue"><img src="/production/images/icons/office/Database-(32x32).gif" /></a>
                            <h3><a href="/support/job_queue">Job Queue</a></h3>
                            <span class="subtle">View the processes currently running as well as those waiting to run.</span>
                        </li>
                    </xsl:if>
                    
                    <xsl:if test="Access/rps/label/edit = 1">
                        <li>
                            <a href="/rps/label" title="Labels"><img src="/production/images/icons/office/Audio-Tape-(32x32).gif" /></a>
                            <h3><a href="/rps/label">Labels</a></h3>
                            <span class="subtle">Create and modify labels that are part of your company.</span>
                        </li>
                    </xsl:if>
                    
                    <xsl:if test="Access/admin/locale/show = 1">
                        <li>
                            <a href="/admin/locale?c=show" title="Locale Settings"><img src="/production/images/icons/office/Options-(32x32).gif" /></a>
                            <h3><a href="/admin/locale?c=show">Locale Settings</a></h3>
                            <span class="subtle">View country, language, and base currency settings.</span>
                        </li>
                    </xsl:if>
                    
                    <xsl:if test="Access/rps/mapface/main = 1">
                        <li>
                            <a href="/rps/mapface" title="MapFace"><img src="/production/images/icons/office/Tool-(32x32).gif" /></a>
                            <h3><a href="/rps/mapface">MapFace</a></h3>
                            <span class="subtle">Resolve importer exceptions.</span>
                        </li>
                    </xsl:if>	
                    
                    <xsl:if test="Access/admin/mcps/show = 1">
                        <li>
                            <a href="/admin/mcps?c=show" title="MCPS"><img src="/production/images/icons/office/Clipboard-(32x32).gif" /></a>
                            <h3><a href="/admin/mcps?c=show">MCPS</a></h3>
                            <span class="subtle">Create and modify MCPS rates and settings.</span>
                        </li>
                    </xsl:if>					
                                       
                    <xsl:if test="Access/rps/payor/edit = 1">
                        <li>
                            <a href="/rps/payor" title="Payors"><img src="/production/images/icons/office/Credit-Card-(32x32).gif" /></a>
                            <h3><a href="/rps/payor">Payors</a></h3>
                            <span class="subtle">Create and modify payors.</span>
                        </li>
                    </xsl:if>
                    
                    <xsl:if test="Access/rps/price/edit = 1">
                        <li>
                            <a href="/rps/price" title="Prices"><img src="/production/images/icons/office/Dollar-(32x32).gif" /></a>
                            <h3><a href="/rps/price">Prices</a></h3>
                            <span class="subtle">Create and modify prices to be used in products.</span>
                        </li>
                    </xsl:if>
                    
                    <xsl:if test="Access/rps/region/edit = 1">
                        <li>
                            <a href="/rps/region" title="Regions"><img src="/production/images/icons/office/Globe-(Alt-2)-(32x32).gif" /></a>
                            <h3><a href="/rps/region">Regions</a></h3>
                            <span class="subtle">Create and modify regions to be used in contract terms.</span>
                        </li>
                    </xsl:if>
                    
                    <xsl:if test="Access/rps/service/edit = 1">
                        <li>
                            <a href="/rps/service" title="Service Settings"><img src="/production/images/icons/office/EQ-(32x32).gif" /></a>
                            <h3><a href="/rps/service">Service Settings</a></h3>
                            <span class="subtle">Manage mechanical exclusions by service.</span>
                        </li>
                    </xsl:if>
                    
                    <xsl:if test="Access/rps/artist_statement_settings/edit = 1">
                        <li>
                            <a href="/rps/artist_statement_settings" title="Statement Options"><img src="/production/images/icons/office/Write-(32x32).gif" /></a>
                            <h3><a href="/rps/artist_statement_settings">Statement Options</a></h3>
                            <span class="subtle">Add optional fields to your payee royalty statements.</span>
                        </li>
                    </xsl:if>
                    
                    <xsl:if test="Access/rps/reference/statrates = 1">
                        <li>
                            <a href="/rps/reference?c=statrates" title="Statutory Rates"><img src="/production/images/icons/office/Information-(32x32).gif" /></a>
                            <h3><a href="/rps/reference?c=statrates">Statutory Rates</a></h3>
                            <span class="subtle">View the current and historical statutory rates.</span>
                        </li>
                    </xsl:if>
                    
                    <xsl:if test="Access/rps/user/edit = 1">
                        <li>
                            <a href="/rps/user" title="Users"><img src="/production/images/icons/office/Users-(32x32).gif" /></a>
                            <h3><a href="/rps/user">Users</a></h3>
                            <span class="subtle">Create and modify user accounts.</span>
                        </li>
                    </xsl:if>
                
                </ul>
            </fieldset>
            <br class="superBreak" /><br />
        </div>
    </xsl:template>

</xsl:stylesheet>
