-
Notifications
You must be signed in to change notification settings - Fork 11
/
allcases.html
159 lines (142 loc) · 8.44 KB
/
allcases.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>COVID-19 Canada Tracker</title>
<link href="css/styles.css?v=2.2" rel="stylesheet" />
<link href="https://cdn.datatables.net/1.10.20/css/dataTables.bootstrap4.min.css" rel="stylesheet" crossorigin="anonymous" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/js/all.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.0/moment.min.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.datatables.net/1.10.20/js/dataTables.bootstrap4.min.js" crossorigin="anonymous"></script>
<script src="https://api.mapbox.com/mapbox-gl-js/v1.8.1/mapbox-gl.js"></script>
<link href="https://api.mapbox.com/mapbox-gl-js/v1.8.1/mapbox-gl.css" rel="stylesheet" />
<script src="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.4.2/mapbox-gl-geocoder.min.js"></script>
<link rel="stylesheet" href="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.4.2/mapbox-gl-geocoder.css" type="text/css" />
<script type="text/javascript" src="js/config.js?v=1.0.3"></script>
<script type="text/javascript" src="js/map.js"></script>
<script type="text/javascript" src="js/charts.js?v=1.0.3"></script>
<script type="text/javascript" src="js/allcases.js?v=1.0.2"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-160029240-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-160029240-1');
</script>
</head>
<body class="sb-nav-fixed">
<nav class="sb-topnav navbar navbar-expand navbar-dark bg-dark">
<a class="navbar-brand" href="index.html">COVID-19 Tracker Canada</a>
</nav>
<div class="sb-sidenav-footer"></div>
<div id="layoutSidenav_content">
<main>
<div class="container-fluid">
<h2 class="mt-4" style="padding-top:50px">
<button type="button" class="btn btn-secondary" onClick="goBack()">Back</button>
</h2>
<br>
<div class="row">
<div class="col-md">
<div class="card bg-primary text-white mb-3">
<div class="card-body summary-header-cases"><h1></h1> <b></b> <div class="material-switch pull-right">
<div class="switch-label d-inline-block">Active</div>
<div class="d-inline-block">
<input id="activeCases" name="activeCases" type="checkbox"/>
<label for="activeCases" class="label-success"></label>
</div>
</div>
<div class="summary-arrow" data-field="cases"><span class="arrow-down">➧</span></div><div class="summary-dropdown-container"></div>
</div>
</div>
</div>
<div class="col-md">
<div class="card bg-danger text-white mb-3">
<div class="card-body summary-header-deaths"><h1></h1> <b></b> <div class="summary-arrow" data-field="fatalities"><span class="arrow-down">➧</span></div><div class="summary-dropdown-container"></div></div>
</div>
</div>
<div class="col-md">
<div class="card bg-warning text-white mb-3">
<div class="card-body summary-header-hospitalized"><h1></h1> <b></b> <div class="material-switch pull-right">
<div class="switch-label d-inline-block">Critical</div>
<div class="d-inline-block">
<input id="criticalCases" name="criticalCases" type="checkbox"/>
<label for="criticalCases" class="label-success"></label>
</div>
</div>
<div class="summary-arrow" data-field="hospitalizations"><span class="arrow-down">➧</span></div><div class="summary-dropdown-container"></div>
</div>
</div>
</div>
<div class="col-md">
<div class="card bg-success text-white mb-3">
<div class="card-body summary-header-recoveries"><h1></h1> <b></b> <div class="summary-arrow" data-field="recoveries"><span class="arrow-down">➧</span></div><div class="summary-dropdown-container"></div></div>
</div>
</div>
<div class="col-md">
<div class="card bg-purple text-white mb-3">
<div class="card-body summary-header-tests"><h1></h1> <b></b> <div class="summary-arrow" data-field="tests"><span class="arrow-down">➧</span></div><div class="summary-dropdown-container"></div></div>
</div>
</div>
</div>
<div class="card my-4">
<div class="card-header">
<i class="fas fa-table mr-1"></i>
<span class="all-cases-title">All Cases</span>
</div>
<div class="card-body">
<div class="table-responsive" id="individualCaseTableDiv">
<table class="table table-bordered" id="individualCaseTable" width="100%" cellspacing="0">
<thead>
<tr>
<th>Patient #</th>
<th>Date</th>
<th>Province</th>
<th>City</th>
<th>Age</th>
<th>Travel History</th>
<th>Confirmed/Presumptive</th>
<th>Source</th>
</tr>
</thead>
<tfoot>
<tr>
<th>Patient #</th>
<th>Date</th>
<th>Province</th>
<th>City</th>
<th>Age</th>
<th>Travel History</th>
<th>Confirmed/Presumptive</th>
<th>Source</th>
</tr>
</tfoot>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>
</main>
<footer class="py-4 bg-light mt-auto">
<div class="container-fluid">
<div class="d-flex align-items-center justify-content-between small">
<div class="text-muted">Copyright © COVID19Tracker.ca 2020</div>
</div>
</div>
</footer>
</div>
</body>
</html>