ÿØÿà JPEG ÿþ;
Server IP : 68.65.120.201 / Your IP : 216.73.216.73 Web Server : LiteSpeed System : Linux server179.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : taxhyuvu ( 2294) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/taxhyuvu/public_html/admin/ |
Upload File : |
<?php include"db.php"; ?> <?php Session_start(); if(isset($_SESSION['adminlogedin']) && $_SESSION['adminlogedin']==true) { $email= $_SESSION['Email_Address03092372779']; $user= $_SESSION['user03092372779']; if($user == "a") { include("aside.php"); } elseif($user == "e") { include("emoside.php"); } else{ echo '<script>window.open("login", "_self")</script>'; } ?> <style> .btn { background: #cfcde2 !important; color: black !important; border-color: #8b83b6 !important; font-weight: 600; } </style> <style> .cards { border-radius: 10px; border: 1px solid #ffeaea; border-top: 4px solid #0195a1; box-shadow: 0 5px 20px 0 #bbb; background-color: #fff!important; padding: 50px; } ./*btn-primary { background: #009bad; border: #0a9eb0; color:white;transition:0.5s; } .btn-primary:hover { background: #98a0a4; border: #98a0a4; color:white;transition:0.5s; }*/ b{ font-weight: bolder; font-family: math !important; font-size: 40px; } .sami:hover{ box-shadow:2px 10px 10px #bbbbbb; transition:0.5s; cursor:pointer; border-radius: 10px;} .sami{border: 1px solid #c8c9ca; transition:0.5s; border-radius: 10px;} </style> <title><?php echo $Tax?> (Ordinance)</title> <div id="layoutSidenav_content"> <main> <div class="container-fluid px-4"> <h1 class="mt-4" style="text-transform: capitalize;">Budget</h1> <ol class="breadcrumb mb-4"> <li class="breadcrumb-item"><a href="index">Dashboard</a></li> <li class="breadcrumb-item active" style="text-transform: capitalize;"> Budget </li> </ol> <div class="card mb-4"> </div> <div class="card mb-4"> <div class="card-header"> <!-- <i class="fas fa-table me-1"></i> --> <a href="addbudget"> <button class="btn btn-primary" style="float:right;">Add Budget</button> </a> </div> <div class="row"> <div class="col-md-12"> <div class="container-fluid" style="margin-bottom:3%;"> <?php $sr=1; $final="SELECT * FROM `budget` WHERE `tp` = '2025-26' "; $finaldata=mysqli_query($con,$final); ?> <div class="cards" style="margin-top:3%; margin-bottom:3%;"> <section id="contact" class="contact"> <div class="" data-aos="fade-up"> <div class="row asif"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 boss"> <h1 class="text-center"><b style="font-size: 40px; font-family: math; color: #00868f;">Budget 2025-26</b></h1> <table class="table table-bordered" style="margin-top: 35px; "> <thead> <tr style="font-family: 'Lora', serif;font-size: 22px; font-weight:bold; color:#383636;"> <th style="width: 90px;" class="text-center">Sr. No</th> <th class="text-center" >Title</th> <th class="text-center" colspan="2">Action</th> </tr> </thead> <tbody> <?php foreach ($finaldata as $bud) { ?> <tr style="font-family: 'Lora', serif;font-size: 21px; color:#262525"> <td class="text-center" style="vertical-align:middle;"><?php echo $sr++?></td> <td style="vertical-align:middle;"><?php echo $bud['subject']?></td> <td class="text-center" style="width: 130px; vertical-align:middle;" ><a href="budgets/<?php echo $bud['PDF']?>"><button class="btn btn-primary" style="width: 100%; height: 100%; font-family: 'Lora', serif;font-size: 18px; ">View</button></a></td> <td class="text-center" style="width: 130px; vertical-align:middle;" ><a href="drop?budid=<?php echo $bud['id']?>"><button class="btn btn-danger" style="width: 100%; height: 100%; background: #ffd2d2!important; font-family: 'Lora', serif;font-size: 18px; ">Delete</button></a></td> </tr> <?php }?> </tbody> </table> </div> </div> </div> </section><!-- End Contact Section --> </div> <?php $sr=1; $final="SELECT * FROM `budget` WHERE `tp` = '2024-25' "; $finaldata=mysqli_query($con,$final); ?> <div class="cards" style="margin-top:3%; margin-bottom:3%;"> <section id="contact" class="contact"> <div class="" data-aos="fade-up"> <div class="row asif"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 boss"> <h1 class="text-center"><b style="font-size: 40px; font-family: math; color: #00868f;">Budget 2024-25</b></h1> <table class="table table-bordered" style="margin-top: 35px; "> <thead> <tr style="font-family: 'Lora', serif;font-size: 22px; font-weight:bold; color:#383636;"> <th style="width: 90px;" class="text-center">Sr. No</th> <th class="text-center" >Title</th> <th class="text-center" colspan="2">Action</th> </tr> </thead> <tbody> <?php foreach ($finaldata as $bud) { ?> <tr style="font-family: 'Lora', serif;font-size: 21px; color:#262525"> <td class="text-center" style="vertical-align:middle;"><?php echo $sr++?></td> <td style="vertical-align:middle;"><?php echo $bud['subject']?></td> <td class="text-center" style="width: 130px; vertical-align:middle;" ><a href="budgets/<?php echo $bud['PDF']?>"><button class="btn btn-primary" style="width: 100%; height: 100%; font-family: 'Lora', serif;font-size: 18px; ">View</button></a></td> <td class="text-center" style="width: 130px; vertical-align:middle;" ><a href="drop?budid=<?php echo $bud['id']?>"><button class="btn btn-danger" style="width: 100%; height: 100%; background: #ffd2d2!important; font-family: 'Lora', serif;font-size: 18px; ">Delete</button></a></td> </tr> <?php }?> </tbody> </table> </div> </div> </div> </section><!-- End Contact Section --> </div> <?php $sr=1; $final="SELECT * FROM `budget` WHERE `tp` = '2023-24' "; $finaldata=mysqli_query($con,$final); ?> <div class="cards"> <section id="contact" class="contact"> <div class="" data-aos="fade-up"> <div class="row asif"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 boss"> <h1 class="text-center"><b style="font-size: 40px; font-family: math; color: #00868f;">Budget 2023-24</b></h1> <table class="table table-bordered" style="margin-top: 35px; "> <thead> <tr style="font-family: 'Lora', serif;font-size: 22px; font-weight:bold; color:#383636;"> <th style="width: 90px;" class="text-center">Sr. No</th> <th class="text-center" >Title</th> <th class="text-center" colspan="2">Action</th> </tr> </thead> <tbody> <?php foreach ($finaldata as $bud) { ?> <tr style="font-family: 'Lora', serif;font-size: 21px; color:#262525"> <td class="text-center" style="vertical-align:middle;"><?php echo $sr++?></td> <td style="vertical-align:middle;"><?php echo $bud['subject']?></td> <td class="text-center" style="width: 130px; vertical-align:middle;" ><a href="budgets/<?php echo $bud['PDF']?>"><button class="btn btn-primary" style="width: 100%; height: 100%; font-family: 'Lora', serif;font-size: 18px; ">View</button></a></td> <td class="text-center" style="width: 130px; vertical-align:middle;" ><a href="drop?budid=<?php echo $bud['id']?>"><button class="btn btn-danger" style="width: 100%; height: 100%; background: #ffd2d2!important; font-family: 'Lora', serif;font-size: 18px; ">Delete</button></a></td> </tr> <?php }?> </tbody> </table> </div> </div> </div> </section><!-- End Contact Section --> </div> <?php $sn=1; $final="SELECT * FROM `budget` WHERE `tp` = '2022-23' "; $finaldata=mysqli_query($con,$final); ?> <div class="cards" style="margin-top:50px;"> <section id="contact" class="contact"> <div class="" data-aos="fade-up"> <div class="row asif"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 boss"> <h1 class="text-center"><b style="font-size: 40px; font-family: math; color: #00868f;">Budget 2022-23</b></h1> <table class="table table-bordered" style="margin-top: 35px; "> <thead> <tr style="font-family: 'Lora', serif;font-size: 22px; font-weight:bold; color:#383636;"> <th style="width: 90px;" class="text-center">Sr. No</th> <th class="text-center">Title</th> <<th class="text-center" colspan="2">Action</th> </tr> </thead> <tbody> <?php foreach ($finaldata as $bud2) { ?> <tr style="font-family: 'Lora', serif;font-size: 21px; color:#262525;"> <td class="text-center" style="vertical-align:middle;"><?php echo $sn++?></td> <td style="vertical-align:middle;"><?php echo $bud2['subject']?></td> <td class="text-center" style="width: 130px; vertical-align:middle;" ><a href="budgets/<?php echo $bud2['PDF']?>"><button class="btn btn-primary" style="width: 100%; height: 100%; font-family: 'Lora', serif;font-size: 18px; ">View</button></a></td> <td class="text-center" style="width: 130px; vertical-align:middle;" ><a href="drop?budid2=<?php echo $bud2['id']?>"><button class="btn btn-danger" style="width: 100%; height: 100%; background: #ffd2d2!important; font-family: 'Lora', serif;font-size: 18px; ">Delete</button></a></td> </tr> <?php }?> </tbody> </table> </div> </div> </div> </section><!-- End Contact Section --> </div> </div> </div> </div> </div> </div> </main> <footer class="py-4 bg-light mt-auto"> <div class="container-fluid px-4"> <div class="d-flex align-items-center justify-content-between small"> <div class="text-muted">Copyright © Your Website 2023</div> <div> <a href="#">Privacy Policy</a> · <a href="#">Terms & Conditions</a> </div> </div> </div> </footer> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script> <script src="js/scripts.js"></script> <script src="https://cdn.jsdelivr.net/npm/simple-datatables@7.1.2/dist/umd/simple-datatables.min.js" crossorigin="anonymous"></script> <script src="js/datatables-simple-demo.js"></script> </body> </html> <?php } else{ echo '<script>window.open("login", "_self")</script>'; } ?>