-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadmin_home.php
63 lines (60 loc) · 2.61 KB
/
admin_home.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
<?php include("header.php"); ?>
<br><br>
<div id="services" class="services-area area-padding" style="background-color: #c2c2a3";>
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="section-headline services-head text-center">
<h2><span>ADMIN-HOME</span></h2><br>
<p>SANGATH-IPL</p><br>
</div>
<br>
<h3><u style="color: green">Admin-Access</u></h3>
<div>
<div id="div1">
<ul style="list-style-type:square">
<li>
<h2>Profile Management</h2>
<ol type="1">
<li><h4><a href="#">Manage My Profile</a></h4></li>
<li><h4><a href="memberdashboard.php">Manage Member</a></h4></li>
<li><h4><a href="#">Manage Secretary</a></h4></li>
</ol>
</li>
<li>
<h2>Registration</h2>
<ol type="1">
<li><h4><a href="Add_Member.php">Add Member</a></h4></li>
<li><h4><a href="Secretary_add.php">Add Secretary</a></h4></li>
<li><h4><a href="Notice_add.php">Add Notice</a></h4></li>
</ol>
</li>
<li>
<h2>Maintenance</h2>
<ol type="1">
<li><h4><a href="">Generate Maintenance Bill</a></h4></li>
<li><h4><a href="">Send Society Maintenance bill to individual member through Mail</a></h4></li>
</ol>
</li>
<li>
<h2>Management</h2>
<ol>
<li><h4><a href="admin_complain_dashboard.php">Handle Society Complains</a></h4></li>
<li><h4><a href="#">Handle Society Funds</a></h4></li>
<li><h4><a href="#">Handle Society Maintenance</a></h4></li>
<li><h4><a href="#">Handle Society Projects / Clients</a></h4></li>
<li><h4><a href="rent-service.php">Rental-Service</a></h4></li>
<li><h4><a href="sell_service.php">Sell-Service</a></h4></li>
<li><h4><a href="sell-dashboard.php">Sell-Report view</a></h4></li>
<li><h4><a href="rent-dashboard.php">Rental-Report view</a></h4></li>
<li><h4><a href="feedback.php">Feedback</a></h4></li>
</ol>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include('footer.php'); ?>