﻿<html>
<head>
    <title>Recipient List</title>
    <script src="../../../ClientGlobalContext.js.aspx"></script>    
    <script src="Scripts/jquery1.8.3.js" type="text/javascript"></script>
    <script src="Scripts/json.js" type="text/javascript"></script>
    <script src="Scripts/RecipientList.js" type="text/javascript"></script>
    <style type="text/css">
        .label
        {
            font-family: Segoe UI, Tahoma, Arial;
            font-size: 11px;
            font-weight: normal;
        }
        .dropdown
        {
            font-family: Segoe UI, Tahoma, Arial;
            font-size: 11px;
            color: Black;
            ime-mode: auto;
            border: 1px solid #CCCCCC;
            margin: 1px 0 0 1px;            
        }
        .body
        {
            margin-left: 0px;
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
            background-color: rgb(246, 248, 250);
            padding: 0px;
        } 
        .errormsg
        {
            font-family: "Segoe UI";
            text-align: left;
            color: Red;
            font-size: 11px;
        }           
    </style>
</head>
<body class="body">

 <table style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px;padding-top: 0px" border="0">
    <tbody>
        <tr>
                <td class="label" align="left" width="107">
                    Recipient Option
                </td>
                <td>
                    <select id="drpRecipientList" name="drpRecipientList" class="dropdown">
                        <option value=""></option>
                        <option value="1" selected="selected">Enter recipient email below (TO)</option>
                        <option value="2">Multi-User Scheduling</option>
                    </select>
                </td>
                <td>
                   &nbsp;
                </td>
       </tr>

       <tr id="trCRMView">
                <td class="label" align="left" width="107">
                    CRM User View
                </td>
                <td>
                    <select id="drpCrmView" name="drpCrmView" class="dropdown" style="width:280px;">                        
                    </select>
                </td>
                <td>
                   &nbsp;
                </td>
       </tr>
       <tr id="trMultiUserReporting">
                <td class="label" align="left" width="107">
                    Test Mode
                </td>
                <td>
                    <input id="chkTestEmails" value="select" type="checkbox" name="chkTestEmails" checked="checked" />
                </td>
                <td>
                   &nbsp;
                </td>
       </tr>

    </tbody>
</table>

</body>
</html>
