-
Notifications
You must be signed in to change notification settings - Fork 0
/
editPatients.html
198 lines (194 loc) · 10.3 KB
/
editPatients.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
<!DOCTYPE html>
<html>
<head>
<title>Patients</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="assets/css/clinical/common.css">
<link rel="stylesheet" type="text/css" href="assets/css/clinical/patients.css">
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="clinical">
<main class="clinical_right">
<!-- patient program start -->
<div id="container-4" class="container-4">
<div>
<h4 class="heading-3">Stage 1: Video Library</h4>
<div class="card-2">
<a href="">
<div class="container">
<div>
<img class="thumbnail" src="assets/images/screenshot-3.png" alt="" />
<img class="play" src="assets/images/play_circle_filled_24px.png" alt="" />
</div>
<div>
<h4>Exercise 1</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit...</p>
</div>
</div>
</a>
</div>
<div class="card-2">
<a href="">
<div class="container">
<div>
<img class="thumbnail" src="assets/images/stage_day1_1.png" alt="" />
<img class="play" src="assets/images/play_circle_filled_24px.png" alt="" />
</div>
<div>
<h4>Exercise 1</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit...</p>
</div>
</div>
</a>
</div>
<div class="card-2">
<a href="">
<div class="container">
<div>
<img class="thumbnail" src="assets/images/stage_day1_2.png" alt="" />
<img class="play" src="assets/images/play_circle_filled_24px.png" alt="" />
</div>
<div>
<h4>Exercise 1</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit...</p>
</div>
</div>
</a>
</div>
<div class="card-2">
<a href="">
<div class="container">
<div>
<img class="thumbnail" src="assets/images/stage_day1_3.png" alt="" />
<img class="play" src="assets/images/play_circle_filled_24px.png" alt="" />
</div>
<div>
<h4>Exercise 1</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit...</p>
</div>
</div>
</a>
</div>
<div class="card-2">
<a href="">
<div class="container">
<div>
<img class="thumbnail" src="assets/images/screenshot-3.png" alt="" />
<img class="play" src="assets/images/play_circle_filled_24px.png" alt="" />
</div>
<div>
<h4>Exercise 1</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit...</p>
</div>
</div>
</a>
</div>
</div>
<div>
<div class="padding-1">
<div class="flex-3">
<div><a href="patients.html" class="button-1"><i class="fa fa-chevron-left" aria-hidden="true"></i> <span>Back</span></a></div>
<div>
<h4 class="heading-4">Carrie’s Lower Back Program</h4>
</div>
<div class="hidden"><button class="button-1">hidden</button></div>
</div>
</div>
<!-- stage tabs start -->
<div class="tab">
<button class="tablinks" onclick="openCity(event, 'stage-1')" id="defaultOpen">stage 1</button>
<button class="tablinks" onclick="openCity(event, 'stage-2')">stage 2</button>
<button class="tablinks" onclick="openCity(event, 'stage-3')">stage 3</button>
<button class="tablinks" onclick="openCity(event, 'stage-4')">stage 4</button>
</div>
<div id="stage-1" class="tabcontent">
<h3>Stage 1</h3>
<h4>Dull pain Treatment</h4>
<p>Back pain persists and fluctuates between levels 2 and 5 on a scale of 10. Discomfort may increase in the morning or in the evening, after an intense day.</p>
</div>
<div id="stage-2" class="tabcontent">
<h3>Stage 2</h3>
<h4>Dull pain Treatment</h4>
<p>Back pain persists and fluctuates between levels 2 and 5 on a scale of 10. Discomfort may increase in the morning or in the evening, after an intense day.</p>
</div>
<div id="stage-3" class="tabcontent">
<h3>Stage 3</h3>
<h4>Dull pain Treatment</h4>
<p>Back pain persists and fluctuates between levels 2 and 5 on a scale of 10. Discomfort may increase in the morning or in the evening, after an intense day.</p>
</div>
<div id="stage-4" class="tabcontent">
<h3>Stage 4</h3>
<h4>Dull pain Treatment</h4>
<p>Back pain persists and fluctuates between levels 2 and 5 on a scale of 10. Discomfort may increase in the morning or in the evening, after an intense day.</p>
</div>
<div class="padding-1">
<h4 class="heading-6">Day 1</h4>
<!-- drag and drop from video start -->
<div class="grid-2">
<div class="card-3">
<div>
<a0>
<div class="container">
<div>
<img class="thumbnail" src="assets/images/screenshot-4.png" alt="">
<img class="play" src="assets/images/play_circle_filled_24px.png" alt="">
</div>
<div>
<h4>Exercise 1</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit...</p>
</div>
</div>
</a0>
</div>
<div class="move">
<img src="assets/images/clinical/move.png"/>
<div>Move</div>
</div>
<button class="remove"><i class="fa fa-trash"></i><span> Delete</span></button>
</div>
<div>
<div><i class="fa fa-plus-square-o" aria-hidden="true"></i></div>
<div><span>Drag and drop from Video Library</span></div>
</div>
</div>
<!-- add another day start -->
<div class="container-5">
<div><p>Click on the button below to add another day for this stage of the program</p></div>
<div><button class="orange">Add Another Day</button></div>
</div>
</div>
</div>
</div>
<!-- patient program end -->
</main>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
function openCity(evt, cityName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(cityName).style.display = "block";
evt.currentTarget.className += " active";
}
// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen").click();
</script>
<script>
$(document).ready(function(){
$(".expand").click(function(){
$(".panel").slideToggle("slow");
});
});
</script>
</body>
</html>