-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreports.php
51 lines (46 loc) · 1.51 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
<style>
.xyz {
-moz-border-radius:10px;
box-shadow: 1px 2px 2px 3px rgba(0,0,0,0.3);
background:#34ad00;
padding:10px;
width:280px;
float: left;
margin-left:5%;
}
.xh2 {
color:#000033;
font-size:14px;
}
.xli {
line-height:20px;
}
</style>
<div align="flex" style="margin-top: 10%">
<div style="animation-delay: 1s;animation-name: zoomIn;" data-wow-delay="1s" class="wow zoomIn animated animated xyz">
<h2 class="xh2">
Complain Status Details<ul>
<a href="view.php?mod=admin&view=repo&id=close"></a><a href="view.php?mod=admin&view=repo&id=Closed"><li class="xli">Close Complains</li></a>
<a href="view.php?mod=admin&view=repo&id=Working"><li class="xli">Working Complains</li></a>
</ul>
</h2>
</div>
<div style="animation-delay: 1s;animation-name: zoomIn;" data-wow-delay="1s" class="wow zoomIn animated animated xyz">
<h2 class="xh2">
Detail Reports
<ul>
<a href="view.php?mod=admin&view=repod&id=engineer"><li>Employee Details</li></a>
<a href="view.php?mod=admin&view=repod&id=customer"><li>Customer Details</li></a>
</ul>
</h2>
</div>
<div style="animation-delay: 1s;animation-name: zoomIn;" data-wow-delay="1s" class="wow zoomIn animated animated xyz">
<h2 class="xh2">
Complaint Feedback Reports
<ul>
<a href="view.php?mod=admin&view=feedback&id=feedback"><li>Complaint Feedback Details</li></a>
<li style="list-style: none"> </li>
</ul>
</h2>
</div>
</div>