Şuanki Dizin: /home/wwwdreamtechnolo/public_html/kitchenfoodrecipes.com/disha/disha-foundation/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/kitchenfoodrecipes.com/disha/disha-foundation/dashboard.php |
<?php require_once('lib/function.php'); $db = new login_function(); $success_msg =0; if(isset($_SESSION['current_login_admin'])) { $current_login_admin = $_SESSION['current_login_admin']; } if(!isset($_SESSION['current_login_admin'])) { header("location:index.php"); } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width initial-scale=1.0"> <title>Dashboard</title> <!-- GLOBAL MAINLY STYLES--> <link href="css/bootstrap.min.css" rel="stylesheet" /> <link href="css/font-awesome.min.css" rel="stylesheet" /> <link href="css/line-awesome.min.css" rel="stylesheet" /> <link href="css/themify-icons.css" rel="stylesheet" /> <link href="css/animate.min.css" rel="stylesheet" /> <link href="css/toastr.min.css" rel="stylesheet" /> <link href="css/bootstrap-select.min.css" rel="stylesheet" /> <!--<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">--> <!-- PLUGINS STYLES--> <!-- THEME STYLES--> <link href="css/main.min.css" rel="stylesheet" /> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"> <!-- PAGE LEVEL STYLES--> <style> .min-qty-alert { color:white; font-family:cambria; font-size:20px; font-weight:bold; background:red; border:1px solid grey; padding:15px; margin:2px; border-radius:25px; } </style> </head> <body class="fixed-navbar"> <div class="page-wrapper"> <!-- START HEADER--> <?php include('header.php'); ?> <!-- END HEADER--> <!-- START SIDEBAR--> <?php include('side-bar.php'); ?> <!-- END SIDEBAR--> <div class="content-wrapper"> <style type="text/css"> .disha { height: auto; width: 100%; } </style> <center> <div class="ibox-head"> <div class="ibox-title" style="font-weight: 800;">DISHA FOUNDATION</div> </div> </center> <div class="ibox" style="border-radius:5px; padding:7px;"> <div class="ibox-body" style="padding:7px; padding-top:0px;"> <div class="ibox-head"> <div class="ibox-title"> <i class="fas fa-file" style="margin-right:10px;"></i> BLANK PRINTS</div> </div> <br><br> <button class="btn btn-pink btn-air" type="submit" name="pic_btn" ><a href="new_blank.php" style="color: white">LETTER HEAD </a></button> <button class="btn btn-pink btn-air" type="submit" name="pic_btn" ><a href="blank_page.php" style="color: white">PICK-UP FORM </a></button> <button class="btn btn-pink btn-air" type="submit" name="pic_btn" ><a href="admission_form_print_blank.php" style="color: white">PRINT ADMISSION FORM</a></button> <button class="btn btn-pink btn-air" type="submit" name="pic_btn" ><a href="a_blank.php" style="color: white"> PRINT प्रतिज्ञापत्र</a></button> <button class="btn btn-pink btn-air" type="submit" name="pic_btn" ><a href="undertaking_form_blank.php" style="color: white">PRINT UNDERTAKING FORM</a></button> <button class="btn btn-pink btn-air" type="submit" name="pic_btn" ><a href="discharge_form_blank.php" style="color: white">DISCHARGE FORM </a></button> <br><br> <div class="ibox-head"> <div class="ibox-title"> <i class="fas fa-file" style="margin-right:10px;"></i> PICK-UP FORM PRINTS</div> </div> <button class="btn btn-pink btn-air" type="submit" name="pic_btn" ><a href="pick_up_admission.php" style="color: white">PRINT PICK-UP ADMISSION FORM</a></button> <button class="btn btn-pink btn-air" type="submit" name="pic_btn" ><a href="pick_up_a_blank.php" style="color: white"> PRINT PICK-UP प्रतिज्ञापत्र</a></button> <button class="btn btn-pink btn-air" type="submit" name="pic_btn" ><a href="pick_up_undertaking_form_blank.php" style="color: white">PRINT PICK-UP UNDERTAKING FORM</a></button> <button class="btn btn-pink btn-air" type="submit" name="pic_btn" ><a href="pick_up_discharge_form_blank.php" style="color: white">PRINT PICK-UP DISCHARGE FORM </a></button> </div> </div> <br> <!-- START PAGE CONTENT--> <div class="disha" style="box-shadow: 5px 5px 5px 5px black;"> <img style="height: 500px; width: 100%;" src="disha12.jpeg" alt="Image description"> </div> <br> <?php if($success_msg == 1) { ?> <script type="text/javascript"> alert("Record Deleted Successfully"); window.location = "category-report.php"; </script> <?php } ?> <div class="ibox" style="border-radius:5px; padding:7px;"> <div class="ibox-body" style="padding:7px; padding-top:0px;"> <div class="ibox-head"> <div class="ibox-title"><i class="fas fa-user-tie" style="margin-right:10px;"></i>Follow Up Report</div> </div> <br /> <div class="flexbox mb-4"> <!--<div class="input-group-icon input-group-icon-left mr-3">--> <!-- <span class="input-icon input-icon-right font-16"><i--> <!-- class="fas fa-search"></i></span>--> <!-- <input class="form-control form-control-rounded form-control-solid"--> <!-- id="key-search" type="text" placeholder="Search ...">--> <!--</div>--> </div> <div class="table-responsive row"> <table class="table table-bordered table-hover" id="example" style="overflow-x:auto;overflow-y:auto;" cellpadding=0 cellspacing=0> <thead class="thead-default thead-lg"> <tr> <th>Sr No</th> <th>Full Name</th> <th>Mobiole No</th> <!-- <th>Follow Up Id</th> --> <th>Title</th> <th>Description</th> <th>Follow Up Date</th> <th>date</th> <th>time</th> <th class="text-center">Edit</th> <th class="text-center">Delete</th> </tr> </thead> <tbody> <?php $data = array(); $data = $db->get_all_follow_up_details_daily_and_previous(); $counter = 1; if(!empty($data)) { foreach($data as $record) { $id = $record[0]; $follow_id = $record[1]; $titel = $record[2]; $description = $record[3]; $next_follow_date = $record[4]; $date = $record[5]; $time = $record[6]; $name = $record[7]; $mobile_no = $record[8]; $patient_name = $db->fetch_patient_name($name); ?> <tr class="odd gradeX"> <td class=""><?php echo $counter++; ?></td> <td class=""><?php echo $patient_name; ?></td> <td class=""><?php echo $mobile_no ; ?></td> <!-- <td class=""><?php echo $follow_id; ?></td> --> <td class=""><?php echo $titel; ?></td> <td class=""><?php echo $description; ?></td> <td class=""><?php echo $next_follow_date; ?></td> <td class=""><?php echo $date; ?></td> <td class=""><?php echo $time; ?></td> <td class="center"><a href="edit-follow-up.php?edit_id=<?php echo $id;?>"> <i class="far fa-edit" style="color:blue;margin-left:20px;"> </td> <td class="center"><a href="<?php echo $_SERVER['PHP_SELF']."?delete_id=".$id; ?>" onclick="return confirm('Are you sure?');"><i class="fas fa-trash-alt" style="color:red; margin-left:20px;"></i></a> </td> </tr> <?php $counter++; } }else { ?> <td colspan="7">No Data Found..</td> <?php } ?> </tbody> </table> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <?php $food_counter =0; $report_details = $db->get_all_foodies_service(); if(!empty($report_details)) { $counter =0; foreach($report_details as $record) { $id = $report_details[$counter][0]; $name = $report_details[$counter][1]; $price = $report_details[$counter][2]; $qty = $report_details[$counter][3]; $qty_alert = $report_details[$counter][4]; if($qty_alert != "") { if($qty <= $qty_alert) { $food_counter++; } } $counter++; } } ?> <!-- <a href="foodies-min-stock.php" class="min-qty-alert">Frenddy Foodies Min. Stock : <?php echo $food_counter; ?></a> --> <?php $vcollection_counter =0; $report_details = $db->get_all_vcollection_service(); if(!empty($report_details)) { $counter =0; foreach($report_details as $record) { $id = $report_details[$counter][0]; $name = $report_details[$counter][1]; $price = $report_details[$counter][2]; $qty = $report_details[$counter][3]; $qty_alert = $report_details[$counter][4]; if($qty_alert != "") { if($qty <= $qty_alert) { $vcollection_counter++; } } $counter++; } } ?> <!-- <a href="vcollection-min-stock.php" class="min-qty-alert">Vraddhi Collection Min. Stock : <?php echo $vcollection_counter; ?></a> --> <?php $parlour_counter =0; $report_details = $db->get_all_parlour_service(); if(!empty($report_details)) { $counter =0; foreach($report_details as $record) { $id = $report_details[$counter][0]; $name = $report_details[$counter][1]; $price = $report_details[$counter][2]; $qty = $report_details[$counter][3]; $qty_alert = $report_details[$counter][4]; if($qty_alert != "") { if($qty <= $qty_alert) { $parlour_counter++; } } $counter++; } } ?> <!-- <a href="parlour-min-stock.php" class="min-qty-alert">Make Over Studio Min. Stock : <?php echo $parlour_counter; ?></a> --> <!-- END PAGE CONTENT--> <?php include('footer.php'); ?> </div> </div> <!-- START SEARCH PANEL--> <?php //include('search.php'); ?> <!-- END SEARCH PANEL--> <!-- BEGIN THEME CONFIG PANEL--> <!-- END THEME CONFIG PANEL--> <!-- BEGIN PAGA BACKDROPS--> <div class="sidenav-backdrop backdrop"></div> <div class="preloader-backdrop"> <div class="page-preloader">Loading</div> </div> <!-- END PAGA BACKDROPS--> <!-- New question dialog--> <!-- End New question dialog--> <!-- QUICK SIDEBAR--> <?php //include('right-side-bar.php'); ?> <!-- END QUICK SIDEBAR--> <!-- CORE PLUGINS--> <script src="js/jquery.min.js"></script> <script src="js/popper.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/metisMenu.min.js"></script> <script src="js/jquery.slimscroll.min.js"></script> <script src="js/idle-timer.min.js"></script> <script src="js/toastr.min.js"></script> <script src="js/jquery.validate.min.js"></script> <script src="js/bootstrap-select.min.js"></script> <!-- PAGE LEVEL PLUGINS--> <!-- CORE SCRIPTS--> <script src="js/app.min.js"></script> <!-- PAGE LEVEL SCRIPTS--> </body> </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