<!doctype html>
<html>
	<head>
		<base href="/"/>
		<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
		<meta name="robots" content="index, follow"/>
		<meta name="keywords" content=""/>
		<meta name="author" content="Administrator"/>
		<meta name="description" content="LeoLodge : Maison d’hôtes - Bed and Breakfast à Tervuren - Bruxelles Est"/>
		<title>LeoLodge : Guest house - Bed and Breakfast at Tervuren-Brussels east : Contact</title>
		<link href="img/favicon.ico" rel="shortcut icon" type="image/x-icon"/>
		<link rel="stylesheet" href="style.css" type="text/css"/>
	</head>
	<body id="page_bg">
		<div id="top"></div>
		<div id="wrapper">
			<div id="wrapper_inside">
				<div id="holder">
					<div id="holder_inside">
						<a href="index.html" id="header">
							<img src="img/header_long.jpg" alt="header_logo"/>
						</a>
						<nav id="languages">
							<ul class="menu">
								<li>
									<a href="fr/Accueil.php">
										<img src="img/lang/fr.gif" alt="francais"/>
										<span>Français</span>
									</a>
								</li>
								<li>
									<a href="nl/Accueil.php">
										<img src="img/lang/nl.gif" alt="nederlands"/>
										<span>Nederlands</span>
									</a>
								</li>
								<li>
									<a href="en/Accueil.php">
										<img src="img/lang/en.gif" alt="english"/>
										<span>English</span>
									</a>
								</li>
							</ul>
						</nav>

						<div class="center">
							<div>
								<nav id="leftcolumn">
									<ul class="menu"><li><a href="en/Accueil.php">Home</a></li><li><a href="en/La-maison.php">The house</a></li><li><span class="separator">The bedrooms</span><ul><li><a href="en/Chambres/New-England.php">New England</a></li><li><a href="en/Chambres/Plein-sud.php">Plein sud</a></li><li><a href="en/Chambres/Indian.php">Indian</a></li></ul></li><li><a href="en/Tarifs.php">Tariffs</a></li><li><a href="en/Conditions.php">Conditions</a></li><li><a href="en/Equipement.php">Facilities</a></li><li><a href="en/Livre-dor.php">Golden Book</a></li><li><a href="en/Itineraire.php">Itinerary</a></li><li><a href="en/Contact.php">Contact</a></li></ul>
								</nav>
								<div id="content"><?php if(isset($_GET['error'])): ?>
	<div class="flash <?= $_GET['error'] == 0 ? 'flash-ok' : 'flash-error' ?>">
		<?php
		switch ($_GET['error'])
		{
			case 0:
				?>Thank you for your message, we will respond quickly.<?php
				break;
			case 1:
				?>You have not filled out all required fields: name, phone, email, city.<?php
				break;
			case 2:
				?>The email could not be sent. Please try again later.<?php
				break;
		}
		?>
	</div>
<?php endif; ?>
<table class="contact">
	<tbody>
	<tr>
		<td>Contact us :</td>
		<td>
			<div>- Phone/fax : +32-2.325.89.05.</div>
			<div>- GSM : +32 476 83 54 22</div>
			<div>- E-mail : <a href="mailto:jolal1@yahoo.fr">jolal1@yahoo.fr</a></div>
			<div>- preferably by filling the following form</div>
		</td>
	</tr>
	</tbody>
</table>
<form id="contact" action="mail.php?lang=en" method="post">
	<fieldset>
		<legend>Your data</legend>
		<div>
			<label>
				<span>Name :</span>
				<input type="text" name="nom" required/>
			</label>
			<label>
				<span>Phone :</span>
				<input type="text" name="telephone" required/>
			</label>
			<label>
				<span>E-mail :</span>
				<input type="text" name="e-mail" required/>
			</label>
			<label>
				<span>City and country :</span>
				<input type="text" name="ville_et_pays" required/>
			</label>
		</div>
	</fieldset>
	<fieldset>
		<legend>Date of arrival and number of nights</legend>
		<div>
			<label>
				<span>Date of arrival :</span>
				<input type="text" name="arrivee"/>
			</label>
			<label>
				<span>Number of nights :</span>
				<input type="text" name="nuits"/>
			</label>
			
			<div class="checkbox-group">
				<span>Preferred bedroom : </span>
				<span>
									<label><input type="checkbox" name="chambre[]" value="New England"/> New England</label>
									<label><input type="checkbox" name="chambre[]" value="Plein sud"/> Plein sud</label>
									<label><input type="checkbox" name="chambre[]" value="Indian" id="indian"/> Indian</label>
								</span>
			</div>
		</div>
	</fieldset>
	<strong>Note: this is not a reservation yet</strong>
	
	<fieldset>
		<legend>Questions and comments</legend>
		<textarea name="text" id="text" rows="10" cols="50"></textarea>
	</fieldset>
	<input type="submit" value="Send"/>
</form></div>
							</div>
						</div>
					</div>
				</div>
			</div>
			<div id="content_bottom"></div>
		</div>
		<!-- Matomo -->
		<script type="text/javascript">
			var _paq = window._paq = window._paq || [];
			/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
			_paq.push(['trackPageView']);
			_paq.push(['enableLinkTracking']);
			(function() {
				var u="https://stat.lal.be/";
				_paq.push(['setTrackerUrl', u+'matomo.php']);
				_paq.push(['setSiteId', '2']);
				var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
				g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
			})();
		</script>
		<noscript><p><img src="https://stat.lal.be/matomo.php?idsite=2&amp;rec=1" style="border:0;" alt="" /></p></noscript>
		<!-- End Matomo Code -->
	</body>
</html>
