﻿<?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 Coach Signup"/>
            <meta property="og:description" content="Welcome Coaches, Trainers, Experts and Advisors!
                                LifeSpace provides you with our powerful Coaching Platform to help you generate
                                sales and marketing, signup new customers and manage your accounts.  Getting started
                                is as easy as 1…2…3!"/>

            <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">
                            "Welcome Coaches, Trainers, Experts and Advisors!
                            LifeSpace provides you with our powerful Coaching Platform to help you generate
                            sales and marketing, signup new customers and manage your accounts.  Getting started
                            is as easy as 1…2…3!"
                        </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 the LifeSpace Coaching Community you will:</p>
                            <ul style="padding-top: 0px; border-top: 0px; margin-top: 0px;">
                                <li>
                                    Create Your Coaching Profile for Promotion within LifeSpace and Out On the Web
                                </li>
                                <li>
                                    Offer Your Unique and Custom Services to  Highly Qualified Prospects
                                </li>
                                <li>
                                    Receive New Leads and New Sales
                                </li>
                                <li>
                                    Manage Client Accountability and Communicate Electronically Using the LifeSpace Coaching Platform
                                </li>
                                <li>
                                    Be Presented With Free Promotional and Marketing Opportunities on an Ongoing Basis
                                </li>
                            </ul>
                            <span style="margin-top:15px;margin-left:25px;">
                                ...And Best of All:
                            </span>
                            <span style="text-align:center;">
                                <div>Pay Nothing Out of Pocket.</div>
                                <div>We Get Paid When You Get Paid.</div>
                            </span>
                            <div align="center" style="margin-top: 15px; margin-bottom: 10px;">                              
                                <a href="http://{normalize-space($HostName)}/createcoach.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>
