1308 lines
96 KiB
Plaintext
1308 lines
96 KiB
Plaintext
O:14:"ContenuElement":3:{s:8:"elements";a:27:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:13227:"<!doctype html>
|
||
|
||
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
|
||
|
||
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
|
||
|
||
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
|
||
|
||
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
||
|
||
|
||
|
||
<head>
|
||
|
||
<?php
|
||
|
||
$layoutType = initLayoutType();
|
||
|
||
if($_SESSION["layoutType"] == "classic"){
|
||
|
||
?>
|
||
|
||
<meta name="msvalidate.01" content="A7033F9FD420D483E7ABC5B0FDE02B30" />
|
||
<title>Saint James ☼ Boutique mode marine Le Matelot </title>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
<meta http-equiv="Content-Language" content="es" />
|
||
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
|
||
<?php
|
||
$url = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
|
||
?>
|
||
<link rel="canonical" href="<?php echo $url; ?>">
|
||
<link href="https://plus.google.com/+LeMatelotSaintJames" rel="publisher" />
|
||
<meta name="description" content="Saint James boutique de ropa Le Matelot - colección otoño/Invierno 2014. Disfruta de las reducciones inmediatas con nuestro programa de beneficios para el cliente.">
|
||
<meta name="robots" content="index, follow" />
|
||
<style>
|
||
#principale, #allfooters {display:none;}
|
||
.navlang li{padding-right:3px;list-style:none;display:inline;float:left}
|
||
.nivoSlider {position:relative;width:100%;height:auto;overflow: hidden;}
|
||
.nivoSlider img {position:absolute;top:0px;left:0px;max-width: none;}
|
||
.nivo-main-image {display: block !important;position: relative !important; width: 100% !important;}
|
||
.nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:white;opacity:0;}
|
||
.nivo-slice {display:block;position:absolute;z-index:5;height:100%;top:0;}
|
||
.nivo-box {display:block;position:absolute;z-index:5;overflow:hidden;}
|
||
.nivo-box img { display:block; }
|
||
.nivo-caption {position:absolute;left:0px;bottom:0px;background:#000;color:#fff;width:100%;z-index:8;padding: 5px 10px;opacity: 0.8;overflow: hidden;display: none;opacity: 0.8;box-sizing: border-box;}
|
||
.nivo-caption p {padding:5px;margin:0;}
|
||
.nivo-caption a {display:inline !important;}
|
||
.nivo-html-caption {display:none;}
|
||
.nivo-directionNav a {position:absolute;top:45%;z-index:9;cursor:pointer;}
|
||
.nivo-prevNav {left:0px;}
|
||
.nivo-nextNav {right:0px;}
|
||
.nivo-controlNav {text-align:center;padding: 15px 0;}
|
||
.nivo-controlNav a {cursor:pointer;}
|
||
.nivo-controlNav a.active {font-weight:bold;}
|
||
#meilleuresventes h2 {
|
||
padding:0;margin-left: 5px;font-weight:bold;font-size:17px;border-bottom: solid 2px #02407a;}
|
||
#meilleuresventes ul{
|
||
padding: 0;margin:0;width:320px;}
|
||
#meilleuresventes ul li {width:100%;list-style:none;font-size:12px;padding:0;margin:0 0 1px 0;}
|
||
#meilleuresventes ul li a {
|
||
font-size:12px;text-decoration:none;color:#333;display:block;background-color: #EEEEEE;border-left:solid 1px #DDDDDD;padding:5px 0 5px 5px;}
|
||
#meilleuresventes ul li a:hover {font-size:12px;text-decoration:none;background-color: #006;color:#FFF;border-left:solid 1px #02407a;}
|
||
.simuler{cursor:pointer;}
|
||
#fbl {
|
||
background:#F00;
|
||
display:block;
|
||
position:absolute;
|
||
opacity: 0;
|
||
-moz-opacity: 0;
|
||
filter: Alpha(opacity=0);
|
||
z-index:99999;
|
||
}
|
||
</style>
|
||
<?php
|
||
function get_client_ip() {
|
||
$ipaddress = '';
|
||
if (isset($_SERVER['HTTP_CLIENT_IP']))
|
||
$ipaddress = $_SERVER['HTTP_CLIENT_IP'];
|
||
else if(isset($_SERVER['HTTP_X_FORWARDED_FOR']))
|
||
$ipaddress = $_SERVER['HTTP_X_FORWARDED_FOR'];
|
||
else if(isset($_SERVER['HTTP_X_FORWARDED']))
|
||
$ipaddress = $_SERVER['HTTP_X_FORWARDED'];
|
||
else if(isset($_SERVER['HTTP_FORWARDED_FOR']))
|
||
$ipaddress = $_SERVER['HTTP_FORWARDED_FOR'];
|
||
else if(isset($_SERVER['HTTP_FORWARDED']))
|
||
$ipaddress = $_SERVER['HTTP_FORWARDED'];
|
||
else if(isset($_SERVER['REMOTE_ADDR']))
|
||
$ipaddress = $_SERVER['REMOTE_ADDR'];
|
||
else
|
||
$ipaddress = 'UNKNOWN';
|
||
return $ipaddress;
|
||
}
|
||
|
||
$idfraud = $_SESSION["navig"]->client->email;
|
||
$sqlfraud = mysql_query("select * from fraudesmail where email='".$idfraud."'");
|
||
$rowfraud = mysql_fetch_row($sqlfraud);
|
||
if(isset($rowfraud[1])){
|
||
$getip = get_client_ip();
|
||
mysql_query("insert into fraudes (email, ip) values ('".$idfraud."','".$getip."');");
|
||
session_destroy();
|
||
//echo "<script>window.location='https://www.pre-plainte-en-ligne.gouv.fr/';</script>";
|
||
}
|
||
?>
|
||
|
||
|
||
<?php
|
||
|
||
}elseif($_SESSION["layoutType"] == "mobile"){
|
||
|
||
?>
|
||
|
||
<meta name="msvalidate.01" content="A7033F9FD420D483E7ABC5B0FDE02B30" />
|
||
<title>Saint James ☼ Boutique mode marine Le Matelot </title>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
<meta http-equiv="Content-Language" content="es" />
|
||
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
|
||
<?php
|
||
$url = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
|
||
?>
|
||
<link rel="canonical" href="<?php echo $url; ?>">
|
||
<link href="https://plus.google.com/+LeMatelotSaintJames" rel="publisher" />
|
||
<meta name="description" content="Saint James boutique de ropa Le Matelot - colección otoño/Invierno 2014. Disfruta de las reducciones inmediatas con nuestro programa de beneficios para el cliente.">
|
||
<meta name="robots" content="index, follow" />
|
||
<!-- JS-->
|
||
<?php
|
||
function get_client_ip() {
|
||
$ipaddress = '';
|
||
if (isset($_SERVER['HTTP_CLIENT_IP']))
|
||
$ipaddress = $_SERVER['HTTP_CLIENT_IP'];
|
||
else if(isset($_SERVER['HTTP_X_FORWARDED_FOR']))
|
||
$ipaddress = $_SERVER['HTTP_X_FORWARDED_FOR'];
|
||
else if(isset($_SERVER['HTTP_X_FORWARDED']))
|
||
$ipaddress = $_SERVER['HTTP_X_FORWARDED'];
|
||
else if(isset($_SERVER['HTTP_FORWARDED_FOR']))
|
||
$ipaddress = $_SERVER['HTTP_FORWARDED_FOR'];
|
||
else if(isset($_SERVER['HTTP_FORWARDED']))
|
||
$ipaddress = $_SERVER['HTTP_FORWARDED'];
|
||
else if(isset($_SERVER['REMOTE_ADDR']))
|
||
$ipaddress = $_SERVER['REMOTE_ADDR'];
|
||
else
|
||
$ipaddress = 'UNKNOWN';
|
||
return $ipaddress;
|
||
}
|
||
|
||
$idfraud = $_SESSION["navig"]->client->email;
|
||
$sqlfraud = mysql_query("select * from fraudesmail where email='".$idfraud."'");
|
||
$rowfraud = mysql_fetch_row($sqlfraud);
|
||
if(isset($rowfraud[1])){
|
||
$getip = get_client_ip();
|
||
mysql_query("insert into fraudes (email, ip) values ('".$idfraud."','".$getip."');");
|
||
session_destroy();
|
||
//echo "<script>window.location='https://www.pre-plainte-en-ligne.gouv.fr/';</script>";
|
||
}
|
||
?>
|
||
|
||
|
||
<?php
|
||
|
||
}else{
|
||
|
||
?>
|
||
|
||
<meta name="msvalidate.01" content="A7033F9FD420D483E7ABC5B0FDE02B30" />
|
||
<title>Saint James ☼ Boutique mode marine Le Matelot </title>
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
<meta http-equiv="Content-Language" content="es" />
|
||
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
|
||
<?php
|
||
$url = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
|
||
?>
|
||
<link rel="canonical" href="<?php echo $url; ?>">
|
||
<link href="https://plus.google.com/+LeMatelotSaintJames" rel="publisher" />
|
||
<meta name="description" content="Saint James boutique de ropa Le Matelot - colección otoño/Invierno 2014. Disfruta de las reducciones inmediatas con nuestro programa de beneficios para el cliente.">
|
||
<meta name="robots" content="index, follow" />
|
||
<style>
|
||
#principale, #allfooters {display:none;}
|
||
.navlang li{padding-right:3px;list-style:none;display:inline;float:left}
|
||
.nivoSlider {position:relative;width:100%;height:auto;overflow: hidden;}
|
||
.nivoSlider img {position:absolute;top:0px;left:0px;max-width: none;}
|
||
.nivo-main-image {display: block !important;position: relative !important; width: 100% !important;}
|
||
.nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:white;opacity:0;}
|
||
.nivo-slice {display:block;position:absolute;z-index:5;height:100%;top:0;}
|
||
.nivo-box {display:block;position:absolute;z-index:5;overflow:hidden;}
|
||
.nivo-box img { display:block; }
|
||
.nivo-caption {position:absolute;left:0px;bottom:0px;background:#000;color:#fff;width:100%;z-index:8;padding: 5px 10px;opacity: 0.8;overflow: hidden;display: none;opacity: 0.8;box-sizing: border-box;}
|
||
.nivo-caption p {padding:5px;margin:0;}
|
||
.nivo-caption a {display:inline !important;}
|
||
.nivo-html-caption {display:none;}
|
||
.nivo-directionNav a {position:absolute;top:45%;z-index:9;cursor:pointer;}
|
||
.nivo-prevNav {left:0px;}
|
||
.nivo-nextNav {right:0px;}
|
||
.nivo-controlNav {text-align:center;padding: 15px 0;}
|
||
.nivo-controlNav a {cursor:pointer;}
|
||
.nivo-controlNav a.active {font-weight:bold;}
|
||
#meilleuresventes h2 {
|
||
padding:0;margin-left: 5px;font-weight:bold;font-size:17px;border-bottom: solid 2px #02407a;}
|
||
#meilleuresventes ul{
|
||
padding: 0;margin:0;width:320px;}
|
||
#meilleuresventes ul li {width:100%;list-style:none;font-size:12px;padding:0;margin:0 0 1px 0;}
|
||
#meilleuresventes ul li a {
|
||
font-size:12px;text-decoration:none;color:#333;display:block;background-color: #EEEEEE;border-left:solid 1px #DDDDDD;padding:5px 0 5px 5px;}
|
||
#meilleuresventes ul li a:hover {font-size:12px;text-decoration:none;background-color: #006;color:#FFF;border-left:solid 1px #02407a;}
|
||
.simuler{cursor:pointer;}
|
||
#fbl {
|
||
background:#F00;
|
||
display:block;
|
||
position:absolute;
|
||
opacity: 0;
|
||
-moz-opacity: 0;
|
||
filter: Alpha(opacity=0);
|
||
z-index:99999;
|
||
}
|
||
</style>
|
||
<?php
|
||
function get_client_ip() {
|
||
$ipaddress = '';
|
||
if (isset($_SERVER['HTTP_CLIENT_IP']))
|
||
$ipaddress = $_SERVER['HTTP_CLIENT_IP'];
|
||
else if(isset($_SERVER['HTTP_X_FORWARDED_FOR']))
|
||
$ipaddress = $_SERVER['HTTP_X_FORWARDED_FOR'];
|
||
else if(isset($_SERVER['HTTP_X_FORWARDED']))
|
||
$ipaddress = $_SERVER['HTTP_X_FORWARDED'];
|
||
else if(isset($_SERVER['HTTP_FORWARDED_FOR']))
|
||
$ipaddress = $_SERVER['HTTP_FORWARDED_FOR'];
|
||
else if(isset($_SERVER['HTTP_FORWARDED']))
|
||
$ipaddress = $_SERVER['HTTP_FORWARDED'];
|
||
else if(isset($_SERVER['REMOTE_ADDR']))
|
||
$ipaddress = $_SERVER['REMOTE_ADDR'];
|
||
else
|
||
$ipaddress = 'UNKNOWN';
|
||
return $ipaddress;
|
||
}
|
||
|
||
$idfraud = $_SESSION["navig"]->client->email;
|
||
$sqlfraud = mysql_query("select * from fraudesmail where email='".$idfraud."'");
|
||
$rowfraud = mysql_fetch_row($sqlfraud);
|
||
if(isset($rowfraud[1])){
|
||
$getip = get_client_ip();
|
||
mysql_query("insert into fraudes (email, ip) values ('".$idfraud."','".$getip."');");
|
||
session_destroy();
|
||
//echo "<script>window.location='https://www.pre-plainte-en-ligne.gouv.fr/';</script>";
|
||
}
|
||
?>
|
||
|
||
<?php
|
||
|
||
}
|
||
|
||
?>
|
||
|
||
<style>
|
||
#cookie-bar {display:none; background:#003; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;}
|
||
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%;}
|
||
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
|
||
#cookie-bar p {margin:0; padding:0;}
|
||
#cookie-bar span {cursor:pointer; color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
|
||
#cookie-bar .cb-enable {background:#C00;}
|
||
#cookie-bar .cb-enable:hover {background:#C55;}
|
||
#cookie-bar .cb-disable {background:#990000;}
|
||
#cookie-bar .cb-disable:hover {background:#bb0000;}
|
||
#cookie-bar .cb-policy {background:#0033bb;}
|
||
#cookie-bar .cb-policy:hover {background:#0055dd;}
|
||
</style>
|
||
|
||
</head>
|
||
|
||
<body>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div id="principale">
|
||
|
||
<div id="interface">
|
||
|
||
<?php
|
||
|
||
if($_SESSION["layoutType"] == "classic"){
|
||
|
||
?>
|
||
|
||
<div id="header" class="grid_12">
|
||
<div id="logo">
|
||
<a href="http://www.lematelot.com" title="Saint James ☼ Boutique mode marine Le Matelot "><img src="./template/_gfx/logo.png" alt="☼ Boutique mode marine Le Matelot "></a>
|
||
</div>
|
||
<div id="titslo" class="titslo"> <span class="sitetitle">LE MATELOT</span><br />
|
||
<span class="sitesubtitle">ROPA SAINT JAMES</span></div>
|
||
<div id="saint_james"></div>
|
||
<div id="telephone">
|
||
<span class="phonenumero"><a href="tel:+33298571040" title="::phone::">02 98 57 10 40</a></span><br />
|
||
<span class="phonetexte"><b>7/7</b> 10H-12H30 14H30-19H</span>
|
||
</div>
|
||
<div id="wrap-panierEtCompte">
|
||
<div id="panierEtCompte">
|
||
<div id="monPanier">
|
||
<ul id="headerPanier">
|
||
<li><span class="paniercouleur">Carrito</span><a href="http://www.lematelot.com/?fond=panier" class="panier" title="Carrito" rel="nofollow">[ 0 artículo(s) ]</a>
|
||
<ul id="contenuPanier">
|
||
";}i:1;O:20:"BoucleConditionnelle":3:{s:3:"nom";s:6:"panier";s:7:"contenu";a:2:{i:0;O:14:"ContenuElement":3:{s:8:"elements";a:3:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:17:"
|
||
";}i:1;O:12:"BoucleSimple":7:{s:3:"nom";s:6:"panier";s:4:"args";s:14:" type="PANIER"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:3:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:217:"
|
||
<li><a class="thickleft" href="http://www.lematelot.com/?fond=panier" title="Carrito" rel="nofollow"><span class="emp">x#QUANTITE</span> <b>#TITRE</b> #TOTAL €<br />
|
||
";}i:1;O:12:"BoucleSimple":7:{s:3:"nom";s:6:"decval";s:4:"args";s:33:" type="DECVAL" article="#ARTICLE"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:5:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:23:"
|
||
";}i:1;O:12:"BoucleSimple":7:{s:3:"nom";s:11:"declinaison";s:4:"args";s:37:" type="DECLINAISON" id="#DECLINAISON"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:8:" #TITRE ";}}s:3:"idx";i:1;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:1:{i:0;s:5:"TITRE";}s:22:" |