/
home
/
techb158
/
immovalet.ca
/
Master
/
/home/techb158/immovalet.ca/Master
mkdir
upload
Name
Size
Mode
Actions
img/
-
0777
rm
Inc/
-
0777
rm
local/
-
0777
rm
acceptprofile.php
5652
0666
edit
dl
rm
alertes_cv.php
13181
0666
edit
dl
rm
archives_cv.php
5559
0666
edit
dl
rm
authorizedpage.php
1216
0666
edit
dl
rm
bootstrap-cerulean.min.css
121997
0666
edit
dl
rm
charisma-app.css
41790
0666
edit
dl
rm
dashboard.php
9901
0666
edit
dl
rm
delete_offer_employee.php
519
0666
edit
dl
rm
emplois_offerts.php
17556
0666
edit
dl
rm
emplois_offert_Ex.php
14292
0666
edit
dl
rm
footer.php
2440
0666
edit
dl
rm
head.php
3451
0666
edit
dl
rm
header.php
2267
0666
edit
dl
rm
mes_annonces.php
6401
0666
edit
dl
rm
mes_applications.php
7969
0666
edit
dl
rm
mes_factures.php
7709
0666
edit
dl
rm
mes_produits.php
6550
0666
edit
dl
rm
mes_rapports.php
6238
0666
edit
dl
rm
modifier_profil.php
12751
0666
edit
dl
rm
plan_valeurs.php
7342
0666
edit
dl
rm
search.php
761
0666
edit
dl
rm
searchs.php
562
0666
edit
dl
rm
submit_offer_employee.php
12394
0666
edit
dl
rm
UpdatePostStatus.php
910
0666
edit
dl
rm
update_offer_employee.php
15209
0666
edit
dl
rm
Update_Profile.php
3558
0666
edit
dl
rm
Update_Publish_Post.php
5022
0666
edit
dl
rm
upload.php
2479
0666
edit
dl
rm
vori_talent_profil.php
9503
0666
edit
dl
rm
Edit:
/home/techb158/immovalet.ca/Master/mes_applications.php
(7969B)
<?php include_once '../includes/db_connect.php'; include_once '../includes/functions.php'; sec_session_start(); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Mes Applications | BonBoss</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content="Bala Group Technologies Inc"> <!-- The styles --> <?include "head.php"; ?> </head> <body> <!-- topbar starts --> <?include "header.php"; ?> <!-- topbar ends --> <div class="ch-container"> <div class="row"> <div id="content" class="col-lg-10 col-sm-10"> <!-- content starts --> </div> <ul class="breadcrumb"> <li> <a href="dashboard.php">Dashboard</a> </li> <li> <a href="mes_applications.php">Mes Applications</a> </li> </ul> </div> </div> <?php if (login_check($mysqli) == true) : ?> <?php if (!empty($error_msg)) { echo $error_msg; } if (!empty($succc)) { echo "<div class=\"alert alert-success\"><strong>Notification!</strong> ".$succc."</div>"; } if (isset($_GET['error'])) { $mesg= $_GET['error']; echo "<div class=\"alert alert-success\"><strong>Notification!</strong> ".$mesg."</div>"; } $user_n=$_SESSION['user_id']; $query = "SELECT * FROM Master Where M_ID ='".$user_n."'"; $result = $mysqli->query($query); $row = $result->fetch_assoc(); $ID = $row['M_ID']; $User_img = $row['User_img']; $FName = $row["First_Name"]; $LName = $row["Last_name"]; $LName = $row["Last_name"]; $RegisterTime = $row["Register_Time"]; $My_Name = $FName .' '. $LName; ?> <div class="container"> <div class="MyAccountHead align-center"><h1>Suivi des candidatures</h1></div> <div class="row"> <div class="box col-md-12"> <div class="box col-md-8 col-md-offset-2"> <div class="box-inner"> <div class="box-header well" data-original-title=""> <h2><i class="glyphicon glyphicon-edit"></i> Suivi des candidatures</h2> </div> <div class="box-content"> <form role="form"> <div class="form-group"> <label class="control-label" for="selectError2">Pays</label> <select data-placeholder="Tous les postes" class="form-control" id="All_Jobs" name="All_Jobs" data-rel="chosen"> <option value=""> Tous les postes</option> </select> </div> <div class="form-group"> <label class="control-label" for="selectError2">Pays</label> <select data-placeholder="Toutes les notes" class="form-control" id="Any_Score" name="Any_Score" data-rel="chosen"> <option value=""> Toutes les notes</option> <option value="Passed">Vérifié</option> <option value="not_passed">Non validé</option> </select> </div> <button type="submit" id="submit" name="submit" class="button btn btn--default col-md-offset-5">FILTER</button> </form> </div> </div> </div> <div class="box col-md-10 col-md-offset-1"> <div class="box-inner"> <div class="box-header well" data-original-title=""> <h2><i class="glyphicon glyphicon-edit"></i> Suivi des candidatures</h2> </div> <div class="box-content"> <form role="form"> <table class="table table-striped table-bordered bootstrap-datatable datatable responsive"> <thead> <tr> <th>Date de candidature</th> <th>Candidat</th> <th>CV</th> <th>Emploi</th> <th>Score</th> <th>Statut</th> <th>Actions</th> </tr> </thead> <tbody> <tr> <td>David R</td> <td class="center">Candidat Name</td> <td class="center">File Name</td> <td class="center">50</td> <td class="center">50</td> <td class="center"> <span class="label-success label label-default">Active</span> </td> <td class="center"> <a class="btns btn-success" href="#"> <i class="glyphicon glyphicon-zoom-in icon-white"></i> View </a> <a class="btns btn-info" href="#"> <i class="glyphicon glyphicon-edit icon-white"></i> Edit </a> <a class="btns btn-danger" href="#"> <i class="glyphicon glyphicon-trash icon-white"></i> Delete </a> </td> </tr> <tr> <td>David R</td> <td class="center">Candidat Name</td> <td class="center">File Name</td> <td class="center">50</td> <td class="center">50</td> <td class="center"> <span class="label-default label label-danger">Banned</span> </td> <td class="center"> <a class="btns btn-success" href="#"> <i class="glyphicon glyphicon-zoom-in icon-white"></i> View </a> <a class="btns btn-info" href="#"> <i class="glyphicon glyphicon-edit icon-white"></i> Edit </a> <a class="btns btn-danger" href="#"> <i class="glyphicon glyphicon-trash icon-white"></i> Delete </a> </td> </tr> <tr> <td>David R</td> <td class="center">Candidat Name</td> <td class="center">File Name</td> <td class="center">50</td> <td class="center">50</td> <td class="center"> <span class="label-warning label label-default">Pending</span> </td> <td class="center"> <a class="btns btn-success" href="#"> <i class="glyphicon glyphicon-zoom-in icon-white"></i> View </a> <a class="btns btn-info" href="#"> <i class="glyphicon glyphicon-edit icon-white"></i> Edit </a> <a class="btns btn-danger" href="#"> <i class="glyphicon glyphicon-trash icon-white"></i> Delete </a> </td> </tr> <tr> <td>David R</td> <td class="center">Candidat Name</td> <td class="center">File Name</td> <td class="center">50</td> <td class="center">50</td> <td class="center"> <span class="label-default label">Inactive</span> </td> <td class="center"> <a class="btns btn-success" href="#"> <i class="glyphicon glyphicon-zoom-in icon-white"></i> View </a> <a class="btns btn-info" href="#"> <i class="glyphicon glyphicon-edit icon-white"></i> Edit </a> <a class="btns btn-danger" href="#"> <i class="glyphicon glyphicon-trash icon-white"></i> Delete </a> </td> </tr> </tbody> </table> </form> </div> </div> </div> </div> <!--/span--> </div> </div> <hr> <?include "footer.php"; ?><!--/.fluid-container--> <?php else : ?> <?php include'authorizedpage.php';?> <?php endif; ?> <!-- external javascript --> </body> </html>
Save
Mes Applications | BonBoss
Dashboard
Mes Applications
Notification!
".$succc."
"; } if (isset($_GET['error'])) { $mesg= $_GET['error']; echo "
Notification!
".$mesg."
"; } $user_n=$_SESSION['user_id']; $query = "SELECT * FROM Master Where M_ID ='".$user_n."'"; $result = $mysqli->query($query); $row = $result->fetch_assoc(); $ID = $row['M_ID']; $User_img = $row['User_img']; $FName = $row["First_Name"]; $LName = $row["Last_name"]; $LName = $row["Last_name"]; $RegisterTime = $row["Register_Time"]; $My_Name = $FName .' '. $LName; ?>
Suivi des candidatures
Suivi des candidatures
Pays
Tous les postes
Pays
Toutes les notes
Vérifié
Non validé
FILTER
Suivi des candidatures
Date de candidature
Candidat
CV
Emploi
Score
Statut
Actions
David R
Candidat Name
File Name
50
50
Active
View
Edit
Delete
David R
Candidat Name
File Name
50
50
Banned
View
Edit
Delete
David R
Candidat Name
File Name
50
50
Pending
View
Edit
Delete
David R
Candidat Name
File Name
50
50
Inactive
View
Edit
Delete