ok
Direktori : /proc/thread-self/root/proc/thread-self/root/home2/selectio/www/thedentalpark.com/admin/ |
Current File : //proc/thread-self/root/proc/thread-self/root/home2/selectio/www/thedentalpark.com/admin/header.php |
<?php ob_start(); session_start(); include"config/config.php"; if(!isset($_SESSION['dental_park'])) { header('location: login.php'); exit; } ?> <html> <head> <meta charset="UTF-8"> <title>DentalPark Appointment</title> <link rel="shortcut icon" type="image/png" href="images/logo-dental.png"/> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <link href="assets/dist/css/styles.css" rel="stylesheet" type="text/css" /> <script src="assets/plugins/jQuery/jQuery-2.1.4.min.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css"> <!--<link rel="stylesheet" href="asst/css/toastr.css">--> <!--<script src="asst/js/toastr.js"></script>--> </head> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css"> <style> .center-screen { display: flex; justify-content: center; align-items: center; text-align: center; min-height: 100vh; } table.table tbody tr:hover td { background-color: #abe2eb !important; } @media only screen and (min-width: 998px){ body.pos1 { min-width: 1024px; overflow: visible; } .pos1 { min-width: 1020px; } } </style> <body class="skin-blue fixed sidebar-mini" style="background:white;"> <div class="wrapper rtl rtl-inv"> <header class="main-header"> <a href="index.php" class="logo" style="background-color:"> <span class="logo-mini"><b>DP</b></span> <span class="logo-lg"><b>Dental Park</b></span> </a> <nav class="navbar navbar-static-top" role="navigation"> <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <div class="navbar-custom-menu"> <ul class="nav navbar-nav"> <li class="hidden-xs hidden-sm"><a href="#" style="padding: 15px 0px;"><?=date('d-M-Y')?></a></li> <li class="hidden-xs hidden-sm"><a href="#" style="padding: 15px 10px;" class="clock"></a></li> <li class="dropdown user user-menu" style="padding-right:5px;"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="images/logo-dental.png" class="user-image" alt="Avatar" style="background: white;"/> <span class="hidden-xs"></span> </a> <ul class="dropdown-menu" style="padding-right:3px;"> <li class="user-header"> <img src="images/logo-dental.png" alt="Avatar" style="width: 220px;border:0px;" /> <p> </p> </li> <li class="user-footer"> <div class="pull-left"> <a href="profile.php" class="btn btn-warning btn-sm"><i class="fa fa-user" aria-hidden="true"></i> Profile</a> </div> <div class="pull-right"> <a href="logout.php" class="btn btn-danger btn-sm "><i class="fa fa-sign-out" aria-hidden="true"></i> Sign Out</a> </div> </li> </ul> </li> </ul> </div> </nav> </header> <aside class="main-sidebar"> <section class="sidebar"> <ul class="sidebar-menu"> <li class="mm_welcome"> <a href="index.php"><i class="fa fa-dashboard"></i> <span>Dashboard</span></a> </li> <li class="treeview"> <a href="booking_appointment.php"><i class="fa fa-arrow-right"></i> <span> Appointment Booking</span> </a> </li> <li class="treeview"> <a href="booking_appointment_list.php"><i class="fa fa-arrow-right"></i> <span> Appointment List</span> </a> </li> <li class="treeview"> <a href="doctor_add.php"><i class="fa fa-arrow-right"></i> <span> Add Doctors</span> </a> </li> <li class="treeview"> <a href="doctor_list.php"><i class="fa fa-arrow-right"></i> <span> Doctors List</span> </a> </li> <li class="treeview"> <a href="patient.php"><i class="fa fa-arrow-right"></i> <span> Patient's List</span> </a> </li> <li class="treeview"> <a href="review_list.php"><i class="fa fa-arrow-right"></i> <span> Reviews</span> </a> </li> <li class="treeview"> <a href="callreport.php"><i class="fa fa-arrow-right"></i> <span>Call Report</span> </a> </li> </ul> </section> </aside> <script> /*setInterval(function(){ $.ajax({ url: 'api/api-leave-requesting.php', type: 'post', data: {type:'error_log'}, dataType: 'json', success:function(response){ $('#leave_requesting_count').empty(); if(response[0]['count']!=0){ $('#leave_requesting_count').text(response[0]['count']);} if(response[0]['counts']==1){ $('#checkin_li').hide(); $('#checkout_li').show(); }else{ $('#checkin_li').show(); $('#checkout_li').hide(); } } }); }, 500);*/ </script> <style> .blinking{ animation:blinkingText 1.0s infinite; } @keyframes blinkingText{ 0%{ color: green; } 40%{ color: yellow; } 50%{ color: pink; } 99%{ color:red; } 100%{ color: #000; } } </style> <script> $( document ).ready(function() { $('.float-numbers').keypress(function(event) { if ((event.which != 46 || $(this).val().indexOf('.') != -1) && (event.which < 48 || event.which > 57)) { event.preventDefault(); } }); }); </script> <!--- mobile number 10 digit script start ---> <script> function isNumber(evt) { evt = (evt) ? evt : window.event; var charCode = (evt.which) ? evt.which : evt.keyCode; if (charCode > 31 && (charCode < 48 || charCode > 57)) { return false; } return true; } </script> <!--- mobile number 10 digit script end --->