ok
Direktori : /home2/selectio/public_html/mm-tailor-billing/hrm/ |
Current File : //home2/selectio/public_html/mm-tailor-billing/hrm/header.php |
<?php ob_start(); session_start(); $base_url=""; $assets="assets/"; $error=0; $warning=0; $message=0; $site_name = "MM TAILORS"; $official_site_url = "http://mm-tailor.fmsbilling.xyz/"; $current_page=basename($_SERVER['PHP_SELF']); include "config/config.php"; $logo = ""; $theme_color="#FFD700"; $theme_text_color="color:black;"; /*if(!isset($_SESSION['identity'])) { header('location: login.php'); exit; }else{ $allPermissions=$_SESSION['permission']; }*/ /*if($_COOKIE["MM_Tailor"]=="TRUE"){ echo $_COOKIE["MM_Tailor"]; }*/ if(isset($_COOKIE["MM_Tailor"]) && $_COOKIE["MM_Tailor"]=="TRUE") { }else{ header('location: http://mm-tailor.fmsbilling.xyz/'); exit; } ?> <style> body{ font-family: Noto serif; font-style: italic; font-weight: bolder!important; font-size: 16px!important; } </style> <html> <head> <meta charset="UTF-8"> <title>HRM | <?=$site_name?></title> <link rel="shortcut icon" href="images/icon.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"> </head> <style> INPUT:not(:-webkit-autofill), SELECT:not(:-webkit-autofill), TEXTAREA:not(:-webkit-autofill) { font-weight: bolder; font-size: 14px; } </style> <style> .center-screen { display: flex; justify-content: center; align-items: center; text-align: center; min-height: 100vh; } </style> <!--HORIZONTAL TOP MENU STYLE START --> <style> .navbar-nav>.user-menu>.dropdown-menu>li.user-header { padding: 3px; text-align: center; width: fit-content; } .navbar-custom-menu>.navbar-nav>li>.dropdown-menu { position: absolute; right: 0; left: 0px; } .main-header .navbar-custom-menu, .main-header .navbar-right { float:left; } .content-wrapper{ margin-left:0%; } .skin-blue .main-header .navbar { background-color: darkturquoise; } .navbar-nav>.user-menu>.dropdown-menu>li.user-header { width:57%; } .skin-blue .main-header li.user-header { color:black; } .user-header:hover{ border-bottom-left-radius: 48px; border-top-right-radius: 52px; } /* .skin-blue .main-header .navbar .nav>li>a { border-left:1px solid black; }*/ .dropdown-menu { background-color:none !important; } .fixed .main-header { top: -15px !important; } .main-header .logo { -webkit-transition: width .3s ease-in-out; -o-transition: width .3s ease-in-out; transition: width .3s ease-in-out; display: block; float: left; height: 35px; font-size: 20px; line-height: 36px; text-align: center; width: 230px; padding: 0 15px; font-weight: 300; overflow: hidden; } </style> <!--Scroll Bar Style Start--> <style> .scrollbar { margin-left: 30px; float: left; height: 300px; width: 65px; background: #F5F5F5; overflow-y: scroll; margin-bottom: 25px; } .force-overflow { min-height: 450px; } #venkat { text-align: center; width: 500px; margin: auto; } #style-1::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; background-color: #F5F5F5; } #style-1::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } #style-1::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #555; } .fixed .main-header { top: 0px !important; } .navbar-nav>li>a { padding: 5px; } .main-header>.navbar { min-height: 24px; } .skin-blue .main-header .navbar { background-color: darkturquoise; } .skin-blue .main-header .navbar .nav .open>a, .skin-blue .main-header .navbar .nav .open>a:focus, .skin-blue .main-header .navbar .nav .open>a:hover, .skin-blue .main-header .navbar .nav>li>a:active, .skin-blue .main-header .navbar .nav>li>a:focus, .skin-blue .main-header .navbar .nav>li>a:hover { /* background: rgb(163 103 27);*/ color: #ffffff; -webkit-text-fill-color: white; font-weight: 700; border-radius:5px; } </style> <!--Scroll Content Style End--> <body class="skin-blue fixed sidebar-mini"> <div class=""> <header class="main-header"> <a href="index.php" class="logo" style="color:white;background-color:mediumvioletred;margin-top: 0px;"> <span class="logo-mini"><?=$site_name?></span> <span class="logo-lg" style="font-size:15px;"><b><?=$site_name?></b></span> </a> <nav class="navbar navbar-static-top" role="navigation"> <div class="navbar-custom-menu" style="max-height: 0px;"> <ul class="nav navbar-nav" style="margin-top: 2px;"> <!--<li class="dropdown user user-menu" style="padding-left: 15px;"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <span class="hidden-xs" style="color: black;"><i class="fa fas fa-address-book" aria-hidden="true"></i> USERS <i class="fa fa-caret-down" aria-hidden="true"></i></span> </a> <ul class="dropdown-menu" style="border: none;margin-top: -10px;background:none;"> <a href="users.php"><li class="user-header" style="height: 30px;color: white;margin-top: 5%;width: 60%;text-align: left;border-radius: 6px;padding: 5px;font-size: 13px;background-color: #a3671b;"><i class="fa fa-list" aria-hidden="true"></i> Supplier's List</li></a> </ul> </li>--> <li class="dropdown user user-menu" style="padding-right:5px; padding-left: 15px;"> <a href="users.php" style="float: right; padding-right: 10px; padding-top: 7px;"> <span class="hidden-xs" style="color: black;"><i class="fa fas fa-address-book" aria-hidden="true"></i> USERS </span> </a> </li> <li class="dropdown user user-menu" style="padding-right:5px;padding-left: 15px;"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <span class="hidden-xs" style="color: black;"><i class="fa fas fa-cubes" aria-hidden="true"></i> PRODUCTS <i class="fa fa-caret-down" aria-hidden="true"></i></span> </a> <ul class="dropdown-menu" style="background: none;border: none;margin-top: -10px;"> <a href="product.php"><li class="user-header" style="height: 30px;color: white;margin-top: 5%;width: 60%;text-align: left;border-radius: 6px;padding: 5px;font-size: 13px;background-color: #a3671b;"><i class="fa fa-list" aria-hidden="true"></i> Product List</li></a> <a href="product-create.php"><li class="user-header" style="height: 30px;color: white;margin-top: 1%;width: 60%;text-align: left;border-radius: 6px;padding: 5px;font-size: 13px;background-color: #a3671b;"><i class="fa fa-plus" aria-hidden="true"></i> Add Product</li></a> </ul> </li> <li class="dropdown user user-menu" style="padding-right:5px; padding-left: 15px;"> <a href="attendance.php" style="float: right; padding-right: 10px; padding-top: 7px;"> <span class="hidden-xs" style="color: black;"><i class="fa fa-file-text-o" aria-hidden="true"></i> ATTENDENCE </span> </a> </li> <li class="dropdown user user-menu" style="padding-right:5px; padding-left: 15px;"> <a href="report-1.php" style="float: right; padding-right: 10px; padding-top: 7px;"> <span class="hidden-xs" style="color: black;"><i class="fa fa-bar-chart" aria-hidden="true"></i> R1 </span> </a> </li> <li class="dropdown user user-menu" style="padding-right:5px; padding-left: 15px;"> <a href="report-2.php" style="float: right; padding-right: 10px; padding-top: 7px;"> <span class="hidden-xs" style="color: black;"><i class="fa fa-bar-chart" aria-hidden="true"></i> R2 </span> </a> </li> <li class="dropdown user user-menu" style="padding-right:5px; padding-left: 15px;"> <a href="report-3.php" style="float: right; padding-right: 10px; padding-top: 7px;"> <span class="hidden-xs" style="color: black;"><i class="fa fa-bar-chart" aria-hidden="true"></i> R3 </span> </a> </li> <!--<li class="dropdown user user-menu" style="padding-right:5px;padding-left: 15px;"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <span class="hidden-xs" style="color: black;"><i class="fa fa-file-text-o" aria-hidden="true"></i> SELL <i class="fa fa-caret-down" aria-hidden="true"></i></span> </a> <ul class="dropdown-menu" style="background: none;border: none;margin-top: -10px;"> <a href="bills.php"><li class="user-header" style="height:30px;color: white ;margin-top: 5%;width: 60%;text-align: left;border-radius: 6px;padding: 5px;font-size: 13px;background-color: #a3671b;"><i class="fa fa-list" aria-hidden="true"></i> Sells List</li></a> <a href="create-bill-new.php"><li class="user-header" style="height: 30px;color: white;margin-top: 1%;width: 60%;text-align: left;border-radius: 6px;padding: 5px;font-size: 13px;background-color: #a3671b;"><i class="fa fa-plus" aria-hidden="true"></i> Add New Sell</li></a> </ul> </li> <li class="dropdown user user-menu" style="padding-right:5px;padding-left: 15px;"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <span class="hidden-xs" style="color: black;"><i class="fa fa-bar-chart" aria-hidden="true"></i> REPORT <i class="fa fa-caret-down" aria-hidden="true"></i></span> </a> <ul class="dropdown-menu" style="background: none;border: none;margin-top: -10px;"> <a href="stock-report.php"><li class="user-header" style="height: 30px;color: white;margin-top: 5%;width: 60%;text-align: left;border-radius: 6px;padding: 5px;font-size: 13px;background-color: #a3671b;"><i class="fa fa-list" aria-hidden="true"></i> Stock Report</li></a> <a href="profit-report.php"><li class="user-header" style="height: 30px;color: white;margin-top: 1%;width: 60%;text-align: left;border-radius: 6px;padding: 5px;font-size: 13px;background-color: #a3671b;"><i class="fa fa-list" aria-hidden="true"></i> Profit Report</li></a> <a href="stock.php"><li class="user-header" style="height: 30px;color: white;margin-top: 1%;width: 60%;text-align: left;border-radius: 6px;padding: 5px;font-size: 13px;background-color: #a3671b;"><i class="fa fa-list" aria-hidden="true"></i> Stocks</li></a> </ul> </li> <li class="" style="padding-right:5px;padding-left: 15px;"> <a href="index-dashboard.php"> <span class="hidden-xs" style="color: black;"><i class="fa fa-bar-chart" aria-hidden="true"></i> DASHBOARD <i class="fa fa-caret-down" aria-hidden="true"></i></span> </a> </li>--> </ul> </div> <a href="<?=$official_site_url?>" style="float: right; padding-right: 75px; padding-top: 7px;"> <span style="color: black;"><i class="fa fa-sign-out" aria-hidden="true"></i> BACK TO DASHBOARD</span> </a> </nav> </header> <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>