git-svn-id: https://192.168.0.254/svn/Proyectos.JardinDeCarrejo_Web/trunk@35 a05c588e-6d60-420d-a138-a9ac874067ed
122 lines
6.0 KiB
PHP
122 lines
6.0 KiB
PHP
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<link rel="shortcut icon" href="../img/favicon.ico"/>
|
|
<title>Hotel Reservations - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in 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" />
|
|
<link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
|
|
<!--[if lte IE 6]>
|
|
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
|
|
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
|
|
<![endif]-->
|
|
<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="#">Menu
|
|
<table><tr><td>
|
|
<![endif]-->
|
|
<ul>
|
|
<li><a title="The hotel" href="../es/menu-hotel-rural-carrejo-santander.htm">The hotel</a></li>
|
|
<li><a title="The garden" href="../es/menu-jardin-hotel-rural-santander.htm">The garden</a></li>
|
|
<li><a title="Rooms" href="../es/menu-alojamiento-hotel-rural-santander.htm">Rooms</a></li>
|
|
<li><a title="Breakfast & dinners" href="../es/menu-desayunos-cenas-hotel-rural-santander.htm">Breakfast & dinners</a></li>
|
|
<li><a title="Photo collection" href="../es/menu-coleccion-fotografias-hotel-rural-santander.htm">Photo collection</a></li>
|
|
<li><a title="Services" href="../es/menu-servicios-hotel-rural-santander.htm">Services</a></li>
|
|
<li><a title="Activities" href="../es/menu-actividades-hotel-rural-santander.htm">Activities</a></li>
|
|
<li><a title="Prices & reservations" href="../es/menu-reservas-precios-hotel-rural-cantabria.htm">Prices & reservations</a></li>
|
|
<li><a title="Location" href="../es/menu-como-llegar-hotel-rural-santander.htm">Location</a></li>
|
|
<li><a title="Offers" href="../es/menu-ofertas-promociones-hotel-rural-santander.htm">Offers</a></li>
|
|
<li><a title="Links" href="../es/menu-enlaces-hotel-rural-santander.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><h1><a class="inicio" title="Start" href="../index.htm">Hotel Carrejo's Garden</a></h1></li>
|
|
<li><a class="main-menu" title="Back to main menu" href="index-rural-hotel-cantabria.htm">Main menu</a></li>
|
|
<li><a class="prices-menu" title="Back to prices & reservations" href="menu-prices-reservations-rural-hotel-cantabria.htm">Back to prices & reservations</a></li>
|
|
<li><a class="prices" title="Prices" href="prices-rural-hotel-cantabria.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="../es/construccion.htm">Cancellation Policy.</a></strong>
|
|
</pre>
|
|
<pre class="seccion-2"><form name="form1" method="post" action="../es/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/YY):
|
|
<input name="entrada" type="text" size="32">
|
|
Checkout date(DD/MM/YY):
|
|
<input name="salida" type="text" size="32">
|
|
Observations:
|
|
<input name="observaciones" type="text" size="32">
|
|
<input type="hidden" name="return" value="reservations-rural-hotel-cantabria.php">
|
|
|
|
<input type="submit" name="Submit" value="Sent">
|
|
</pre>
|
|
</form>
|
|
|
|
</pre>
|
|
</div>
|
|
<div id="pie">
|
|
<span class="direccion">
|
|
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · 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>
|