-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport.html
49 lines (46 loc) · 1.28 KB
/
report.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="report.css">
</head>
<body>
<a href="home.html"><button class="home">Home</button></a>
<div class="heading">
<h1>Report</h1>
</div>
<div class="report">
<table>
<tr>
<td>Roll No</td>
<td>Name</td>
<td>Dues upto and including the previous month</td>
<td>Mess bill for current month</td>
<td>Hostel charge for current month</td>
<td>Tatva/Ragam</td>
<td>Fine</td>
<td>Fine_wea</td>
<td>Payment</td>
<td>Dues upto and including the current month</td>
<td>Roll No</td>
<td>Remark</td>
</tr>
<tr>
<div class="EmptyRow">
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</div>
</tr>
</table>
</div>
</body>
</html>