﻿<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>HRC Correspondence Address Selector</title>
    <!-- NOTE: ClientGlobalContext.js.aspx URL below is set with ../../ because the web resource that needs it is installed in a 2 level folder structure -->
    <script type="text/javascript" src="../../ClientGlobalContext.js.aspx"></script>
    <!-- Telerik KendoUI is required by this application, CRM must contain the Tribridge Adoption Essentials component "TribridgeIPCRMKuiFrameworkNS_Managed_2015_4_0001_target_CRM_7.0"  --> 
    <script type="text/javascript" src="../../triipcrm_/TR_KU_V2015_2_902/js/jquery.min.js"></script>
    <script type="text/javascript" src="../../triipcrm_/TR_KU_V2015_2_902/js/kendo.all.min.js"></script>
    <!-- Telerik KendoUI Office 365 Stylesheet --> 
    <link href="../../triipcrm_/TR_KU_V2015_2_902/css/kendo.common_office365.min.css" rel="stylesheet" type="text/css" />
    <link href="../../triipcrm_/TR_KU_V2015_2_902/css/kendo.office365.min.css" rel="stylesheet" type="text/css" />
    <!-- Correspondence Address Selector Custom Stylesheet -->
    <link href="css/CorrespondenceAddressSelectorStyle.css" rel="stylesheet" />
    <!--Control Library /-->
    <script type="text/javascript" src="js/CorrespondenceAddressSelectorScriptLib.js"></script>
</head>
<body>
    <div id="AddressSelectorForm" class="AddressSelectorForm">
        <div id="ku_addressselectorgrid" tabindex="-1"></div>
            <script>
                $(document).ready(function () {
                    try {
                        cas_FormLoad();
                    }
                    catch (err) {
                        alert("Correspondence Address Selector Web Resource Document Ready Error: " + err.message);
                    }
                });
        </script>
    </div>
</body>
</html>
