﻿<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

     <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">
                                   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.
                              </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 a LifeSpace Marketplace Community you can:</p>
                                   <ul style="padding-top: 0px; border-top: 0px; margin-top: 0px;">
                                        <li>Create Your Brand Profile for Promotion within LifeSpace and on the Web</li>
                                        <li>Build and Manage a Custom Community for Discussions, Blogging and Content Sharing</li>
                                        <li>Promote Your Related Products and Services</li>
                                        <li>Create Individual Profiles for Everyone on Your Team</li>
                                        <li>Provide Customized LifeSpace Templates Tailored to Your Business</li>
                                        <li>Stay Connected with all Your Clients and Prospects</li>
                                        <li>Manage Your Customers with Goal Setting and Project Tracking Tools</li>
                                        <li>Organize Your Team’s Schedule and Integrate with Your Customers’ Personal Calendars</li>
                                   </ul>
                                   <div align="center" style="margin-top: 10px; margin-bottom: 10px;">
                                        <!--<xsl:choose>
                                             <xsl:when test ="normalize-space(AjaxRequest/Authenticated) = 'True'">-->
                                                  <a href="http://{normalize-space($HostName)}/CreateBrand.aspx?ID=0">
                                                       <img id="imgButton" alt="Button" src="{normalize-space($TemplateURL)}Web/Images/btnGetStartedNow.png"
                                                           style="border: 0px;" runat="server" />
                                                  </a>
                                             <!--</xsl:when>
                                             <xsl:otherwise>
                                                  <span>
                                                       For further information please contact <a href="mailto:AccountServices@LifeSpace.com">AccountServices@LifeSpace.com</a>
                                                  </span>
                                             </xsl:otherwise>
                                        </xsl:choose>-->
                                   </div>
                              </div>
                         </td>
                    </tr>
               </table>
          </div>
     </xsl:template>
</xsl:stylesheet>
