forked from arjanvillon/caredex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
admin_view_schedule.html
223 lines (206 loc) · 12.2 KB
/
admin_view_schedule.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
<!DOCTYPE html>
<html lang="en">
<head>
<!--meta tags-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="author" content="TeamKitty">
<!--title-->
<title>View Schedule | Caredex</title>
<!--icons-->
<link href="assets/icons/fontawesome-free-5.7.2-web/css/fontawesome.css" rel="stylesheet" />
<link href="assets/icons/fontawesome-free-5.7.2-web/css/solid.css" rel="stylesheet" />
<!--bootstrap core css-->
<link rel="stylesheet" href="assets/styles/bootstrapcss/bootstrap.css" />
<!--plugins-->
<link href="assets/plugins/data-tables/DataTables-1.10.18/css/dataTables.bootstrap.css" rel="stylesheet"/>
<link href="assets/plugins/data-tables/datatables.css" rel="stylesheet" />
<link href="assets/plugins/data-tables/Responsive-2.2.2/css/responsive.bootstrap.css" />
<link href="assets/plugins/mdb-free_4.7.5/css/addons/datatables.css" />
<!-- Material Design Bootstrap -->
<link href="assets/plugins/mdb-free_4.7.5/css/mdb.css" rel="stylesheet">
<!--logo-->
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/output-1.png">
<!-- framework styles -->
<link rel="stylesheet" href="assets/plugins/select2/select2.min.css" />
<!--custom styles-->
<link rel="stylesheet" href="assets/styles/custom.css" />
<!--internal style-->
<style>
body {
overflow-x: hidden !important;
}
</style>
</head>
<body class="grey lighten-3">
<!--=================NAVBAR======================-->
<!--Main Navigation-->
<nav class="p-3 navbar navbar-expand-xl navbar-light bg-white sticky sticky-top">
<a class="navbar-brand" href="#">
<img class="img-fluid pt-0" src="assets/images/Caredex-2.png" width="150px;" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-main" aria-controls="navbar-main" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar-main">
<ul class="navbar-nav ml-auto ">
<li class="nav-item pr-3">
<a class="nav-link waves-effect waves-light pl-5 pr-5" href="admin_dashboard.html"><i class="fas fa-th-large"> Dashboard</i>
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item dropdown pr-3 no-arrow">
<a class="nav-link dropdown-toggle waves-effect waves-light pl-5 pr-5" id="agents-dropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-user-injured"></i> Patient
</a>
<div class="dropdown-menu fadeIn dropdown-secondary" aria-labelledby="agents-dropdown">
<a class="dropdown-item waves-effect waves-light" href="admin_add_patient.html"><i class="fas fa-plus"></i> Add</a>
<a class="dropdown-item waves-effect waves-light" href="admin_view_patient.php"><i class="fas fa-search"></i> View</a>
</div>
</li>
<li class="nav-item dropdown pr-3 no-arrow">
<a class="nav-link dropdown-toggle waves-effect waves-light pl-5 pr-5" id="agents-dropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-user-injured"></i> Nurse
</a>
<div class="dropdown-menu fadeIn dropdown-secondary" aria-labelledby="agents-dropdown">
<a class="dropdown-item waves-effect waves-light" href="add_nurse.html"><i class="fas fa-plus"></i> Add</a>
<a class="dropdown-item waves-effect waves-light" href="admin_nurse.php"><i class="fas fa-search"></i> View</a>
</div>
</li>
<li class="nav-item dropdown active pr-3 no-arrow">
<a class="white-text nav-link dropdown-toggle waves-effect waves-light pl-5 pr-5" id="agents-dropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-clock"></i> Schedule
</a>
<div class="dropdown-menu fadeIn dropdown-secondary" aria-labelledby="agents-dropdown">
<a class="dropdown-item waves-effect waves-light" href="admin_mng_schedule.php"><i class="fas fa-edit"></i> Manage</a>
</div>
</li>
</ul>
<ul class="navbar-nav ml-auto nav-flex-icons">
<li class="nav-item pt-2">
Denielle
</li>
<li class="nav-item avatar dropdown">
<a class="nav-link dropdown-toggle waves-effect waves-light" id="navbarDropdownMenuLink-5" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
<img src="assets/images/profile-holder.jpg" class="img-fluid rounded-circle z-depth-0" style="width:30px" alt="Material Design for Bootstrap - example photo">
</a>
<div class="dropdown-menu fadeIn dropdown-menu-right dropdown-secondary" aria-labelledby="navbarDropdownMenuLink-5">
<a class="dropdown-item waves-effect waves-light" href="#">Profile</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item waves-effect waves-light" href="#">Sign Out</a>
</div>
</li>
</ul>
</div>
</nav>
<!--Main Navigation-->
<!--Main Layout-->
<main class="grey lighten-3" style="min-height:80vh">
<!--breadcrumb-->
<div class="row"><!--first row-->
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"><!--first col of 1st row-->
<h4 class="pl-5 page-title">Schedule </h4>
</div><!--first col of 1st row-->
</div><!--first row-->
<!--breadcrumb-->
<div class="card mx-5 mb-5"><!--card-->
<div class="card-body">
<!--for label and data proper indention-->
<div class="form-row">
<div class="col-md-6">
<div class="row mb-3">
<div class="col-sm-3">
<span class="font-weight-bold">Patient Name: </span>
</div>
<div class="col-sm-9">
<select class="js-example-basic-single" name="p_patient_name" required class="form-control" id="p_patient_name">
<option value="1">Denielle Gonzales</option>
<option value="2">Nikki Abarca</option>
<option value="3">Arjan Heaven Villon</option>
<option value="4">Ryan Jeff Sumayao</option>
</select>
</div>
</div>
<!--for label and data proper indention-->
</div>
<div class="col-md-6">
<div class="row mb-3">
<div class="col-sm-3">
<span class="font-weight-bold">Care of: </span>
</div>
<div class="col-sm-9">
<span class="grey-text font-weight-bold">Nurse 1</span>
</div>
</div>
<!--for label and data proper indention-->
</div>
</div>
<div class="responsive-t">
<table id="view_all_patient_table" class="table table-hover table-bordered table-striped table-sm" cellspacing="0" width="100%">
<thead>
<tr>
<th class="th-sm">Medication</th>
<th class="th-sm">Date</th>
<th class="th-sm">Time</th>
<th class="th-sm">Endorsement</th>
</tr>
</thead>
<tbody>
<tr>
<td class="wo-button">Ampicillin</td>
<td class="wo-button">10/06/19</td>
<td class="wo-button">09:00 PM</td>
<td class="wo-button">Triage of Injured Patient</td>
</tr>
</tr>
</tbody>
</table><!--table-->
</div><!--table div-->
</div><!--card body-->
</div><!--card-->
</main>
<!--Main Layout-->
<!-- Footer -->
<footer class="page-footer font-small grey lighten-5">
<!-- Copyright -->
<div class="footer-copyright font-weight-normal text-center blue-grey-text py-3">© 2019 Copyright:
<a href="#" class="light-blue-text"> TeamKitty</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</body>
<!-- SCRIPTS -->
<!-- JQuery -->
<script type="text/javascript" src="assets/scripts/jqueryjs/jquery.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="assets/scripts/popperjs/popper.js"></script>
<!--Plugins-->
<script src="assets/plugins/data-tables/jquery.datatables.min.js"></script>
<script src="assets/plugins/data-tables/datatables.js"></script>
<script src="assets/plugins/data-tables/DataTables-1.10.18/js/jquery.dataTables.js"></script>
<script src="assets/plugins/data-tables/KeyTable-2.5.0/js/dataTables.keyTable.js"></script>
<script src="assets/plugins/data-tables/tablepress-datatables-sorting-plugins/jquery.datatables.sorting-plugins.js"></script>
<script type="text/javascript" src="assets/plugins/data-tables/Responsive-2.2.2/js/dataTables.responsive.js"></script>
<script type="text/javascript" src="assets/plugins/mdb-free_4.7.5/js/addons/datatables.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="assets/scripts/boostrapjs/bootstrap.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="assets/plugins/mdb-free_4.7.5/js/modules/waves.js"></script>
<script type="text/javascript" src="assets/plugins/mdb-free_4.7.5/js/modules/forms-free.js"></script>
<script type="text/javascript" src="assets/plugins/mdb-free_4.7.5/js/bootstrap.js"></script>
<!-- framework scripts -->
<script type="text/javascript" src="assets/plugins/select2/select2.min.js"></script>
<!--internal scripts-->
<script>
$('#view_all_patient_table').DataTable({
keys: true,
"pagingType": "simple_numbers"
});
$('.dataTables_length').addClass('bs-select');
// initialize select2
$(document).ready(function() {
$('select').select2();
});
</script>
<!--Custom Javascript-->
<script type="text/javascript" src="assets/scripts/script.js"></script>
</html>