﻿<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML Strict//EN">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=5" >

<html>
<head>

    <script type="text/javascript" src="ClientGlobalContext.js.aspx"></script>
    <script type="text/javascript" src="iotap_scripts/iotap_jQuery.js"></script>
    <script type="text/javascript" src="iotap_scripts/iotap_utility.js"></script>
    <script type="text/javascript" src="iotap_scripts/iotap_sdk.metadata.js"></script>    
    <script type="text/javascript" src="iotap_scripts/iotap_ReportSelector.js"></script>    
    <script type="text/javascript" src="iotap_XrmSvcToolkit.js"></script>

    <link href="/_common/styles/theme.css.aspx" rel="stylesheet" type="text/css" />
    <link href="/_common/styles/global.css.aspx" rel="Stylesheet" type="text/css" />
    <link href="/_common/styles/fonts.css.aspx" rel="Stylesheet" type="text/css" />
    <link href="/_common/styles/Dialogs.css.aspx" rel="Stylesheet" type="text/css" />

    <script type="text/javascript">
        document.onreadystatechange = function ()
        {
            if (document.readyState == "complete")
                ReportSelector.Page_Load();
        }
    </script>

    <style>
        .custom-control
        {
            width: 100%;
        }
    </style>

</head>

<body style="background-color: transparent;">
    <table height="1%" width="102%" style="font-size: 11px; font-family: Segoe UI,Tahoma, Arial; border: 0px none white;"
        cellspacing="0" cellpadding="3" columns="2" valign="top" label="General" isviewportsection="0" id="tblReportSelector">
        <colgroup>
            <col class="dynamic-col">
            <col>
        </colgroup>
        <tbody>
            <tr>
                <td title="Entity">
                    <label for="iotap_entity">Entity</label>
                    <img class="ms-crm-ImageStrip-frm_required" alt="Required" src="/_imgs/imagestrips/transparent_spacer.gif" />
                </td>
                <td style="overflow: hidden;" formxmlcolspan="1">
                    <select name="ddlEntity" id="ddlEntity" style="ime-mode: auto; border-top-width: 3px;" onchange="ddlEntity_OnChange()" class="custom-control ms-crm-SelectBox ms-crm-Inline-OptionSet-AutoOpen ms-crm-Inline-HideByZeroHeight-Ie7">
                        <option></option>
                    </select>
                </td>
            </tr>
            <tr>
                <td>
                    <label for="iotap_fileformat">Report</label>
                    <img class="ms-crm-ImageStrip-frm_required" alt="Required" src="/_imgs/imagestrips/transparent_spacer.gif" />
                </td>
                <td style="overflow: hidden;" formxmlcolspan="1">
                    <select name="ddlReports" id="ddlReports" style="ime-mode: auto;" onchange="ddlReports_OnChange()" class="custom-control ms-crm-SelectBox ms-crm-Inline-OptionSet-AutoOpen ms-crm-Inline-HideByZeroHeight-Ie7">
                        <option></option>
                    </select>
                </td>
            </tr>
        </tbody>
    </table>
</body>
</html>
