-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
204 lines (204 loc) · 7.54 KB
/
index.html
File metadata and controls
204 lines (204 loc) · 7.54 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="initial-scale=1,user-scalable=no,maximum-scale=1,width=device-width">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="css/leaflet.css">
<link rel="stylesheet" href="css/qgis2web.css">
<link rel="stylesheet" href="css/fontawesome-all.min.css">
<link rel="stylesheet" href="css/ssu-map-styles.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>Мапа візуалізації статистичних даних </title>
</head>
<body>
<div id="overlay">
<div id="info-div">
<p id="greetings">Вітаю!</p>
<p id="letter-text">Цей проєкт створено для візуалізації звітів на основі статистичних даних. Сайт (сервер) не зберігає жодної інформації, не містить баз даних і нічого не відправляє в Інтернет. Браузер фактично є “програвачем” даних, які йому надаються. Подібно до того, як відеоплеєр слугує для відтворення відеофайлів, браузер обробляє програми, написані для нього. Завантаження “програми” відбувається під час входу на вебсайт, а завантаження та обробка Excel-таблиці здійснюються виключно на вашому комп’ютері (в браузері), без жодного зв’язку з Інтернетом або будь-якими базами даних. Це можна перевірити, просто оновивши сторінку, відключивши Інтернет або зайшовши на вебсайт з іншого пристрою. Жодних даних на інших пристроях чи в Інтернеті немає і не може бути. Шаблон Excel-таблиці для заповнення ви можете завантажити за посиланням:</p>
<a id="download-link" href="template.xlsx" download>Завантажити шаблон</a>
<p id="developer-name">Самуель Морґан</p>
<div id="upload-div">
<button id="select-file">Обрати файл з даними</button>
<button id="upload-file" disabled>Завантажити обраний файл</button>
</div>
</div>
</div>
<div id="left-sidebar">
<div id="resources-header">
<h3>Ресурси СБУ</h3>
</div>
<div id="general-software-div">
<table id="general-software-table">
<colgroup>
<col style="width: 70%;">
<col style="width: 30%;">
</colgroup>
<thead>
<tr>
<th colspan="2"></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<div id="general-informational-div">
<table id="general-informational-table">
<colgroup>
<col style="width: 70%;">
<col style="width: 30%;">
</colgroup>
<thead>
<tr>
<th colspan="2"></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<div id="general-energy-div">
<table id="general-energy-table">
<colgroup>
<col style="width: 70%;">
<col style="width: 30%;">
</colgroup>
<thead>
<tr>
<th colspan="2"></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<div id="general-study-div">
<table id="general-study-table">
<colgroup>
<col style="width: 70%;">
<col style="width: 30%;">
</colgroup>
<thead>
<tr>
<th colspan="2"></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<div id="general-communication-div">
<table id="general-communication-table">
<colgroup>
<col style="width: 70%;">
<col style="width: 30%;">
</colgroup>
<thead>
<tr>
<th colspan="2"></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
</div>
<div id="general-ammunition-div">
<table id="general-ammunition-table">
<thead>
<tr>
<th colspan="2"></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<div id="map-container">
<div id="map"></div>
<div id="region-name-div">
<h3 id="region-name">Служба безпеки України</h3>
</div>
<div id="software-div">
<table id="software-table">
<thead>
<tr>
<th colspan="2"></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<div id="logo-container">
<img src="images/logo.png" alt="Logo">
<div class="logo-text">
<div>СЛУЖБА</div>
<div>БЕЗПЕКИ</div>
<div>УКРАЇНИ</div>
</div>
</div>
<div id="general-div">
<div id="study-div">
<table id="study-table">
<thead>
<tr>
<th colspan="2"></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<div id="informational-div">
<table id="informational-table">
<thead>
<tr>
<th colspan="2"></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<div id="communication-div">
<table id="communication-table">
<thead>
<tr>
<th colspan="2"></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<div id="energy-div">
<table id="energy-table">
<thead>
<tr>
<th colspan="2"></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
</div>
<div></div>
</div>
<div id="sidebar">
<h3>Підрозділ</h3>
<div id="region-list">
<ul id="regions"></ul>
</div>
</div>
<script src="data/ukr_admbnda_adm1_sspe_20240416_0.js"></script>
<script src="js/lib/qgis2web_expressions.js"></script>
<script src="js/lib/leaflet.js"></script>
<script src="js/lib/leaflet.rotatedMarker.js"></script>
<script src="js/lib/leaflet.pattern.js"></script>
<script src="js/lib/leaflet-hash.js"></script>
<script src="js/lib/Autolinker.min.js"></script>
<script src="js/lib/rbush.min.js"></script>
<script src="js/lib/labelgun.min.js"></script>
<script src="js/lib/labels.js"></script>
<script src="js/lib/xlsx.full.min.js"></script>
<script src="js/map-setup.js"></script>
<script src="js/map-interactions.js"></script>
<script src="js/file-upload.js"></script>
<script src="js/tables.js"></script>
<script src="data/variables.js"></script>
</body>
</html>