-
Notifications
You must be signed in to change notification settings - Fork 0
/
inActivePlants.html
47 lines (43 loc) · 1.92 KB
/
inActivePlants.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>RO PLANT</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT"
crossorigin="anonymous"></script>
</head>
<body class="pt-5">
<div class="container mt-5">
<div class="d-flex justify-content-between">
<div class="d-grid gap-2 d-md-flex justify-content-md-end m-1">
<a class="btn btn-link btn-sm" role="button" onclick="window.location='dashboard.html'+window.location.search;">
<img src="images/back-btn.png" style="max-width:80%; margin-left: -25px;" class="thumbnail img-responsives"
alt="">
</a>
</div>
<div class="d-grid gap-2 d-md-flex justify-content-md-end m-2">
<a class="btn btn-outline-dark btn-sm" role="button" onclick="logout()">
Logout
</a>
</div>
</div>
<div class="col-12 mb-5 text-center"><img src="images/jv-logo.jpg" class="img-fluid border-bottom"> </div>
<div class="pt-3 pl-3 pr-3 shadow mb-4">
<div class="row justify-content-evenly" id="outer">
</div>
</div>
</body>
<script src="https://www.gstatic.com/firebasejs/4.5.0/firebase.js"></script>
<script src="https://www.gstatic.com/firebasejs/4.5.0/firebase-firestore.js"></script>
<script src="./assets/js/DataGetter.js"></script>
<script src="./assets/js/sS.js"></script>
<script src="./assets/js/inActivePlants.js"></script>
<script src="./assets/js/logout.js"></script>
<script src="./assets/js/plantsDetails.js"></script>
</html>