<!--                                                                  -->
<!--  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/help/help_layout.xsl" />
    
    <xsl:variable name="countryName">
        <xsl:choose>
            <xsl:when test="/Root/Params/a = 'ca_license'">Canadian</xsl:when>
            <xsl:otherwise>United States</xsl:otherwise>
        </xsl:choose>
    </xsl:variable>

    
    <xsl:template name="helpPage">
        <div class="sectionHeader">
            <h1>Help - License Entry</h1>
    	</div>
        <div class="sectionBody">    
            <div class="section">
                <p>
                    The action of adding a new license into the system is a two step process with the first step selecting the type of license that is being added.
                </p>
                
                <img src="/production/images/help/rps/{Params/a}/preedit.gif" />                         
                
                <p>
                    There are <xsl:if test="Params/a = 'license'">four</xsl:if><xsl:if test="Params/a = 'ca_license'">three</xsl:if> types of licenses that can be created:

                    <ol>
                        <li><strong>License</strong> – By selecting "Add New Mechanical License" under the <xsl:value-of select="$countryName" /> Mechanical License section, a new mechanical license will be created.  When selected the user is taken to the edit screen for a mechanical license.</li>
                        <li><strong>Controlled Composition</strong> – By selecting "Use Existing Controlled Composition" under the <xsl:value-of select="$countryName" /> Mechanical License section, a new controlled composition license will be created.  When selected, the user is taken to the edit screen for a controlled license.
                            <ol>
                                <li>A controlled composition license can only be created if a contract is selected in the "Contract for Controlled Composition" selection box in the license tab.  If no contract has been selected, the "Use Existing Controlled Composition" link will be grayed out.</li>
                                <li>Controlled composition licenses use terms that are configured in the controlled composition section of the attached and selected contract.</li>
                            </ol>                       
                        </li>
                        <li><strong>Public Domain</strong> – By selecting "Add New Public Domain" under the <xsl:value-of select="$countryName" /> Mechanical License section, a public domain license will be created.  Public domain licenses allow the user to select a percentage share of the track that is considered public domain.  Public domain licenses are excluded from mechanical royalty runs and are taken into account with mechanical related reports.
                            <ol>
                                <li>The "Tracks Not 100% Licensed" report includes public domain licenses when determining if a track is not fully licensed.</li>
                                <li>The "Unlicensed Accrual" report does not include public domain licenses in calculating the accrual of unlicensed mechanical royalties.</li>
                            </ol>                        
                        </li>  
                        <xsl:if test="Params/a = 'license'">
                            <li><strong>Ringtone</strong> - By selecting "Add New Ringtone License" under the <xsl:value-of select="$countryName" /> Mechanical License section, a ringtone license will be created.  When selected, the user is taken to the edit screen for a ringtone license.             
                            </li>
                        </xsl:if>        
                    </ol>    	    
                </p>  
               			
                <br class="superBreak" />
    	    </div>
    	</div>
    </xsl:template>
    
    
</xsl:stylesheet>    

