/
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/dashboard.php
(9901B)
<?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>Mon compte | 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"; ?> <!-- The HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- The fav icon --> </head> <body> <?include "header.php"; ?> <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">TABLEAU DE BORD</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"> <h1><span class="hashtag">Mon compte</span><br><small># La Communauté des bons boss</small></h1><a class="align-right button btn btn--default" href="#"><i class="glyphicon glyphicon-plus"></i> Publier une annonce</a> </div>--> <div class="about" id="about"> <div class="container"> <div class="w3-agileits-about-grids"> <div class="col-md-5 agile-about-left"> <h1 class="w3l-title"><span class="hashtag">Mon compte</span> <br><small># La communauté des bons boss</small></h1> </div> <div class="col-md-7 agile-about-right"> <a class="align-right button btn btn--default" href="submit_offer_employee.php"><i class="glyphicon glyphicon-plus"></i> Publier un poste</a> </div> <div class="clearfix"> </div> </div> </div> </div> <div class="container"> <!--<div class="listing-info align-right"> <a class="button btn btn--default" href="#">Publier une annonce</a> </div>--> <div class="row"> <!--<div class="col-md-2 col-sm-3 col-xs-6"> <a data-toggle="tooltip" title="TABLEAU DE BORD" class="well top-block" href="dashboard.php"> <img alt="computer" src="../ICONES/001-computer.png" height="50px" width="50px" /> <div class="btn-primary">TABLEAU DE BORD</div> </a> </div>--> <div class="col-md-3 col-sm-3 col-xs-6"> <a data-toggle="tooltip" title="MON PROFIL." class="well top-block" href="modifier_profil.php"> <img alt="computer" src="../ICONES/002-resume.png" height="50px" width="50px" /> <div class="btn-primary">MON PROFIL</div> </a> </div> <div class="col-md-3 col-sm-3 col-xs-6"> <a data-toggle="tooltip" title="MES EMPLOIS." class="well top-block" href="mes_annonces.php"> <img alt="computer" src="../ICONES/004-team.png" height="50px" width="50px" /> <div class="btn-primary">MES EMPLOIS</div> </a> </div> <div class="col-md-3 col-sm-3 col-xs-6"> <a data-toggle="tooltip" title="MES PRODUITS." class="well top-block" href="mes_produits.php"> <img alt="computer" src="../ICONES/005-package.png" height="50px" width="50px" /> <div class="btn-primary">MES ACHATS </div> </a> </div> <div class="col-md-3 col-sm-3 col-xs-6"> <a data-toggle="tooltip" title="MES FACTURES." class="well top-block" href="mes_factures.php"> <img alt="computer" src="../ICONES/007-payment.png" height="50px" width="50px" /> <div class="btn-primary">MES FACTURES</div> </a> </div> <div class="col-md-3 col-sm-3 col-xs-6"> <a data-toggle="tooltip" title="CV ARCHIVÈS." class="well top-block" href="archives_cv.php"> <img alt="computer" src="../ICONES/006-invoice.png" height="50px" width="50px" /> <div class="btn-primary">CV ARCHIVÉS</div> </a> </div> <div class="col-md-3 col-sm-3 col-xs-6"> <a data-toggle="tooltip" title="CV REÇUS." class="well top-block" href="alertes_cv.php"> <? $query = "SELECT * FROM Submit_Talent_Profile_Apply_Job Where Master_ID ='".$ID."' AND Matching_Rate_Benefits>2 AND Matching_Rate_Essential>2 AND Status<3"; $result = $mysqli->query($query); if ($result->num_rows != 0) { ?> <span class="notification red"><?echo $result->num_rows;?></span> <? } ?> <img alt="computer" src="../ICONES/008-bell.png" height="50px" width="50px" /> <div class="btn-primary">CV REÇUS</div> </a> </div> <div class="col-md-3 col-sm-3 col-xs-6"> <a data-toggle="tooltip" title="MES RAPPORTS." class="well top-block" href="mes_rapports.php"> <img alt="computer" src="../ICONES/003-profiles.png" height="50px" width="50px" /> <div class="btn-primary">MES RAPPORTS</div> </a> </div> <div class="col-md-3 col-sm-3 col-xs-6"> <a data-toggle="tooltip" title="SUIVI DES CANDIDATURES." class="well top-block" href="mes_applications.php"> <img alt="computer" src="../ICONES/011-collaboration.png" height="50px" width="50px" /> <div class="btn-primary">SUIVI CANDIDATURES</div> </a> </div> <!--<div class="col-md-2 col-sm-3 col-xs-6"> <a data-toggle="tooltip" title="RETOUR AU SITE" class="well top-blocks btnsx-primary" href="modifier_profil.php"> <h3 class="w3l-title">RETOUR AU SITE</h3> </a> </div>--> </div> </div> <!--<div class="row"> <div class="box col-md-12"> <div class="box-inner"> <div class="box-header well"> <h2><i class="glyphicon glyphicon-info-sign"></i> Bienvenue chez BonBoss</h2> <div class="box-icon"> <a href="#" class="btn btn-minimize btn-round btn-default"><i class="glyphicon glyphicon-chevron-up"></i></a> </div> </div> <div class="box-content row"> <div class="col-lg-10 col-md-12 col-xs-12"> <h3>BonBoss.ca certifie et fait rayonner les bons boss qui considèrent leurs employés.<br> </h3> <p>Si vous êtes un talent, vous pouvez trouver les bons patrons et vous renseignez sur leurs valeurs, missions, culture d'entreprise, et les postes offerts dans leur département. Nous sommes l’entreprise qui change le monde du travail, un bon boss à la fois.</p> </div> </div> </div> </div> </div>--> </div> <div class="testimonials"> <div class="wthree_testimonial_grids"> <div class="col-md-12 wthree_testimonial_grid_left"> <h3 class="w3l-title">Bienvenue chez <img alt="Bonboss Logo" src="../img/Bonboss_logo.png" height="15%" width="15%"/><br> </h3> <p class="wpl-title">Nous réinventons la façon de recruter et mettons uniquement notre site d’affichages de poste<br> aux bons boss. Nous vous aidons à vous démarquer et à recruter à moindre coût. </p><br> <p>C’est notre façon de vous dire merci d’être de bons boss <br> et de contribuer à un monde du travail humain.</p> </div> <!--<div class="col-md-6 stats_grid_left1"> <img src="images/img3.png" alt=" " class="img-responsive"> </div>--> <div class="clearfix"> </div> </div> </div> <hr> <?include "footer.php"; ?> <!--/.fluid-container--> <?php else : ?> <?php include'authorizedpage.php';?> <?php endif; ?> <!-- external javascript --> <script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script> <script src="../js/jquery.cookie.js"></script> <script src='../bower_components/moment/min/moment.min.js'></script> <script src='../bower_components/fullcalendar/dist/fullcalendar.min.js'></script> <script src='../js/jquery.dataTables.min.js'></script> <script src="../bower_components/chosen/chosen.jquery.min.js"></script> <script src="../bower_components/colorbox/jquery.colorbox-min.js"></script> <script src="../js/jquery.noty.js"></script> <script src="../bower_components/responsive-tables/responsive-tables.js"></script> <script src="../bower_components/bootstrap-tour/build/js/bootstrap-tour.min.js"></script> <script src="../js/jquery.raty.min.js"></script> <script src="../js/jquery.iphone.toggle.js"></script> <script src="../js/jquery.autogrow-textarea.js"></script> <script src="../js/jquery.uploadify-3.1.min.js"></script> <script src="../js/jquery.history.js"></script> <script src="../js/charisma.js"></script> </body> </html>
Save
cmd:
run