-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmed-schedule-template.html
More file actions
81 lines (79 loc) · 1.49 KB
/
med-schedule-template.html
File metadata and controls
81 lines (79 loc) · 1.49 KB
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
---
layout: default
title: Team Nexus - Medication Schedule Template
---
<link rel="stylesheet" href="/css/med-schedule.css"/>
<meta name="description" content="Medication Schedule Template"/>
</head>
<body>
<h1>Medication Schedule</h1>
<h2 contenteditable="true">***Edit to Patient Name***</h2>
<br/>
<table class="schedule">
<tr>
<th>
<img src="img/morning-thumbnail.png" height="60" width="60">
<p>Morning/Breakfast</p>
</th>
<th>
<img src="img/afternoon-thumbnail.png" height="60" width="60">
<p>Afternoon/Lunch</p>
</th>
<th>
<img src="img/evening-thumbnail.png" height="60" width="60">
<p>Evening/Dinner</p>
</th>
<th>
<img src="img/night-thumbnail.png" height="60" width="60">
<p>Night/Bedtime</p>
</th>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>