-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdashboard.html
622 lines (613 loc) · 25 KB
/
dashboard.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
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link
rel="apple-touch-icon"
sizes="76x76"
href="images/logo-ct.png/apple-icon.png"
/>
<link rel="icon" type="image/png" href="images/logo-ct.png/favicon.png" />
<title> Denex | Dashboard</title>
<!-- CSS Files -->
<link
id="pagestyle"
href="../assets/css/soft-ui-dashboard.css?v=1.0.3"
rel="stylesheet"
/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
</head>
<body class="g-sidenav-show" style="background-color: #122f37">
<aside
class="
sidenav
navbar navbar-vertical navbar-expand-xs
border-0 border-radius-xl
my-3
fixed-start
ms-3
"
id="sidenav-main"
>
<div class="sidenav-header">
<i
class="
fas
fa-times
p-3
cursor-pointer
text-secondary
opacity-5
position-absolute
end-0
top-0
d-none d-xl-none
"
aria-hidden="true"
id="iconSidenav"
></i>
<a
class="navbar-brand m-0"
href="https://demos.creative-tim.com/soft-ui-dashboard/pages/dashboard.html"
target="_blank"
>
<img
src="images/logo-ct.png"
class="navbar-brand-img h-100"
alt="main_logo"
/>
<span class="ms-1 font-weight-bold">DENEX</span>
</a>
</div>
<hr class="horizontal dark mt-0" />
<div
class="collapse navbar-collapse w-auto max-height-vh-100 h-100"
id="sidenav-collapse-main"
>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" href="/dashboard.html">
<div
class="
icon icon-shape icon-sm
shadow
border-radius-md
bg-white
text-center
me-2
d-flex
align-items-center
justify-content-center
"
>
<svg
width="12px"
height="12px"
viewBox="0 0 45 40"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<title>shop</title>
<g
stroke="none"
stroke-width="1"
fill="none"
fill-rule="evenodd"
>
<g
transform="translate(-1716.000000, -439.000000)"
fill="#FFFFFF"
fill-rule="nonzero"
>
<g transform="translate(1716.000000, 291.000000)">
<g transform="translate(0.000000, 148.000000)">
<path
class="color-background opacity-6"
d="M46.7199583,10.7414583 L40.8449583,0.949791667 C40.4909749,0.360605034 39.8540131,0 39.1666667,0 L7.83333333,0 C7.1459869,0 6.50902508,0.360605034 6.15504167,0.949791667 L0.280041667,10.7414583 C0.0969176761,11.0460037 -1.23209662e-05,11.3946378 -1.23209662e-05,11.75 C-0.00758042603,16.0663731 3.48367543,19.5725301 7.80004167,19.5833333 L7.81570833,19.5833333 C9.75003686,19.5882688 11.6168794,18.8726691 13.0522917,17.5760417 C16.0171492,20.2556967 20.5292675,20.2556967 23.494125,17.5760417 C26.4604562,20.2616016 30.9794188,20.2616016 33.94575,17.5760417 C36.2421905,19.6477597 39.5441143,20.1708521 42.3684437,18.9103691 C45.1927731,17.649886 47.0084685,14.8428276 47.0000295,11.75 C47.0000295,11.3946378 46.9030823,11.0460037 46.7199583,10.7414583 Z"
></path>
<path
class="color-background"
d="M39.198,22.4912623 C37.3776246,22.4928106 35.5817531,22.0149171 33.951625,21.0951667 L33.92225,21.1107282 C31.1430221,22.6838032 27.9255001,22.9318916 24.9844167,21.7998837 C24.4750389,21.605469 23.9777983,21.3722567 23.4960833,21.1018359 L23.4745417,21.1129513 C20.6961809,22.6871153 17.4786145,22.9344611 14.5386667,21.7998837 C14.029926,21.6054643 13.533337,21.3722507 13.0522917,21.1018359 C11.4250962,22.0190609 9.63246555,22.4947009 7.81570833,22.4912623 C7.16510551,22.4842162 6.51607673,22.4173045 5.875,22.2911849 L5.875,44.7220845 C5.875,45.9498589 6.7517757,46.9451667 7.83333333,46.9451667 L19.5833333,46.9451667 L19.5833333,33.6066734 L27.4166667,33.6066734 L27.4166667,46.9451667 L39.1666667,46.9451667 C40.2482243,46.9451667 41.125,45.9498589 41.125,44.7220845 L41.125,22.2822926 C40.4887822,22.4116582 39.8442868,22.4815492 39.198,22.4912623 Z"
></path>
</g>
</g>
</g>
</g>
</svg>
</div>
<span class="nav-link-text ms-1">Dashboard</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="patientregistration.html">
<div
class="
icon icon-shape icon-sm
shadow
border-radius-md
bg-white
text-center
me-2
d-flex
align-items-center
justify-content-center
"
>
<svg
width="12px"
height="12px"
viewBox="0 0 42 42"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<title>office</title>
<g
stroke="none"
stroke-width="1"
fill="none"
fill-rule="evenodd"
>
<g
transform="translate(-1869.000000, -293.000000)"
fill="#FFFFFF"
fill-rule="nonzero"
>
<g transform="translate(1716.000000, 291.000000)">
<g
id="office"
transform="translate(153.000000, 2.000000)"
>
<path
class="color-background opacity-6"
d="M12.25,17.5 L8.75,17.5 L8.75,1.75 C8.75,0.78225 9.53225,0 10.5,0 L31.5,0 C32.46775,0 33.25,0.78225 33.25,1.75 L33.25,12.25 L29.75,12.25 L29.75,3.5 L12.25,3.5 L12.25,17.5 Z"
></path>
<path
class="color-background"
d="M40.25,14 L24.5,14 C23.53225,14 22.75,14.78225 22.75,15.75 L22.75,38.5 L19.25,38.5 L19.25,22.75 C19.25,21.78225 18.46775,21 17.5,21 L1.75,21 C0.78225,21 0,21.78225 0,22.75 L0,40.25 C0,41.21775 0.78225,42 1.75,42 L40.25,42 C41.21775,42 42,41.21775 42,40.25 L42,15.75 C42,14.78225 41.21775,14 40.25,14 Z M12.25,36.75 L7,36.75 L7,33.25 L12.25,33.25 L12.25,36.75 Z M12.25,29.75 L7,29.75 L7,26.25 L12.25,26.25 L12.25,29.75 Z M35,36.75 L29.75,36.75 L29.75,33.25 L35,33.25 L35,36.75 Z M35,29.75 L29.75,29.75 L29.75,26.25 L35,26.25 L35,29.75 Z M35,22.75 L29.75,22.75 L29.75,19.25 L35,19.25 L35,22.75 Z"
></path>
</g>
</g>
</g>
</g>
</svg>
</div>
<span class="nav-link-text ms-1">Patient Registration</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="patientmanagement.html">
<div
class="
icon icon-shape icon-sm
shadow
border-radius-md
bg-white
text-center
me-2
d-flex
align-items-center
justify-content-center
"
>
<svg
width="12px"
height="12px"
viewBox="0 0 43 36"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<title>credit-card</title>
<g
stroke="none"
stroke-width="1"
fill="none"
fill-rule="evenodd"
>
<g
transform="translate(-2169.000000, -745.000000)"
fill="#FFFFFF"
fill-rule="nonzero"
>
<g transform="translate(1716.000000, 291.000000)">
<g transform="translate(453.000000, 454.000000)">
<path
class="color-background opacity-6"
d="M43,10.7482083 L43,3.58333333 C43,1.60354167 41.3964583,0 39.4166667,0 L3.58333333,0 C1.60354167,0 0,1.60354167 0,3.58333333 L0,10.7482083 L43,10.7482083 Z"
></path>
<path
class="color-background"
d="M0,16.125 L0,32.25 C0,34.2297917 1.60354167,35.8333333 3.58333333,35.8333333 L39.4166667,35.8333333 C41.3964583,35.8333333 43,34.2297917 43,32.25 L43,16.125 L0,16.125 Z M19.7083333,26.875 L7.16666667,26.875 L7.16666667,23.2916667 L19.7083333,23.2916667 L19.7083333,26.875 Z M35.8333333,26.875 L28.6666667,26.875 L28.6666667,23.2916667 L35.8333333,23.2916667 L35.8333333,26.875 Z"
></path>
</g>
</g>
</g>
</g>
</svg>
</div>
<span class="nav-link-text ms-1">Patient Management</span>
</a>
</li>
</div>
</div>
</aside>
<main
class="
main-content
position-relative
max-height-vh-100
h-100
mt-1
border-radius-lg
"
>
<!-- Navbar -->
<nav
class="
navbar navbar-main navbar-expand-lg
px-0
mx-4
shadow-none
border-radius-xl
"
id="navbarBlur"
navbar-scroll="true"
>
<div class="container-fluid py-1 px-3">
<nav aria-label="breadcrumb">
<h6 class="font-weight-bolder mb-0">Dashboard</h6>
</nav>
<div
class="collapse navbar-collapse mt-sm-0 mt-2 me-md-0 me-sm-4"
id="navbar"
>
</div>
<ul class="navbar-nav justify-content-end">
<li class="nav-item d-flex align-items-center">
<a
href="javascript:;"
class="nav-link text-body font-weight-bold px-0"
>
<i class="fa fa-user me-sm-1"></i>
<span class="d-sm-inline d-none" onclick="logout()">Logout</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<div class="container-fluid py-4">
<div class="row">
<div class="col-xl-3 col-sm-6 mb-xl-0 mb-4">
<div class="card">
<div class="card-body p-3">
<div class="row">
<div class="col-8">
<div class="numbers">
<p class="text-sm mb-0 text-capitalize font-weight-bold">
Patient Count
</p>
<h5 class="font-weight-bolder mb-0" id="patientCount">23
<span class="text-success text-sm font-weight-bolder"
>+</span
>
</h5>
</div>
</div>
<div class="col-4 text-end">
<div
class="
icon icon-shape
bg-gradient-primary
shadow d-flex justify-content-center align-items-center
border-radius-md
"
>
<i class="text-white fas fa-tasks"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-sm-6 mb-xl-0 mb-4">
<div class="card">
<div class="card-body p-3">
<div class="row">
<div class="col-8">
<div class="numbers">
<p class="text-sm mb-0 text-capitalize font-weight-bold">
Cases Completed
</p>
<h5 class="font-weight-bolder mb-0" id="casesCompleted">23
<span class="text-success text-sm font-weight-bolder"
>+</span
>
</h5>
</div>
</div>
<div class="col-4 text-end">
<div
class="
icon icon-shape
bg-gradient-primary
shadow d-flex justify-content-center align-items-center
border-radius-md
"
>
<i class="text-white fas fa-clipboard-check"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-sm-6 mb-xl-0 mb-4">
<div class="card">
<div class="card-body p-3">
<div class="row">
<div class="col-8">
<div class="numbers">
<p class="text-sm mb-0 text-capitalize font-weight-bold">
Live cases
</p>
<h5 class="font-weight-bolder mb-0" id="liveCount">13
<span class="text-success text-sm font-weight-bolder"
>+</span
>
</h5>
</div>
</div>
<div class="col-4 text-end">
<div
class="
icon icon-shape
bg-gradient-primary
shadow d-flex justify-content-center align-items-center
border-radius-md
"
>
<i class="text-white fas fa-procedures"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-sm-6">
<div class="card">
<div class="card-body p-3">
<div class="row">
<div class="col-8">
<div class="numbers">
<p class="text-sm mb-0 text-capitalize font-weight-bold">
No. of Doctors
</p>
<h5 class="font-weight-bolder mb-0" id="doctorCount">12
<span class="text-success text-sm font-weight-bolder"
>+</span
>
</h5>
</div>
</div>
<div class="col-4 text-end">
<div
class="
icon icon-shape
bg-gradient-primary
shadow d-flex justify-content-center align-items-center
border-radius-md
"
>
<i class="text-white fas fa-user-md"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-lg-3 mb-lg-0 mb-4">
<div class="card">
<div class="card-body p-3">
<div class="row">
<div class="ms-auto text-center mt-5 mt-lg-0">
<div class="bg-gradient-primary border-radius-lg h-100">
<div
class="
position-relative
d-flex
align-items-center
justify-content-center
"
>
<img
class="w-100 position-relative z-index-2"
src="images/dental.png"
alt="dental"
/>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-9">
<div class="card h-100 p-3">
<div
class="
overflow-hidden
position-relative
border-radius-lg
bg-cover
h-100
"
style="background-image: url('2dental.png');"
>
<span class="mask bg-gradient-dark"></span>
<div
class="
card-body
position-relative
z-index-1
d-flex
flex-column
h-100
p-3
"
>
<h5 class="text-white font-weight-bolder mb-4 pt-2">
Denex
</h5>
<p class="text-white">
Our software DENEX is used for orthodontic treatment. This software is intended to speed up the process where dental experts can analyze and make modified treatment plans for their patients.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid mt-4 px-2">
<div class="row">
<div class="col-12 px-0">
<div class="card mb-4">
<div class="card-header pb-0">
<h6>Patient Details</h6>
</div>
<div class="card-body px-0 pt-0 pb-2">
<div class="table-responsive p-0">
<table class="table align-items-center mb-0">
<thead>
<tr>
<th class="text-uppercase text-secondary text-xxs font-weight-bolder opacity-7">Patient Name</th>
<th class="text-uppercase text-secondary text-xxs font-weight-bolder opacity-7 ps-2">Doctor</th>
<th class="text-center text-uppercase text-secondary text-xxs font-weight-bolder opacity-7">Status</th>
<th class="text-center text-uppercase text-secondary text-xxs font-weight-bolder opacity-7">Duration</th>
<th class="text-secondary opacity-7"></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<div class="d-flex px-2 py-1">
<div class="d-flex flex-column justify-content-center">
<h6 class="mb-0 text-sm" id="patientName">John Michael</h6>
</div>
</div>
</td>
<td>
<p class="text-xs font-weight-bold mb-0" id="doctorName">Dr. Salomi</p>
<p class="text-xs text-secondary mb-0">Specialist</p>
</td>
<td class="align-middle text-center text-sm">
<span class="badge badge-sm bg-gradient-success">Live</span>
</td>
<td class="align-middle text-center">
<span class="text-secondary text-xs font-weight-bold" id="duration">2 days</span>
</td>
<td class="align-middle">
<a href="javascript:;" class="text-secondary font-weight-bold text-xs" data-toggle="tooltip" data-original-title="Edit user">
Edit
</a>
</td>
</tr>
<tr>
<td>
<div class="d-flex px-2 py-1">
<div class="d-flex flex-column justify-content-center">
<h6 class="mb-0 text-sm">Alexa Liras</h6>
</div>
</div>
</td>
<td>
<p class="text-xs font-weight-bold mb-0">Dr. Jonathan</p>
<p class="text-xs text-secondary mb-0">Chief</p>
</td>
<td class="align-middle text-center text-sm">
<span class="badge badge-sm bg-gradient-secondary">Completed</span>
</td>
<td class="align-middle text-center">
<span class="text-secondary text-xs font-weight-bold" id="completedCount"></span><span class="text-secondary text-xs font-weight-bold">days</span>
</td>
<td class="align-middle">
<a href="javascript:;" class="text-secondary font-weight-bold text-xs" data-toggle="tooltip" data-original-title="Edit user">
Edit
</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer pt-3">
<div class="container-fluid">
<div class="row align-items-center justify-content-lg-between">
<div class="col-lg-6 mb-lg-0 mb-4">
<div
class="copyright text-center text-sm text-muted text-lg-start"
>
©
<script>
document.write(new Date().getFullYear());
</script>
, made with <i class="fa fa-heart"></i> by
<a
href=""
class="font-weight-bold"
target="_blank"
>Phenix</a
>
</div>
</div>
<div class="col-lg-6">
<ul
class="
nav nav-footer
justify-content-center justify-content-lg-end
"
>
<li class="nav-item">
<a
href=""
class="nav-link text-muted"
target="_blank"
>Phenix</a
>
</li>
</ul>
</div>
</div>
</div>
</footer>
</div>
</main>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.js"
integrity="sha512-n/4gHW3atM3QqRcbCn6ewmpxcLAHGaDjpEBu4xZd47N0W2oQ+6q7oc3PXstrJYXcbNU1OHdQ1T7pAP+gi5Yu8g=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
crossorigin="anonymous"
></script>
<script src="js/config.js"></script>
<script src="js/dashboard.js"></script>
<script src="js/logout.js"></script>
</body>
</html>