-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathit.html
executable file
·122 lines (103 loc) · 6.64 KB
/
it.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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-163484557-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-163484557-2');
</script>
<title>Strutture che effettuano il tampone PCR e antigen per Covid19</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta property="og:title" content="Strutture che effettuano il tampone PCR e antigen per Covid19">
<meta property="og:site_name" content="koronatestiranje.com">
<meta property="og:url" content="https://koronatestiranje.com/it">
<meta property="og:description" content="Questo sito web indica le strutture dove è possibile effettuare il test PCR e antigen in Croazia. E' un progetto indipendente e non è collegato al governo croato.">
<meta property="og:type" content="article">
<meta property="og:image" content="https://github.com/mejs/koronatestiranje/raw/master/img/map.png">
<meta charset="UTF-8">
<link rel = "stylesheet"
type = "text/css"
href = "style.css" />
</head>
</head>
<body>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="navbar" id=myNavbar>
<a href="https://koronatestiranje.com/it" class="pcr">PCR</a>
<a href="https://koronatestiranje.com/antigen" class="antigen">Antigen</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSexSSsGPdNrE8XiuTyM0ifeOI-eDcTP8-bvMYQHY3UjOTWUIA/viewform" target="_blank">Inserisci nuove informazioni</a>
<button id="myBtn">A proposito del progetto</button>
<a href="https://koronatestiranje.com" class="HR"> HR</a>
<a href="https://koronatestiranje.com/en" class="EN"> EN</a>
<a href="https://koronatestiranje.com/de" class="DE"> DE</a>
<a href="https://koronatestiranje.com/it" class="IT"> IT</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
<!-- The Modal -->
<div class="modal" id="myModal">
<!-- Modal content -->
<div class="modal-content">
<span class="close">×</span>
<p>Questo sito web indica le strutture dove è possibile effettuare il test PCR e antigen in Croazia. E' un progetto indipendente e non è collegato al governo croato.<p>
<p><a class="info" href="https://medium.com/@vladimirvince/o-koronatestiranje-com-mapi-covid-testnih-centara-u-rh-d7bd3bce14eb" target="_blank">Sul progetto (Medium)</a> | <a class="info" href="https://github.com/mejs/koronatestiranje" target="_blank">GitHub</a> | <a href="https://twitter.com/koronatestiran1" target="_blank">Twitter</a> | <a href="https://docs.google.com/spreadsheets/d/1pQVwofAgJO7jPcxrytQwzjldRl54p3V1YtmB8LaLbIA/edit">Aiutaci a tradurre!</a></p>
<p>La principale fonte di informazione è <a href="https://www.koronavirus.hr/testing-centers-in-croatia/764" target="_blank">il sito ufficiale sul Coronavirus del governo croato</a>, ad eccezione dei casi in cui le strutture non siano indicate sulla pagina ufficiale, ma siano confermate da fonti indipendenti. In tal caso l'informazione proviene dai rispettivi siti web, email o contatti telefonici. Questa mappa ha soli fini informativi e non garantiamo che le informazioni in essa contenute siano esatte; consigliamo di contattare le strutture direttamente, anche quando non è richies</p>
<p><div class="box green"></div> Test su richiesta possibile (a pagamento)<br />
<div class="box orange"></div> Prescrizione obbligatoria<br />
<div class="box teal"></div> Test antigen</p>
<p>Stampa:<br /><img class="press" src="img/koronatestiranje-press-logo-n1.png"><img class="press" src="img/koronatestiranje-press-logo-24sata.png"><img class="press" src="img/koronatestiranje-press-logo-index.png"><img class="press" src="img/koronatestiranje-press-logo-tportal.png"><img class="press" src="img/koronatestiranje-press-logo-vecernji-list.png"></p>
<p>Se volete partecipare al progetto e contribuire alla verifica delle informazioni, inviate un messaggio di posta elettronica a vladimirvince @ gmail.com oppure un messaggio diretto su Twitter <a href="https://twitter.com/koronatestiran1" style="display: inline;" target="_blank">@koronatestiran1</a> e sarete aggiunti al gruppo Slack del progetto.
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0 margin: 0 0 5px 0;" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png"></a><br /><a href="https://vladovince.com" target="_blank">Vlado Vince</a> & <a href="https://leebarguss.com" target="_blank">Lee Barguss</a> 2020.</p>
</div>
</div>
<div class="content">
<iframe allowfullscreen scrollwheel='true' src="https://umap.openstreetmap.fr/en/map/strutture-che-effettuano-il-tampone-pcr-per-covid1_499494?scaleControl=false&miniMap=false&scrollWheelZoom=true&zoomControl=true&allowEdit=false&moreControl=false&searchControl=false&tilelayersControl=false&embedControl=false&datalayersControl=false&onLoadPanel=undefined&captionBar=false"></iframe>
</div>
<div id="mapLegendModaldiv" class="mapLegendmodal">
<!-- Modal content -->
<div class="mapLegendmodal-content">
<div class="box green"></div><a class="mapLegendmodal-content" href="https://koronatestiranje.com/it">PCR (su richiesta)</a>
<div class="box orange"></div><a class="mapLegendmodal-content" href="https://koronatestiranje.com/it">PCR (Prescrizione)</a>
<div class="box teal"></div><a class="mapLegendmodal-content" href="https://koronatestiranje.com/antigen">Antigen</a>
</div>
</div>
<script>
// Get the mapLegend Modal
var modal = document.getElementById("mapLegendModaldiv");
// Get the modal
var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on <span> (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
function myFunction() {
var x = document.getElementById("myNavbar");
if (x.className === "navbar") {
x.className += " responsive";
} else {
x.className = "navbar";
}
}
</script>
</body>
</html>