<!--                                                                  -->
<!--  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="" encoding="utf-8" />

    <xsl:include href="/app/tools/rps/templates/help/help_layout.xsl" />

    <xsl:template name="helpHeader">Payee Portal Help</xsl:template>

    <xsl:template name="helpPage">
        <p>You can watch a video demo of all payee portal related features below.</p>
        <video id="my-video" class="video-js" controls="true" controlsList="nodownload" preload="auto" width="640" height="264" poster="/production/media/Payee_Portal_FINAL_20180222.jpg" data-setup="{{}}">
            <source src="/production/media/Payee_Portal_FINAL_20180222_720p.mp4" type='video/mp4'/>
            <p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
        </video>
        <script src="http://vjs.zencdn.net/6.6.3/video.js"></script>
        <script type="text/javascript">
            var myVideo = document.getElementById("my-video");
            if (myVideo.addEventListener) {
                myVideo.addEventListener('contextmenu', function(e) {
                    e.preventDefault();
                }, false);
            } else {
                myVideo.attachEvent('oncontextmenu', function() {
                    window.event.returnValue = false;
                });
            }
        </script>
        <p>The Payee Portal Admin area allows you to status all payee invites and view settings related to the payee portal.</p>
        <p>The <b>Payee Status</b> section shows the total number of artist payees on your site, the number set to receive their statements online, and the status of their invite.</p>
        <p>The ‘Resend’ link here will resend invites to all payees currently waiting on confirmation. Note that you can only resend an invite to a payee once in a 24-hour period.</p>
        <p>A quick link to the Artist/Producer Payees report is available if you want to see details for all payees, including statuses above.</p>
        <p>The <b>Payee Notifications</b> section allows you to view the text of the invite sent to payees, as well as the notification sent to payees when new statements are available. Text placeholders are filled in based on the configuration of your site and the settings here.</p>
        <p>You will need to enter a <b>Payee Portal Label Contact</b> email address in the last section that your payees can contact with any questions regarding their statements. Note that you cannot set up online statement distribution for payees without providing a contact email. </p>
        <p>The contact email is also displayed on the portal itself.</p>
        <p>You can also set the <b>Display Name</b> for how your label name will appear in the payee portal.</p>
    </xsl:template>

</xsl:stylesheet>
