
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head><title>
	Mortgage Cadence Enterprise Lending Center
</title>
    <style type="text/css">
    html, body {
        height: 100%;
        overflow: hidden;
    }
    body {
        padding: 0;
        margin: 0;
    }
    #silverlightControlHost {
        height: 100%;
        text-align:center;
    }
    </style>
    
    <script type="text/javascript">
        function pluginLoaded(sender, args) {
            window.onbeforeunload = function () { return "Please be sure to save your work. All pending changes will be lost when you leave this page."; }
        }
    </script>
    

    <script type="text/javascript">
        function onSilverlightError(sender, args) {
            var appSource = "";
            if (sender != null && sender != 0) {
              appSource = sender.getHost().Source;
            }
            
            var errorType = args.ErrorType;
            var iErrorCode = args.ErrorCode;

            if (errorType == "ImageError" || errorType == "MediaError") {
              return;
            }

            var errMsg = "Unhandled Error in Silverlight Application " +  appSource + "\n" ;

            errMsg += "Code: "+ iErrorCode + "    \n";
            errMsg += "Category: " + errorType + "       \n";
            errMsg += "Message: " + args.ErrorMessage + "     \n";

            if (errorType == "ParserError") {
                errMsg += "File: " + args.xamlFile + "     \n";
                errMsg += "Line: " + args.lineNumber + "     \n";
                errMsg += "Position: " + args.charPosition + "     \n";
            }
            else if (errorType == "RuntimeError") {           
                if (args.lineNumber != 0) {
                    errMsg += "Line: " + args.lineNumber + "     \n";
                    errMsg += "Position: " +  args.charPosition + "     \n";
                }
                errMsg += "MethodName: " + args.methodName + "     \n";
            }

            throw new Error(errMsg);
        }
    </script>
</head>
<body>
    <form method="post" action="./" id="form2" style="height:100%">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNTk1MDM1MjgyD2QWAgIDD2QWAgIDDxYCHgRUZXh0BVg8cGFyYW0gbmFtZT0iaW5pdFBhcmFtcyIgdmFsdWU9IlVzZXJOYW1lPSxQYXNzd29yZD0sIElzUGFzc3dvcmRIYXNoZWQ9RmFsc2UsIExvYW5JZD0iIC8+ZGQbtFVGeyKmlWVO1aJvNLIpOJ/uXg==" />


<script src="/Orchestrator/ScriptResource.axd?d=4wL0mXdjE5yB8FOPjO3kM9fMSl9jbODB5ymHW8-IXiiOfPNxISQLeN0whRATK_d3Yk0lYhb3FDbVZ9mccbuEp8BZeW6mXiWadt514A03bYF7s-fNOKOg8Xhl8GkTy1IFDq-0Md7Sl-WNaYMhPV8gidhOFSHWJemZ9hAxqJKX7tTm__Fi0&amp;t=ffffffff93c435d3" type="text/javascript"></script>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="C29D076A" />
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAAL5l+j0oCtuetxGj662XsVzcwDboDqx/AyZRQz5bz7OdtE8dcj42B9phoTcstwMHhPdH3yF" />     
    <input type="hidden" id="confirmLog" value="0" />
    <div id="silverlightControlHost" style="position:absolute;top:0px;left:0px;right:0px;bottom:0px;">
         <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%" > 
            <param name="enableNavigation" value="all" /> 
             <param name="enablehtmlaccess" value="true"/>
            <param name="source" value="ClientBin/SL.Launcher.xap?ignore=10/3/2017 2:39:12 PM" />
        <param name="minRuntimeVersion" value="5.0.61118.0" />
            <param name="onError" value="onSilverlightError" />
            <param name="autoUpgrade" value="true" />
            <param name="onLoad" value="pluginLoaded" /> 	
             <!-- This is ASP.NET code behind accessible object to add the configuration -->
            <param name="initParams" value="UserName=,Password=, IsPasswordHashed=False, LoanId=" />
            
            <div style="background-image:url(Images/Template.png);
                background-repeat:no-repeat;
                width:642px;
                height:418px;position:relative;font-family:Arial;margin-left:auto;margin-right:auto;margin-top:50px;margin-bottom:auto;">
                <div style="background-image:url(Images/LoginLogo.png);
                    background-repeat:no-repeat;
                    width:642px;
                    height:150px;position:absolute;top:20px;left:150px;">
                </div>

                <table style="position:absolute;top:210px;left:40px">
                    <tr>
                        <td style="width:200px;">
                        This application requires the Microsoft Silverlight plugin. Please use the link to the right to install Silverlight.
                        </td>
                    </tr>
                </table>
                <a style="position:absolute;top:220px;left:370px;text-decoration:none" href="http://www.microsoft.com/getsilverlight/get-started/install/default.aspx">
                    <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style:none"/>
                </a>
            </div>
            
        </object>
        
        
        <iframe id="_sl_historyFrame" style="visibility:hidden;height:0px;width:0px;border:0px"></iframe>
    </div>

    <input name="user" type="text" id="user" />
    </form>
</body>
</html>
