1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
| <div>
<div>
<div class="essai"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Informations Voyageurs Véoila Transport</title>
</head>
<frameset rows="112,*" cols="*" framespacing="1" frameborder="no" >
<!--LOGO VEOLIA + BANNIERE -->
<frameset rows="*" cols="250,*" framespacing="0" frameborder="no" >
<frame src="C_HautGauche.html" name="Haut_Gauche" scrolling="auto" noresize="noresize" id="topFrame" title="Haut_Gauche" />
<frameset rows="45%,55%" cols="*" framespacing="0" frameborder="no">
<frame src="C_Banniere_Haut.php" name="Bannière" scrolling="no" noresize="noresize" id="rightFrame" title="Banniere" />
<frame src="C_Menu.php" name="menu" scrolling="no" noresize="noresize" id="id_menu" title="Menu" />
</frameset>
</frameset>
<frameset rows="*" cols="272,*" framespacing="0" frameborder="no">
<!--Partie Gauche -->
<frameset rows="140,*" cols="*" framespacing="0" frameborder="no">
<? session_start();
if (isset($_SESSION['base'])){
echo "<frame src='C_Authentification.php' name='Identification' scrolling='no' noresize='noresize' id='topFrame1' title='topFrame1' />";
echo "<frame src='Moteur.php' name='Moteur_Gauche' scrolling= 'no' id='mainFrame' title='Authentification' />";
}
else{echo "<frame src='choix_base.php' name='Moteur_Gauche' scrolling= 'no' id='mainFrame' title='Authentification' />";}
?>
</frameset>
<!-- Fin Partie Gauche -->
<!--Partie Droite -->
<?
if(isset($_SESSION['Date'])){
if($_SESSION['Date']==1){echo "<frame src='Nouveau_mdp.php' name='Principal' scrolling='auto' noresize='noresize' id='rightFrame1' title='Principal' />";}
else{echo "<frame src='Plan.html' name='Principal' scrolling='auto' noresize='noresize' id='rightFrame1' title='Principal' />";}
}else{echo "<frame src='Plan.html' name='Principal' scrolling='auto' noresize='noresize' id='rightFrame1' title='Principal' />";}
?>
</frameset>
<noframes><body>
</body>
</noframes></html>
</div>
</div>
</div> |
Partager