forked from osmcz/osmcz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
355 lines (295 loc) · 17.1 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
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="img/favicon.png">
<title>OpenStreetMap.cz</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"
integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div id="modal-container"></div>
<!-- -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#main-navbar"
aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/" title="Přejít na úvodní stránku OpenStreetMap.cz">
<img src="img/osmcz.60x60.png" width="30" height="30" alt="Logo OSMCZ">
<span>OpenStreetMap.cz</span>
</a>
<div id="page-restore-button" title="Ukázat stránku"></div>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="nav navbar-nav">
<li class="active"><a href="#">O mapě <span class="sr-only">(current)</span></a></li>
<li><a href="#">Využití</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">Jak pomoci <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">Projekty <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">O nás <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
</ul>
</li>
</ul>
<!--
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false"><span class="glyphicon glyphicon-user" aria-hidden="true"></span> <span
class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
</ul>
</li>
</ul>
-->
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<div id="map-container">
<div id="map-layers"></div>
<div id="sidebar"></div>
<div id="poi-sidebar"></div>
<div id="map"></div>
</div>
<div id="main">
<div class="container splash">
<div class="row">
<div class="content-box-inner jumbotron col-md-8 col-md-offset-2 bottom-spacer">
<button type="button" class="close close-overlay" aria-label="Close"><span
aria-hidden="true">×</span></button>
<h1>Hezky, české <img src="https://pbs.twimg.com/profile_images/599232861346992129/x6nBBghd_normal.png" alt="Logo OSMCZ" width="110" height="110"
title="OpenStreetMap" class="osmlogo">!</h1>
<p class="lead">OpenStreetMap je mapa, kterou může kdokoliv upravovat. Něco jako wikipedie. Česká
komunita Vám zde nabízí své <a href="/projekty">projekty</a>, odborníky
a <a href="/skoleni">školení</a>.</p>
<p class="lead">Zapojte se také.</p>
<p><a href="/skoleni" class="btn btn-primary btn-large">Přihlásit
se na školení</a>
<a href="http://old.openstreetmap.cz" class="btn btn-large">Přejít na old.openstreetmap.cz</a></p>
</div>
</div>
<div class="row">
<div class="content-box-left col-md-4 col-md-offset-2">
<div class="content-box-inner">
<h2>Tweety
<a href="https://twitter.com/intent/follow?screen_name=osmcz"
class="btn btn-link twitter-follow">Sledovat @osmcz</a>
</h2>
<ul class="tweets">
<li>
<a class="permalink" href="https://twitter.com/osmcz/status/667472628735680512">
<time>19. lis.</time>
</a>
<div class="author" data-scribe="component:author">
<a class="profile" href="https://twitter.com/osmcz">
<img class="avatar" alt=""
src="https://pbs.twimg.com/profile_images/599232861346992129/x6nBBghd_normal.png">
<span class="full-name">OpenStreetMap CZ</span>
<span class="nickname">@osmcz</span>
</a>
</div>
<div class="entry-content">
Prohlédněte si záznamy dvou OSM workshopů či
některou z přednášek konference Geoinformatics. Nyní online: <a
href="https://t.co/7tr27dVxCv">goo.gl/Euh5Hi</a>
</div>
<div class="footer">
<a href="https://twitter.com/intent/tweet?in_reply_to=667472628735680512"
title="Odpovědět"><span class="glyphicon glyphicon-share-alt"
aria-hidden="true"></span></a>
<a href="https://twitter.com/intent/retweet?tweet_id=667472628735680512"
title="Retweetnout"><span class="glyphicon glyphicon-retweet"
aria-hidden="true"></span></a>
<a href="https://twitter.com/intent/like?tweet_id=667472628735680512"
title="Lajknout"><span class="glyphicon glyphicon-heart"
aria-hidden="true"></span></a>
</div>
</li>
<li>
<a class="permalink" href="https://twitter.com/osmcz/status/667472628735680512">
<time>19. lis.</time>
</a>
<div class="author" data-scribe="component:author">
<a class="profile" href="https://twitter.com/osmcz">
<img class="avatar" alt=""
src="https://pbs.twimg.com/profile_images/599232861346992129/x6nBBghd_normal.png">
<span class="full-name">OpenStreetMap CZ</span>
<span class="nickname">@<b>osmcz</b></span>
</a>
</div>
<div class="entry-content">
<p>Prohlédněte si záznamy dvou OSM workshopů či
některou z přednášek konference Geoinformatics. Nyní online: <a
href="https://t.co/7tr27dVxCv">goo.gl/Euh5Hi</a>
</p>
</div>
<div class="footer">
<a href="https://twitter.com/intent/tweet?in_reply_to=667472628735680512"
title="Odpovědět"><span class="glyphicon glyphicon-share-alt"
aria-hidden="true"></span></a>
<a href="https://twitter.com/intent/retweet?tweet_id=667472628735680512"
title="Retweetnout"><span class="glyphicon glyphicon-retweet"
aria-hidden="true"></span></a>
<a href="https://twitter.com/intent/like?tweet_id=667472628735680512"
title="Lajknout"><span class="glyphicon glyphicon-heart"
aria-hidden="true"></span></a>
</div>
</li>
</ul>
</div>
</div>
<div class="content-box-right col-md-4">
<div class="content-box-inner bottom-spacer">
<h2>Konference</h2>
<p>Poslední zprávy <a href="https://lists.openstreetmap.org/pipermail/talk-cz/">zde</a>.</p>
<p class="bg-info small" style="padding:15px">TODO vypsat zde poslední zprávy dynamicky</p>
<p class="text-right"><a class="btn btn-sm btn-success" href="#" role="button">další kontakty »</a>
</p>
</div>
<div class="content-box-inner">
<h2>Newsletter</h2>
<p>Půlroční info o dění v komunitě. Zde <a href="">archiv</a>.</p>
<form action="//zby.us11.list-manage.com/subscribe/post?u=cb9a83e4c66e393586b89e370&id=81b42f6aac"
method="post" target="_blank">
<div class="input-group">
<input type="email" value="" name="EMAIL" placeholder="email" required
class="form-control input-sm">
<span class="input-group-btn">
<input type="submit" value="Přihlásit" name="subscribe" class="btn btn-sm btn-default">
</span>
</div>
<!-- /input-group -->
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text"
name="b_cb9a83e4c66e393586b89e370_81b42f6aac"
tabindex="-1" value=""></div>
</form>
<p> </p>
</div>
</div>
</div>
</div>
<!-- /container -->
<!-- container -->
<!--
<div class="container">
<h1>Normální stránka</h1>
</div>
-->
<!-- /container -->
</div>
<!-- /main -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
<!-- ============ vendor ============ -->
<!-- leaflet -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.4.0/leaflet.css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.4.0/leaflet.js"></script>
<!-- leaflet.markercluster -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.4.1/leaflet.markercluster.js'></script>
<link href='https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.4.1/MarkerCluster.css' rel='stylesheet'/>
<link href='https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.4.1/MarkerCluster.Default.css'
rel='stylesheet'/>
<!-- leaflet.locatecontrol -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/leaflet-locatecontrol/0.66.1/L.Control.Locate.min.js'></script>
<link href='https://cdnjs.cloudflare.com/ajax/libs/leaflet-locatecontrol/0.66.1/L.Control.Locate.mapbox.css'
rel='stylesheet'/>
<!-- leaflet.search -->
<link href='https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet-search.min.css' rel='stylesheet'/>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet-search.src.min.js"></script>
<!-- leaflet.filelayer -->
<script src='https://cdn.jsdelivr.net/npm/[email protected]/togeojson.min.js'></script>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/src/leaflet.filelayer.js'></script>
<!-- leaflet.fullscreen -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.fullscreen/1.4.5/Control.FullScreen.css"/>
<script src='https://cdnjs.cloudflare.com/ajax/libs/leaflet.fullscreen/1.4.5/Control.FullScreen.js'></script>
<!-- https://github.com/Turbo87/leaflet-sidebar -->
<!-- Use own copy with fix for leaflet above v1.1 -->
<script type="text/javascript" src="lib/leaflet-sidebar/L.Control.Sidebar.js"></script>
<!-- js-cookie -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.2.0/js.cookie.js'></script>
<!-- toastr - https://github.com/CodeSeven/toastr -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css"/>
<script src='https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.min.js'></script>
<!-- opening_hours from http://openingh.openstreetmap.de/opening_hours.js/opening_hours+deps.min.js at 23 Feb 2019 -->
<script src='lib/opening_hours+deps.min.js'></script>
<!-- https://github.com/aaronlidman/osm-and-geojson/blob/1633d1ab42dee97cbdc0ce5611b71c1e5d336f90/osm_geojson.js -->
<script src="lib/osm_geojson.js"></script>
<!-- github.com/zimmicz/Leaflet-Coordinates-Control -->
<script src="js/lib-Leaflet-Coordinates-Control.js"></script>
<!-- github.com/route360/Leaflet.CondensedAttribution -->
<script src="lib/leaflet-control-condended-attribution.js"></script>
<script src="js/lib-component-querystring.js"></script>
<script src="js/lib-osm.js"></script>
<script src="js/TileLayer.GeoJSON.js"></script>
<!-- https://github.com/exif-js/exif-js -->
<script type="text/javascript" src="lib/exif.js"></script>
<!-- ============ /vendor ============ -->
<!-- ============ app ============ -->
<link href="css/map-style.css" rel="stylesheet">
<script src="js/osmcz-config.js"></script>
<script src="js/osm-notes-layer.js"></script>
<script src="js/lib-gps-formats-convert.js"></script>
<script src="js/layers.js"></script>
<script src="js/layer-switcher.js"></script>
<script src="js/controls.js"></script>
<script src="js/photoDB-gui.js"></script>
<script src="js/guideposts.js"></script>
<script src="js/gp-check.js"></script>
<script src="js/icons-service.js"></script>
<script src="js/opening-hours-service.js"></script>
<script src="js/poi-popup.js"></script>
<script src="js/active-layer.js"></script>
<script src="js/osmcz.js"></script>
<!-- ============ /app ============ -->
</body>
</html>