| 
<?php require_once('Connections/bddcovoiturette.php'); ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/principal.dwt.php" codeOutsideHTMLIsLocked="false" -->
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 <!-- InstanceBeginEditable name="doctitle" -->
 <title>Covoiturage-libre.fr - Le site du covoiturage libre et gratuit !</title>
 <!-- InstanceEndEditable -->
 <link href="css/covoiturage-libre.css" rel="stylesheet" type="text/css" />
 <script type="text/javascript" src="js/jquery.js"></script>
 <script type="text/javascript" src="js/jquery-ui2.js"></script>
 <script type="text/javascript" src="js/jquery.ui.datepicker-fr.js"></script>
 <link rel="stylesheet" type="text/css" href="css/smoothness/jquery-ui-1.8.16.custom.css"/>
 <?php include('include/include.php');?>
 <!-- InstanceBeginEditable name="head" -->
 <!-- InstanceEndEditable -->
 </head>
 
 <body>
 <div id="conteneur">
 
 
 <div id="header">
 <a href="index.php" id="lienhome"></a>
 <?php include('include/facebook.php');?>
 <!-- InstanceBeginEditable name="headersite" --><!-- InstanceEndEditable --></div>
 
 <div id="contenu">
 <!-- InstanceBeginEditable name="contenu" -->
 <h1>Modifier votre trajet </h1>
 <p> </p>
 <p><strong>Votre annonce a bien été modifiée.</strong></p>
 <p> </p>
 <p>L'équipe de covoiturage-libre.fr</p>
 <!-- InstanceEndEditable -->
 </div>
 
 <div id="footer">
 <?php include('include-footer.php'); ?></div>
 
 </div>
 </body>
 <!-- InstanceEnd --></html>
 
 |