|
|
|
@ -1,7 +1,5 @@
|
|
|
|
|
<?php
|
|
|
|
|
require ('../ressources/navbarhtml.php');
|
|
|
|
|
navbarhtml("Tableau de bord");
|
|
|
|
|
|
|
|
|
|
require ('../connectionBD.php');
|
|
|
|
|
$mail = null;
|
|
|
|
|
$db = connexionBD();
|
|
|
|
@ -132,7 +130,14 @@ function showVoiture(){
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="fr">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<link rel="stylesheet" href="tableauBord.css"><link rel="icon" type="image/png" href=""/>
|
|
|
|
|
<title>Tableau de bord</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
function ShowTab (E){
|
|
|
|
|
document.getElementById("addVoiture").style.display = (E == 1) ? 'block' : 'none';
|
|
|
|
|