forked from rrudolph/npmap-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.min.html
263 lines (263 loc) · 13.4 KB
/
index.min.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Map | Builder | InsideMaps | National Park Service</title>
<meta name="apple-mobile-web-app-title" content="NPMap Builder">
<meta name="application-name" content="NPMap Builder">
<meta name="author" content="The NPMap Team">
<meta name="description" content="The NPMap Builder makes it easy for National Park Service employees, partners, and contractors to build beautiful, performant, and accessible maps for the web and mobile.">
<meta name="keywords" content="US federal government, Department of Interior, National Park Service, map, digital, web, mobile, NPMap, national park, Leaflet, CartoDB, MapBox Hosting, Bing, Google, MapQuest, Esri">
<meta name="msapplication-TileColor" content="#222222">
<meta name="msapplication-TileImage" content="http://www.nps.gov/npmap/bootstrap/dist/img/windows-8-tile.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link href="http://www.nps.gov/npmap/bootstrap/dist/css/nps-bootstrap.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet">
<link href="css/app.min.css" rel="stylesheet">
<link rel="alternate" type="application/atom+xml" href="http://www.nps.gov/npmap/blog/atom.xml" title="NPMap blog posts">
<link rel="shortcut icon" href="http://www.nps.gov/npmap/bootstrap/dist/img/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://www.nps.gov/npmap/bootstrap/dist/img/apple-touch-icon-144x144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://www.nps.gov/npmap/bootstrap/dist/img/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://www.nps.gov/npmap/bootstrap/dist/img/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="http://www.nps.gov/npmap/bootstrap/dist/img/apple-touch-icon-57x57-precomposed.png">
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create','UA-22502841-1');ga('send','pageview');</script>
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.min.js"></script><script src="//oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header>
<span id="logo">
<a href="../">
<img src="img/builder-logo.png">
</a>
</span>
<ol id="steps">
<li class="active"><button>1. Set Center & Zoom</button></li>
<li><button>2. Add & Customize Data</button></li>
<li><button>3. Tools & Settings</button></li>
</ol>
<div id="metadata">
<div class="info">
<h1 class="title"><a href="#" data-placement="right" data-title="Enter a Name" data-type="text"></a></h1>
<p class="description"><a href="#" data-placement="right" data-title="Enter a Description" data-type="textarea"></a></p>
</div>
<div class="info-saved">
<p></p>
</div>
<span class="buttons">
<span class="btn-toolbar">
<span class="btn-group">
<button type="button" id="button-save" class="btn btn-default" data-container="#metadata .buttons" data-placement="bottom" rel="tooltip" title="Save Your Map">
<span class="fa fa-save">
</button>
<button type="button" id="button-settings" class="btn btn-default" data-container="#metadata .buttons" rel="tooltip" title="Update the Map Settings">
<span class="fa fa-cog"></span>
<span class="caret"></span>
<span style="height:100%;left:0;position:absolute;top:0;width:100%;"></span>
</button>
<button type="button" id="button-config" class="btn btn-default" data-container="#metadata .buttons" data-placement="bottom" rel="tooltip" title="View Configuration Code">
<span class="fa fa-code">
</button>
</span>
</span>
</span>
</div>
</header>
<section>
<div class="step">
<div class="header">
<img src="img/step-1.png">
<h3>Set Center & Zoom</h3>
</div>
<div class="content" id="set-center-and-zoom">
<div class="top">
<p>Use map to:</p>
<button class="btn btn-subtle btn-block">Set Center & Zoom</button>
<button class="btn btn-subtle btn-block">Restrict Bounds</button>
<p class="help-block">The map's viewport is constrained to the bounds of the area you defined.</p>
</div>
<div class="bottom">
<h5 style="font-weight:bold;">Min and Max Zoom Levels</h5>
<p style="margin-bottom:20px;">Use the slider to restrict the map to a range of zoom levels.</p>
<input type="text" id="set-zoom" class="form-control" required>
<p class="help-block" style="margin:10px 0 0 0;">Initial Center: <span class="lat">39.00</span>, <span class="lng">-96.00</span><br>Initial Zoom: <span class="zoom">4</span></p>
</div>
</div>
<div class="footer">
<button class="btn btn-primary">Next: <span>Add & Customize Data</span></button>
</div>
</div>
<div class="step">
<div class="header">
<img src="img/step-2.png">
<h3>Add & Customize Data</h3>
</div>
<div class="content">
<div>
<p>Add data to your map in a variety of ways.</p>
<button id="button-editBaseMaps" class="btn btn-subtle">▸<span>Edit Base Maps</span></button>
<button id="button-addLayer" class="btn btn-subtle">▸<span>Add an Existing Overlay</span></button>
<button id="button-createDataset" class="btn btn-subtle">▸<span>Create a Dataset</span></button>
</div>
<div class="dd">
<ul id="layers" class="dd-list">
</ul>
</div>
<button id="button-editBaseMapsAgain">Edit Base Maps</button>
<button id="button-addAnotherLayer">Add an Existing Overlay</button>
<button id="button-createDatasetAgain">Create a Dataset</button>
</div>
<div class="footer">
<button class="btn btn-primary">Next: <span>Tools & Settings</span></button>
</div>
</div>
<div class="step" id="tools-and-settings">
<div class="header">
<img src="img/step-3.png">
<h3>Tools & Settings</h3>
</div>
<div class="content">
<form style="margin-bottom:15px;">
<fieldset>
<legend>Behavior</legend>
<div class="checkbox">
<label><input type="checkbox" value="dragging" checked="checked">Draggable</label>
</div>
<div class="checkbox">
<label><input type="checkbox" value="doubleClickZoom" checked="checked">Double click zoom</label>
</div>
<div class="checkbox">
<label><input type="checkbox" value="scrollWheelZoom" checked="checked">Scroll wheel zoom</label>
</div>
<div class="checkbox">
<label><input type="checkbox" value="boxZoom" checked="checked">Box zoom</label>
</div>
<div class="checkbox">
<label><input type="checkbox" value="touchZoom" checked="checked">Touch zoom (mobile)</label>
</div>
</fieldset>
</form>
<form>
<fieldset>
<legend>Controls</legend>
<div class="checkbox">
<label><input type="checkbox" value="editControl">Edit</label>
</div>
<div class="checkbox">
<label><input type="checkbox" value="fullscreenControl">Fullscreen</label>
</div>
<div class="checkbox">
<label><input type="checkbox" value="geocoderControl">Geocoder</label>
</div>
<div class="checkbox">
<label><input type="checkbox" value="homeControl" checked="checked">Home</label>
</div>
<div class="checkbox">
<label><input type="checkbox" value="locateControl">Locate</label>
</div>
<div class="checkbox">
<label><input type="checkbox" value="measureControl">Measure</label>
</div>
<div class="checkbox">
<label><input type="checkbox" value="overviewControl">Overview</label>
</div>
<div class="checkbox">
<label><input type="checkbox" value="printControl">Print</label>
</div>
<div class="checkbox">
<label><input type="checkbox" value="scaleControl">Scale</label>
</div>
<!--
<div class="checkbox">
<label><input type="checkbox" value="shareControl">Share</label>
</div>
-->
<div class="checkbox">
<label><input type="checkbox" value="smallzoomControl" checked="checked">Zoom Buttons</label>
</div>
</fieldset>
</form>
<!--
<form>
<fieldset>
<legend>Modules</legend>
<div class="checkbox">
<label><input type="checkbox" value="itinerary">Itinerary</label>
</div>
<div class="checkbox">
<label><input type="checkbox" value="route">Route</label>
</div>
<div class="checkbox">
<label><input type="checkbox" value="storymap">Story Map</label>
</div>
</fieldset>
</form>
-->
</div>
<div class="footer">
<button id="button-export" class="btn btn-primary">Save & Export Your Map</button>
</div>
</div>
<div id="map">
<iframe id="iframe-map"></iframe>
</div>
</section>
<footer>
<ul>
<li class="home-link"><a href="http://insidemaps.nps.gov/builder">Home</a></li>
<li><a href="http://www.nps.gov/npmap" target="_blank">About NPMap</a></li>
<li><a href="mailto:[email protected]">Contact Us</a></li>
<li><a href="https://github.com/nationalparkservice/npmap-builder/issues">Submit Feedback</a></li>
<li><a href="https://github.com/nationalparkservice/npmap-builder/wiki">View Help</a></li>
</ul>
<span class="tag-line ir">Experience Your America</span>
</footer>
<div id="modal-confirm" class="modal" role="dialog" aria-describedby="" aria-labelledby="modal-confirm-title">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 id="modal-confirm-title" class="modal-title"></h4>
</div>
<div class="modal-body">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">No</button>
<button class="btn btn-primary">Yes</button>
</div>
</div>
</div>
</div>
<div id="modal-signin" class="modal" role="dialog" aria-describedby="" aria-labelledby="modal-confirm-title" data-backdrop="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 id="modal-confirm-title" class="modal-title">Please Log In</h4>
</div>
<div class="modal-body">
<form class="form-signin" id="form-signin">
<p class="form-signin-heading">Sorry, but you must sign in before saving your map. Use the same credentials you use to sign in to your NPS computer.</p>
<input name="userName" type="text" class="form-control" placeholder="User Name"><!--autofocus-->
<input class="form-control" name="password" placeholder="Password" style="margin-top:5px;" type="password">
<input name="domain" value="nps" type="hidden" />
<input name="rememberMe" value="true" type="hidden" />
<div style="margin-top:10px;text-align:center;">
<button class="btn btn-default" onclick="$('#modal-signin').hide();return false;" style="margin-right:5px;" type="button">Cancel</button>
<button class="btn btn-primary" data-loading-text="Logging on..." type="submit">Sign In</button>
</div>
</form>
</div>
</div>
</div>
</div>
<div id="loading" class="progress progress-striped active">
<div class="progress-bar" role="progressbar" aria-valuemax="100" aria-valuemin="100" aria-valuenow="100" style="width:100%;"></div>
</div>
<div id="mask" class="modal-backdrop in"></div>
<script src="//code.jquery.com/jquery-latest.min.js"></script>
<script src="http://www.nps.gov/npmap/bootstrap/dist/js/nps-bootstrap.min.js"></script>
<script src="js/app.min.js"></script>
</body>
</html>