Şuanki Dizin: /home/wwwdreamtechnolo/www/kpmim.org/admin/old/ |
Şuanki Dosya : /home/wwwdreamtechnolo/www/kpmim.org/admin/old/registration-report.php |
<?php include('header.php'); ?> <?php if(isset($_GET['del_id'])) { $del_id = $_GET['del_id']; $db->delete_record($del_id); } ?> <!-- Author: W3layouts Author URL: http://w3layouts.com License: Creative Commons Attribution 3.0 Unported License URL: http://creativecommons.org/licenses/by/3.0/ --> <!DOCTYPE html> <html lang="en"> <!-- Head --> <head> <title>Jar Supplier</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="utf-8"> <!-- .css files --> <link href="css/bars.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="css/bootstrap.min.css" type="text/css" media="all" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="all" /> <link rel="stylesheet" href="css/font-awesome.css" /> <!-- //.css files --> <!-- Default-JavaScript-File --> <script type="text/javascript" src="js/jquery-2.1.4.min.js"></script> <script type="text/javascript" src="js/bootstrap.min.js"></script> <!-- //Default-JavaScript-File --> <!-- fonts --> <link href="//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet"> <link href="//fonts.googleapis.com/css?family=Ropa+Sans:400,400i&subset=latin-ext" rel="stylesheet"> <!-- //fonts --> <!-- scrolling script --> <script type="text/javascript"> jQuery(document).ready(function($) { $(".scroll").click(function(event){ event.preventDefault(); $('html,body').animate({scrollTop:$(this.hash).offset().top},1000); }); }); </script> <!-- //scrolling script --> <link rel="stylesheet" href="/css/stylesheet.css" type="text/css" media="all" /> <link href="css/support.css" rel="stylesheet" type="text/css" media="all"> <style> th,td { text-align:center; color:black !important; } </style> </head> <!-- //Head --> <!-- Body --> <body> <div class="exp1"> <section class="about" style="background-color:#FFFFFF;"> <div class="container" style="width:100%;"> <h2>Registration Report</h2> <br /> <div class="about-grids"> <table class="table table-striped" style="width:90%; margin:auto;" > <thead> <tr> <th scope="col" width="50">Sr.</th> <th scope="col" width="50">Seq No</th> <th scope="col">Client Name</th> <th scope="col">Contact No</th> <th scope="col">Permant Address</th> <th scope="col">Jar Delivery Address</th> <th scope="col">Jar Type</th> <th scope="col">User Id</th> <th scope="col">Password</th> <th scope="col">Action</th> <th scope="col">Action</th> </tr> </thead> <tbody> <?php $select_data = array(); $select_data = $db->select_register_data(); if(!empty($select_data)) { $counter = 0; foreach($select_data as $record) { $res_id = $record[0]; $full_name = $record[1]; $contact_no = $record[2]; $paddress = $record[3]; $daddress = $record[4]; $jar = $record[5]; $date = $record[6]; $time = $record[7]; $seq_no = $record[8]; $user_id = $record[9]; $password = $record[10]; ?> <tr> <td scope="row"><?php echo $counter+1; ?></td> <td scope="row"><?php echo $seq_no; ?></td> <td scope="row" style="text-align:left;"><?php echo $full_name; ?></td> <td scope="row"><?php echo $contact_no; ?></td> <td scope="row"><?php echo $paddress; ?></td> <td scope="row"><?php echo $daddress; ?></td> <td scope="row"><?php echo $jar; ?></td> <td scope="row"><?php echo $user_id; ?></td> <td scope="row"><?php echo $password; ?></td> <td scope="row"><a href="<?php echo $_SERVER['PHP_SELF']."?del_id=".$res_id; ?>" onclick="return confirm('Are you sure you want to delete this record?');">Delete</a></td> <td scope="row"><a href="edit-client-details.php?edit_id=<?php echo $res_id;?>">Edit</a></td> </tr> <?php $counter++; } } ?> </tbody> </table> <div class="clearfix"></div> </div> </div> </section> <!-- //copyright --> <script src="js/jarallax.js"></script> <script src="js/SmoothScroll.min.js"></script> <script type="text/javascript"> /* init Jarallax */ $('.jarallax').jarallax({ speed: 0.5, imgWidth: 1366, imgHeight: 768 }) </script> <script type="text/javascript" src="js/move-top.js"></script> <script type="text/javascript" src="js/easing.js"></script> <!-- here stars scrolling icon --> <script type="text/javascript"> $(document).ready(function() { /* var defaults = { containerID: 'toTop', // fading element id containerHoverID: 'toTopHover', // fading element hover id scrollSpeed: 1200, easingType: 'linear' }; */ $().UItoTop({ easingType: 'easeOutQuart' }); }); </script> <!-- //here ends scrolling icon --> <script src="js/bars.js"></script> </body> <!-- //Body --> </html> <!-- //html -->
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4