ElJardinDeCarrejo_Web/reservas_en.php
2010-04-08 16:33:15 +00:00

121 lines
5.2 KiB
PHP

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
<title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/>
<link href="css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="js/reservas.js"></script>
</head>
<body>
<div id="layout">
<div id="cabecera">
<div class="menu ingles">
<ul>
<li><a class="hide">Menu</a>
<!--[if lte IE 6]>
<a href="">Men&uacute;
<table><tr><td>
<![endif]-->
<ul>
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
<li><a title="The garden" href="jardin.htm">The garden</a></li>
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
<li><a title="Breakfast &amp; dinners" href="desayunos.htm">Breakfast &amp; dinners</a></li>
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
<li><a title="Services" href="servicios.htm">Services</a></li>
<li><a title="Activities" href="quever.htm">Activities</a></li>
<li><a title="Prices &amp; reservations" href="reservasyprecios.htm">Prices &amp; reservations</a></li>
<li><a title="Location" href="llegar.htm">Location</a></li>
<li><a title="Offers" href="noticias.htm">Offers</a></li>
<li><a title="Links" href="links.htm">Links</a></li>
</ul>
<!--[if lte IE 6]>
</td></tr></table>
</a>
<![endif]-->
</li>
</ul>
</div>
</div>
<div id="cuerpo" class="tarifas">
<ul>
<li><a class="inicio" title="Start" href="index.htm">Hotel Carrejo's Garden</a></li>
<li><a class="main-menu" title="Back to main menu" href="english/inicio.htm">Main menu</a></li>
<li><a class="prices-menu" title="Back to prices &amp; reservations" href="english/reservasyprecios.htm">Back to prices &amp; reservations</a></li>
<li><a class="prices" title="Prices" href="english/precios.htm">Prices</a></li>
</ul>
<pre class="seccion-1">
To make your reserve, please, fill the form at the right.
All the fields are mandatory.
If you prefer to send us a mail you can do it
clicking on the following link.
<a href="mailto:reservas@eljardindecarrejo.com?SUBJECT=Reserva"><strong>reservas@eljardindecarrejo.com</strong></a>
Thank you.
You can see our cancellation policy on this link:
<strong><a href="construccion.htm">Cancellation Policy.</a></strong>
</pre>
<pre class="seccion-2">
<form name="form1" method="post" action="send_reserva.php" onsubmit="return ValidateForm_en()">
<?php if (($error=="required")) echo("<font color='red'>Please, fill all fields.</font>"); ?>
<?php if (($error=="email")) echo("<font color='red'>Invalid email, please, check it.</font>"); ?>
<?php if (isset($sent)) echo("<font color='red'>Your reservation has been registered, we'll contact you soon.<br>Thank you.</font>"); ?>
<pre class="Estilo3">Name:
<input name="nombre" type="text" size="32">
Email:
<input name="email" type="text" size="32">
Telephone number:
<input name="telefono" type="text" size="32">
Number of people: Childs:
<input name="personas" type="text" size="5" maxlength="2"> <input name="ninos" type="text" size="5">
Number of rooms and class:
<input name="habitaciones" type="text" size="32">
Arrive date(DD/MM/AA):
<input name="entrada" type="text" size="32">
Checkout date(DD/MM/AA):
<input name="salida" type="text" size="32">
Observations:
<input name="observaciones" type="text" size="32">
<input type="hidden" name="return" value="reservas_en.php">
<input type="submit" name="Submit" value="Sent">
</pre>
</form>
</pre>
</div>
<div id="pie">
<span class="direccion">
<strong>Carrejo's Garden</strong> &middot; Hotel without smoke &middot; Cabez&oacute;n de la Sal, 39500 CANTABRIA &middot; Tel: 942701516 &middot; Fx: 942701871
</span>
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-9006771-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>