tmcgee/cmv-widgets

View on GitHub
demo.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="apple-mobile-web-app-capable" content="yes">
        <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
        <meta name="application-name" content="cmv widgets">
        <meta name="description" content="Widgets for CMV (https://cmv.io/), the Configurable Map Viewer created by Tim McGee (https://github.com/tmcgee) of MoosePoint Technology http://moosepoint.com/">
        <meta name="author" content="Tim McGee">
        <link rel="icon" href="https://cmv.io/favicon.png"/>
        <title></title>
        <link rel="stylesheet" type="text/css" href="https://js.arcgis.com/3.31/esri/css/esri.css">
        <link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css">
        <link id="theme_cmv_style_common" rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/cmv/cmv-app@develop/viewer/css/app.css">
    </head>
    <body class="cmv flat">
        <div class="appHeader">
            <div class="headerLogo">
                <img alt="logo" src="https://cdn.jsdelivr.net/gh/cmv/cmv-app@develop/viewer/images/rocket-logo.png" height="54" />
            </div>
            <div class="headerTitle">
                <span id="headerTitleSpan"></span>
                <div id="subHeaderTitleSpan" class="subHeaderTitle"></div>
            </div>
            <div class="search">
                <div id='geocodeDijit'>
                </div>
            </div>
            <div class="headerLinks">
                <div id="helpDijit">
                </div>
            </div>
        </div>
        <script type="text/javascript">
            var s = window.location.search, q = s.match(/locale=([^&]*)/i);
            var locale = (q && q.length > 0) ? q[1] : null;
            window.dojoConfig = {
                locale: locale,
                async: true
            };
        </script>
        <!--[if lt IE 9]>
            <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.0.3/es5-shim.min.js"></script>
        <![endif]-->
        <script src="https://js.arcgis.com/3.31compact/"></script>
        <script src="config/app.js"></script>
    </body>
</html>