-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
313 lines (286 loc) · 11.4 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link type="image/ico" rel="shortcut icon" href="resources/tpl/viewer/icons/favicon.ico">
<link type="image/ico" rel="icon" href="resources/tpl/viewer/icons/favicon.ico">
<!--
To correctly reference your Map Series in search engine:
- create and fill out extensively an ArcGIS Online item that link to your final application
- edit the following four tags as well as the title tag above on line 4
- see https://developerscorner.storymaps.arcgis.com/grow-your-story-maps-audience-with-open-graph-tags-b7639cb65d5c
-->
<meta name="description" content="This story map was created with the Story Map Series application in ArcGIS Online.">
<!-- Social sharing -->
<meta property="og:type" content="article"/>
<meta property="og:title" content="Story Map Series"/>
<meta property="og:description" content="This story map was created with the Story Map Series application in ArcGIS Online."/>
<meta property="og:image" content="http://www.arcgis.com/apps/MapSeries/resources/common/icons/esri-globe.png"/>
<!--
This application is released under the Apache License V2.0 by Esri http://www.esri.com/
Checkout the project repository on GitHub to access source code, latest revision, developer documentation, FAQ and tips
https://github.com/Esri/map-series-storytelling-template-js
-->
<script type="text/javascript">
//-------------------------------------------------------------------------------------------
// Application configuration (ignored on ArcGIS Online, Portal and during development)
//-------------------------------------------------------------------------------------------
var configOptions = {
// Enter an application ID created through the Map Series builder
appid: "e17f89f24a224952844d6a623229ccff",
// https://unaids.maps.arcgis.com/apps/MapSeries/index.html?appid=e17f89f24a224952844d6a623229ccff
// Optionally to secure Series's access, use an OAuth application ID (example: 6gyOg377fLUhUk6f)
// User will need to sign-in to access the viewer even if your application is public
oAuthAppId: "",
// Optionally, to use the appid URL parameter, configure authorizedOwners to reference
// members whose stories can be viewed by this storytelling app.
// To authorize stories owned by...
// specific members: use ["member"] or ["member1", "member2", ...]
// any ArcGIS member: use ["*"]
// any member of one or more organizations: use ["[orgID]"] or ["[orgID1]", "[orgID2]", ...] (Note the use of brackets in this case, e.g., ["[nzS0F0zdNLvs7nc8]"])
// You can get your orgID by going to My Organization and clicking Find...The most viewed items in the organization.
// Your orgID will be shown in the search box.
authorizedOwners: [""]
};
// Optionally sharing and proxy URLs can be configured in app/config.js. This is only required
// when the webmap is not hosted on ArcGIS Online or a Portal for ArcGIS instance and the application isn't deployed as /home/MapSeries/ or /apps/MapSeries/.
// Optionally Bing Maps key, Geometry and Geocode service's URLs can be configured in app/config.js. This is only required
// if the Organization or Portal for ArcGIS instance default configuration has to be overwritten.
</script>
<!--
Edit below at your own risk
-->
<script type="text/javascript">
var app = {
version: '1.14.0',
pathJSAPI: 'https://js.arcgis.com/3.27/'
};
</script>
<noscript>
<div style="position: fixed; top: 0px; left: 0px; z-index: 3000;
height: 100%; width: 100%; background-color: #FFFFFF">
<p style="margin: 50px">This story map requires JavaScript, but running JavaScript is not currently allowed by your web browser. If you wish to view this story, please enable JavaScript in this browser or try a different browser.</p>
</div>
</noscript>
</head>
<body class="claro">
<style>
.title{
color: black;
}
.linkContainer{
color: black;
}
#headerDesktop, #nav-bar{
background-color: #FFFFFF !important;
}
.logoContainer, .linkSocialContainer{
display: none;
}
.nav-bar .nav > .entry .entryLbl{
color: #000;
background-color: #fff !important;
}
.nav-bar .dropdown:not(.active):hover .dropdown-toggle, .nav-bar li:not(.active) .entryLbl:hover{
color: #000;
background-color: #fff !important;
border-bottom: 2px solid #50514F !important
}
.nav-bar .entry.active > .entryLbl{
color: #000;
background-color: #fff !important;
/* text-decoration: underline red !important; */
border-bottom: 2px solid red !important;
}
#headerDesktop .rightArea {
display: none !important;
}
/* CUSTOM CSS RULES */
</style>
<!-- Builder top panel is injected here -->
<div id="builderPanel" class="hide mainViewAboveMap"></div>
<button class="skip-to-content visible-on-focus"></button>
<!-- Header -->
<div id="header" class="mainViewAboveMap">
<!-- Mobile header -->
<div id="headerMobile" class="headerMobile mobileView">
<div class="header" role="banner">
<div class="titleArea">
<span class="glyphicon glyphicon-th-list menu-btn"></span>
<div class="title"></div>
</div>
<div class="rightArea">
<span class="glyphicon glyphicon-share share-btn share-all"></span>
</div>
</div>
<div class="menu"></div>
</div>
<!-- Desktop header -->
<header id="headerDesktop" role="banner">
<div class="rightArea">
<div class="linkSocialContainer">
<span class="error-status">
<button class="btn btn-xs btn-warning check-story"></button>
<button class="btn btn-xs btn-warning share-story"></button>
</span>
<button type="button" class="switchBuilder btn btn-xs btn-primary" tabindex="-1"></button>
<span class="linkContainer"></span>
<span class="shareBtns">
<button class="shareIcon blackHover share_facebook icon-facebook-squared"></button>
<button class="shareIcon blackHover share_twitter icon-twitter"></button>
<button class="shareIcon blackHover share_bitly icon-link"></button>
</span>
</div>
<div class="logoContainer">
<table class="logoContainerInner">
<tr>
<td class="logoWrapper">
<a class="logoLink" target="_blank">
<img class="logoImg"/>
</a>
</td>
</tr>
</table>
</div>
</div>
<div class="textArea">
<h1 class="title"></h1>
<p class="subtitle"></p>
</div>
<div class="builder-mask"></div>
</header>
</div>
<!-- Tab/bullet navigation bar -->
<div id="nav-bar" class="mainViewAboveMap" role="navigation"></div>
<!-- Content -->
<div id="contentPanel" class="mobileView">
<table class="containerPanelInner">
<tr>
<!-- Side Accordion panel -->
<td id="accordionPanel" class="accordionPanel">
<div class="content textEditorContent" role="main"></div>
<div class="builder builder-content-panel">
<div class="builder-content-panel-group builder-add">
<div class="builder-btn"></div>
<div class="builder-lbl"></div>
</div>
<div class="builder-content-panel-group builder-organize">
<div class="builder-btn"></div>
<div class="builder-lbl"></div>
</div>
</div>
<div class="builder-mask"></div>
</td>
<!-- Main Stage -->
<td id="mainStagePanel" role="complementary">
<div id="mainStagePanelInner">
<!-- Maps and media are injected here -->
<div class="medias"></div>
<!-- Loading -->
<div id="mainStageLoadingIndicator" class="loadingIndicator" role="alert" aria-live="polite">
<!-- note alt tag below gets replaced with translated string on app load, in Core.js -->
<img src="resources/tpl/viewer/icons/loading-light.gif" class="loading-gif" alt="This content is loading."/>
</div>
<!-- Back button -->
<div class="mediaBackContainer">
<button class="backButton">
<div class="backArrow"></div>
<span class="backLbl"></span>
</button>
</div>
<!-- Mobile info button -->
<div id="mobileInfoBtn" class="mobileInfoBtn"></div>
<!-- Builder -->
<div id="builderQuotes"></div>
<div id="builderLanding"></div>
<div id="builderHelp" class="centerAlignOnFloat"></div>
<!-- Autoplay -->
<div id="autoplay" class="autoplay"></div>
</div>
<!-- Description and legend floating panel -->
<div id="descLegendPanel" class="descLegendPanel" role="main">
<div class="descLegendPanelInner">
<div class="backdrop"></div>
<div class="descriptions textEditorContent"></div>
<div class="legends" aria-hidden="true"></div>
<div class="builder-mask"></div>
</div>
</div>
</td>
</tr>
</table>
</div>
<!-- Mobile footer -->
<div id="footerMobile" class="footerMobile mobileView mainViewBelowMap">
<!-- Mobile view footer is injected here -->
</div>
<!-- Loading -->
<style>
#loadingOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 1100;
width: 100%;
height: 100%;
overflow: hidden;
background-color: #EFEFEF;
}
@keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
@-moz-keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
@-webkit-keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
@-ms-keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
@-o-keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadeout { from { opacity: 1; } to { opacity: 0; } }
@-moz-keyframes fadeout { from { opacity: 1; } to { opacity: 0; } }
@-webkit-keyframes fadeout { from { opacity: 1; } to { opacity: 0; } }
@-ms-keyframes fadeout { from { opacity: 1; } to { opacity: 0; } }
@-o-keyframes fadeout { from { opacity: 1; } to { opacity: 0; } }
#loadingOverlay.fadeOut {
-webkit-animation: fadeout 1.1s;
-moz-animation: fadeout 1.1s;
-ms-animation: fadeout 1.1s;
-o-animation: fadeout 1.1s;
animation: fadeout 1.1s;
-webkit-animation-fill-mode:forwards;
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
}
#loadingIndicator {
position: fixed;
top: 50%;
left: 50%;
z-index: 1101;
}
.loadingIndicator {
margin-left: -17px;
margin-top: -20px;
}
</style>
<div id="loadingOverlay"></div>
<div id="loadingIndicator" class="loadingIndicator" role="alert" aria-live="polite">
<img src="resources/tpl/viewer/icons/loading-light.gif" class="loading-gif" alt="This story map is loading."/>
</div>
<div id="loadingMessage"></div>
<!-- Share dialog -->
<div class="modal fade shareDialog" id="shareDialog" role="dialog" data-backdrop="static" tabindex="-1"></div>
<!-- Builder views are injected here -->
<div id="builder-views"></div>
<!-- Fatal error box -->
<div id="fatalError">
<table border="0">
<tr>
<td width="70px" align="center" id="fatalError-icon"></td>
<td id="fatalError-msg">
<b class="error-title"></b>
<p class="error-msg"></p>
</td>
</tr>
</table>
</div>
<script type="text/javascript" src="app/main-config.js"></script>
</body>
</html>