﻿<?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="LoginLSProContent">
        <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>

        <table cellpadding="0" cellspacing="0" class="tableMaster">
            <tr>
                <td width="40%" class="verticallyMiddle">
                    <img src="{$TemplateURL}Web/Images/Ver_2_0/MasterBrand/Pro_Screen.png" alt=""></img>
                </td>
                <td width="60%">
                    <div class="proPageBoxPost marginTop20">
                        <div class="padding20">
                            <div class="wizardMessageBold">
                                <span style="font-size:42px;">Start Setting Team Goals</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="Brand_SaveContactInfoForPro('{$BrandID}', '-99', '-99', 'txtBoxContactEmail', '{$DomainName}');">
                                            <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="{$TemplateURL}Web/Images/Ver_2_0/MasterBrand/Pro1.png" alt=""></img>
                    <div class="proHeaderText" style="padding-left:5px;padding-right:5px;">Team Goal Setting</div>
                </td>
                <td width="33%" class="textCenter verticallyMiddle paddingTop10" style="border-right:1px solid #BFBFBF;border-bottom:1px solid #BFBFBF;">
                    <img src="{$TemplateURL}Web/Images/Ver_2_0/MasterBrand/Pro3.png" alt=""></img>
                    <div class="proHeaderText" style="padding-left:5px;padding-right:5px;">Team Collaboration</div>
                </td>
                <td width="34%" class="textCenter verticallyMiddle paddingTop10" style="border-bottom:1px solid #BFBFBF;">
                    <img src="{$TemplateURL}Web/Images/Ver_2_0/MasterBrand/Pro4.png" alt=""></img>
                    <div class="proHeaderText" style="padding-left:5px;padding-right:5px;">Industry Packages</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>Sales Goals and Activity Logging</li>
                            <li>Networking and Education Tracking</li>
                            <li>Production and Service Delivery</li>
                            <li>Corporate and Internal Programs</li>
                            <li>Wellness and Personal Goals</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>Group Challenges and Leaderboards</li>
                            <li>Team Goal Sharing</li>
                            <li>Team Member Reviews</li>
                            <li>Secure Notes and Discussions</li>
                            <li>Follow-up Action Items</li>
                        </ul>
                    </div>
                </td>
                <td width="34%">
                    <div>
                        <ul class="proText" style="margin-left:0px;margin-bottom:0px;">
                            <li>Goal Plans for Sales Professionals</li>
                            <li>Goal Plans for Wellness Professionals</li>
                            <li>Goal Plans for HR Professionals</li>
                            <li>Goal Plans for Coaches</li>
                            <li>Or Customize Your Own</li>
                        </ul>
                    </div>
                </td>
            </tr>
        </table>

    </xsl:template>
</xsl:stylesheet>
