﻿<?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 match="/">
        <xsl:variable name="TemplateURL" select="normalize-space(AjaxRequest/TemplateURL)"/>
        <xsl:variable name="HostName" select="normalize-space(AjaxRequest/HostName)"/>
        <div>
            <meta property="og:title" content="LifeSpace Marketplace Signup"/>
            <meta property="og:description" content="Welcome Coaches, Trainers, Experts and Local Businesses! LifeSpace
                                   provides you with our powerful Marketplace Community to help you promote
                                   your brand, build a following and collaborate with your prospects,
                                   customers and internal teams."/>
            <table class="tableMaster">
                <tr>
                    <td align="top" valign="top" style="padding-left: 20px;">
                        <img src="{$TemplateURL}Web/Images/AdPerson_Right.jpg" title="AdPerson" BORDER="0"></img>
                    </td>
                    <td valign="top">
                        <span class="labelSize13Bold">
                            GoalStart, powered by LifeSpace, provides you with a powerful Corporate Goal Setting and Collaboration Platform 
                            that enables communication between managers, employees, executives and HR on their goals and projects in a much more simple 
                            and engaging environment. With GoalStart, facilitating employee and manager communication and accountability has never been easier.
                        </span>
                    </td>
                </tr>
                <tr>
                    <td colspan="2">
                        <div class="labelSize11" style="border: 3px solid #385D8A; background-color: #DCE6F2; margin: 20px;">
                            <p style="padding-bottom: 0px; border-bottom: 0px; margin-bottom: 0px; margin-top: 20px; margin-left: 30px;">With GoalStart, you can:</p>
                            <ul style="padding-top: 0px; border-top: 0px; margin-top: 0px;">
                                <li>Generate a private portal for managers and executives to collaborate with sales professionals and staff</li>
                                <li>Build custom HR and Review process templates for each division and role in your firm</li>
                                <li>Establish a 2-way communication system between your managers and employees</li>
                                <li>Create an easy to use private discussion thread to track updates with their subordinates</li>
                                <li>Save an ongoing history of all communications between managers and employees related to reviews and goal setting</li>
                                <li>Generate ticklers for the system to automatically remind employees to provide updates on the status of their goals and projects</li>
                                <li>Allow employees to track professional goals as well as personal goals using the LifeSpace personal goal tracking system</li>
                            </ul>
                            <div align="center" style="margin-top: 10px; margin-bottom: 10px;">
                                <a href="http://{normalize-space($HostName)}/CreateCorporate.aspx?ID=0">
                                    <img id="imgButton" alt="Button" src="{normalize-space($TemplateURL)}Web/Images/btnGetStartedNow.png"
                                        style="border: 0px;" runat="server" />
                                </a>
                            </div>
                        </div>
                    </td>
                </tr>
            </table>
        </div>
    </xsl:template>
</xsl:stylesheet>
