-
Notifications
You must be signed in to change notification settings - Fork 0
/
assignment.html
130 lines (123 loc) · 3.15 KB
/
assignment.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
<html>
<head>
<title>Assignment</title>
<style>
/*
<input type="text" name="search" class="clear"/>
<input type="text" name="search" class="clear1"/>
*/
@import url(style1.css);
</style>
</head>
<body>
<div class="top">
Sambo Visal
</div>
<div class="information">
<div class="header">
<form>
<ul>
<li>
<select class="clear1">
<option></option>
<option>Sambo Visal</option>
<option>Mazation</option>
<option>Vandate</option>
<option>Makara</option>
<option>Ching</option>
</select>
<input type="submit" value="search" class="se1">
</li>
<li>
<textarea class="clear" maxlength="200" placeholder="Feed Us Back By Maximum 200 words"></textarea>
<input type="submit" value="Submit" class="se2">
</li>
</ul>
</form>
</div>
<table id="tab">
<th >OP-NO : 23</th>
<th >Name : Visal</th>
<th >Gender : Male</th>
<th >Age : 19</th>
</table>
<div class="table">
<table>
<tr>
<th>Date</th>
<th>S.No</th>
<th class="med">Medicine</th>
<th>Quanlity</th>
<th>Dose</th>
<th>AP</th>
<th>SP</th>
<th>AT</th>
<th>PT</th>
<th>Total</th>
</tr>
<tr>
<td>Apr 28 2016</td>
<td>1</td>
<td>Aswin</td>
<td>3</td>
<td>1 BD</td>
<td class="blue">33.45</td>
<td class="blue">41</td>
<td class="red">123</td>
<td class="red">22.65</td>
<td></td>
</tr>
<tr>
<td></td>
<td>2</td>
<td>Ganesan</td>
<td>5</td>
<td>1 TDS</td>
<td class="blue">55</td>
<td class="blue">61</td>
<td class="red">305</td>
<td class="red">30</td>
<td></td>
</tr>
<tr>
<td> </td>
<td></td>
<td></td>
<td></td>
<td></td>
<td class="sky"></td>
<td class="sky"></td>
<td class="hot"></td>
<td class="hot"></td>
<td></td>
</tr>
</table>
</div>
<div class="nu">
<input type="button" name="number" value="428" class="nu2"/>
</div>
<div class="nu1">
<input type="button" name="number" value="52.65" class="nu2"/>
</div>
<br><br>
<div class="lat">
<div class="edit">
<input type="button" name="Edit" value="Edit" class="me"/>
</div>
<div class="add">
<input type="button" name="Add" value="Add" class="me"/>
</div>
<div class="upd">
<input type="button" name="Updates" value="Updates" class="ye"/>
</div>
<div class="de">
<input type="button" name="Delete" value="Delete" class="dl"/>
</div>
<div class="l">
<input type="button" name="Last Row" value="Last Row" class="ye"/>
</div>
</div>
<br><br>
<p class="small">Kirirom Institute Technology</p>
</body>
</html>