/
home
/
techb158
/
immovalet.ca
/
report
/
Master
/
/home/techb158/immovalet.ca/report/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/report/Master/mes_produits.php
(6550B)
<?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 Produits | 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_produits.php">Mes Produits</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 Produits</h1></div> <div class="row"> <div class="box col-md-12"> <div class="box-inner"> <div class="box-header well" data-original-title=""> <h2><i class="glyphicon glyphicon-edit"></i> Vos Produits Actuels</h2> </div> <div class="listing-info"> <a class="button btn btn--default" href="plan_valeurs.php"><i class="glyphicon glyphicon-plus"></i> Acheter un forfait</a> </div> <!--<div class="MyAccountHead align-center"><h3>Vos affichages de postes restants</h3></div>--> <div class="box-content"> <form role="form"> <table class="table table-striped table-bordered bootstrap-datatable datatable responsive"> <thead> <tr> <th>Produit</th> <th>Prix</th> <th>Début</th> <th>Fin</th> <th>Action</th> <th>Statut</th> </tr> </thead> <tbody> <tr> <td>David R</td> <td class="center">$100</td> <td class="center">2012/01/01</td> <td class="center">2012/01/01</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> <td class="center"> <span class="label-success label label-default">Active</span> </td> </tr> <tr> <td>David S</td> <td class="center">$100</td> <td class="center">2012/01/01</td> <td class="center">2012/01/01</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> <td class="center"> <span class="label-default label label-danger">Banned</span> </td> </tr> <tr> <td>David D</td> <td class="center">$100</td> <td class="center">2012/01/01</td> <td class="center">2012/01/01</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> <td class="center"> <span class="label-warning label label-default">Pending</span> </td> </tr> <tr> <td>David V</td> <td class="center">$100</td> <td class="center">2012/01/01</td> <td class="center">2012/01/01</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> <td class="center"> <span class="label-default label">Inactive</span> </td> </tr> </tbody> </table> </form> </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 Produits | BonBoss
Dashboard
Mes Produits
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; ?>
Mes Produits
Vos Produits Actuels
Acheter un forfait
Produit
Prix
Début
Fin
Action
Statut
David R
$100
2012/01/01
2012/01/01
View
Edit
Delete
Active
David S
$100
2012/01/01
2012/01/01
View
Edit
Delete
Banned
David D
$100
2012/01/01
2012/01/01
View
Edit
Delete
Pending
David V
$100
2012/01/01
2012/01/01
View
Edit
Delete
Inactive