Şuanki Dizin: /home/wwwdreamtechnolo/public_html/kitchenfoodrecipes.com/disha/disha-foundation-old/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/kitchenfoodrecipes.com/disha/disha-foundation-old/dashboard.php |
<?php require_once('lib/function.php'); $db = new login_function(); 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> <!-- START PAGE CONTENT--> <div class="disha"> <img style="height: 850px;width: 100%" src="disha12.jpeg"> </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