<!--                                                                  -->
<!--  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="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="dashboardLayout" />
  </xsl:template>

  <xsl:template name="dashboardLayout">
    <div class="section" id="dashboard">
			<h1>Welcome to RoyaltyShare Label Advantage</h1>
			Royalty solutions for a digital world!<br />
      <fieldset class="menu">
        <legend>Royalty Alerts</legend>
      </fieldset>
			<fieldset class="menu">
				<legend>Royalty Tasks</legend>
				<ul>
          <li id="revenueLink">
            <a href="/app/tracker" title="Manage revenue files"><img src="/production/images/icons/office/Document-(Add)-(32x32).gif" /></a>
            <h3><a href="/app/tracker">Manage revenue files</a></h3>
            <span class="subtle">Upload sales files for catalog auto-matching.</span>
          </li>
					<li id="catalogLink">
						<a href="/rps/catalog" title="Manage catalog"><img src="/production/images/icons/office/Music-(Alt-2)-(32x32).gif" /></a>
						<h3><a href="/rps/catalog">Manage catalog</a></h3>
						<span class="subtle">Manage catalog data: meta data and licenses.</span>
					</li>
          <li id="payeeLink">
            <a href="/rps/payee" title="Update payees"><img src="/production/images/icons/office/Edit-(32x32).gif" /></a>
            <h3><a href="/rps/payee">Update payees</a></h3>
            <span class="subtle">Update payess: Artist/Producer and Music Publisher/Admin/Agents.</span>
          </li>
          <li id="contractLink">
            <a href="/rps/contract" title="Configure contracts"><img src="/production/images/icons/office/Script-(32x32).gif" /></a>
            <h3><a href="/rps/contract">Configure contracts</a></h3>
            <span class="subtle">Configure artist and producer contracts.</span>
          </li>
          <li id="statementLink">
            <a href="/rps/display?d=statements" title="Review royalty statements"><img src="/production/images/icons/office/Dollar-(32x32).gif" /></a>
            <h3><a href="/rps/display?d=statements">Review royalty statements</a></h3>
            <span class="subtle">Review and print mechanical and artist/producer statements.</span>
          </li>
          <li id="adminLink">
            <a href="/rps/display?d=config" title="Administrative options"><img src="/production/images/icons/office/Gear-(Alt-2)-(32x32).gif" /></a>
            <h3><a href="/rps/display?d=config">Administrative options</a></h3>
            <span class="subtle">Access Label Advantage options and administrative features.</span>
          </li>
				</ul>
			</fieldset>
      <fieldset class="menu">
        <legend>Sales Statistics</legend>
        <ul>
          <li id="salesLink">
            <a href="/app/reports" title="Review sales data"><img src="/production/images/icons/office/Pie-Chart2-(32x32).gif" /></a>
            <h3><a href="/app/reports">Review sales data</a></h3>
            <span class="subtle">Review current and historical sales data.</span>
          </li>
				</ul>
			</fieldset>
      <br /><br />
    </div>
  </xsl:template>

</xsl:stylesheet>
