﻿<?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="LoginMyTreatmentExercisesContent">
        <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>
				<div class="capitalFont labelBlue">
					<span style="font-size:38px;align:center;color:#5E7CB5;">
						<center>
							Physical Therapy Software for <br>Patient Exercises and Home Workouts</br>
						</center>
						<br></br>
					</span>
				</div>

			</tr> 
			<tr>
                <td width="40%" class="verticallyMiddle">
<!-- <img src="http://www.mytreatmentexercises.com/Portals/0/Brands/My%20Treatment%20Exercises/_Master/Pro_Screen.png" alt=""></img>
-->
					<iframe src="//player.vimeo.com/video/75827618?title=0&amp;byline=0&amp;portrait=0&amp;color=a1a4a6&amp;autoplay=0" width="463" height="260" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>


				</td>
                <td width="60%">
                    <div class="proPageBoxPost marginTop20">
                        <div class="padding20">
                            <div class="wizardMessageBold">
                                <span style="font-size:38px;">
                                   GET STARTED TODAY
                                </span>
                            </div>
                            <div class="capitalFont labelBlue">
                                <span style="font-size:35px;color:#5E7CB5;">
                                    Try It For Free
                                </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="{$TemplateURL}Web/Images/Ver_2_0/MasterBrand/Pro1.png" alt=""></img>
					<div class="proHeaderText" style="padding-left:5px;padding-right:5px;">Patient Exercises</div>
					<div class="proHeaderText">And Home Workouts</div>
                </td>
                <td width="33%" class="textCenter verticallyMiddle paddingTop20" style="border-right:1px solid #BFBFBF;border-bottom:1px solid #BFBFBF;">
                    <img src="{$TemplateURL}Web/Images/Ver_2_0/MasterBrand/Pro2.png" alt=""></img>
					<div class="proHeaderText" style="padding-left:5px;padding-right:5px;">Highlights And Benefits</div>
					<div class="proHeaderText">For Physical Therapists</div>
                </td>
                <td width="33%" class="textCenter verticallyMiddle paddingTop10" style="border-bottom:1px solid #BFBFBF;">
                    <img src="{$TemplateURL}Web/Images/Ver_2_0/MasterBrand/Pro3.png" alt=""></img>
					<div class="proHeaderText" style="padding-top:5px;padding-left:5px;padding-right:5px;">See What People</div>
					<div class="proHeaderText">Are Saying</div>
				</td>
            </tr>
            <tr>
                <td width="33%" style="border-right:1px solid #BFBFBF;">
                    <div>
                        <ul class="proText" style="margin-left:-15px;margin-bottom:0px;">
                            <li>Track Patient Exercises And Protocols</li>
                            <li>Enter Notes And View History</li>
							<li>Export to Patient Record Systems</li>
							<li>Build Custom Protocols</li>
                            <li>Assign Home Workouts</li>
                            <li>Work On iPads, Tablets and Laptops</li>
                        </ul>
                    </div>
                </td>
                <td width="33%" style="border-right:1px solid #BFBFBF;">
                    <div>
                        <ul class="proText" style="margin-left:-15px;margin-bottom:0px;">
							<li>Eliminate Costly Errors and Hand-Written Paper</li>
							<li>Reduce Lost Or Misplaced Documentation</li>
							<li>Simplify Insurance Compliance</li>
							<li>Standardize Use Of Protocols And Procedures</li>
                            <li>Modernize Your Practice With "Wow Factor"</li>
                            <li>Save Time, Money And See More Patients</li>
						</ul>
                    </div>
                </td>
                <td width="33%">
                    <div>
						<blockquote class="proText">
							"My Treatment Exercises is changing the way my practice operates.  No more paper!  No more scribbled notes!  Standardized exercises and protocols!  I love it!"<br>-- San Diego Physical Therapist</br></blockquote>
						<blockquote class="proText">
							"I really love watching the videos and knowing exactly what to do.  The home workouts really helped my rehabilitation!"<br>-- Physical Therapy Patient</br>
						</blockquote>

						<br></br>
					</div>
                </td>
            </tr>
        </table>

    </xsl:template>
</xsl:stylesheet>
