-
Notifications
You must be signed in to change notification settings - Fork 0
/
labratory.html
191 lines (176 loc) · 8.17 KB
/
labratory.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> lab</title>
<link rel="stylesheet" href="asset/css/doc.css">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
</head>
<body>
<section class="viewpt">
<div class="intros">
<div class="logo">
<a href="index.html"><img src="image/aastu logo.jpg" alt="img"></a>
</div>
<div class="intro">
<h1>| LABRATORY</h1>
</div>
<div class="logout">
<span></span>
<div class="dropdown">
<button onclick="myFunction()" class="dropbtn">LABRATORY<br><i class="fa-sharp fa-solid fa-caret-down"></i></button>
<div id="myDropdown" class="dropdown-content ">
<a href="">Dr zelalem AMENSA</a>
<a href="#" class="cpwrd" onclick="ChangeFunction()">change password</a>
<a href="">logout</a>
</div>
</div>
</div>
</div>
</section>
<section class="asign">
<h1></h1>
<div class="labview">
<h1>VIEW TEST TYPE </h1>
<div class="testtype">
<div class="type">
<h1>test type</h1>
<ul>
<li>urine analysis</li>
<li>blood test</li>
<li>stool test</li>
<li>............waiting......</li>
<li>............waiting......</li>
</ul>
</div>
</div>
<div class="description">
<h1>description</h1>
<ul>
<li>
</li>
<li></li>
<li>he HAD HIV postive and syphill
and he is vergin too
how he got it ? ,imposible right
he HAD HIV postive and
how he got it ? ,imposible right</li>
<li></li>
<li>............waiting.....</li>
<li>........waiting........</li>
</ul>
</div>
</div>
</div>
<form action="">
<div class="colum">
<div class="test">
<label for="test">TEST TYPE</label>
<select name="" id="test" multiple required>
<option value="stool" >STOOL</option>
<option value="urine analysis"class="clk">URINE ANALYSIS</option>
</select>
</div>
<div class="testform">
<form action="">
<div class="stool">
<h1>STOOL</h1>
<div class="stoollist">
<div>
<label for="">appearance:</label>
<input type="text" placeholder="appearance result..." >
</div>
<div>
<label for="">consistence:</label>
<input type="text" placeholder="consistence result..." >
</div>
<div>
<label for="">pus:</label>
<input type="text" placeholder="pus result..." >
</div>
<div>
<label for="">RBC:</label>
<input type="text" placeholder="RBC result..." >
</div>
<div>
<label for="">H.Pylori stool AG:</label>
<input type="text" placeholder="H.Pylori stool AG result..." >
</div>
<div>
<label for="">ova of parasite:</label>
<input type="text" placeholder="ova of parasite result..." >
</div>
</div>
</div>
<div >
<h1 class="">URINE ANALYSIS</h1>
<div class="urine hide">
<div>
<h5>urine chemical</h5>
<div class="urinelist">
<label for="">color:</label>
<input type="text" placeholder="color result..." >
<label for="">appearance:</label>
<input type="text" placeholder="appearance result..." >
<label for="">sp.gravity:</label>
<input type="text" placeholder="sp.gravity result..." >
<label for="">PH:</label>
<input type="text" placeholder=" PH result..." >
<label for="">Bilirubin</label>
<input type="text" placeholder="Bilirubin result..." >
<label for="">urobilinogen:</label>
<input type="text" placeholder="urobilinogen result..." >
<label for="">ketone:</label>
<input type="text" placeholder="ketone result..." >
<label for="">glucose:</label>
<input type="text" placeholder="glucose result..." >
<label for="">protien:</label>
<input type="text" placeholder="protien result..." >
<label for="">blood:</label>
<input type="text" placeholder="blood result..." >
<label for="">nitrite</label>
<input type="text" placeholder="nitrite result..." >
<label for="">leukocycte:</label>
<input type="text" placeholder=" leukocycte result..." >
<label for="">HCG TEST:</label>
<input type="text" placeholder=" HCG test result..." >
</div>
</div>
<div>
<h5>microscopy</h5>
<div class="urinelists">
<label for="">WBC:</label>
<input type="text" placeholder="WBC result..." >
<label for="">RBC:</label>
<input type="text" placeholder="RBC result..." >
<label for="">Epitherial cell:</label>
<input type="text" placeholder="Epitherial cell result..." >
<label for="">bacteria:</label>
<input type="text" placeholder=" bacteria result..." >
<label for="">crystal:</label>
<input type="text" placeholder="crystal result..." >
<label for="">casts:</label>
<input type="text" placeholder="casts result..." >
<label for="">other:</label>
<input type="text" placeholder="other result..." >
</div>
</div>
</div>
</div>
</form>
</div>
<button>SUBMIT</button>
</div>
</form>
</section>
</section>
<footer>
<h5> cms 2022 all right reserved</h5>
</footer>
<script src="asset/js/doc.js"></script>
<script src="asset/js/main.js"></script>
</body>
</html>