<!--                                                                  -->
<!--  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/bookpub/templates/help/help_layout.xsl" />
    <xsl:template name="helpHeader">Help - View / Edit Notes</xsl:template>
    <xsl:template name="helpPage">
        <img src="/production/redesign/images/help/bookpub/{Params/a}/notes.png" class="HelpImage" />
        <p>On the "View / Edit Notes" page a text string can be entered in the "Notes" field that relates to a sales file on the Royalty Status Tracker.  Notes are information only and are not part of aggregated digital data.  Notes do not pull through to any part of the royalty application.</p>
        <p>Only the first three letters of the text string entered will be viewable in the "Open Files" section.</p>
        <p>
            The following information is viewable on this page, presented so the user knows the file that the notes will be associated with:
            <dl>
                <dt>File Name</dt>
                <dd>the name of the file, including the file format extension.</dd>
                <dt>Service</dt>
                <dd>the name of the distributor or DSP providing the sales file.</dd>
                <dt>Received</dt>
                <dd>the date the file was processed and first appeared in the "Open Files" section.</dd>
            </dl>
        </p>
    </xsl:template>
</xsl:stylesheet>
