-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathindex.html
128 lines (128 loc) · 7.23 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<!--
| Copyright 2015 Esri
|
| Licensed under the Apache License, Version 2.0 (the "License");
| you may not use this file except in compliance with the License.
| You may obtain a copy of the License at
|
| http://www.apache.org/licenses/LICENSE-2.0
|
| Unless required by applicable law or agreed to in writing, software
| distributed under the License is distributed on an "AS IS" BASIS,
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
| See the License for the specific language governing permissions and
| limitations under the License.
-->
<!-- Responsive -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="mobile-web-app-capable" content="yes" />
<!-- End Responsive -->
<!-- google plus -->
<meta name="google-signin-clientid" content="CLIENT_ID" />
<meta name="google-signin-scope" content="https://www.googleapis.com/auth/plus.login" />
<meta name="google-signin-requestvisibleactions" content="http://schema.org/AddAction" />
<meta name="google-signin-cookiepolicy" content="single_host_origin" />
<!-- google plus -->
<!-- Latest compiled and minified CSS -->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" type="text/css" href="js/vendor/bootstrap-4.5.3-dist/css/bootstrap.min.css" />
<!-- Bootstrap RTL CSS -->
<link rel="stylesheet" type="text/css" id="bootstrapRtl" />
<!-- Fontawsome icons -->
<link rel="stylesheet" type="text/css" href="js/vendor/font-awsome-5.15.1/font-awsome.min.css" />
<!-- Bootstrap DateTimePicker CSS -->
<link rel="stylesheet" type="text/css" href="js/vendor/bootstrap-datetimepicker/bootstrap-datetimepicker.min.css" />
<link rel="stylesheet" type="text/css" href="js/vendor/bootstrap-datetimepicker/bootstrap-datetimepicker-standalone.min.css" />
<!-- Bootstrap TouchSpinner CSS -->
<link rel="stylesheet" type="text/css" href="js/vendor/touch-spinner/jquery.bootstrap-touchspin.min.css" />
<!--Dojo and Esri CSS-->
<link rel="stylesheet" href="https://js.arcgis.com/3.44/dijit/themes/claro/claro.css" />
<link rel="stylesheet" href="https://js.arcgis.com/3.44/esri/css/esri.css" />
<!-- Load any application specific styles -->
<link rel="stylesheet" href="css/main.css" type="text/css" />
<link rel="stylesheet" href="css/common.css" type="text/css" />
<link rel="stylesheet" href="css/mediaqueries.css" type="text/css" />
<link rel="stylesheet" href="css/font-icon-styles.css" type="text/css" />
<!-- Add Legacy browsers css -->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/legacy-browsers.css" />
<![endif]-->
</head>
<body class="claro app-loading">
<div class="loading-indicator">
</div>
<div id="headerContainer" class="esriCTHeaderContainer" role="banner">
</div>
<div class="esriCTMainContainer" id="mainContainer" role="main">
<div id="noWebMapParentDiv" class="esriCTNoWebMapParentDiv esriCTHidden">
<div class="esriCTNoWebMapChildDiv">
<div tabindex="0" id="noWebMapChildDiv"></div>
</div>
</div>
<div class="esriCTFullHeightWidth" id="layoutContainer">
<div id="mapParentContainer" class="esriCTMapContainer">
<div class="esriCTListHeader esriCTBGColor esriCTHeaderBackgroundColorAsTextColor">
<div tabindex="0" role="button" id="mapBackButton">
<span aria-hidden="true" class="esriCTBackButton esriCTInvertFontIcons icon icon-left-arrow esriCTPointerCursor">
</span>
<span class="esriCTFallBackText"></span>
</div>
<div class="esriCTHeaderText esriCTMapHeaderText esriCTEllipsis" id="mapContainerTitle"></div>
<div tabindex="0" role="button" id="toggleListViewButton">
<span aria-hidden="true" class="esriCTListViewButton esriCTPointerCursor icon icon-list">
</span>
<span class="esriCTFallBackText"></span>
</div>
</div>
<div id="mapContainer" class="esriCTMap">
<!-- The ArcGIS API for JavaScript provides bidirectional support. When viewing the application in an right to left (rtl) language like Hebrew and Arabic the map needs to remain in left-to-right (ltr) mode. Specify this by setting the dir attribute on the div to ltr. -->
<div tabindex="0" role="application" id="mapDiv" dir="ltr" data-dojo-props="region:'center'" alt="Selected Map">
</div>
</div>
<div id="webMapListMapDiv" dir="ltr" data-dojo-props="region:'center'" style="display: none"></div>
<div role="button" tabindex="0" id="submitFromMap" class="esriCTReportButton esriCTPointerCursor esriCTHidden">
<div class="esriCTReportButtonContainer">
<div class="esriCTReportButtonIcon"></div>
<div id="submitFromMapText" class="esriCTReportButtonText"></div>
</div>
</div>
</div>
<div id="geoformContainer" class="esriCTHidden esriCTBorderLeft esriCTGeoFormParentContainer esriCTHeaderTextColorAsBorder">
</div>
<div id="detailsPanelContainer" class="esriCTHidden esriCTBorderLeft esriCTGeoFormParentContainer esriCTHeaderTextColorAsBorder"></div>
<div id="sideContainer" class="esriCTBorderLeft esriCTHeaderTextColorAsBorder">
<div id="sidebarContent" class="esriCTFullHeightWidth esriCTBodyBackgroundColor" data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'center'">
</div>
</div>
</div>
<div id="mobileMenuContainer" class="esriCTMobileMenuContainer esriCTHideMobileMenu">
</div>
</div>
<!-- Load dojo configuration -->
<script src="js/dojo-configuration.js" type="text/javascript"></script>
<!-- Load Different API's(Vendor)-->
<script type="text/javascript" src="js/vendor/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="js/vendor/bootstrap-4.5.3-dist/js/popper.min.js"></script>
<script type="text/javascript" src="js/vendor/bootstrap-4.5.3-dist/js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/vendor/moment/moment-with-locales.js"></script>
<script type="text/javascript" src="js/vendor/bootstrap-datetimepicker/bootstrap-datetimepicker.min.js"></script>
<script type="text/javascript" src="js/vendor/touch-spinner/jquery.bootstrap-touchspin.min.js"></script>
<script type="text/javascript" src="js/vendor/exif/exif.js"></script>
<script type="text/javascript" src="https://js.arcgis.com/3.44"></script>
<script type="text/javascript">
require([
"application/bootstrapper"
], function (
BootStrapper
) {
var bootStrapperObj = new BootStrapper();
bootStrapperObj.startup();
});
</script>
</body>
</html>