CINXE.COM

ArcGIS Web Application

<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta name="format-detection" content="telephone=no"> <meta http-equiv="X-UA-Compatible" content="IE=EDGE" /> <title>ArcGIS Web Application</title> <link rel="shortcut icon" href="images/shortcut.ico"> <!--[if IE 8]> <link rel="stylesheet" type="text/css" href="jimu.js/css/jimu-ie.css" /> <![endif]--> <style type="text/css"> * { box-sizing: border-box; } body, html { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; } #main-loading { width: 100%; height: 100%; text-align: center; overflow: hidden; } #main-page { display: none; width: 100%; height: 100%; position: relative; } #jimu-layout-manager { width: 100%; height: 100%; position: absolute; } </style> <link rel="stylesheet" type="text/css" href="configs/loading/loading.css" /> <script> /******************************* * This is the function you can modify to customize the loading page * This function will be invoked when one resource is loaded. ********************************/ // var progress; // function loadingCallback(url, i, count) { // var loading = document.getElementById('main-loading-bar'); // loading.setAttribute('title', url); // if(!progress){ // progress = document.createElement('div'); // progress.setAttribute('class', 'loading-progress'); // loading.appendChild(progress); // } // progress.style.width = (((i - 1)/count) * 100) + '%'; // } </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-PPXC3KSSP3"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-PPXC3KSSP3'); </script> </head> <body class="claro jimu-main-font"> <div id="main-loading"> <!-- This is section you can modify to customize the loading page --> <div id="app-loading"></div> <div id="loading-gif"></div> <!-- ////////////////// END ////////////////////////////// --> <!--[if IE 8]> <div id="ie-note" style="display:none;"> <div class="hint-title">Error</div> <div class="hint-img">Your browser is currently not supported.</div> <p class="hint-text"> <span> Please note that creating presentations is not supported in Internet Explorer versions 6, 7. </span> <br> <span> We recommend upgrading to the latest Internet Explorer, Google Chrome, or Firefox. </span> <br> <span> If you are using IE 8 or later, make sure you turn off "Compatibility View". </span> </p> </div> <![endif]--> </div> <div id="main-page" role="application"> <div class="trapLinkNode" tabindex="0"></div> <div id="jimu-layout-manager"></div> <div id="skipContainer"></div> <div class="trapLinkNode lastTrapLinkNode" tabindex="0"></div> </div> <script src="env.js"></script> <script type="text/javascript" src="simpleLoader.js"></script> <script type="text/javascript" src="init.js"></script> </body> </html>