-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
335 lines (265 loc) · 14.6 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
<!DOCTYPE html>
<html>
<head>
<title>Online MDW</title>
<meta charset="utf-8">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/sections.css">
<link rel="stylesheet" href="styles/search.css">
<link rel="stylesheet" href="styles/profiles.css"></link>
<link rel="stylesheet" href="styles/dashboard.css"></link>
<link rel="stylesheet" href="styles/properties.css"></link>
<link rel="stylesheet" href="styles/employment.css"></link>
<link rel="stylesheet" href="styles/rankings.css"></link>
<link rel="stylesheet" href="styles/incidents.css"></link>
<link rel="stylesheet" href="styles/charges.css"></link>
<script type="text/javascript" src="database.js"></script>
<script type="text/javascript" src="scripts/main.js"></script>
<script type="text/javascript" src="scripts/page.js"></script>
<script type="text/javascript" src="scripts/search.js"></script>
<script type="text/javascript" src="scripts/map.js"></script>
<script type="text/javascript" src="scripts/pages/dashboard.js"></script>
<script type="text/javascript" src="scripts/pages/profiles.js"></script>
<script type="text/javascript" src="scripts/pages/properties.js"></script>
<script type="text/javascript" src="scripts/pages/employment.js"></script>
<script type="text/javascript" src="scripts/pages/rankings.js"></script>
<script type="text/javascript" src="scripts/pages/incidents.js"></script>
<script type="text/javascript" src="scripts/pages/charges.js"></script>
</head>
<body>
<div class="header">
<img class="logo" src="https://gta-assets.nopixel.net/images/mdw-generic.png" />
<a class="link" href="https://github.com/H2n9/OMDW">https://github.com/H2n9/OMDW</a>
</div>
<div class="content">
<div id="sidebar" class="sidebar">
</div>
<div id="pageContainer" class="page-container">
<div id="DashboardPage" class="page-content hidden">
<div class="section" style="width: 50%;">
<div class="header">
<div class="title">Dashboard</div>
</div>
<div class="dashboard-content">
<p>
Welcome to the unofficial Online-MDW for NoPixel.
</p>
<p>
Check out the rankings page for some interesting stats if you are lost.
</p>
<p>
Data on this website was collected automatically from RP streamer VODs. Because of this, some data may be inaccurate or outdated. This methodology also means that database content is biased towards individuals involved in crime as they are the most likely to appear in MDW perspectives.
<br><br>
The intention behind this dataset is to represent a snapshot of what the PD/DOJ understand of the city and not to be an objective source of data. Therefore we will not be accepting manual corrections to the dataset except in cases where explicitly stated.
<br><br>
See the github page for further details.
</p>
<p>
Check out this blog post explaining how the dataset was collected.
<br>
<a href="">Coming Soon</a>
<br>
<br>
Check out the github page.
<br>
<a href="https://github.com/H2n9/OMDW">https://github.com/H2n9/OMDW</a>
</p>
<p>
Please be considerate when making use of this website.
</p>
</div>
</div>
<div id="metricsSection" class="section" style="width: 35%;">
<div class="header">
<div class="title">Metrics</div>
</div>
</div>
<div id="recentUpdatesSection" class="section" style="width: 30%;">
<div class="header">
<div class="title">Recently Updated</div>
</div>
</div>
</div>
<div id="ProfilesPage" class="page-content hidden">
<div class="section" style="width: 30%;">
<div class="header">
<div class="title">Profiles</div>
<div class="searchbar">
<input type="search" placeholder="...">
</div>
<div class="help">
?
<span class="tooltip" style="width: 32vmin;">
<b>You can also search using filters:<br></b>
for example: ' tag="GSF" '<br>
<b>All Filters:<br></b>
license, tag, vehicle, housing, employment, prior, description
</span>
</div>
</div>
<div class="search-tags-container">
</div>
<div class="search-content">
</div>
</div>
<div class="section" style="width: 30%;">
<div class="header">
<div class="title">View Profile</div>
<div class="help">
?
<span class="tooltip"><b>Due to how data is collected, profiles may contain missing or inaccurate information.</b></span>
</div>
</div>
<div class="identity-card">
<img id="profileImage" src="https://i.imgur.com/ttNVaPp.png">
<div class="content">
<div class="title">State ID</div>
<div id="profileStateId" class="entry"> </div>
<div class="title">Name</div>
<div id="profileName" class="entry"> </div>
<div class="title">Last Updated</div>
<div id="profileUpdateTime" class="entry">2022/04/18</div>
</div>
</div>
<div class="warning" style="bottom:auto; top:24vmin;">
!
<span class="tooltip" style="width: 32vmin;">
<b>Description data is not manually checked for accuracy and therefore will likely contain many errors.</b>
</span>
</div>
<div id="profileDescription" class="profile-description">
</div>
</div>
<div id="profileDetailsSection" class="section" style="width: 30%; background-color: transparent;">
</div>
</div>
<div id="PropertiesPage" class="page-content hidden">
<div class="section" style="width: 30%;">
<div class="header">
<div class="title">Properties</div>
<div class="searchbar">
<input type="search" placeholder="...">
</div>
<div class="help">
?
<span class="tooltip" style="width: 32vmin;">
<b>You can also search using filters of keyholders:<br></b>
for example: ' keyholder="1002" '<br>
<b>All Filters:<br></b>
keyholder, tag, employment
</span>
</div>
</div>
<div class="search-tags-container">
</div>
<div class="search-content">
</div>
</div>
<div class="section" style="width: 40%;">
<div class="header">
<div class="title">Map</div>
<div class="help">
?
<span class="tooltip">
<b>Map locations are not accurate and only represent a rough area.<br></b>
</span>
</div>
</div>
<div class="properties-map">
<canvas style="width:100%; height:100%; background-color: #11AAD6;">
</canvas>
</div>
</div>
<div class="section" style="width: 25%;">
<div class="header">
<div id="propertyTitle" class="title">Select a Property</div>
</div>
<div id="propertyKeyholders" class="property-keyholders">
</div>
</div>
</div>
<div id="EmploymentPage" class="page-content hidden">
<div class="section" style="width: 50%;">
<div class="header">
<div class="title">Employment</div>
<div class="searchbar">
<input type="search" placeholder="...">
</div>
<div class="help">
?
<span class="tooltip" style="width: 32vmin;">
<b>You can also search using filters of employees:<br></b>
for example: ' employee="1002" '<br>
<b>All Filters:<br></b>
employee
</span>
</div>
</div>
<div class="search-tags-container">
</div>
<div class="search-content">
</div>
</div>
<div class="section" style="width: 100%;">
<div class="header">
<div id="employerTitle" class="title">Select an Employer</div>
</div>
<div id="employeeParent" class="employment-container">
</div>
</div>
</div>
<div id="RankingsPage" class="page-content hidden">
<div class="section" style="min-width:40vmin;">
<div class="header">
<div class="title">Index</div>
</div>
<div id="rankingsIndexContainer" class="rankings-index-container">
</div>
</div>
<div class="section" id="rankingsScrollParent" style="width: 80%;">
<div class="header">
<div class="title">Rankings</div>
</div>
<div id="rankingsSectionContainer" class="rankings-container">
</div>
</div>
</div>
<div id="IncidentsPage" class="page-content hidden">
<div class="section" style="width: 100%;">
<div class="header">
<div class="title">Incidents</div>
<div class="searchbar">
<input type="search" placeholder="...">
</div>
<div class="help">
?
<span class="tooltip" style="width: 32vmin;">
<b>You can also search using filters:<br></b>
for example: ' involved="1002" '<br>
<b>All Filters:<br></b>
involves
</span>
</div>
</div>
<div class="search-content">
</div>
</div>
<div class="section" style="width: 100%;">
<div class="header">
<div id="incidentSelectedHeader" class="title">Select Incident</div>
</div>
<div id="incidentTitle" class="incident-title"></div>
<div id="incidentDescription" class="incident-description">
</div>
</div>
<div id="incidentCriminalsParent" class="section" style="width: 100%; background-color: transparent;">
</div>
</div>
<div id="ChargesPage" class="page-content hidden">
<div id="chargesSectionParent" class="charges-groups">
</div>
</div>
</div>
</div>
</body>
</html>