﻿<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl"
>
    <xsl:output method="xml" indent="yes"/>

    <xsl:template name="GenericProLoginLSProContent">
        <xsl:param name="HostName" select="'N/A'"></xsl:param>
        <xsl:param name="TemplateURL" select="'N/A'"></xsl:param>
        <xsl:param name="DomainName" select="'N/A'"></xsl:param>
        <xsl:param name="BrandID" select="'N/A'"></xsl:param>
		<xsl:param name="SettingsData" select="'N/A'"></xsl:param>
		<xsl:param name="BrandKey" select="'N/A'"></xsl:param>



		<table cellpadding="0" cellspacing="0" class="tableMaster">
            <tr>
                <td width="40%" class="verticallyMiddle">
					<img src="http://{$HostName}/Portals/0/Brands/{$SettingsData/BrandKey}/_Master/LoginLeft.png" alt=""></img>
                </td>
                <td width="60%">
                    <div class="proPageBoxPost marginTop20">
                        <div class="padding20">
                            <div class="wizardMessageBold">
                                <span style="font-size:42px;">Coaches Get Started</span>
                            </div>
                            <div class="capitalFont labelBlue">
                                <span style="font-size:52px;">Free</span>
                            </div>
                            <table cellpadding="0" cellspacing="3" class="marginTop15">
                                <tr>
                                    <td width="350px;">
                                        <div>
                                            <input id="txtBoxContactEmail" class="proPageBoxInput" type="text" value="Enter your work email"
                                                   onblur="SetTextAreaValue(this.id, 'Enter your work email', 'blur');"
                                                   onclick="SetTextAreaValue(this.id, 'Enter your work email', 'focus');"></input>
                                        </div>
                                        <div id="div_AdditionalFields" style="display:none;">

                                        </div>
                                    </td>
                                    <td style="width:20px;">&#xa0;</td>
                                    <td>
                                        <div class="orangeButton onMouseOver"	 onclick="Load_CompanySetupForm('{$BrandID}', '-99', '-99', 'txtBoxContactEmail', 'div_AdditionalFields');">
                                            <Span>Sign Up</Span>
                                        </div>
                                    </td>
                                </tr>
                            </table>
                        </div>
                    </div>
                </td>
            </tr>
        </table>
        <table cellpadding="0" cellspacing="0" class="tableMaster marginTop25 marginBottom20">
            <tr>
                <td width="33%" class="textCenter verticallyMiddle paddingTop10" style="border-right:1px solid #BFBFBF;border-bottom:1px solid #BFBFBF;">
                    <img src="http://{$HostName}/Portals/0/Brands/{$SettingsData/BrandKey}/_Master/icons/Pro1.png" alt=""></img>
                    <div class="proHeaderText" style="padding-left:5px;padding-right:5px;">Client Accountability<br>Made Easy</br>
				</div>
                </td>
                <td width="33%" class="textCenter verticallyMiddle paddingTop10" style="border-right:1px solid #BFBFBF;border-bottom:1px solid #BFBFBF;">
                    <img src="http://{$HostName}/Portals/0/Brands/{$SettingsData/BrandKey}/_Master/icons/Pro3.png" alt=""></img>
                    <div class="proHeaderText" style="padding-left:5px;padding-right:5px;">Client/Coach/Mentor<br>Collaboration</br></div>
                </td>
                <td width="34%" class="textCenter verticallyMiddle paddingTop10" style="border-bottom:1px solid #BFBFBF;">
                    <img src="http://{$HostName}/Portals/0/Brands/{$SettingsData/BrandKey}/_Master/icons/Pro4.png" alt=""></img>
                    <div class="proHeaderText" style="padding-left:5px;padding-right:5px;">Customized Training<br>Programs and Templates</br></div>
                </td>
            </tr>
            <tr>
                <td width="33%" style="border-right:1px solid #BFBFBF;">
                    <div>
                        <ul class="proText" style="margin-left:0px;margin-bottom:0px;">
                            <li>Establish Client Goals</li>
                            <li>Log Follow-up Action Items</li>
                            <li>Enter Numbers and Metrics</li>
                            <li>View Past-Due Items</li>
                            <li>Store Advanced Sales Metrics</li>
                        </ul>
                    </div>
                </td>
                <td width="33%" style="border-right:1px solid #BFBFBF;">
                    <div>
                        <ul class="proText" style="margin-left:0px;margin-bottom:0px;">
							<li>Log Check-ins and Keep a History</li>
							<li>Review Past Notes and Discussons</li>
							<li>Receive Notifications and Alerts</li>
							<li>View Reports and Graphs</li>
							<li>Allow Client to Self-Manage</li>
						</ul>
					</div>
                </td>
                <td width="34%">
                    <div>
                        <ul class="proText" style="margin-left:0px;margin-bottom:0px;">
                            <li>Import Traning Materials Into Templates</li>
                            <li>Include Links, Videos, Documents</li>
                            <li>Build Standardized Forms and Worksheets</li>
                            <li>Pre-Program Follow-Up Action Items</li>
                            <li>Send Welcome and Reminder E-mails</li>
                        </ul>
                    </div>
                </td>
            </tr>
        </table>

    </xsl:template>
</xsl:stylesheet>
