<html><head>
 <title>License Activation</title> 
    <script type="text/javascript" src="ClientGlobalContext.js.aspx"></script>
    <script type="text/javascript" src="iotap_rs_jquery1.8.3.js"></script>
    <script type="text/javascript" src="iotap_rs_XrmSvcToolkit.min.js"></script>
    <script type="text/javascript" src="iotap_rs_licenseactivation.js"></script>    
    <link rel="Stylesheet" type="text/css" href="iotap_rs_license.css">    
    <style type="text/css">
        #txtSerialNo {
            width: 362px;
        }
    </style>
</head>

<body style="word-wrap: break-word;" onload="IOTAPAddOnLicensing.OnLoad()">
 <div id="min-container">
<div id="header">
    <!--iotap_e2cm_logo.png-->
<img id="logo" style="float:left;" src="">
<table style="padding-top:5px; font-size:16px; width:50%;float:right;">
<tbody><tr>
<td style="width:16%;">Status</td><td style="width:16%;">Expires</td><td style="width:16%;">Version</td>
</tr>
<tr>
<td id="tdhead"><span id="lblActivationType">Unregistered</span></td><td id="tdhead"><span id="lblExpiry"></span></td><td id="tdhead"><span id="lblVersion"></span><span id="lblNewVersion"></span></td>
</tr>
<tr>
<td><a id="buynow" href="https://www.iotap.com/ProductDetail/tabid/788/ProductID/40/report_scheduler_microsoft_dynamics_crm_2011_online_onpremise/Default.aspx" target="_blank">Buy Now</a></td><td></td><td id="tdCheckUpdates"><a id="btnCheckUpdates" href="#">Check Updates</a></td>
</tr>
</tbody></table>
</div>

<div id="wrapper">
	<div id="tab-box">
		<div id="nav">
			<ul id="main-nav">                
				<li class="selected"><a href="#lblAutoActivationControls" id="lblAutoActivationLink" class="deActivatedLink">Profile</a></li>
				<li><a href="#lblManualActivationControls" id="lblManualActivationLink" class="deActivatedLink">License</a></li>
				<li><a href="#lblSettingsControls" id="lblSettingsControlsLink" class="deActivatedLink">Settings</a></li>
			</ul>
		</div>
	</div>
	<div style="clear:both;"></div>
	<div id="messages" class="messages">	
	<p><span id="infomsg"><img id="info" src="iotap_rs_infomsg" height="16" width="16"> Please register to enable add-on</span></p>
     <p><span id="lblSaveMessage"></span></p>
     <p><span id="lblErrorMessage"></span></p>
	 </div>
    <!-- <p><span id="lblSaveMessage" ></span></p>-->
	<div class="sub-container" id="lblAutoActivationControls">
		<table style="width:100%;" border="0" cellpadding="4" cellspacing="4">
        <tbody><tr>
            <td width="20%"><span id="lblSerialNo" class="fieldCaption">Serial No:</span></td>
            <td width="40%"><input name="txtSerialNo" id="txtSerialNo" readonly="true" type="text"> </td>
        </tr>
        <tr>
            <td width="20%"><span id="lblOrgName" class="fieldCaption">Organization Name</span></td>
            <td width="40%"><input name="txtOrgName" id="txtOrgName" readonly="true" type="text"> </td>
        </tr>
        <tr>
            <td width="20%"><span id="lblActualUserCount" class="fieldCaption">Actual User Count</span></td>
            <td width="40%"><input name="txtActualUserCount" id="txtActualUserCount" readonly="true" type="text"> </td>
        </tr>
        <tr>
            <td width="20%"><span id="lblEnvironmentType" class="fieldCaption">Environment Type</span><span id="reqEnvType" class="required"> *</span></td>
            <td width="40%">
                <select id="drpEnvironmentType" name="drpEnvironmentType" class="dropdown">
                    <option value="0"></option>
                    <option value="1">Development</option>
                    <option value="2">UAT</option>
                    <option value="3">Production</option>
                </select>
            </td>
        </tr>
        <tr>
            <td width="20%"><span id="lblDeploymentType" class="fieldCaption">Deployment Type</span><span id="reqDeploymentType" class="required"> *</span></td>
            <td width="40%">
                <select id="drpDeploymentType" name="drpDeploymentType" class="dropdown">
                    <option value="0"></option>
                    <option value="1">OnPremise</option>
                    <option value="2">OnLine</option>
                </select>
            </td>
            </tr>
            <tr>
                <td colspan="2">&nbsp;</td>            
            </tr>
            <tr>
                <td width="20%"><span id="lblFirstName" class="fieldCaption">First Name</span><span id="reqlblFirstName" class="required"> *</span></td>
                <td width="40%"><input name="txtFirstName" id="txtFirstName" class="textBox" type="text"> </td>
            </tr>
            <tr>
                <td width="20%"><span id="lblLastName" class="fieldCaption">Last Name</span><span id="reqLastName" class="required"> *</span></td>
                <td width="40%"><input name="txtLastName" id="txtLastName" class="textBox" type="text"> </td>
            </tr>
            <tr>
                <td width="20%"><span id="lblCompany" class="fieldCaption">Company</span><span id="reqCompany" class="required"> *</span></td>
                <td width="40%"><input name="txtCompany" id="txtCompany" class="textBox" type="text"> </td>
            </tr>
            <tr>
                <td width="20%"><span id="lblJobTitle" class="fieldCaption">Job Title</span><span id="reqJobTitle" class="required"> *</span></td>
                <td width="40%"><input name="txtJobTitle" id="txtJobTitle" class="textBox" type="text"> </td>
            </tr>
            <tr>
                <td width="20%"><span id="lblBusinessPhone" class="fieldCaption">Business Phone</span><span id="reqBusinessPhone" class="required"> *</span></td>
                <td width="40%"><input name="txtBusinessPhone" id="txtBusinessPhone" class="textBox" maxlength="20" type="text"> </td>
            </tr>
            <tr>
                <td width="20%"><span id="lblMobilePhone" class="fieldCaption">Mobile Phone</span></td>
                <td width="40%"><input name="txtMobilePhone" id="txtMobilePhone" class="textBox" maxlength="20" type="text"> </td>
            </tr>
            <tr>
                <td width="20%"><span id="lblEmail" class="fieldCaption">Email</span><span id="reqEmail" class="required"> *</span></td>
                <td width="40%"><input name="txtEmail" id="txtEmail" class="textBox" type="text"> </td>
            </tr>
            <tr>
                <td width="20%"><span id="lblWebsite" class="fieldCaption">Website</span><span id="reqWebsite" class="required"> *</span></td>
                <td width="40%"><input name="txtWebsite" id="txtWebsite" class="textBox" type="text"> </td>
            </tr>
             <tr>
                <td width="20%"><span id="lblEndDate" class="fieldCaption">Activation End Date</span></td>
                <td width="40%"><input name="txtEndDate" id="txtEndDate" class="textBox" readonly="true" type="text"> </td>
            </tr>
             <tr>
                <td width="20%"><span id="lblDaysLeft" class="fieldCaption">Activation Days Left</span></td>
                <td width="40%"><input name="txtEndDate" id="txtDaysLeft" class="textBox" readonly="true" type="text"> </td>
            </tr>                        
             <tr id="trEULA">
                <td></td>
                <td>I accept the licensing terms and conditions (Click <a id="a1" href="http://www.iotap.com/Privacy_Policy.aspx" target="_blank">here</a> to read the EULA)<input id="chkEula" type="checkbox"></td>
            </tr>        
            <tr>
                <td align="left"><input id="btnSaveTrial" name="btnSaveTrial" class="button" value="Submit" type="button"><input id="btnUpdateProfile" name="btnUpdateProfile" class="button" value="Update Profile" type="button"></td>
                <td><a id="linkPrivacy" href="http://www.iotap.com/Privacy_Policy.aspx" target="_blank">Privacy Policy</a></td>
            </tr>

        </tbody></table>
	</div>
    <div class="sub-container" id="lblManualActivationControls">
         <table style="width:100%;" border="0" cellpadding="4" cellspacing="4">
			<tbody><tr>
				<td class="heading" valign="top" width="100%">Online Activation
				</td>	
			</tr>
			<tr>
				<td class="heading" valign="top" width="100%"><input id="btnRefreshLicense" name="btnRefreshLicense" class="button" value="Refresh License" type="button">
				</td>	
			</tr>
			<tr>
				<td class="heading" valign="top" width="100%">Manual Activation
				</td>	
			</tr>
			<tr>
				<td valign="top" width="100%">
					<textarea id="txtLicense" name="txtLicense" class="textarea" readonly="readonly"></textarea>
					<br>
					<span id="lblInstruction" class="textarea">(Please paste license in above textbox)</span>
				</td>
                </tr>
            <tr>
				<td>
					<input id="btnSave" name="btnSave" class="button" value="Edit" type="button"> &nbsp;&nbsp;
                    
				</td>
			</tr>
		</tbody></table>
		
     </div>

    <div class="sub-container_Iframe" id="lblSettingsControls">
        <iframe id="iframe" src="" style="width:100%; height: 550px;"></iframe>
    </div>
    <p id="footerMsg">Need help? Please email <a href="mailto:support@iotap.com?subject=Support.">support@iotap.com</a> for any queries.</p>
</div>

	
 
 </div>
 <!-- try putting loading in here-->
 <div id="divLoading" style="width: 100%; height: 100%; display: none; position: fixed; top:0px; background:rgba(255,255,255,0.5);">
     <table style="width: 100%; height: 100%;">
         <tbody><tr>
             <td style="vertical-align: middle;" align="center">
             <img id="loading" alt="" src="">
             <br><label id="lblStatus">Please wait.... </label>
             </td>
         </tr>
     </tbody></table>
 </div>


</body></html>