-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
36 lines (34 loc) · 2.31 KB
/
index.php
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
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="utf-8">
<title>Mapa zabytków | Wiki Lubi Zabytki!</title>
<script src="js/jquery-1.9.1.min.js"></script>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:400,300,700&subset=latin,latin-ext" />
<!--[if lte IE 8]><link rel="stylesheet" href="js/leaflet.ie.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="js/leaflet.markercluster.def.ie.css" /><![endif]-->
<link rel="stylesheet" href="style.css" />
<script src="js/leaflet.js"></script>
<script src="js/leaflet.markercluster.js"></script>
<script src="js/leaflet.hash.js"></script>
<script src="js/script.js"></script>
<script src="js/wiki.js"></script>
</head>
<body>
<div id="zoom-in-info" class="leaflet-bar">Przybliż mapę aby załadować zabytki</div>
<div id="loading"><img src="img/loading.gif" /><span>Wczytywanie danych...</span></div>
<div id="top">
<div class="fb"><iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2FWikiLubiZabytki&width=450&height=35&colorscheme=light&layout=standard&action=like&show_faces=false&send=false" scrolling="no" frameborder="0" allowTransparency="true"></iframe></div>
<a href="http://wikizabytki.pl/mapa"><img class="logo" src="img/logo.png" /></a>
<header>mapa <a href="http://wikizabytki.pl/">wiki lubi zabytki</a></header>
<article>Uwaga: pełna lista zabytków znajduje się <a href="http://pl.wikipedia.org/wiki/Wikipedia:Wiki_Lubi_Zabytki/Lista_zabytk%C3%B3w">w Wikipedii</a></article>
</div>
<div id="map"></div>
<div id="bottom">
<footer>
<div class="wikimedia">© 2013 <a href="http://pl.wikimedia.org/wiki">Stowarzyszenie Wikimedia Polska</a></div>
<div class="osm">Mapa autorstwa <a href="http://openstreetmap.org">OpenStreetMap</a> na licencji <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>. Rendering <a href="www.geog.uni-heidelberg.de">University of Heidelberg</a>, <a href="http://osm.org.pl" target="_blank">OpenStreetMap Polska</a>/<a href="http://trail.pl" target="_blank">TRAIL.PL</a>/<a href="http://centuria.pl" target="_blank">centuria.pl</a></div>
</footer>
</div>
</body>
</html>