]]jkjjgdjffksdkdfdkfjgsldkfhgjkgjkhjkgjkdascxvxcvxcvjdklfgjslkdfgjlskdfgjdskfgj
במ12[aspddfsdfsdfdrxcvxcvcxvxcvxcvxcvxcvxcvxcvxcvxcvxxvxcvxcvxcv;'
/
home
/
magnorco
/
public_html
/
magnor_admin
/
Upload FileeE
HOME
<?php include_once('connect.php'); if($_SESSION['email']==NULL) { header('location:index.php'); } ?> <!DOCTYPE HTML> <html> <head> <title>Magnor Consultancy Services : Resumes </title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.css" rel='stylesheet' type='text/css' /> <link href="img/icon.png" rel='icon' type='icon/image'> <!-- Custom CSS --> <link href="css/style.css" rel='stylesheet' type='text/css' /> <!-- font-awesome icons CSS --> <link href="css/font-awesome.css" rel="stylesheet"> <!-- //font-awesome icons CSS --> <!-- side nav css file --> <link href='css/SidebarNav.min.css' media='all' rel='stylesheet' type='text/css'/> <!-- side nav css file --> <!-- js--> <script src="js/jquery-1.11.1.min.js"></script> <script src="js/modernizr.custom.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!--webfonts--> <link href="//fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext" rel="stylesheet"> <!--//webfonts--> <!-- Metis Menu --> <script src="js/metisMenu.min.js"></script> <script src="js/custom.js"></script> <link href="css/custom.css" rel="stylesheet"> <script src="src/jquery.table2excel.js"></script> <!--//Metis Menu --> </head> <body class="cbp-spmenu-push"> <div class="main-content"> <div class="cbp-spmenu cbp-spmenu-vertical cbp-spmenu-left" id="cbp-spmenu-s1"> <!--left-fixed -navigation--> <aside class="sidebar-left"> <nav class="navbar navbar-inverse"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".collapse" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <!-- /.navbar-collapse --> <?php include_once('leftnavi.php'); ?> </nav> </aside> </div> <!--left-fixed -navigation--> <!-- header-starts --> <?php include_once('header.php'); ?> <!-- //header-ends --> <!-- main content start--> <div id="page-wrapper"> <div class="main-page"> <div class="forms"> <h2 class="title1">Resumes</h2> <style> table{width:100%;font-size:10px;color:#000;} table th{text-align:center;padding:5px 5px 5ps 5px;} table td{text-align:center;padding:5px 5px 5ps 5px;} .button {background-color: #4CAF50;border: none;color: white;padding: 6px 15px; text-align: center;text-decoration: none;display: inline-block;font-size: 14px;float:right;} </style> <button class="button" id="btnExport">Export</button><br> <div class="bs-example widget-shadow" data-example-id="contextual-table"> <div class="form-title" style="height:60px;"> <div class="col-md-4"> <h4>View Resumes</h4> </div> </div> <div style="overflow-x:auto;"> <table id="table" class="table table-striped table-bordered table-hover" id="dataTables-example"> <tr> <th>S.No.</th> <th>Candidate Name</th> <th>Father's Name</th> <th>Mobile No.</th> <th>Email</th> <th>Age</th> <th>Address</th> <th>Primary Skill</th> <th>Secondary Skill</th> <th>Total Experience</th> <th>Primary Domain Experience</th> <th>Current Location</th> <th>Preferred Location</th> <th>Current Emp. Type</th> <th>Preferred Emp. Type</th> <th>Current Company</th> <th>CCTC</th> <th>ECTC</th> <th>Joining Date</th> <th>Adhar Number</th> <th>Referance</th> <th>Notice Period</th> <th>Resumes</th> <th>Remark</th> <th>Date</th> <th>Action</th> </tr> <?php $i=1; $query=mysqli_query($conn,"select * from resume order by name ASC") or die("ERROR".mysqli_error()); while($row=mysqli_fetch_array($query)) { ?> <tr> <td style="width:1%;"><?=$i?></td> <td style="width:6%;"><?=$row['name']?></td> <td style="width:6%;"><?=$row['ftname']?></td> <td style="width:6%;"><?=$row['mobile']?></td> <td style="width:10%;"><?=$row['email']?></td> <td style="width:2%;"><?=$row['age']?></td> <td style="width:8%;"><?=$row['address']?></td> <td style="width:4%;"><?=$row['skillp']?></td> <td style="width:4%;"><?=$row['skills']?></td> <td style="width:3%;"><?=$row['totexp']?></td> <td style="width:3%;"><?=$row['primexp']?></td> <td style="width:6%;"><?=$row['cloc']?></td> <td style="width:6%;"><?=$row['ploc']?></td> <td style="width:6%;"><?=$row['cemp']?></td> <td style="width:6%;"><?=$row['eemp']?></td> <td style="width:6%;"><?=$row['ccom']?></td> <td style="width:4%;"><?=$row['cctc']?></td> <td style="width:4%;"><?=$row['ectc']?></td> <td style="width:7%;"><?=$row['jdate']?></td> <td style="width:7%;"><?=$row['adhar']?></td> <td style="width:4%;"><?=$row['referance']?></td> <td style="width:2%;"><?=$row['notice']?></td> <td style="width:2%;"><?=$row['remark']?></td> <td style="width:3%;"><a href="resume/<?=$row['resume']?>" target="new">Download Resume</a></td> <td style="width:8%;"><?=$row['date']?></td> <?php if(isset($_GET['id'])) { echo $id=base64_decode($_GET['id']); $query1=mysqli_query($conn,"delete from resume where id='$id'") or die("ERROR".mysqli_error()); echo "<script>alert('Are You Sure?');window.location='resumes.php';</script>"; } ?> <td style="width:5%;"> <a href="resumes?id=<?=base64_encode($row['id'])?>" style="color:red;">Delete</a> <a href="modify-cv?id=<?=base64_encode($row['id'])?>" style="color:green;">Modify</a> </td> </tr> <?php $i++; } ?> <tbody class="item2"> </tbody> </table> <!--export excel start--> <script> $("button").click(function(){ $(".table").table2excel({ exclude: ".noExl", name: "Excel Document Name", filename: "CV LIST", fileext: ".xls", exclude_img: true, exclude_links: true, exclude_inputs: true }); }); </script> <!--export excel end--> </div> </div> </div> </div> </div> </div> </div> </div> <!--footer--> <?php include_once('footer.php'); ?> <!--//footer--> <!-- //Classie --><!-- //for toggle left push menu script --> <!--scrolling js--> <script src="js/jquery.nicescroll.js"></script> <script src="js/scripts.js"></script> <!--//scrolling js--> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.js"> </script> </body> </html>