1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
<?php
require("includes/langue.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">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Elena Deudero Ibiza</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="css/styles.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="js/ajaxMap.js"></script>
</head>
<body>
<div id="Global">
<!-- start header -->
<div id="Header">
<div id="Header_ban"></div>
<span style="margin-left:10px;"><a href="?lang=fr"><img src="images/lang/fr.jpg" title="Français" border="0" /></a> </span>
<span style="margin-left:10px;"><a href="?lang=en"><img src="images/lang/gb.jpg" title="English" border="0" /></a> </span>
<span style="margin-left:10px;"><a href="?lang=es"><img src="images/lang/es.jpg" title="Español" border="0" /></a></span>
</span>
<?php include ('includes/menu.php');?>
</div>
<!-- end header -->
<!-- start page -->
<div id="Page">
<!-- start content -->
<div id="Contenu">
<div class="Texte">
<div class="Haut"></div>
<div class="Millieu">
<p align="center"><h1><?php echo TXT_BOUTIK_TITRE; ?></h1></p>
<p> </p>
<!--<p align="center">-->
<?php //include_once('map.php');?>
<!--------------------------------------------------------------------------------------------------------------------------->
<table width="100%">
<tr>
<td width="370px" valign="top">
<div id="zone"></div>
</td>
<td width="516px">
<div align="center">
<img border="0" usemap="#Map" src="images/carte-de-france.gif"/>
<map name="Map" id="Map">
<area shape="poly" coords="316,468,304,462,298,465,287,457,257,457,250,468,262,472,263,493,276,496,278,489,295,489,301,485,309,491,311,477,317,470" href="#" ONCLICK="submitTEST()" alt="Aude" />
</map>
</div>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------------------------------------------------------->
<!--</p>-->
</div>
<div class="Bas"></div>
</div>
</div>
<!-- end content -->
<div style="clear: both;"> </div>
</div>
<!-- end page -->
</div>
<?php include ('includes/footer.php');?>
</body>
</html> |