-
Notifications
You must be signed in to change notification settings - Fork 2
/
reports.php
105 lines (102 loc) · 4.86 KB
/
reports.php
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
<?php
include_once 'functions/authentication.php';
?>
<!DOCTYPE html>
<html data-bs-theme="light" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>WTMS</title>
<meta name="description" content="Rental Management and Monitoring for a Fashion Boutique">
<link rel="icon" type="image/png" sizes="128x128" href="assets/img/reservoir.png">
<link rel="icon" type="image/png" sizes="128x128" href="assets/img/reservoir.png">
<link rel="icon" type="image/png" sizes="128x128" href="assets/img/reservoir.png">
<link rel="icon" type="image/png" sizes="128x128" href="assets/img/reservoir.png">
<link rel="icon" type="image/png" sizes="128x128" href="assets/img/reservoir.png">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/Nunito.css">
</head>
<body>
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th class="font-monospace text-center" style="color: var(--bs-gray-900);font-size: 13px;"><img src="assets/img/reservoir.png" width="40"> WTMS<br><span style="font-weight: normal !important;">Street, Barangay, Pagadian City</span></th>
</tr>
</thead>
<tbody>
<tr></tr>
<tr></tr>
</tbody>
</table>
</div>
<div class="table-responsive">
<table class="table table-borderless">
<thead>
<tr>
<th class="font-monospace text-center" style="font-size: 10px;">Water Data</th>
</tr>
</thead>
<tbody class="font-monospace">
<tr class="font-monospace"></tr>
<tr class="font-monospace"></tr>
</tbody>
</table>
</div>
<div class="table-responsive font-monospace">
<table class="table table-borderless">
<thead class="font-monospace">
<tr class="font-monospace">
<th class="font-monospace" style="font-size: 10px;"><span style="font-weight: normal !important;">Tank: Space Tank</span></th>
<th class="font-monospace text-end" style="font-size: 10px;"></th>
<th class="font-monospace text-end" style="font-size: 10px;"></th>
<th class="font-monospace text-end" style="font-size: 10px;">Tank Liter: 0</th>
</tr>
</thead>
<tbody class="font-monospace">
<tr class="font-monospace" style="font-size: 10px;">
<td class="font-monospace" style="font-size: 10px;">Height (cm)</td>
<td class="font-monospace text-end" style="font-size: 10px;"></td>
<td class="font-monospace text-end" style="font-size: 10px;"></td>
<td class="font-monospace text-end" style="font-size: 10px;"><strong>DATE: 8/2/2023</strong></td>
</tr>
<tr class="font-monospace" style="font-size: 10px;">
<td class="font-monospace" style="font-size: 10px;">Data: <strong>8/2/2023</strong></td>
<td class="font-monospace text-end" style="font-size: 10px;"></td>
<td class="font-monospace text-center" style="font-size: 10px;"><strong>Level:</strong></td>
<td class="font-monospace text-end" style="font-size: 10px;"><strong>Liter: </strong></td>
</tr>
</tbody>
</table>
</div>
<div class="table-responsive">
<table class="table">
<thead class="font-monospace">
<tr class="font-monospace">
<th class="font-monospace text-end">ZDSPGC</th>
</tr>
</thead>
<tbody>
<tr></tr>
</tbody>
</table>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bs-init.js"></script>
<script src="assets/js/jquery.dataTables.min.js"></script>
<script src="assets/js/dataTables.bootstrap5.min.js"></script>
<script src="assets/js/dataTables.buttons.min.js"></script>
<script src="assets/js/jszip.min.js"></script>
<script src="assets/js/pdfmake.min.js"></script>
<script src="assets/js/three.min.js"></script>
<script src="assets/js/theme.js"></script>
<script src="assets/js/vfs_fonts.js"></script>
<script src="assets/js/buttons.html5.min.js"></script>
<script src="assets/js/buttons.print.min.js"></script>
<script src="assets/js/vanta.birds.min.js"></script>
<script src="assets/js/vanta.waves.min.js"></script>
<script src="assets/js/sweetalert2.all.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>