-
Notifications
You must be signed in to change notification settings - Fork 1
/
modal-message.html
179 lines (160 loc) · 8.22 KB
/
modal-message.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Daily Covid-19 Assesment Report</title>
<!-- Google Font: Source Sans Pro -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback">
<!-- Font Awesome -->
<link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css">
<!-- DataTables -->
<link rel="stylesheet" href="plugins/datatables-bs4/css/dataTables.bootstrap4.min.css">
<link rel="stylesheet" href="plugins/datatables-responsive/css/responsive.bootstrap4.min.css">
<link rel="stylesheet" href="plugins/datatables-buttons/css/buttons.bootstrap4.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="dist/css/adminlte.min.css">
</head>
<body class="hold-transition sidebar-mini">
<!-- /.modal -->
<button class="btn btn-success" type="button" data-toggle="modal" data-target="#modal-info" >Click me (Daily Covid Assesment Report)</button>
<div class="modal fade" id="modal-info">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header bg-primary">
<h4 class="modal-title">Covid-19 Assesment Report</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>Are you experiencing any symptom of covid-19?</p>
</div>
<div class="modal-footer justify-content-between">
<button type="button" class="btn btn-danger" data-dismiss="modal">No</button>
<button type="button" class="btn btn-success" data-toggle="modal" data-target="#modal-yes">Yes</button>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
<!--yes modal-->
<div class="modal fade" id="modal-yes">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header bg-primary">
<h4 class="modal-title">Covid-19 Assesment Report</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="card-header text-center">
<label>Common Symptoms</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" name="fever" value="" id="fever">
<label class="form-check-label" for="fever">Fever</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" name="cough" id="cough">
<label class="form-check-label" for="cough">Cough</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" name="tiredness" id="tiredness">
<label class="form-check-label" for="tiredness">Tiredness</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" name="loss_taste" id="loss_taste">
<label class="form-check-label" for="loss_taste">Loss of taste or smell</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" name="sore_throat" id="sore_throat">
<label class="form-check-label" for="sore_throat">Sore Throat</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" name="headache" id="headache">
<label class="form-check-label" for="headache">headache</label>sore_throat
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" name="Aches_pains" id="Aches_pains">
<label class="form-check-label" for="Aches_pains">Aches and Pains</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" name="diarrhoea" id="diarrhoea">
<label class="form-check-label" for="diarrhoea">Diarrhoea</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" name="rash_skin" id="rash_skin">
<label class="form-check-label" for="rash_skin">Rash on skin or discolouration of fingers or toes</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" name="red_eyes" id="red_eyes">
<label class="form-check-label" for="red_eyes">Red or Irritated eyes</label>
</div>
<div class="card-header text-center">
<label>Serious Symptoms</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" name="difficulty_breath" value="" id="difficulty_breath">
<label class="form-check-label" for="difficulty_breath">Difficulty breathing or shortness if breath</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" name="loss_speech" id="loss_speech">
<label class="form-check-label" for="loss_speech">Loss of speech or mobility, or confusion</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" name="chest_pain" id="chest_pain">
<label class="form-check-label" for="chest_pain">Chest pain</label>
</div>
</div>
<div class="modal-footer justify-content-between">
<button type="button" class="btn btn-danger" data-dismiss="modal" data-target="#modal-info">Back</button>
<button type="submit" class="btn btn-success">Submit</button>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<!-- jQuery -->
<script src="plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap 4 -->
<script src="plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- DataTables & Plugins -->
<script src="plugins/datatables/jquery.dataTables.min.js"></script>
<script src="plugins/datatables-bs4/js/dataTables.bootstrap4.min.js"></script>
<script src="plugins/datatables-responsive/js/dataTables.responsive.min.js"></script>
<script src="plugins/datatables-responsive/js/responsive.bootstrap4.min.js"></script>
<script src="plugins/datatables-buttons/js/buttons.bootstrap4.min.js"></script>
<script src="plugins/jszip/jszip.min.js"></script>
<script src="plugins/pdfmake/pdfmake.min.js"></script>
<script src="plugins/pdfmake/vfs_fonts.js"></script>
<script src="plugins/datatables-buttons/js/buttons.html5.min.js"></script>
<script src="plugins/datatables-buttons/js/buttons.print.min.js"></script>
<script src="plugins/datatables-buttons/js/buttons.colVis.min.js"></script>
<!-- AdminLTE App -->
<script src="dist/js/adminlte.min.js"></script>
<!-- AdminLTE for demo purposes -->
<script src="dist/js/demo.js"></script>
<!-- Page specific script -->
<script>
$(function () {
$("#example1").DataTable({
"responsive": true, "lengthChange": false, "autoWidth": false,
"buttons": ["copy", "csv", "excel", "pdf", "print", "colvis"]
}).buttons().container().appendTo('#example1_wrapper .col-md-6:eq(0)');
$('#example2').DataTable({
"paging": true,
"lengthChange": false,
"searching": false,
"ordering": true,
"info": true,
"autoWidth": false,
"responsive": true,
});
});
</script>
</body>