/
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_rapports.php
(6238B)
<?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 rapports | 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_rapports.php">Mes Rapports</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>Mes rapports</h1></div> <div class="row"> <div class="box col-md-12"> <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-list-alt"></i> Mes Rapports</h2> </div> <div class="box-content"> <ul class="nav nav-tabs" id="myTab"> <li class="active"><a href="#QUICKSTATS">STATS RAPIDES</a></li> <li><a href="#GENERALSTATS">STATS GÉNÉRALES</a></li> <li><a href="#JOBSTATS">STATS EMPLOIS</a></li> </ul> <div id="myTabContent" class="tab-content"> <div class="tab-pane active" id="QUICKSTATS"> <div class="box-content"> <form role="form"> <div class="box-header well" data-original-title=""> <h2><i class="glyphicon glyphicon-list-alt"></i> Stats rapides</h2> </div> <table class="table table-striped table-bordered bootstrap-datatable datatable responsive"> <tbody> <tr> <td>Emplois en direct actuels</td> <td>0</td> </tr> <tr> <td>Emplois publiés ce mois-ci</td> <td>0</td> </tr> <tr> <td>Consultations d’emploi ce mois-ci</td> <td>0</td> </tr> <tr> <td>Candidatures reçues ce mois-ci</td> <td>0</td> </tr> </tbody> </table> </form> </div> </div> <div class="tab-pane" id="GENERALSTATS"> <form role="form"> <div class="box-header well" data-original-title=""> <h2><i class="glyphicon glyphicon-list-alt"></i> Stats générales</h2> </div> <table class="table table-striped table-bordered bootstrap-datatable datatable responsive"> <thead> <tr> <th></th> <th>Période entière</th> <th>Ce mois-ci</th> <th>Cette semaine</th> <th>Aujourd’hui</th> </tr> </thead> <tbody> <tr> <td>Emplois réguliers publiés</td> <td>0</td> <td>0</td> <td>0</td> <td>0</td> </tr> <tr> <td>Emplois de direction publiés</td> <td>0</td> <td>0</td> <td>0</td> <td>0</td> </tr> <tr> <td>Emplois prioritaires publiés</td> <td>0</td> <td>0</td> <td>0</td> <td>0</td> </tr> <tr> <td>Candidatures reçues</td> <td>0</td> <td>0</td> <td>0</td> <td>0</td> </tr> <tr> <td>CV consultés</td> <td>0</td> <td>0</td> <td>0</td> <td>0</td> </tr> </tbody> </table> </form> </div> <div class="tab-pane" id="JOBSTATS"> <div class="box-header well" data-original-title=""> <h2><i class="glyphicon glyphicon-list-alt"></i> Stats emplois</h2> </div> <p>Vous ne disposez actuellement d’aucune liste Cliquer <a href="#">ici</a> pour ajouter une nouvelle liste.</p> <div class="box-content"> <form role="form"> <div class="form-group"> <select style="" name="active" class="form-control" onchange="submitForm()"> <option value="1" selected="selected">Emplois actifs</option> <option value="0" >Tous les emplois</option> </select> </div> </form> </div> </div> </div> </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
cmd:
run