Server IP : 103.53.40.154 / Your IP : 18.189.170.227 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/ppcad7no/dalitsoconsulting.com/../cablecubby.in/../digitala2z.com/down-hrms/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php ob_start(); require_once("includes/dbsmain.inc.php"); if($_SESSION['admin_user_id']==''){ header("location:login.php"); exit; } $crDate = date("Y-m-d"); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>HR Management System</title> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="css/bootstrap-theme.min.css"> <!--<link rel="stylesheet" type="text/css" href="css/custom.css">--> <script type="text/javascript" src="js/jquery-1.11.3.min.js"></script> <script type="text/javascript" src="js/bootstrap.min.js"></script> <style type="text/css"> .masthead { background-color: #E8E8E8; } .mastfoot { background-color: #F3F3F3; } .hedrbtm { background: #5D5D5D; padding-bottom: 8px; padding-top: 8px; color: #FFF; border-bottom: 5px solid #DADADA; } .hedrbtm a { color: #FFF; } .redb { color: #F00; } #textEffect { text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15); } </style> <script> function searchValidate(){ if(document.search1.candidate.value==''){ alert('Enter Candidate Name/Email-Id/Mobile No To Search !'); document.search1.candidate.focus(); return false; } return true; } </script> <script> $(document).ready(function(){ $('#ctID').animate({ scrollTop: $('#ctID').scrollTop() + $('#faq-result').offset().top - $('#ctID').offset().top }, { duration: 'slow', easing: 'swing'}); $('html,body').animate({ scrollTop: $('#ctID').offset().top - ($(window).height()/15) }, { duration: 1000, easing: 'swing'}); }); </script> </head> <body> <div class="container-fluid" style="background:#E9E9E9;"> <div class="row"> <div class="col-sm-12"> <h1 style="font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;" id="textEffect"> <a href="index.php" style="text-decoration:none;"><strong class="text-info">HR</strong> Management System</a></h1> </div> </div> </div> <div class="container-fluid hedrbtm"> <div class="col-sm-12 col-md-12 col-xs-12"> <div class="col-sm-4 col-md-4 col-xs-4"><span class="glyphicon glyphicon-user"></span> Welcome <?=$_SESSION['user_name']?> </div> <div class="col-sm-4 col-md-4 col-xs-4" align="center"> <a href="change-password.php"><span class="glyphicon glyphicon-ban-circle"></span> Change Password</a> </div> <div class="col-sm-4 col-md-4 col-xs-4"> <a href="logout.php"><span class="pull-right"><span class="glyphicon glyphicon-log-out"></span> Log Out</span></a> </div> </div> </div>