File "toto.php"
Full Path: /home/analogde/www/Massage_debug_15_11_2017/MassageV3_online/toto.php
File size: 1.07 KB
MIME-type: text/html
Charset: utf-8
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"><head></head><body><style>
th, td{ padding: 5px;}
input.largerCheckbox{ -moz-appearance: none; height: 25px; width: 25px; zoom: 1.4;}
label{ display: inline-block; width: 200px; float: left;}
.increase{ width:30px; height:30px;}
</style>
<link rel="stylesheet" href="menu_style.css" type="text/css"> <div id='cssmenu'> <ul> <li><a href='home.php'><span>Home</span></a></li> <li><a href='selection_planning_mois.php'><span>Planning</span></a></li> <li><a href='selection_gestion_mois.php'><span>Gestion</span></a></li> <li><a href='selection_statistique_mois.php'><span>Statistiques</span></a></li><?php if($_SESSION['nom'] == "admin") { echo '<li class="active"><a href="configuration.php"><span>Configuration</span></a></li>'; }?> <li><a href='change_password.php'><span>Changer password</span></a></li> <li><a href='logout.php'><span>Déconnexion</span></a></li> <li><a href='#'><span><?php echo $_SESSION['nom'] .' ' .$_SESSION['prenom'] .' connecté' ?></span></a></li> </ul> </div> <br> <br> </body></html>