<html>
<head>
<!-- #BeginEditable "doctitle" -->
<title>Site web français Silvia Botella</title>
<!-- #EndEditable -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="Template/styles.css" type="text/css">
<style type="text/css">
a:link {
color: #FF0000;
}
a {
font-family: "footlight MT Light", fantasy, Modern;
font-size: 16px;
}
a:hover {
color: #FF0000;
}
</style>
</head>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td valign="top" height="52" bgcolor="#CC0000">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td valign="top" height="52" width="90%"><img name="companyname" src="Template/images/companyname.jpg" width="348" height="52" border="0"></td>
<td valign="top" width="140" height="52" align="right"><img name="headerimage" src="Template/images/headerimage.jpg" width="140" height="52" border="0"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="20">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="20" width="99%" bgcolor="#000000" class="menutext" nowrap> <a href="index.html">Index</a> |   ;
<a href="exercices.html">Exercices</a><a href="#" class="menutext"></a> |   ; <a href="#" class="menutext">Chansons</a> |   ; <a href="#" class="menutext">Jeux</a> |   ; <a href="contact1.html">Contactez-nous</a><a href="contact.html"></a></td>
<td valign="top" width="46"><img name="menutriangle" src="Template/images/menutriangle.jpg" width="46" height="20" border="0"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td valign="top" width="99%" height="480">
<table width="100%" border="0" cellspacing="0" cellpadding="25" height="100%">
<tr>
<td valign="top" class="text"><!-- #BeginEditable "content" --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
<form name="form1" method="post" action="formulario.php">
<form id="form1" method="post" action="">
<table width="60%" border="0">
<tr>
<td><label for="name">Prénom et noms</label></td>
<td><input name="name" type="text" id="name" size="50" maxlength="50" /></td>
</tr>
<tr>
<td><label for="email">Courriel</label></td>
<td><input name="email" type="text" id="email" size="50" maxlength="50" /></td>
</tr>
<tr>
<td><label for="Reason">Raison du contact</label></td>
<td><select name="Reason" id="Reason">
<option selected="selected">Doutes</option>
<option>Félicitations</option>
<option>Notifier des erreurs</option>
<option>Suggestions</option>
<option>Autres</option>
</select></td>
</tr>
<tr>
<td><label for="comments">Commentaires</label></td>
<td><textarea name="comments" id="comments" cols="45" rows="5"></textarea></td>
</tr>
<tr>
<td><label for="accept">Je veux recevoir des nouvelles concernant ce site web</label></td>
<td><input type="checkbox" name="accept" id="accept" /></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
<p>
<input type="submit" name="send" id="send" value="Envoyer" />
<input type="reset" name="clear" id="clear" value="Effacer" />
</p>
</form>
<p> </p>
<p> </p>
</form>
<?php
$sendTo = "silvia.botella@roble.pntic.mec.es";
$subject = "contact";
$name = $_POST["name"];
$email = $_POST["email"];
$opciones = $_POST["opciones"];
$comments = $_POST["comments"];
$headers .= "";
$message = "\nname: " . $name . "\nemail: " . $email . "\nobservacion: " . $observacion . "\nOpcion elegida: " . $opciones . "\ncomments: ";
mail($sendTo, $subject, $message, $headers);
?>
<!-- #EndEditable --></td>
</tr>
</table>
</td>
<td width="20" align="right" valign="top" bgcolor="#CC0000"><img name="rightbar" src="Template/images/rightbar.jpg" width="20" height="206" border="0"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="14" valign="top" align="right"><img name="bottomtriangle" src="Template/images/bottomtriangle.jpg" width="34" height="14" border="0"></td>
</tr>
<tr>
<td height="20" bgcolor="#CC0000" valign="middle" align="center" class="footer">Copyright
© 2003
http://roble.pntic.mec.es/sbob0006 All Rights Reserved. Designed by <a href="http://www.entheosweb.com" target="_blank" class="footer">www.entheosweb.com</a></td>
</tr>
</table>
</body>
</html>