- Cambio de LightBox por FancyBox para que valide el código HTML5
- Completada sección "Carta" y "Pizzas". - La sección "Restaurante" es ahora la página de inicio. git-svn-id: https://192.168.0.254/svn/Proyectos.LaManoDePablo_Web/trunk@8 1f125104-cfba-1d4b-a82f-f72e3caf8177
@ -19,7 +19,7 @@
|
||||
<section class="parrilla">
|
||||
<figure><a href="webLMP1/index.html"><img src="images/foto-parrilla.jpg"/></a></figure>
|
||||
<h3><a href="webLMP1/index.html">Parrilla-Pizerría</a></h3>
|
||||
<p>En <a href="webLMP1/reservas.html">Las Tablas</a>, les ofrecemos nuestros tradicionales platos de cocina uruguaya y crujientes pizzas.</p>
|
||||
<p>En <a href="webLMP1/reservas.php">Las Tablas</a>, les ofrecemos nuestros tradicionales platos de cocina uruguaya y crujientes pizzas.</p>
|
||||
</section>
|
||||
<section class="pollos">
|
||||
<figure><a href="webLMP2/index.html"><img src="images/foto-pollos.jpg"/></a></figure>
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<ul id="top_nav">
|
||||
<li><a href="index.html"><img src="images/icon_1.gif" alt=""></a></li>
|
||||
<li><a href="#"><img src="images/icon_2.gif" alt=""></a></li>
|
||||
<li class="end"><a href="reservas.html"><img src="images/icon_3.gif" alt=""></a></li>
|
||||
<li class="end"><a href="reservas.php"><img src="images/icon_3.gif" alt=""></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<ul id="top_nav">
|
||||
<li><a href="index.html"><img src="images/icon_1.gif" alt=""></a></li>
|
||||
<li><a href="#"><img src="images/icon_2.gif" alt=""></a></li>
|
||||
<li class="end"><a href="reservas.html"><img src="images/icon_3.gif" alt=""></a></li>
|
||||
<li class="end"><a href="reservas.php"><img src="images/icon_3.gif" alt=""></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<ul id="top_nav">
|
||||
<li><a href="index.html"><img src="images/icon_1.gif" alt=""></a></li>
|
||||
<li><a href="#"><img src="images/icon_2.gif" alt=""></a></li>
|
||||
<li class="end"><a href="reservas.html"><img src="images/icon_3.gif" alt=""></a></li>
|
||||
<li class="end"><a href="reservas.php"><img src="images/icon_3.gif" alt=""></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
|
||||
@ -1,165 +1,106 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<title>Restaurante - La Mano de Pablo</title>
|
||||
<title>Carta - Restaurante La Mano de Pablo - Las Tablas</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="css/reset.css" type="text/css" media="all">
|
||||
<link rel="stylesheet" href="css/layout.css" type="text/css" media="all">
|
||||
<link rel="stylesheet" href="css/style.css" type="text/css" media="all">
|
||||
<script type="text/javascript" src="js/jquery-1.6.js" ></script>
|
||||
<script type="text/javascript" src="js/cufon-yui.js"></script>
|
||||
<script type="text/javascript" src="js/cufon-replace.js"></script>
|
||||
<script type="text/javascript" src="js/Forum_400.font.js"></script>
|
||||
<script type="text/javascript" src="js/atooltip.jquery.js"></script>
|
||||
<link rel="stylesheet" href="css/style2.css" type="text/css" media="all">
|
||||
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Forum' type='text/css'>
|
||||
<link rel="stylesheet" href="fancybox/jquery.fancybox.css" type="text/css" media="screen" />
|
||||
<script type="text/javascript" src="js/jquery-1.7.2.min.js" ></script>
|
||||
<script type="text/javascript" src="fancybox/jquery.fancybox.pack.js"></script>
|
||||
<script type="text/javascript" src="fancybox/custom.js"></script>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script type="text/javascript" src="js/html5.js"></script>
|
||||
<style type="text/css">
|
||||
.slider_bg {behavior:url(js/PIE.htc)}
|
||||
</style>
|
||||
<![endif]-->
|
||||
<!--[if lt IE 7]>
|
||||
<div style='clear:both;text-align:center;position:relative'>
|
||||
<a href="http://www.microsoft.com/windows/internet-explorer/default.aspx?ocid=ie6_countdown_bannercode"><img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" alt="" /></a>
|
||||
</div>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body id="page3">
|
||||
<div class="main-layout">
|
||||
<div class="header-layout">
|
||||
<div class="main">
|
||||
<!-- header -->
|
||||
<header>
|
||||
<h1><a href="index.html" id="logo">Deliccio Classic European Cuisine</a></h1>
|
||||
<nav>
|
||||
<ul id="top_nav">
|
||||
<li><a href="index.html"><img src="images/icon_1.gif" alt=""></a></li>
|
||||
<li><a href="#"><img src="images/icon_2.gif" alt=""></a></li>
|
||||
<li class="end"><a href="reservas.html"><img src="images/icon_3.gif" alt=""></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
<ul id="menu">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="restaurante.html">Restaurante</a></li>
|
||||
<li class="active"><a href="carta.html">Carta</a></li>
|
||||
<li><a href="pizzas.html">Pedidos</a></li>
|
||||
<li><a href="reservas.html">Reservas</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header><div class="ic">More Website Templates @ TemplateMonster.com - August 1st 2011!</div>
|
||||
<!-- / header -->
|
||||
<!-- content -->
|
||||
<article id="content">
|
||||
<div class="wrap">
|
||||
<section class="cols">
|
||||
<div class="box">
|
||||
<div>
|
||||
<h2 class="letter_spacing">Pizzas <span></span></h2>
|
||||
<figure><img src="images/page3_img1.jpg" alt="" ></figure>
|
||||
<p class="pad_bot1">Nuestras crujientes pizzas también se sirven a domicilio.</p>
|
||||
<a href="CookBook1.html" target="_blank" onClick="window.open(this.href, this.target, 'width=600,height=600'); return false;" class="button1">+ info</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="cols pad_left1">
|
||||
<div class="box">
|
||||
<div>
|
||||
<h2>Entrantes <span></span></h2>
|
||||
<figure><img src="images/page3_img2.jpg" alt="" ></figure>
|
||||
<p class="pad_bot1">Una cuidada selección de entrantes para comenzar.</p>
|
||||
<a href="CookBook2.html" target="_blank" onClick="window.open(this.href, this.target, 'width=600,height=600'); return false;" class="button1">+ info</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="cols pad_left1">
|
||||
<div class="box">
|
||||
<div>
|
||||
<h2>Ensaladas <span></span></h2>
|
||||
<figure><img src="images/page3_img3.jpg" alt="" ></figure>
|
||||
<p class="pad_bot1">Ensaladas elaboradas con los ingredientes más frescos.</p>
|
||||
<a href="CookBook3.html" target="_blank" onClick="window.open(this.href, this.target, 'width=600,height=600'); return false;" class="button1">+ info</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-layout">
|
||||
<div class="main">
|
||||
<article id="content2">
|
||||
<div class="wrapper">
|
||||
<section class="pad_left1">
|
||||
<div class="wrapper">
|
||||
<div class="cols">
|
||||
<h2>Postres</h2>
|
||||
</div>
|
||||
<div class="col3 pad_left1">
|
||||
<h2>Nuestros platos:</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="line1">
|
||||
<div class="wrapper line2">
|
||||
<div class="cols">
|
||||
<div class="wrapper pad_bot1">
|
||||
<figure class="pad_bot1"><img src="images/page3_img4.jpg" alt=""></figure>
|
||||
Deliciosos postres realizados con las recetas tradicionales que tanto gustan a nuestros clientes.<strong> ¡No dejes de probarlos! </strong><strong></strong></div>
|
||||
</div>
|
||||
<div class="cols pad_left1">
|
||||
<div class="col2">
|
||||
<ul class="price">
|
||||
<li><a href="#">Asado de Tira</a></li>
|
||||
<li><a href="#">Entraña</a></li>
|
||||
<li><a href="#">Vacío</a></li>
|
||||
<li><a href="#">Lomo alto (Uruguayo)</a></li>
|
||||
<li><a href="#">Parrillada (2 personas)</a></li>
|
||||
<li><a href="#">Parrillada "La Mano de Pablo"</a></li>
|
||||
<li><a href="#">Provoleta Parrilla</a></li>
|
||||
<li><a href="#">Chorizo a la Parrilla</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col2 pad_left1">
|
||||
<ul class="price">
|
||||
<li><a href="#">Morcilla a la Parrilla</a></li>
|
||||
<li><a href="#">Chivito al Plato</a></li>
|
||||
<li><a href="#">Chivito al Pan</a></li>
|
||||
<li><a href="#">Milanesa Napolitana</a></li>
|
||||
<li><a href="#">Milanesa al pan </a></li>
|
||||
<li><a href="#">Empanadillas Criollas Carne</a></li>
|
||||
<li><a href="#">Provoleta Rellena</a></li>
|
||||
<li><a href="#">Setas Empanadas con Alioli</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</article>
|
||||
<!-- / content -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-layout">
|
||||
<div class="body4">
|
||||
<div class="main">
|
||||
<!-- footer -->
|
||||
<footer>
|
||||
<div class="wrapper">
|
||||
<section class="col1 pad_left1">
|
||||
<h3>Reservas: <span>914 270 945</span></h3>
|
||||
<a rel="nofollow" href="http://www.kroquis.net/" target="_blank">Website </a> by kroquis.net
|
||||
</section> <section class="col2 pad_left1">
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
<!-- {%FOOTER_LINK} -->
|
||||
</footer>
|
||||
<!-- / footer -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript"> Cufon.now(); </script>
|
||||
<body>
|
||||
<header>
|
||||
<div class="layout">
|
||||
<h1><a href="index.html">Restaurante - La Mano de Pablo</a></h1>
|
||||
<ul id="top_nav">
|
||||
<li><a href="../webLMP2/index.html">Pollos a la brasa</a></li>
|
||||
</ul>
|
||||
<nav>
|
||||
<ul id="menu">
|
||||
<li class="active"><a href="index.html">Restaurante</a></li>
|
||||
<li><a href="carta.html">Carta</a></li>
|
||||
<li><a href="pizzas.html">Pizzas</a></li>
|
||||
<li><a href="reservas.php">Reservas</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<br class="clear"/>
|
||||
<article>
|
||||
<div class="wrap">
|
||||
<section class="cols">
|
||||
<div class="box">
|
||||
<div>
|
||||
<h2>Entrantes <span></span></h2>
|
||||
<figure><img src="images/page3_img2.jpg" alt="" ></figure>
|
||||
<p>Una cuidada selección de entrantes para comenzar.</p>
|
||||
<a href="CookBook2.html" target="_blank" onClick="window.open(this.href, this.target, 'width=600,height=600'); return false;" class="button">+ info</a> </div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="cols">
|
||||
<div class="box">
|
||||
<div>
|
||||
<h2>Parrilla<span></span></h2>
|
||||
<figure><img src="images/page3_img3.jpg" alt="" ></figure>
|
||||
<p>Ensaladas elaboradas con los ingredientes más frescos.</p>
|
||||
<a href="CookBook3.html" target="_blank" onClick="window.open(this.href, this.target, 'width=600,height=600'); return false;" class="button">+ info</a> </div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="cols">
|
||||
<div class="box">
|
||||
<div>
|
||||
<h2 class="letter_spacing">Pizzas <span></span></h2>
|
||||
<figure><img src="images/page3_img1.jpg" alt="" ></figure>
|
||||
<p>Nuestras crujientes pizzas también se sirven a domicilio.</p>
|
||||
<a href="CookBook1.html" target="_blank" onClick="window.open(this.href, this.target, 'width=600,height=600'); return false;" class="button">+ info</a> </div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<br class="clear"/>
|
||||
</article>
|
||||
</div>
|
||||
</header>
|
||||
<article>
|
||||
<div class="layout">
|
||||
<section>
|
||||
<div class="cols">
|
||||
<h2>Parrilla-Pizzería</h2>
|
||||
</div>
|
||||
<div class="cols"> </div>
|
||||
<div class="col2">
|
||||
<h2>Postres</h2>
|
||||
</div>
|
||||
<br class="clear"/>
|
||||
<div class="cols rborder">
|
||||
<figure><img src="images/page2_img3.jpg" alt=""></figure>
|
||||
<p><strong>Nuestras frescas ensaladas</strong>, proporcionan una buena cantidad de fibra, agua y muy pocas calorías, no dejes de disfrutarlas.</p>
|
||||
</div>
|
||||
<div class="cols rborder">
|
||||
<figure><img src="images/page2_img4.jpg" alt=""></figure>
|
||||
<p><strong>Exquisitos entrantes.</strong> Ligeros, sabrosos y muy originales para un menú que se puede completar con una buena carne a la parrilla.</p>
|
||||
</div>
|
||||
<div class="col2">
|
||||
<figure><img src="images/page2_img5.jpg" alt=""></figure>
|
||||
<p><strong>Deliciosos postres</strong> que sorprenderán los paladares más exigentes. La mejor forma de terminar una buena comida.<br/>
|
||||
<a href="galerias/postres/IMG_0027.jpg" data-fancybox-group="postres" class="fancybox aToolTip">+ info</a>
|
||||
<a href="galerias/postres/IMG_0036.jpg" data-fancybox-group="postres" class="fancybox"></a>
|
||||
<a href="galerias/postres/IMG_0051.jpg" data-fancybox-group="postres" class="fancybox"></a>
|
||||
<a href="galerias/postres/IMG_0076.jpg" data-fancybox-group="postres" class="fancybox"></a>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
<br class="clear"/>
|
||||
</div>
|
||||
</article>
|
||||
<footer>
|
||||
<section>
|
||||
<h3>Reservas: <span>914 270 945</span></h3>
|
||||
<a rel="nofollow" href="http://www.kroquis.net/" target="_blank">Website </a> by kroquis.net </section>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
234
src/webLMP1/css/jquery.fancybox.css
vendored
Normal file
@ -0,0 +1,234 @@
|
||||
/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
|
||||
.fancybox-tmp iframe, .fancybox-tmp object {
|
||||
vertical-align: top;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.fancybox-wrap {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 8020;
|
||||
}
|
||||
|
||||
.fancybox-skin {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: #f9f9f9;
|
||||
color: #444;
|
||||
text-shadow: none;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.fancybox-opened {
|
||||
z-index: 8030;
|
||||
}
|
||||
|
||||
.fancybox-opened .fancybox-skin {
|
||||
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.fancybox-outer, .fancybox-inner {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.fancybox-inner {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.fancybox-type-iframe .fancybox-inner {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.fancybox-error {
|
||||
color: #444;
|
||||
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.fancybox-image, .fancybox-iframe {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.fancybox-image {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
|
||||
background-image: url('fancybox_sprite.png');
|
||||
}
|
||||
|
||||
#fancybox-loading {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -22px;
|
||||
margin-left: -22px;
|
||||
background-position: 0 -108px;
|
||||
opacity: 0.8;
|
||||
cursor: pointer;
|
||||
z-index: 8020;
|
||||
}
|
||||
|
||||
#fancybox-loading div {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
background: url('fancybox_loading.gif') center center no-repeat;
|
||||
}
|
||||
|
||||
.fancybox-close {
|
||||
position: absolute;
|
||||
top: -18px;
|
||||
right: -18px;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
cursor: pointer;
|
||||
z-index: 8040;
|
||||
}
|
||||
|
||||
.fancybox-nav {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 40%;
|
||||
height: 100%;
|
||||
cursor: pointer;
|
||||
background: transparent url('blank.gif'); /* helps IE */
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
z-index: 8040;
|
||||
}
|
||||
|
||||
.fancybox-prev {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.fancybox-next {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.fancybox-nav span {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
width: 36px;
|
||||
height: 34px;
|
||||
margin-top: -18px;
|
||||
cursor: pointer;
|
||||
z-index: 8040;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.fancybox-prev span {
|
||||
left: 20px;
|
||||
background-position: 0 -36px;
|
||||
}
|
||||
|
||||
.fancybox-next span {
|
||||
right: 20px;
|
||||
background-position: 0 -72px;
|
||||
}
|
||||
|
||||
.fancybox-nav:hover span {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.fancybox-tmp {
|
||||
position: absolute;
|
||||
top: -9999px;
|
||||
left: -9999px;
|
||||
padding: 0;
|
||||
overflow: visible;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* Overlay helper */
|
||||
|
||||
#fancybox-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
overflow: hidden;
|
||||
display: none;
|
||||
z-index: 8010;
|
||||
background: #000;
|
||||
}
|
||||
|
||||
#fancybox-overlay.overlay-fixed {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
/* Title helper */
|
||||
|
||||
.fancybox-title {
|
||||
visibility: hidden;
|
||||
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
position: relative;
|
||||
text-shadow: none;
|
||||
z-index: 8050;
|
||||
}
|
||||
|
||||
.fancybox-opened .fancybox-title {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.fancybox-title-float-wrap {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 50%;
|
||||
margin-bottom: -35px;
|
||||
z-index: 8030;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.fancybox-title-float-wrap .child {
|
||||
display: inline-block;
|
||||
margin-right: -100%;
|
||||
padding: 2px 20px;
|
||||
background: transparent; /* Fallback for web browsers that doesn't support RGBa */
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
-webkit-border-radius: 15px;
|
||||
-moz-border-radius: 15px;
|
||||
border-radius: 15px;
|
||||
text-shadow: 0 1px 2px #222;
|
||||
color: #FFF;
|
||||
font-weight: bold;
|
||||
line-height: 24px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.fancybox-title-outside-wrap {
|
||||
position: relative;
|
||||
margin-top: 10px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.fancybox-title-inside-wrap {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.fancybox-title-over-wrap {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
color: #fff;
|
||||
padding: 10px;
|
||||
background: #000;
|
||||
background: rgba(0, 0, 0, .8);
|
||||
}
|
||||
@ -1,181 +0,0 @@
|
||||
/* line 6, ../sass/lightbox.sass */
|
||||
#lightboxOverlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 9999;
|
||||
background-color: black;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
|
||||
opacity: 0.85;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* line 15, ../sass/lightbox.sass */
|
||||
#lightbox {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 10000;
|
||||
text-align: center;
|
||||
line-height: 0;
|
||||
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
/* line 24, ../sass/lightbox.sass */
|
||||
#lightbox img {
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
/* line 27, ../sass/lightbox.sass */
|
||||
#lightbox a img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* line 30, ../sass/lightbox.sass */
|
||||
.lb-outerContainer {
|
||||
position: relative;
|
||||
background-color: white;
|
||||
*zoom: 1;
|
||||
width: 250px;
|
||||
height: 250px;
|
||||
margin: 0 auto;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-ms-border-radius: 4px;
|
||||
-o-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
|
||||
.lb-outerContainer:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 39, ../sass/lightbox.sass */
|
||||
.lb-container {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
/* line 42, ../sass/lightbox.sass */
|
||||
.lb-loader {
|
||||
position: absolute;
|
||||
top: 40%;
|
||||
left: 0%;
|
||||
height: 25%;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
/* line 51, ../sass/lightbox.sass */
|
||||
.lb-nav {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
/* line 59, ../sass/lightbox.sass */
|
||||
.lb-container > .nav {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
/* line 62, ../sass/lightbox.sass */
|
||||
.lb-nav a {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
/* line 65, ../sass/lightbox.sass */
|
||||
.lb-prev, .lb-next {
|
||||
width: 49%;
|
||||
height: 100%;
|
||||
background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
||||
/* Trick IE into showing hover */
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* line 72, ../sass/lightbox.sass */
|
||||
.lb-prev {
|
||||
left: 0;
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* line 76, ../sass/lightbox.sass */
|
||||
.lb-next {
|
||||
right: 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* line 81, ../sass/lightbox.sass */
|
||||
.lb-prev:hover {
|
||||
background: url(../images/prev.png) left 48% no-repeat;
|
||||
}
|
||||
|
||||
/* line 85, ../sass/lightbox.sass */
|
||||
.lb-next:hover {
|
||||
background: url(../images/next.png) right 48% no-repeat;
|
||||
}
|
||||
|
||||
/* line 88, ../sass/lightbox.sass */
|
||||
.lb-dataContainer {
|
||||
margin: 0 auto;
|
||||
padding-top: 5px;
|
||||
*zoom: 1;
|
||||
width: 100%;
|
||||
-moz-border-radius-bottomleft: 4px;
|
||||
-webkit-border-bottom-left-radius: 4px;
|
||||
-ms-border-bottom-left-radius: 4px;
|
||||
-o-border-bottom-left-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
-moz-border-radius-bottomright: 4px;
|
||||
-webkit-border-bottom-right-radius: 4px;
|
||||
-ms-border-bottom-right-radius: 4px;
|
||||
-o-border-bottom-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
|
||||
.lb-dataContainer:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 95, ../sass/lightbox.sass */
|
||||
.lb-data {
|
||||
padding: 0 10px;
|
||||
color: #bbbbbb;
|
||||
}
|
||||
/* line 98, ../sass/lightbox.sass */
|
||||
.lb-data .lb-details {
|
||||
width: 85%;
|
||||
float: left;
|
||||
text-align: left;
|
||||
line-height: 1.1em;
|
||||
}
|
||||
/* line 103, ../sass/lightbox.sass */
|
||||
.lb-data .lb-caption {
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
line-height: 1em;
|
||||
}
|
||||
/* line 107, ../sass/lightbox.sass */
|
||||
.lb-data .lb-number {
|
||||
display: block;
|
||||
clear: left;
|
||||
padding-bottom: 1em;
|
||||
font-size: 11px;
|
||||
}
|
||||
/* line 112, ../sass/lightbox.sass */
|
||||
.lb-data .lb-close {
|
||||
width: 35px;
|
||||
float: right;
|
||||
padding-bottom: 0.7em;
|
||||
outline: none;
|
||||
}
|
||||
/* line 117, ../sass/lightbox.sass */
|
||||
.lb-data .lb-close:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
@ -60,11 +60,11 @@ article {
|
||||
article .layout {
|
||||
width: 960px;
|
||||
margin: 0 auto;
|
||||
padding-bottom: 60px;
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
section {
|
||||
padding-left:30px;
|
||||
|
||||
}
|
||||
|
||||
figure {
|
||||
@ -84,7 +84,6 @@ footer {
|
||||
width: 960px;
|
||||
margin: 0 auto;
|
||||
padding-bottom: 45px;
|
||||
padding-left: 55px;
|
||||
}
|
||||
|
||||
footer a {
|
||||
@ -94,20 +93,23 @@ footer {
|
||||
|
||||
h1 {
|
||||
float:left;
|
||||
padding:0px 0 0 36px
|
||||
padding:0px 0 0 36px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: 'Forum', cursive;
|
||||
font-size:41px;
|
||||
line-height:1.2em;
|
||||
color:#200000;
|
||||
padding:16px 0 12px 0;
|
||||
letter-spacing:-2px
|
||||
color: #230000;
|
||||
padding: 16px 0 12px 0;
|
||||
letter-spacing: -2px;
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h2.letter_spacing {
|
||||
letter-spacing:-3px
|
||||
letter-spacing:-3px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
@ -116,7 +118,8 @@ h3 {
|
||||
color:#230000;
|
||||
line-height:1.2em;
|
||||
padding:20px 0 9px 0;
|
||||
letter-spacing:-1px
|
||||
letter-spacing:- 1px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h3 span {
|
||||
@ -125,22 +128,77 @@ h3 span {
|
||||
|
||||
p {
|
||||
text-align:left;
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/** COLS */
|
||||
.col1, .col2, .col3, .cols {float:left}
|
||||
.cols {width:300px; margin-right: 30px; background:url(../images/line_vert1.gif) 285px 0 repeat-y; }
|
||||
.col1 {width:630px}
|
||||
.col2 {width:240px}
|
||||
.col3 {
|
||||
width:285px
|
||||
.resaltado {
|
||||
color: #a80002;
|
||||
}
|
||||
|
||||
/** COLS */
|
||||
.col1, .col2, .col3, .cols {float:left}
|
||||
.cols {width:300px; margin-right: 30px;}
|
||||
header .cols { margin-right: 20px; }
|
||||
.col1 {width:630px; margin-right: 30px;}
|
||||
.col2 {width:240px}
|
||||
.col3 {width:285px}
|
||||
.rborder { border-right: 1px solid #ddd;}
|
||||
|
||||
.cols p, .col2 p, .col3 p {width: 255px;}
|
||||
.col1 p {width: 610px;}
|
||||
|
||||
.wrapper {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.wrapper figure {
|
||||
float: left;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
/** BOXES */
|
||||
.wrap {
|
||||
overflow:hidden;
|
||||
width:965px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.wrap ul li a {
|
||||
font-style:italic;
|
||||
padding-left:12px;
|
||||
background:url(../images/marker_1.gif) 1px 8px no-repeat;
|
||||
color:#faf3ed
|
||||
}
|
||||
|
||||
.llamar {
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
.box {background:url(../images/box_bg.png) repeat;color:#faf3ed;box-shadow:0 0 5px rgba(0, 0, 0, .4);-moz-box-shadow:0 0 5px rgba(0, 0, 0, .4);-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .4)}
|
||||
.box > div {background:url(../images/box_top.png) 0 top no-repeat;padding:30px;padding-top:0;overflow:hidden}
|
||||
.box > div.full {background:url(../images/box_top2.png) 0 top no-repeat;}
|
||||
.box h2 {color:#a80002;padding:15px 0 12px 0}
|
||||
.box h2 span {color:#faf3ed}
|
||||
.box figure {padding-bottom:13px}
|
||||
|
||||
.button {
|
||||
display:inline-block;
|
||||
font-size:20px;
|
||||
color:#faf3ed;
|
||||
line-height:34px;
|
||||
padding:0 15px;
|
||||
background:#a80002;
|
||||
letter-spacing:-1px;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
text-decoration:none;
|
||||
color:#1e0000;
|
||||
background:#faf3ed;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -156,20 +214,12 @@ p {
|
||||
#menu li a {font-family: 'Forum', cursive; display:block;font-size:24px;color:#faf3ed;line-height:40px;padding:0 20px;height:44px;letter-spacing:-1px}
|
||||
#menu li a:hover, #menu .active a {text-decoration:none;background:url(../images/menu_bg.png) repeat}
|
||||
|
||||
/** SLIDER **/
|
||||
.slider_bg {width:100%;height:404px;background:url(../images/bg_slider.jpg) 0 0 no-repeat;position:relative;overflow:hidden;box-shadow:0 0 5px rgba(0, 0, 0, .4);-moz-box-shadow:0 0 5px rgba(0, 0, 0, .4);-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .4);margin-bottom:35px}
|
||||
.slider {top:10px;right:10px;position:absolute;z-index:1;width:920px}
|
||||
.slider .items {display:none}
|
||||
.slider .pic {float:right;position:relative}
|
||||
.banner {left:0px;top:0;position:absolute;width:271px;z-index:2;text-align:center}
|
||||
.banner strong {font-size:52px;color:#bf0f0a;display:block;line-height:1.2em;text-transform:uppercase;padding:55px 0 0 0;letter-spacing:-2px}
|
||||
.banner strong span {display:block;margin-top:-16px}
|
||||
.banner b {display:block;font-size:27px;color:#312826;text-transform:uppercase;padding:0 0 23px 0;line-height:1.2em;letter-spacing:-1px}
|
||||
.banner p {background:url(../images/quot1.png) 0 0 no-repeat}
|
||||
.banner p span {text-align:center;display:block;background:url(../images/quot2.png) right bottom no-repeat;padding:0 0 0 0;color:#6c5f5b;padding-bottom:2px}
|
||||
.slider .pagination {position:absolute;z-index:2;bottom:10px;left:107px}
|
||||
.slider .pagination li {float:left;padding-right:3px}
|
||||
.slider .pagination a {display:block;width:17px;height:17px;text-indent:-9999px;background:url(../images/buttons.png) right 0 no-repeat}
|
||||
.slider .pagination a:hover, .slider .pagination .current a {background-position:left}
|
||||
|
||||
/** FORM **/
|
||||
label.error {
|
||||
font-style:italic;
|
||||
color: #ffaaaa;
|
||||
display: inline-block;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
|
||||
BIN
src/webLMP1/fancybox/blank.gif
Normal file
|
After Width: | Height: | Size: 43 B |
83
src/webLMP1/fancybox/custom.js
Normal file
@ -0,0 +1,83 @@
|
||||
(function ($, F) {
|
||||
|
||||
// Opening animation - fly from the top
|
||||
F.transitions.dropIn = function() {
|
||||
var endPos = F._getPosition(true);
|
||||
|
||||
endPos.top = (parseInt(endPos.top, 10) - 200) + 'px';
|
||||
endPos.opacity = 0;
|
||||
|
||||
F.wrap.css(endPos).show().animate({
|
||||
top: '+=200px',
|
||||
opacity: 1
|
||||
}, {
|
||||
duration: F.current.openSpeed,
|
||||
complete: F._afterZoomIn
|
||||
});
|
||||
};
|
||||
|
||||
// Closing animation - fly to the top
|
||||
F.transitions.dropOut = function() {
|
||||
F.wrap.removeClass('fancybox-opened').animate({
|
||||
top: '-=200px',
|
||||
opacity: 0
|
||||
}, {
|
||||
duration: F.current.closeSpeed,
|
||||
complete: F._afterZoomOut
|
||||
});
|
||||
};
|
||||
|
||||
// Next gallery item - fly from left side to the center
|
||||
F.transitions.slideIn = function() {
|
||||
var endPos = F._getPosition(true);
|
||||
|
||||
endPos.left = (parseInt(endPos.left, 10) - 200) + 'px';
|
||||
endPos.opacity = 0;
|
||||
|
||||
F.wrap.css(endPos).show().animate({
|
||||
left: '+=200px',
|
||||
opacity: 1
|
||||
}, {
|
||||
duration: F.current.nextSpeed,
|
||||
complete: F._afterZoomIn
|
||||
});
|
||||
};
|
||||
|
||||
// Current gallery item - fly from center to the right
|
||||
F.transitions.slideOut = function() {
|
||||
F.wrap.removeClass('fancybox-opened').animate({
|
||||
left: '+=200px',
|
||||
opacity: 0
|
||||
}, {
|
||||
duration: F.current.prevSpeed,
|
||||
complete: function () {
|
||||
$(this).trigger('onReset').remove();
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
}(jQuery, jQuery.fancybox));
|
||||
|
||||
$(".fancybox")
|
||||
.attr('rel', 'gallery')
|
||||
.fancybox({
|
||||
fitToView : true,
|
||||
autoPlay : true,
|
||||
tpl : {
|
||||
closeBtn: '<div title="Cerrar" class="fancybox-item fancybox-close"></div>',
|
||||
next: '<a title="Siguiente" class="fancybox-nav fancybox-next"><span></span></a>',
|
||||
prev: '<a title="Anterior" class="fancybox-nav fancybox-prev"><span></span></a>'
|
||||
},
|
||||
|
||||
openMethod : 'dropIn',
|
||||
openSpeed : 250,
|
||||
|
||||
closeMethod : 'dropOut',
|
||||
closeSpeed : 150,
|
||||
|
||||
nextMethod : 'slideIn',
|
||||
nextSpeed : 250,
|
||||
|
||||
prevMethod : 'slideOut',
|
||||
prevSpeed : 250
|
||||
});
|
||||
BIN
src/webLMP1/fancybox/fancybox_loading.gif
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
src/webLMP1/fancybox/fancybox_sprite.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
src/webLMP1/fancybox/helpers/fancybox_buttons.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
85
src/webLMP1/fancybox/helpers/jquery.fancybox-buttons.css
Normal file
@ -0,0 +1,85 @@
|
||||
#fancybox-buttons {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 8050;
|
||||
}
|
||||
|
||||
#fancybox-buttons.top {
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
#fancybox-buttons.bottom {
|
||||
bottom: 10px;
|
||||
}
|
||||
|
||||
#fancybox-buttons ul {
|
||||
display: block;
|
||||
width: 170px;
|
||||
height: 30px;
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
background: #111;
|
||||
-webkit-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
|
||||
-moz-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
|
||||
background: #111 -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.2)),color-stop(.5,rgba(255,255,255,.15)),color-stop(.5,rgba(255,255,255,.1)),to(rgba(255,255,255,.15)));
|
||||
background: #111 -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.15) 100%);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#fancybox-buttons ul li {
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#fancybox-buttons a {
|
||||
display: block;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
text-indent: -9999px;
|
||||
background-image: url('fancybox_buttons.png');
|
||||
background-repeat: no-repeat;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#fancybox-buttons a.btnPrev {
|
||||
width: 32px;
|
||||
background-position: 6px 0;
|
||||
}
|
||||
|
||||
#fancybox-buttons a.btnNext {
|
||||
background-position: -33px 0;
|
||||
border-right: 1px solid #3e3e3e;
|
||||
}
|
||||
|
||||
#fancybox-buttons a.btnPlay {
|
||||
background-position: 0 -30px;
|
||||
}
|
||||
|
||||
#fancybox-buttons a.btnPlayOn {
|
||||
background-position: -30px -30px;
|
||||
}
|
||||
|
||||
#fancybox-buttons a.btnToggle {
|
||||
background-position: 3px -60px;
|
||||
border-left: 1px solid #111;
|
||||
border-right: 1px solid #3e3e3e;
|
||||
width: 35px
|
||||
}
|
||||
|
||||
#fancybox-buttons a.btnToggleOn {
|
||||
background-position: -27px -60px;
|
||||
}
|
||||
|
||||
#fancybox-buttons a.btnClose {
|
||||
border-left: 1px solid #111;
|
||||
width: 38px;
|
||||
background-position: -57px 0px;
|
||||
}
|
||||
|
||||
#fancybox-buttons a.btnDisabled {
|
||||
opacity : 0.5;
|
||||
cursor: default;
|
||||
}
|
||||
115
src/webLMP1/fancybox/helpers/jquery.fancybox-buttons.js
Normal file
@ -0,0 +1,115 @@
|
||||
/*!
|
||||
* Buttons helper for fancyBox
|
||||
* version: 1.0.2
|
||||
* @requires fancyBox v2.0 or later
|
||||
*
|
||||
* Usage:
|
||||
* $(".fancybox").fancybox({
|
||||
* buttons: {
|
||||
* position : 'top'
|
||||
* }
|
||||
* });
|
||||
*
|
||||
* Options:
|
||||
* tpl - HTML template
|
||||
* position - 'top' or 'bottom'
|
||||
*
|
||||
*/
|
||||
(function ($) {
|
||||
//Shortcut for fancyBox object
|
||||
var F = $.fancybox;
|
||||
|
||||
//Add helper object
|
||||
F.helpers.buttons = {
|
||||
tpl: '<div id="fancybox-buttons"><ul><li><a class="btnPrev" title="Previous" href="javascript:;"></a></li><li><a class="btnPlay" title="Start slideshow" href="javascript:;"></a></li><li><a class="btnNext" title="Next" href="javascript:;"></a></li><li><a class="btnToggle" title="Toggle size" href="javascript:;"></a></li><li><a class="btnClose" title="Close" href="javascript:jQuery.fancybox.close();"></a></li></ul></div>',
|
||||
list: null,
|
||||
buttons: {},
|
||||
|
||||
update: function () {
|
||||
var toggle = this.buttons.toggle.removeClass('btnDisabled btnToggleOn');
|
||||
|
||||
//Size toggle button
|
||||
if (F.current.canShrink) {
|
||||
toggle.addClass('btnToggleOn');
|
||||
|
||||
} else if (!F.current.canExpand) {
|
||||
toggle.addClass('btnDisabled');
|
||||
}
|
||||
},
|
||||
|
||||
beforeLoad: function (opts) {
|
||||
//Remove self if gallery do not have at least two items
|
||||
if (F.group.length < 2) {
|
||||
F.coming.helpers.buttons = false;
|
||||
F.coming.closeBtn = true;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
//Increase top margin to give space for buttons
|
||||
F.coming.margin[ opts.position === 'bottom' ? 2 : 0 ] += 30;
|
||||
},
|
||||
|
||||
onPlayStart: function () {
|
||||
if (this.list) {
|
||||
this.buttons.play.attr('title', 'Pause slideshow').addClass('btnPlayOn');
|
||||
}
|
||||
},
|
||||
|
||||
onPlayEnd: function () {
|
||||
if (this.list) {
|
||||
this.buttons.play.attr('title', 'Start slideshow').removeClass('btnPlayOn');
|
||||
}
|
||||
},
|
||||
|
||||
afterShow: function (opts) {
|
||||
var buttons;
|
||||
|
||||
if (!this.list) {
|
||||
this.list = $(opts.tpl || this.tpl).addClass(opts.position || 'top').appendTo('body');
|
||||
|
||||
this.buttons = {
|
||||
prev : this.list.find('.btnPrev').click( F.prev ),
|
||||
next : this.list.find('.btnNext').click( F.next ),
|
||||
play : this.list.find('.btnPlay').click( F.play ),
|
||||
toggle : this.list.find('.btnToggle').click( F.toggle )
|
||||
}
|
||||
}
|
||||
|
||||
buttons = this.buttons;
|
||||
|
||||
//Prev
|
||||
if (F.current.index > 0 || F.current.loop) {
|
||||
buttons.prev.removeClass('btnDisabled');
|
||||
} else {
|
||||
buttons.prev.addClass('btnDisabled');
|
||||
}
|
||||
|
||||
//Next / Play
|
||||
if (F.current.loop || F.current.index < F.group.length - 1) {
|
||||
buttons.next.removeClass('btnDisabled');
|
||||
buttons.play.removeClass('btnDisabled');
|
||||
|
||||
} else {
|
||||
buttons.next.addClass('btnDisabled');
|
||||
buttons.play.addClass('btnDisabled');
|
||||
}
|
||||
|
||||
this.update();
|
||||
},
|
||||
|
||||
onUpdate: function () {
|
||||
this.update();
|
||||
},
|
||||
|
||||
beforeClose: function () {
|
||||
if (this.list) {
|
||||
this.list.remove();
|
||||
}
|
||||
|
||||
this.list = null;
|
||||
this.buttons = {};
|
||||
}
|
||||
};
|
||||
|
||||
}(jQuery));
|
||||
85
src/webLMP1/fancybox/helpers/jquery.fancybox-media.js
Normal file
@ -0,0 +1,85 @@
|
||||
/*!
|
||||
* Media helper for fancyBox
|
||||
* version: 1.0.0
|
||||
* @requires fancyBox v2.0 or later
|
||||
*
|
||||
* Usage:
|
||||
* $(".fancybox").fancybox({
|
||||
* media: {}
|
||||
* });
|
||||
*
|
||||
* Supports:
|
||||
* Youtube
|
||||
* http://www.youtube.com/watch?v=opj24KnzrWo
|
||||
* http://youtu.be/opj24KnzrWo
|
||||
* Vimeo
|
||||
* http://vimeo.com/25634903
|
||||
* Metacafe
|
||||
* http://www.metacafe.com/watch/7635964/dr_seuss_the_lorax_movie_trailer/
|
||||
* http://www.metacafe.com/watch/7635964/
|
||||
* Dailymotion
|
||||
* http://www.dailymotion.com/video/xoytqh_dr-seuss-the-lorax-premiere_people
|
||||
* Twitvid
|
||||
* http://twitvid.com/QY7MD
|
||||
* Twitpic
|
||||
* http://twitpic.com/7p93st
|
||||
* Instagram
|
||||
* http://instagr.am/p/IejkuUGxQn/
|
||||
* http://instagram.com/p/IejkuUGxQn/
|
||||
* Google maps
|
||||
* http://maps.google.com/maps?q=Eiffel+Tower,+Avenue+Gustave+Eiffel,+Paris,+France&t=h&z=17
|
||||
* http://maps.google.com/?ll=48.857995,2.294297&spn=0.007666,0.021136&t=m&z=16
|
||||
* http://maps.google.com/?ll=48.859463,2.292626&spn=0.000965,0.002642&t=m&z=19&layer=c&cbll=48.859524,2.292532&panoid=YJ0lq28OOy3VT2IqIuVY0g&cbp=12,151.58,,0,-15.56
|
||||
*/
|
||||
(function ($) {
|
||||
//Shortcut for fancyBox object
|
||||
var F = $.fancybox;
|
||||
|
||||
//Add helper object
|
||||
F.helpers.media = {
|
||||
beforeLoad : function(opts, obj) {
|
||||
var href = obj.href || '',
|
||||
type = false,
|
||||
rez;
|
||||
|
||||
if ((rez = href.match(/(youtube\.com|youtu\.be)\/(v\/|u\/|embed\/|watch\?v=)?([^#\&\?]*).*/i))) {
|
||||
href = '//www.youtube.com/embed/' + rez[3] + '?autoplay=1&autohide=1&fs=1&rel=0&enablejsapi=1';
|
||||
type = 'iframe';
|
||||
|
||||
} else if ((rez = href.match(/vimeo.com\/(\d+)\/?(.*)/))) {
|
||||
href = '//player.vimeo.com/video/' + rez[1] + '?hd=1&autoplay=1&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1';
|
||||
type = 'iframe';
|
||||
|
||||
} else if ((rez = href.match(/metacafe.com\/watch\/(\d+)\/?(.*)/))) {
|
||||
href = '//www.metacafe.com/fplayer/' + rez[1] + '/.swf?playerVars=autoPlay=yes';
|
||||
type = 'swf';
|
||||
|
||||
} else if ((rez = href.match(/dailymotion.com\/video\/(.*)\/?(.*)/))) {
|
||||
href = '//www.dailymotion.com/swf/video/' + rez[1] + '?additionalInfos=0&autoStart=1';
|
||||
type = 'swf';
|
||||
|
||||
} else if ((rez = href.match(/twitvid\.com\/([a-zA-Z0-9_\-\?\=]+)/i))) {
|
||||
href = '//www.twitvid.com/embed.php?autoplay=0&guid=' + rez[1];
|
||||
type = 'iframe';
|
||||
|
||||
} else if ((rez = href.match(/twitpic\.com\/(?!(?:place|photos|events)\/)([a-zA-Z0-9\?\=\-]+)/i))) {
|
||||
href = '//twitpic.com/show/full/' + rez[1];
|
||||
type = 'image';
|
||||
|
||||
} else if ((rez = href.match(/(instagr\.am|instagram\.com)\/p\/([a-zA-Z0-9_\-]+)\/?/i))) {
|
||||
href = '//' + rez[1] + '/p/' + rez[2] + '/media/?size=l';
|
||||
type = 'image';
|
||||
|
||||
} else if ((rez = href.match(/maps\.google\.com\/(\?ll=|maps\/?\?q=)(.*)/i))) {
|
||||
href = '//maps.google.com/' + rez[1] + '' + rez[2] + '&output=' + (rez[2].indexOf('layer=c') ? 'svembed' : 'embed');
|
||||
type = 'iframe';
|
||||
}
|
||||
|
||||
if (type) {
|
||||
obj.href = href;
|
||||
obj.type = type;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}(jQuery));
|
||||
54
src/webLMP1/fancybox/helpers/jquery.fancybox-thumbs.css
Normal file
@ -0,0 +1,54 @@
|
||||
#fancybox-thumbs {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
z-index: 8050;
|
||||
}
|
||||
|
||||
#fancybox-thumbs.bottom {
|
||||
bottom: 2px;
|
||||
}
|
||||
|
||||
#fancybox-thumbs.top {
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
#fancybox-thumbs ul {
|
||||
position: relative;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#fancybox-thumbs ul li {
|
||||
float: left;
|
||||
padding: 1px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
#fancybox-thumbs ul li.active {
|
||||
opacity: 0.75;
|
||||
padding: 0;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
|
||||
#fancybox-thumbs ul li:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#fancybox-thumbs ul li a {
|
||||
display: block;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
border: 1px solid #222;
|
||||
background: #111;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#fancybox-thumbs ul li img {
|
||||
display: block;
|
||||
position: relative;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
157
src/webLMP1/fancybox/helpers/jquery.fancybox-thumbs.js
Normal file
@ -0,0 +1,157 @@
|
||||
/*!
|
||||
* Thumbnail helper for fancyBox
|
||||
* version: 1.0.4
|
||||
* @requires fancyBox v2.0 or later
|
||||
*
|
||||
* Usage:
|
||||
* $(".fancybox").fancybox({
|
||||
* thumbs: {
|
||||
* width : 50,
|
||||
* height : 50
|
||||
* }
|
||||
* });
|
||||
*
|
||||
* Options:
|
||||
* width - thumbnail width
|
||||
* height - thumbnail height
|
||||
* source - function to obtain the URL of the thumbnail image
|
||||
* position - 'top' or 'bottom'
|
||||
*
|
||||
*/
|
||||
(function ($) {
|
||||
//Shortcut for fancyBox object
|
||||
var F = $.fancybox;
|
||||
|
||||
//Add helper object
|
||||
F.helpers.thumbs = {
|
||||
wrap: null,
|
||||
list: null,
|
||||
width: 0,
|
||||
|
||||
//Default function to obtain the URL of the thumbnail image
|
||||
source: function (el) {
|
||||
var img;
|
||||
|
||||
if ($.type(el) === 'string') {
|
||||
return el;
|
||||
}
|
||||
|
||||
img = $(el).find('img');
|
||||
|
||||
return img.length ? img.attr('src') : el.href;
|
||||
},
|
||||
|
||||
init: function (opts) {
|
||||
var that = this,
|
||||
list,
|
||||
thumbWidth = opts.width || 50,
|
||||
thumbHeight = opts.height || 50,
|
||||
thumbSource = opts.source || this.source;
|
||||
|
||||
//Build list structure
|
||||
list = '';
|
||||
|
||||
for (var n = 0; n < F.group.length; n++) {
|
||||
list += '<li><a style="width:' + thumbWidth + 'px;height:' + thumbHeight + 'px;" href="javascript:jQuery.fancybox.jumpto(' + n + ');"></a></li>';
|
||||
}
|
||||
|
||||
this.wrap = $('<div id="fancybox-thumbs"></div>').addClass(opts.position || 'bottom').appendTo('body');
|
||||
this.list = $('<ul>' + list + '</ul>').appendTo(this.wrap);
|
||||
|
||||
//Load each thumbnail
|
||||
$.each(F.group, function (i) {
|
||||
$("<img />").load(function () {
|
||||
var width = this.width,
|
||||
height = this.height,
|
||||
widthRatio, heightRatio, parent;
|
||||
|
||||
if (!that.list || !width || !height) {
|
||||
return;
|
||||
}
|
||||
|
||||
//Calculate thumbnail width/height and center it
|
||||
widthRatio = width / thumbWidth;
|
||||
heightRatio = height / thumbHeight;
|
||||
parent = that.list.children().eq(i).find('a');
|
||||
|
||||
if (widthRatio >= 1 && heightRatio >= 1) {
|
||||
if (widthRatio > heightRatio) {
|
||||
width = Math.floor(width / heightRatio);
|
||||
height = thumbHeight;
|
||||
|
||||
} else {
|
||||
width = thumbWidth;
|
||||
height = Math.floor(height / widthRatio);
|
||||
}
|
||||
}
|
||||
|
||||
$(this).css({
|
||||
width: width,
|
||||
height: height,
|
||||
top: Math.floor(thumbHeight / 2 - height / 2),
|
||||
left: Math.floor(thumbWidth / 2 - width / 2)
|
||||
});
|
||||
|
||||
parent.width(thumbWidth).height(thumbHeight);
|
||||
|
||||
$(this).hide().appendTo(parent).fadeIn(300);
|
||||
|
||||
}).attr('src', thumbSource( F.group[ i ] ));
|
||||
});
|
||||
|
||||
//Set initial width
|
||||
this.width = this.list.children().eq(0).outerWidth(true);
|
||||
|
||||
this.list.width(this.width * (F.group.length + 1)).css('left', Math.floor($(window).width() * 0.5 - (F.current.index * this.width + this.width * 0.5)));
|
||||
},
|
||||
|
||||
//Center list
|
||||
update: function (opts) {
|
||||
if (this.list) {
|
||||
this.list.stop(true).animate({
|
||||
'left': Math.floor($(window).width() * 0.5 - (F.current.index * this.width + this.width * 0.5))
|
||||
}, 150);
|
||||
}
|
||||
},
|
||||
|
||||
beforeLoad: function (opts) {
|
||||
//Remove self if gallery do not have at least two items
|
||||
if (F.group.length < 2) {
|
||||
F.coming.helpers.thumbs = false;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
//Increase bottom margin to give space for thumbs
|
||||
F.coming.margin[ opts.position === 'top' ? 0 : 2 ] = opts.height + 30;
|
||||
},
|
||||
|
||||
afterShow: function (opts) {
|
||||
//Check if exists and create or update list
|
||||
if (this.list) {
|
||||
this.update(opts);
|
||||
|
||||
} else {
|
||||
this.init(opts);
|
||||
}
|
||||
|
||||
//Set active element
|
||||
this.list.children().removeClass('active').eq(F.current.index).addClass('active');
|
||||
},
|
||||
|
||||
onUpdate: function () {
|
||||
this.update();
|
||||
},
|
||||
|
||||
beforeClose: function () {
|
||||
if (this.wrap) {
|
||||
this.wrap.remove();
|
||||
}
|
||||
|
||||
this.wrap = null;
|
||||
this.list = null;
|
||||
this.width = 0;
|
||||
}
|
||||
}
|
||||
|
||||
}(jQuery));
|
||||
234
src/webLMP1/fancybox/jquery.fancybox.css
vendored
Normal file
@ -0,0 +1,234 @@
|
||||
/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
|
||||
.fancybox-tmp iframe, .fancybox-tmp object {
|
||||
vertical-align: top;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.fancybox-wrap {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 8020;
|
||||
}
|
||||
|
||||
.fancybox-skin {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: #f9f9f9;
|
||||
color: #444;
|
||||
text-shadow: none;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.fancybox-opened {
|
||||
z-index: 8030;
|
||||
}
|
||||
|
||||
.fancybox-opened .fancybox-skin {
|
||||
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.fancybox-outer, .fancybox-inner {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.fancybox-inner {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.fancybox-type-iframe .fancybox-inner {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.fancybox-error {
|
||||
color: #444;
|
||||
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.fancybox-image, .fancybox-iframe {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.fancybox-image {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
|
||||
background-image: url('fancybox_sprite.png');
|
||||
}
|
||||
|
||||
#fancybox-loading {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -22px;
|
||||
margin-left: -22px;
|
||||
background-position: 0 -108px;
|
||||
opacity: 0.8;
|
||||
cursor: pointer;
|
||||
z-index: 8020;
|
||||
}
|
||||
|
||||
#fancybox-loading div {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
background: url('fancybox_loading.gif') center center no-repeat;
|
||||
}
|
||||
|
||||
.fancybox-close {
|
||||
position: absolute;
|
||||
top: -18px;
|
||||
right: -18px;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
cursor: pointer;
|
||||
z-index: 8040;
|
||||
}
|
||||
|
||||
.fancybox-nav {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 40%;
|
||||
height: 100%;
|
||||
cursor: pointer;
|
||||
background: transparent url('blank.gif'); /* helps IE */
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
z-index: 8040;
|
||||
}
|
||||
|
||||
.fancybox-prev {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.fancybox-next {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.fancybox-nav span {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
width: 36px;
|
||||
height: 34px;
|
||||
margin-top: -18px;
|
||||
cursor: pointer;
|
||||
z-index: 8040;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.fancybox-prev span {
|
||||
left: 20px;
|
||||
background-position: 0 -36px;
|
||||
}
|
||||
|
||||
.fancybox-next span {
|
||||
right: 20px;
|
||||
background-position: 0 -72px;
|
||||
}
|
||||
|
||||
.fancybox-nav:hover span {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.fancybox-tmp {
|
||||
position: absolute;
|
||||
top: -9999px;
|
||||
left: -9999px;
|
||||
padding: 0;
|
||||
overflow: visible;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* Overlay helper */
|
||||
|
||||
#fancybox-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
overflow: hidden;
|
||||
display: none;
|
||||
z-index: 8010;
|
||||
background: #000;
|
||||
}
|
||||
|
||||
#fancybox-overlay.overlay-fixed {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
/* Title helper */
|
||||
|
||||
.fancybox-title {
|
||||
visibility: hidden;
|
||||
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
position: relative;
|
||||
text-shadow: none;
|
||||
z-index: 8050;
|
||||
}
|
||||
|
||||
.fancybox-opened .fancybox-title {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.fancybox-title-float-wrap {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 50%;
|
||||
margin-bottom: -35px;
|
||||
z-index: 8030;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.fancybox-title-float-wrap .child {
|
||||
display: inline-block;
|
||||
margin-right: -100%;
|
||||
padding: 2px 20px;
|
||||
background: transparent; /* Fallback for web browsers that doesn't support RGBa */
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
-webkit-border-radius: 15px;
|
||||
-moz-border-radius: 15px;
|
||||
border-radius: 15px;
|
||||
text-shadow: 0 1px 2px #222;
|
||||
color: #FFF;
|
||||
font-weight: bold;
|
||||
line-height: 24px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.fancybox-title-outside-wrap {
|
||||
position: relative;
|
||||
margin-top: 10px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.fancybox-title-inside-wrap {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.fancybox-title-over-wrap {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
color: #fff;
|
||||
padding: 10px;
|
||||
background: #000;
|
||||
background: rgba(0, 0, 0, .8);
|
||||
}
|
||||
35
src/webLMP1/fancybox/jquery.fancybox.pack.js
Normal file
@ -0,0 +1,35 @@
|
||||
/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
|
||||
(function(s,l,d,t){var m=d(s),q=d(l),a=d.fancybox=function(){a.open.apply(this,arguments)},u=!1,k=l.createTouch!==t,o=function(a){return"string"===d.type(a)},n=function(b,c){c&&o(b)&&0<b.indexOf("%")&&(b=a.getViewport()[c]/100*parseInt(b,10));return Math.round(b)+"px"};d.extend(a,{version:"2.0.5",defaults:{padding:15,margin:20,width:800,height:600,minWidth:100,minHeight:100,maxWidth:9999,maxHeight:9999,autoSize:!0,autoResize:!k,autoCenter:!k,fitToView:!0,aspectRatio:!1,topRatio:0.5,fixed:!1,scrolling:"auto",
|
||||
wrapCSS:"",arrows:!0,closeBtn:!0,closeClick:!1,nextClick:!1,mouseWheel:!0,autoPlay:!1,playSpeed:3E3,preload:3,modal:!1,loop:!0,ajax:{dataType:"html",headers:{"X-fancyBox":!0}},keys:{next:[13,32,34,39,40],prev:[8,33,37,38],close:[27]},tpl:{wrap:'<div class="fancybox-wrap"><div class="fancybox-skin"><div class="fancybox-outer"><div class="fancybox-inner"></div></div></div></div>',image:'<img class="fancybox-image" src="{href}" alt="" />',iframe:'<iframe class="fancybox-iframe" name="fancybox-frame{rnd}" frameborder="0" hspace="0"'+
|
||||
(d.browser.msie?' allowtransparency="true"':"")+"></iframe>",swf:'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%"><param name="wmode" value="transparent" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="{href}" /><embed src="{href}" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="100%" height="100%" wmode="transparent"></embed></object>',error:'<p class="fancybox-error">The requested content cannot be loaded.<br/>Please try again later.</p>',
|
||||
closeBtn:'<div title="Close" class="fancybox-item fancybox-close"></div>',next:'<a title="Next" class="fancybox-nav fancybox-next"><span></span></a>',prev:'<a title="Previous" class="fancybox-nav fancybox-prev"><span></span></a>'},openEffect:"fade",openSpeed:300,openEasing:"swing",openOpacity:!0,openMethod:"zoomIn",closeEffect:"fade",closeSpeed:300,closeEasing:"swing",closeOpacity:!0,closeMethod:"zoomOut",nextEffect:"elastic",nextSpeed:300,nextEasing:"swing",nextMethod:"changeIn",prevEffect:"elastic",
|
||||
prevSpeed:300,prevEasing:"swing",prevMethod:"changeOut",helpers:{overlay:{speedIn:0,speedOut:300,opacity:0.8,css:{cursor:"pointer"},closeClick:!0},title:{type:"float"}}},group:{},opts:{},coming:null,current:null,isOpen:!1,isOpened:!1,player:{timer:null,isActive:!1},ajaxLoad:null,imgPreload:null,transitions:{},helpers:{},open:function(b,c){a.close(!0);b&&!d.isArray(b)&&(b=b instanceof d?d(b).get():[b]);a.isActive=!0;a.opts=d.extend(!0,{},a.defaults,c);d.isPlainObject(c)&&c.keys!==t&&(a.opts.keys=c.keys?
|
||||
d.extend({},a.defaults.keys,c.keys):!1);a.group=b;a._start(a.opts.index||0)},cancel:function(){a.coming&&!1===a.trigger("onCancel")||(a.coming=null,a.hideLoading(),a.ajaxLoad&&a.ajaxLoad.abort(),a.ajaxLoad=null,a.imgPreload&&(a.imgPreload.onload=a.imgPreload.onabort=a.imgPreload.onerror=null))},close:function(b){a.cancel();a.current&&!1!==a.trigger("beforeClose")&&(a.unbindEvents(),!a.isOpen||b&&!0===b[0]?(d(".fancybox-wrap").stop().trigger("onReset").remove(),a._afterZoomOut()):(a.isOpen=a.isOpened=
|
||||
!1,d(".fancybox-item, .fancybox-nav").remove(),a.wrap.stop(!0).removeClass("fancybox-opened"),a.inner.css("overflow","hidden"),a.transitions[a.current.closeMethod]()))},play:function(b){var c=function(){clearTimeout(a.player.timer)},e=function(){c();a.current&&a.player.isActive&&(a.player.timer=setTimeout(a.next,a.current.playSpeed))},f=function(){c();d("body").unbind(".player");a.player.isActive=!1;a.trigger("onPlayEnd")};if(a.player.isActive||b&&!1===b[0])f();else if(a.current&&(a.current.loop||
|
||||
a.current.index<a.group.length-1))a.player.isActive=!0,d("body").bind({"afterShow.player onUpdate.player":e,"onCancel.player beforeClose.player":f,"beforeLoad.player":c}),e(),a.trigger("onPlayStart")},next:function(){a.current&&a.jumpto(a.current.index+1)},prev:function(){a.current&&a.jumpto(a.current.index-1)},jumpto:function(b){a.current&&(b=parseInt(b,10),1<a.group.length&&a.current.loop&&(b>=a.group.length?b=0:0>b&&(b=a.group.length-1)),a.group[b]!==t&&(a.cancel(),a._start(b)))},reposition:function(b,
|
||||
c){var e;a.isOpen&&(e=a._getPosition(c),b&&"scroll"===b.type?(delete e.position,a.wrap.stop(!0,!0).animate(e,200)):a.wrap.css(e))},update:function(b){a.isOpen&&(u||setTimeout(function(){var c=a.current,e=!b||b&&"orientationchange"===b.type;if(u&&(u=!1,c)){if(!b||"scroll"!==b.type||e)c.autoSize&&"iframe"!==c.type&&(a.inner.height("auto"),c.height=a.inner.height()),(c.autoResize||e)&&a._setDimension(),c.canGrow&&"iframe"!==c.type&&a.inner.height("auto");(c.autoCenter||e)&&a.reposition(b);a.trigger("onUpdate")}},
|
||||
200),u=!0)},toggle:function(){a.isOpen&&(a.current.fitToView=!a.current.fitToView,a.update())},hideLoading:function(){q.unbind("keypress.fb");d("#fancybox-loading").remove()},showLoading:function(){a.hideLoading();q.bind("keypress.fb",function(b){27===b.keyCode&&(b.preventDefault(),a.cancel())});d('<div id="fancybox-loading"><div></div></div>').click(a.cancel).appendTo("body")},getViewport:function(){return{x:m.scrollLeft(),y:m.scrollTop(),w:k&&s.innerWidth?s.innerWidth:m.width(),h:k&&s.innerHeight?
|
||||
s.innerHeight:m.height()}},unbindEvents:function(){a.wrap&&a.wrap.unbind(".fb");q.unbind(".fb");m.unbind(".fb")},bindEvents:function(){var b=a.current,c=b.keys;b&&(m.bind("resize.fb orientationchange.fb"+(b.autoCenter&&!b.fixed?" scroll.fb":""),a.update),c&&q.bind("keydown.fb",function(b){var f;f=b.target||b.srcElement;if(!b.ctrlKey&&!b.altKey&&!b.shiftKey&&!b.metaKey&&(!f||!f.type&&!d(f).is("[contenteditable]")))f=b.keyCode,-1<d.inArray(f,c.close)?(a.close(),b.preventDefault()):-1<d.inArray(f,c.next)?
|
||||
(a.next(),b.preventDefault()):-1<d.inArray(f,c.prev)&&(a.prev(),b.preventDefault())}),d.fn.mousewheel&&b.mouseWheel&&1<a.group.length&&a.wrap.bind("mousewheel.fb",function(b,c){var d=b.target||null;if(0!==c&&(!d||0===d.clientHeight||d.scrollHeight===d.clientHeight&&d.scrollWidth===d.clientWidth))b.preventDefault(),a[0<c?"prev":"next"]()}))},trigger:function(b,c){var e,f=c||a[-1<d.inArray(b,["onCancel","beforeLoad","afterLoad"])?"coming":"current"];if(f){d.isFunction(f[b])&&(e=f[b].apply(f,Array.prototype.slice.call(arguments,
|
||||
1)));if(!1===e)return!1;f.helpers&&d.each(f.helpers,function(c,e){if(e&&d.isPlainObject(a.helpers[c])&&d.isFunction(a.helpers[c][b]))a.helpers[c][b](e,f)});d.event.trigger(b+".fb")}},isImage:function(a){return o(a)&&a.match(/\.(jpe?g|gif|png|bmp)((\?|#).*)?$/i)},isSWF:function(a){return o(a)&&a.match(/\.(swf)((\?|#).*)?$/i)},_start:function(b){var c={},e=a.group[b]||null,f,g,i;if(e&&(e.nodeType||e instanceof d))f=!0,d.metadata&&(c=d(e).metadata());c=d.extend(!0,{},a.opts,{index:b,element:e},d.isPlainObject(e)?
|
||||
e:c);d.each(["href","title","content","type"],function(b,g){c[g]=a.opts[g]||f&&d(e).attr(g)||c[g]||null});"number"===typeof c.margin&&(c.margin=[c.margin,c.margin,c.margin,c.margin]);c.modal&&d.extend(!0,c,{closeBtn:!1,closeClick:!1,nextClick:!1,arrows:!1,mouseWheel:!1,keys:null,helpers:{overlay:{css:{cursor:"auto"},closeClick:!1}}});a.coming=c;if(!1===a.trigger("beforeLoad"))a.coming=null;else{g=c.type;b=c.href||e;g||(f&&(g=d(e).data("fancybox-type"),g||(g=(g=e.className.match(/fancybox\.(\w+)/))?
|
||||
g[1]:null)),!g&&o(b)&&(a.isImage(b)?g="image":a.isSWF(b)?g="swf":b.match(/^#/)&&(g="inline")),g||(g=f?"inline":"html"),c.type=g);if("inline"===g||"html"===g){if(c.content||(c.content="inline"===g?d(o(b)?b.replace(/.*(?=#[^\s]+$)/,""):b):e),!c.content||!c.content.length)g=null}else b||(g=null);"ajax"===g&&o(b)&&(i=b.split(/\s+/,2),b=i.shift(),c.selector=i.shift());c.href=b;c.group=a.group;c.isDom=f;switch(g){case "image":a._loadImage();break;case "ajax":a._loadAjax();break;case "inline":case "iframe":case "swf":case "html":a._afterLoad();
|
||||
break;default:a._error("type")}}},_error:function(b){a.hideLoading();d.extend(a.coming,{type:"html",autoSize:!0,minWidth:0,minHeight:0,padding:15,hasError:b,content:a.coming.tpl.error});a._afterLoad()},_loadImage:function(){var b=a.imgPreload=new Image;b.onload=function(){this.onload=this.onerror=null;a.coming.width=this.width;a.coming.height=this.height;a._afterLoad()};b.onerror=function(){this.onload=this.onerror=null;a._error("image")};b.src=a.coming.href;(b.complete===t||!b.complete)&&a.showLoading()},
|
||||
_loadAjax:function(){a.showLoading();a.ajaxLoad=d.ajax(d.extend({},a.coming.ajax,{url:a.coming.href,error:function(b,c){a.coming&&"abort"!==c?a._error("ajax",b):a.hideLoading()},success:function(b,c){"success"===c&&(a.coming.content=b,a._afterLoad())}}))},_preloadImages:function(){var b=a.group,c=a.current,e=b.length,f,g,i,h=Math.min(c.preload,e-1);if(c.preload&&!(2>b.length))for(i=1;i<=h;i+=1)if(f=b[(c.index+i)%e],g=f.href||d(f).attr("href")||f,"image"===f.type||a.isImage(g))(new Image).src=g},_afterLoad:function(){a.hideLoading();
|
||||
!a.coming||!1===a.trigger("afterLoad",a.current)?a.coming=!1:(a.isOpened?(d(".fancybox-item, .fancybox-nav").remove(),a.wrap.stop(!0).removeClass("fancybox-opened"),a.inner.css("overflow","hidden"),a.transitions[a.current.prevMethod]()):(d(".fancybox-wrap").stop().trigger("onReset").remove(),a.trigger("afterClose")),a.unbindEvents(),a.isOpen=!1,a.current=a.coming,a.wrap=d(a.current.tpl.wrap).addClass("fancybox-"+(k?"mobile":"desktop")+" fancybox-type-"+a.current.type+" fancybox-tmp "+a.current.wrapCSS).appendTo("body"),
|
||||
a.skin=d(".fancybox-skin",a.wrap).css("padding",n(a.current.padding)),a.outer=d(".fancybox-outer",a.wrap),a.inner=d(".fancybox-inner",a.wrap),a._setContent())},_setContent:function(){var b=a.current,c=b.content,e=b.type,f=b.minWidth,g=b.minHeight,i=b.maxWidth,h=b.maxHeight;switch(e){case "inline":case "ajax":case "html":b.selector?c=d("<div>").html(c).find(b.selector):c instanceof d&&(c.parent().hasClass("fancybox-inner")&&c.parents(".fancybox-wrap").unbind("onReset"),c=c.show().detach(),d(a.wrap).bind("onReset",
|
||||
function(){c.appendTo("body").hide()}));b.autoSize&&(f=d('<div class="fancybox-wrap '+a.current.wrapCSS+' fancybox-tmp"></div>').appendTo("body").css({minWidth:n(f,"w"),minHeight:n(g,"h"),maxWidth:n(i,"w"),maxHeight:n(h,"h")}).append(c),b.width=f.width(),b.height=f.height(),f.width(a.current.width),f.height()>b.height&&(f.width(b.width+1),b.width=f.width(),b.height=f.height()),c=f.contents().detach(),f.remove());break;case "image":c=b.tpl.image.replace("{href}",b.href);b.aspectRatio=!0;break;case "swf":c=
|
||||
b.tpl.swf.replace(/\{width\}/g,b.width).replace(/\{height\}/g,b.height).replace(/\{href\}/g,b.href);break;case "iframe":c=d(b.tpl.iframe.replace("{rnd}",(new Date).getTime())).attr("scrolling",b.scrolling).attr("src",b.href),b.scrolling=k?"scroll":"auto"}if("image"===e||"swf"===e)b.autoSize=!1,b.scrolling="visible";"iframe"===e&&b.autoSize?(a.showLoading(),a._setDimension(),a.inner.css("overflow",b.scrolling),c.bind({onCancel:function(){d(this).unbind();a._afterZoomOut()},load:function(){a.hideLoading();
|
||||
try{this.contentWindow.document.location&&(a.current.height=d(this).contents().find("body").height())}catch(b){a.current.autoSize=!1}a[a.isOpen?"_afterZoomIn":"_beforeShow"]()}}).appendTo(a.inner)):(a.inner.append(c),a._beforeShow())},_beforeShow:function(){a.coming=null;a.trigger("beforeShow");a._setDimension();a.wrap.hide().removeClass("fancybox-tmp");a.bindEvents();a._preloadImages();a.transitions[a.isOpened?a.current.nextMethod:a.current.openMethod]()},_setDimension:function(){var b=a.wrap,c=
|
||||
a.inner,e=a.current,f=a.getViewport(),g=e.margin,i=2*e.padding,h=e.width,j=e.height,r=e.maxWidth+i,k=e.maxHeight+i,l=e.minWidth+i,m=e.minHeight+i,p;f.w-=g[1]+g[3];f.h-=g[0]+g[2];o(h)&&0<h.indexOf("%")&&(h=(f.w-i)*parseFloat(h)/100);o(j)&&0<j.indexOf("%")&&(j=(f.h-i)*parseFloat(j)/100);g=h/j;h+=i;j+=i;e.fitToView&&(r=Math.min(f.w,r),k=Math.min(f.h,k));if(e.aspectRatio){if(h>r&&(h=r,j=(h-i)/g+i),j>k&&(j=k,h=(j-i)*g+i),h<l&&(h=l,j=(h-i)/g+i),j<m)j=m,h=(j-i)*g+i}else h=Math.max(l,Math.min(h,r)),j=Math.max(m,
|
||||
Math.min(j,k));h=Math.round(h);j=Math.round(j);d(b.add(c)).width("auto").height("auto");c.width(h-i).height(j-i);b.width(h);p=b.height();if(h>r||p>k)for(;(h>r||p>k)&&h>l&&p>m;)j-=10,e.aspectRatio?(h=Math.round((j-i)*g+i),h<l&&(h=l,j=(h-i)/g+i)):h-=10,c.width(h-i).height(j-i),b.width(h),p=b.height();e.dim={width:n(h),height:n(p)};e.canGrow=e.autoSize&&j>m&&j<k;e.canShrink=!1;e.canExpand=!1;if(h-i<e.width||j-i<e.height)e.canExpand=!0;else if((h>f.w||p>f.h)&&h>l&&j>m)e.canShrink=!0;a.innerSpace=p-i-
|
||||
c.height()},_getPosition:function(b){var c=a.current,e=a.getViewport(),f=c.margin,d=a.wrap.width()+f[1]+f[3],i=a.wrap.height()+f[0]+f[2],h={position:"absolute",top:f[0]+e.y,left:f[3]+e.x};c.autoCenter&&c.fixed&&!b&&i<=e.h&&d<=e.w&&(h={position:"fixed",top:f[0],left:f[3]});h.top=n(Math.max(h.top,h.top+(e.h-i)*c.topRatio));h.left=n(Math.max(h.left,h.left+0.5*(e.w-d)));return h},_afterZoomIn:function(){var b=a.current,c=b?b.scrolling:"no";if(b&&(a.isOpen=a.isOpened=!0,a.wrap.addClass("fancybox-opened"),
|
||||
a.inner.css("overflow","yes"===c?"scroll":"no"===c?"hidden":c),a.trigger("afterShow"),a.update(),(b.closeClick||b.nextClick)&&a.inner.css("cursor","pointer").bind("click.fb",function(c){if(!d(c.target).is("a")&&!d(c.target).parent().is("a"))a[b.closeClick?"close":"next"]()}),b.closeBtn&&d(b.tpl.closeBtn).appendTo(a.skin).bind("click.fb",a.close),b.arrows&&1<a.group.length&&((b.loop||0<b.index)&&d(b.tpl.prev).appendTo(a.outer).bind("click.fb",a.prev),(b.loop||b.index<a.group.length-1)&&d(b.tpl.next).appendTo(a.outer).bind("click.fb",
|
||||
a.next)),a.opts.autoPlay&&!a.player.isActive))a.opts.autoPlay=!1,a.play()},_afterZoomOut:function(){var b=a.current;a.wrap.trigger("onReset").remove();d.extend(a,{group:{},opts:{},current:null,isActive:!1,isOpened:!1,isOpen:!1,wrap:null,skin:null,outer:null,inner:null});a.trigger("afterClose",b)}});a.transitions={getOrigPosition:function(){var b=a.current,c=b.element,e=b.padding,f=d(b.orig),g={},i=50,h=50;!f.length&&b.isDom&&d(c).is(":visible")&&(f=d(c).find("img:first"),f.length||(f=d(c)));f.length?
|
||||
(g=f.offset(),f.is("img")&&(i=f.outerWidth(),h=f.outerHeight())):(b=a.getViewport(),g.top=b.y+0.5*(b.h-h),g.left=b.x+0.5*(b.w-i));return g={top:n(g.top-e),left:n(g.left-e),width:n(i+2*e),height:n(h+2*e)}},step:function(b,c){var e=c.prop,d,g;if("width"===e||"height"===e)d=Math.ceil(b-2*a.current.padding),"height"===e&&(g=(b-c.start)/(c.end-c.start),c.start>c.end&&(g=1-g),d-=a.innerSpace*g),a.inner[e](d)},zoomIn:function(){var b=a.wrap,c=a.current,e=c.openEffect,f="elastic"===e,g=d.extend({},c.dim,
|
||||
a._getPosition(f)),i=d.extend({opacity:1},g);delete i.position;f?(g=this.getOrigPosition(),c.openOpacity&&(g.opacity=0),a.outer.add(a.inner).width("auto").height("auto")):"fade"===e&&(g.opacity=0);b.css(g).show().animate(i,{duration:"none"===e?0:c.openSpeed,easing:c.openEasing,step:f?this.step:null,complete:a._afterZoomIn})},zoomOut:function(){var b=a.wrap,c=a.current,d=c.openEffect,f="elastic"===d,g={opacity:0};f&&("fixed"===b.css("position")&&b.css(a._getPosition(!0)),g=this.getOrigPosition(),c.closeOpacity&&
|
||||
(g.opacity=0));b.animate(g,{duration:"none"===d?0:c.closeSpeed,easing:c.closeEasing,step:f?this.step:null,complete:a._afterZoomOut})},changeIn:function(){var b=a.wrap,c=a.current,d=c.nextEffect,f="elastic"===d,g=a._getPosition(f),i={opacity:1};g.opacity=0;f&&(g.top=n(parseInt(g.top,10)-200),i.top="+=200px");b.css(g).show().animate(i,{duration:"none"===d?0:c.nextSpeed,easing:c.nextEasing,complete:a._afterZoomIn})},changeOut:function(){var b=a.wrap,c=a.current,e=c.prevEffect,f={opacity:0};b.removeClass("fancybox-opened");
|
||||
"elastic"===e&&(f.top="+=200px");b.animate(f,{duration:"none"===e?0:c.prevSpeed,easing:c.prevEasing,complete:function(){d(this).trigger("onReset").remove()}})}};a.helpers.overlay={overlay:null,update:function(){var a,c;this.overlay.width("100%").height("100%");d.browser.msie||k?(a=Math.max(l.documentElement.scrollWidth,l.body.scrollWidth),c=Math.max(l.documentElement.offsetWidth,l.body.offsetWidth),a=a<c?m.width():a):a=q.width();this.overlay.width(a).height(q.height())},beforeShow:function(b){this.overlay||
|
||||
(b=d.extend(!0,{},a.defaults.helpers.overlay,b),this.overlay=d('<div id="fancybox-overlay"></div>').css(b.css).appendTo("body"),b.closeClick&&this.overlay.bind("click.fb",a.close),a.current.fixed&&!k?this.overlay.addClass("overlay-fixed"):(this.update(),this.onUpdate=function(){this.update()}),this.overlay.fadeTo(b.speedIn,b.opacity))},afterClose:function(a){this.overlay&&this.overlay.fadeOut(a.speedOut||0,function(){d(this).remove()});this.overlay=null}};a.helpers.title={beforeShow:function(b){var c;
|
||||
if(c=a.current.title)c=d('<div class="fancybox-title fancybox-title-'+b.type+'-wrap">'+c+"</div>").appendTo("body"),"float"===b.type&&(c.width(c.width()),c.wrapInner('<span class="child"></span>'),a.current.margin[2]+=Math.abs(parseInt(c.css("margin-bottom"),10))),c.appendTo("over"===b.type?a.inner:"outside"===b.type?a.wrap:a.skin)}};d.fn.fancybox=function(b){var c=d(this),e=this.selector||"",f,g=function(g){var h=this,j=f,k;!g.ctrlKey&&!g.altKey&&!g.shiftKey&&!g.metaKey&&!d(h).is(".fancybox-wrap")&&
|
||||
(g.preventDefault(),g=b.groupAttr||"data-fancybox-group",k=d(h).attr(g),k||(g="rel",k=h[g]),k&&""!==k&&"nofollow"!==k&&(h=e.length?d(e):c,h=h.filter("["+g+'="'+k+'"]'),j=h.index(this)),b.index=j,a.open(h,b))},b=b||{};f=b.index||0;e?q.undelegate(e,"click.fb-start").delegate(e,"click.fb-start",g):c.unbind("click.fb-start").bind("click.fb-start",g);return this};d(l).ready(function(){a.defaults.fixed=d.support.fixedPosition||!(d.browser.msie&&6>=d.browser.version)&&!k})})(window,document,jQuery);
|
||||
|
Before Width: | Height: | Size: 498 B |
|
Before Width: | Height: | Size: 8.3 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
@ -6,12 +6,12 @@
|
||||
<link rel="stylesheet" href="css/reset.css" type="text/css" media="all">
|
||||
<link rel="stylesheet" href="css/style2.css" type="text/css" media="all">
|
||||
<link rel="stylesheet" href="css/nivo-slider.css" type="text/css" media="all">
|
||||
<link href="css/lightbox.css" rel="stylesheet" type="text/css" media="all">
|
||||
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Forum' type='text/css'>
|
||||
|
||||
<link rel="stylesheet" href="fancybox/jquery.fancybox.css" type="text/css" media="screen" />
|
||||
<script type="text/javascript" src="js/jquery-1.7.2.min.js" ></script>
|
||||
<script type="text/javascript" src="js/lightbox.js"></script>
|
||||
<script type="text/javascript" src="js/jquery.nivo.slider.pack.js"></script>
|
||||
<script type="text/javascript" src="fancybox/jquery.fancybox.pack.js"></script>
|
||||
<script type="text/javascript" src="fancybox/custom.js"></script>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script type="text/javascript" src="js/html5.js"></script>
|
||||
@ -32,7 +32,7 @@
|
||||
<li class="active"><a href="index.html">Restaurante</a></li>
|
||||
<li><a href="carta.html">Carta</a></li>
|
||||
<li><a href="pizzas.html">Pizzas</a></li>
|
||||
<li><a href="reservas.html">Reservas</a></li>
|
||||
<li><a href="reservas.php">Reservas</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<br class="clear"/>
|
||||
@ -71,29 +71,28 @@
|
||||
<div class="layout">
|
||||
<section>
|
||||
<h2>La Mano de Pablo</h2>
|
||||
<div class="cols">
|
||||
<figure class="pad_bot1"><img src="images/page2_img6.jpg" alt=""></figure>
|
||||
Con nosotros podrá degustar la mejor gastronomía uruguaya, variados menús <br/>
|
||||
y platos a la carta.
|
||||
<div class="cols rborder">
|
||||
<figure><img src="images/page2_img6.jpg" alt=""></figure>
|
||||
<p>Con nosotros podrá degustar la mejor gastronomía uruguaya, variados menús y platos a la carta.</p>
|
||||
</div>
|
||||
<div class="cols pad_left1">
|
||||
<figure class="pad_bot1"><img src="images/page2_img7.jpg" alt=""></figure>
|
||||
Cuenta con un amplio salón principal, <br/>
|
||||
cálido e ideal para compartir en forma <br/>
|
||||
individual o en grupos. <a href="galerias/local/IMG_6598.jpg" rel="lightbox[tablas]" class="aToolTip">+ fotos</a>
|
||||
<a href="galerias/local/IMG_6600.jpg" rel="lightbox[restaurante]"></a>
|
||||
<a href="galerias/local/IMG_6601.jpg" rel="lightbox[restaurante]"></a>
|
||||
<a href="galerias/local/IMG_6602.jpg" rel="lightbox[restaurante]"></a>
|
||||
<a href="galerias/local/IMG_6604.jpg" rel="lightbox[restaurante]"></a>
|
||||
<a href="galerias/local/IMG_6606.jpg" rel="lightbox[restaurante]"></a>
|
||||
<a href="galerias/local/IMG_6607.jpg" rel="lightbox[restaurante]"></a>
|
||||
<a href="galerias/local/IMG_6609.jpg" rel="lightbox[restaurante]"></a>
|
||||
<a href="galerias/local/IMG_6611.jpg" rel="lightbox[restaurante]"></a>
|
||||
<a href="galerias/local/IMG_6613.jpg" rel="lightbox[restaurante]"></a>
|
||||
<div class="cols rborder">
|
||||
<figure><img src="images/page2_img7.jpg" alt=""></figure>
|
||||
<p>Cuenta con un amplio salón principal,
|
||||
cálido e ideal para compartir en forma
|
||||
individual o en grupos. <a href="galerias/local/IMG_6598.jpg" data-fancybox-group="restaurante" class="fancybox aToolTip">+ fotos</a>
|
||||
<a href="galerias/local/IMG_6600.jpg" data-fancybox-group="restaurante" class="fancybox"></a>
|
||||
<a href="galerias/local/IMG_6601.jpg" data-fancybox-group="restaurante" class="fancybox"></a>
|
||||
<a href="galerias/local/IMG_6602.jpg" data-fancybox-group="restaurante" class="fancybox"></a>
|
||||
<a href="galerias/local/IMG_6604.jpg" data-fancybox-group="restaurante" class="fancybox"></a>
|
||||
<a href="galerias/local/IMG_6606.jpg" data-fancybox-group="restaurante" class="fancybox"></a>
|
||||
<a href="galerias/local/IMG_6607.jpg" data-fancybox-group="restaurante" class="fancybox"></a>
|
||||
<a href="galerias/local/IMG_6609.jpg" data-fancybox-group="restaurante" class="fancybox"></a>
|
||||
<a href="galerias/local/IMG_6611.jpg" data-fancybox-group="restaurante" class="fancybox"></a>
|
||||
<a href="galerias/local/IMG_6613.jpg" data-fancybox-group="restaurante" class="fancybox"></a></p>
|
||||
</div>
|
||||
<div class="col2 pad_left1">
|
||||
<figure class="pad_bot1"><img src="images/page2_img8.jpg" alt=""></figure>
|
||||
Nuestra parrilla confiere ese inconfundible sabor que se potencia en las carnes y pizzas.
|
||||
<div class="col2">
|
||||
<figure><img src="images/page2_img8.jpg" alt=""></figure>
|
||||
<p>Nuestra parrilla confiere ese inconfundible sabor que se potencia en las carnes y pizzas.</p>
|
||||
</div>
|
||||
</section>
|
||||
<br class="clear"/>
|
||||
|
||||
51
src/webLMP1/js/jquery.validate.min.js
vendored
Normal file
@ -0,0 +1,51 @@
|
||||
/**
|
||||
* jQuery Validation Plugin 1.9.0
|
||||
*
|
||||
* http://bassistance.de/jquery-plugins/jquery-plugin-validation/
|
||||
* http://docs.jquery.com/Plugins/Validation
|
||||
*
|
||||
* Copyright (c) 2006 - 2011 Jörn Zaefferer
|
||||
*
|
||||
* Dual licensed under the MIT and GPL licenses:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
* http://www.gnu.org/licenses/gpl.html
|
||||
*/
|
||||
(function(c){c.extend(c.fn,{validate:function(a){if(this.length){var b=c.data(this[0],"validator");if(b)return b;this.attr("novalidate","novalidate");b=new c.validator(a,this[0]);c.data(this[0],"validator",b);if(b.settings.onsubmit){a=this.find("input, button");a.filter(".cancel").click(function(){b.cancelSubmit=true});b.settings.submitHandler&&a.filter(":submit").click(function(){b.submitButton=this});this.submit(function(d){function e(){if(b.settings.submitHandler){if(b.submitButton)var f=c("<input type='hidden'/>").attr("name",
|
||||
b.submitButton.name).val(b.submitButton.value).appendTo(b.currentForm);b.settings.submitHandler.call(b,b.currentForm);b.submitButton&&f.remove();return false}return true}b.settings.debug&&d.preventDefault();if(b.cancelSubmit){b.cancelSubmit=false;return e()}if(b.form()){if(b.pendingRequest){b.formSubmitted=true;return false}return e()}else{b.focusInvalid();return false}})}return b}else a&&a.debug&&window.console&&console.warn("nothing selected, can't validate, returning nothing")},valid:function(){if(c(this[0]).is("form"))return this.validate().form();
|
||||
else{var a=true,b=c(this[0].form).validate();this.each(function(){a&=b.element(this)});return a}},removeAttrs:function(a){var b={},d=this;c.each(a.split(/\s/),function(e,f){b[f]=d.attr(f);d.removeAttr(f)});return b},rules:function(a,b){var d=this[0];if(a){var e=c.data(d.form,"validator").settings,f=e.rules,g=c.validator.staticRules(d);switch(a){case "add":c.extend(g,c.validator.normalizeRule(b));f[d.name]=g;if(b.messages)e.messages[d.name]=c.extend(e.messages[d.name],b.messages);break;case "remove":if(!b){delete f[d.name];
|
||||
return g}var h={};c.each(b.split(/\s/),function(j,i){h[i]=g[i];delete g[i]});return h}}d=c.validator.normalizeRules(c.extend({},c.validator.metadataRules(d),c.validator.classRules(d),c.validator.attributeRules(d),c.validator.staticRules(d)),d);if(d.required){e=d.required;delete d.required;d=c.extend({required:e},d)}return d}});c.extend(c.expr[":"],{blank:function(a){return!c.trim(""+a.value)},filled:function(a){return!!c.trim(""+a.value)},unchecked:function(a){return!a.checked}});c.validator=function(a,
|
||||
b){this.settings=c.extend(true,{},c.validator.defaults,a);this.currentForm=b;this.init()};c.validator.format=function(a,b){if(arguments.length==1)return function(){var d=c.makeArray(arguments);d.unshift(a);return c.validator.format.apply(this,d)};if(arguments.length>2&&b.constructor!=Array)b=c.makeArray(arguments).slice(1);if(b.constructor!=Array)b=[b];c.each(b,function(d,e){a=a.replace(RegExp("\\{"+d+"\\}","g"),e)});return a};c.extend(c.validator,{defaults:{messages:{},groups:{},rules:{},errorClass:"error",
|
||||
validClass:"valid",errorElement:"label",focusInvalid:true,errorContainer:c([]),errorLabelContainer:c([]),onsubmit:true,ignore:":hidden",ignoreTitle:false,onfocusin:function(a){this.lastActive=a;if(this.settings.focusCleanup&&!this.blockFocusCleanup){this.settings.unhighlight&&this.settings.unhighlight.call(this,a,this.settings.errorClass,this.settings.validClass);this.addWrapper(this.errorsFor(a)).hide()}},onfocusout:function(a){if(!this.checkable(a)&&(a.name in this.submitted||!this.optional(a)))this.element(a)},
|
||||
onkeyup:function(a){if(a.name in this.submitted||a==this.lastElement)this.element(a)},onclick:function(a){if(a.name in this.submitted)this.element(a);else a.parentNode.name in this.submitted&&this.element(a.parentNode)},highlight:function(a,b,d){a.type==="radio"?this.findByName(a.name).addClass(b).removeClass(d):c(a).addClass(b).removeClass(d)},unhighlight:function(a,b,d){a.type==="radio"?this.findByName(a.name).removeClass(b).addClass(d):c(a).removeClass(b).addClass(d)}},setDefaults:function(a){c.extend(c.validator.defaults,
|
||||
a)},messages:{required:"This field is required.",remote:"Please fix this field.",email:"Please enter a valid email address.",url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date (ISO).",number:"Please enter a valid number.",digits:"Please enter only digits.",creditcard:"Please enter a valid credit card number.",equalTo:"Please enter the same value again.",accept:"Please enter a value with a valid extension.",maxlength:c.validator.format("Please enter no more than {0} characters."),
|
||||
minlength:c.validator.format("Please enter at least {0} characters."),rangelength:c.validator.format("Please enter a value between {0} and {1} characters long."),range:c.validator.format("Please enter a value between {0} and {1}."),max:c.validator.format("Please enter a value less than or equal to {0}."),min:c.validator.format("Please enter a value greater than or equal to {0}.")},autoCreateRanges:false,prototype:{init:function(){function a(e){var f=c.data(this[0].form,"validator"),g="on"+e.type.replace(/^validate/,
|
||||
"");f.settings[g]&&f.settings[g].call(f,this[0],e)}this.labelContainer=c(this.settings.errorLabelContainer);this.errorContext=this.labelContainer.length&&this.labelContainer||c(this.currentForm);this.containers=c(this.settings.errorContainer).add(this.settings.errorLabelContainer);this.submitted={};this.valueCache={};this.pendingRequest=0;this.pending={};this.invalid={};this.reset();var b=this.groups={};c.each(this.settings.groups,function(e,f){c.each(f.split(/\s/),function(g,h){b[h]=e})});var d=
|
||||
this.settings.rules;c.each(d,function(e,f){d[e]=c.validator.normalizeRule(f)});c(this.currentForm).validateDelegate("[type='text'], [type='password'], [type='file'], select, textarea, [type='number'], [type='search'] ,[type='tel'], [type='url'], [type='email'], [type='datetime'], [type='date'], [type='month'], [type='week'], [type='time'], [type='datetime-local'], [type='range'], [type='color'] ","focusin focusout keyup",a).validateDelegate("[type='radio'], [type='checkbox'], select, option","click",
|
||||
a);this.settings.invalidHandler&&c(this.currentForm).bind("invalid-form.validate",this.settings.invalidHandler)},form:function(){this.checkForm();c.extend(this.submitted,this.errorMap);this.invalid=c.extend({},this.errorMap);this.valid()||c(this.currentForm).triggerHandler("invalid-form",[this]);this.showErrors();return this.valid()},checkForm:function(){this.prepareForm();for(var a=0,b=this.currentElements=this.elements();b[a];a++)this.check(b[a]);return this.valid()},element:function(a){this.lastElement=
|
||||
a=this.validationTargetFor(this.clean(a));this.prepareElement(a);this.currentElements=c(a);var b=this.check(a);if(b)delete this.invalid[a.name];else this.invalid[a.name]=true;if(!this.numberOfInvalids())this.toHide=this.toHide.add(this.containers);this.showErrors();return b},showErrors:function(a){if(a){c.extend(this.errorMap,a);this.errorList=[];for(var b in a)this.errorList.push({message:a[b],element:this.findByName(b)[0]});this.successList=c.grep(this.successList,function(d){return!(d.name in a)})}this.settings.showErrors?
|
||||
this.settings.showErrors.call(this,this.errorMap,this.errorList):this.defaultShowErrors()},resetForm:function(){c.fn.resetForm&&c(this.currentForm).resetForm();this.submitted={};this.lastElement=null;this.prepareForm();this.hideErrors();this.elements().removeClass(this.settings.errorClass)},numberOfInvalids:function(){return this.objectLength(this.invalid)},objectLength:function(a){var b=0,d;for(d in a)b++;return b},hideErrors:function(){this.addWrapper(this.toHide).hide()},valid:function(){return this.size()==
|
||||
0},size:function(){return this.errorList.length},focusInvalid:function(){if(this.settings.focusInvalid)try{c(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus().trigger("focusin")}catch(a){}},findLastActive:function(){var a=this.lastActive;return a&&c.grep(this.errorList,function(b){return b.element.name==a.name}).length==1&&a},elements:function(){var a=this,b={};return c(this.currentForm).find("input, select, textarea").not(":submit, :reset, :image, [disabled]").not(this.settings.ignore).filter(function(){!this.name&&
|
||||
a.settings.debug&&window.console&&console.error("%o has no name assigned",this);if(this.name in b||!a.objectLength(c(this).rules()))return false;return b[this.name]=true})},clean:function(a){return c(a)[0]},errors:function(){return c(this.settings.errorElement+"."+this.settings.errorClass,this.errorContext)},reset:function(){this.successList=[];this.errorList=[];this.errorMap={};this.toShow=c([]);this.toHide=c([]);this.currentElements=c([])},prepareForm:function(){this.reset();this.toHide=this.errors().add(this.containers)},
|
||||
prepareElement:function(a){this.reset();this.toHide=this.errorsFor(a)},check:function(a){a=this.validationTargetFor(this.clean(a));var b=c(a).rules(),d=false,e;for(e in b){var f={method:e,parameters:b[e]};try{var g=c.validator.methods[e].call(this,a.value.replace(/\r/g,""),a,f.parameters);if(g=="dependency-mismatch")d=true;else{d=false;if(g=="pending"){this.toHide=this.toHide.not(this.errorsFor(a));return}if(!g){this.formatAndAdd(a,f);return false}}}catch(h){this.settings.debug&&window.console&&console.log("exception occured when checking element "+
|
||||
a.id+", check the '"+f.method+"' method",h);throw h;}}if(!d){this.objectLength(b)&&this.successList.push(a);return true}},customMetaMessage:function(a,b){if(c.metadata){var d=this.settings.meta?c(a).metadata()[this.settings.meta]:c(a).metadata();return d&&d.messages&&d.messages[b]}},customMessage:function(a,b){var d=this.settings.messages[a];return d&&(d.constructor==String?d:d[b])},findDefined:function(){for(var a=0;a<arguments.length;a++)if(arguments[a]!==undefined)return arguments[a]},defaultMessage:function(a,
|
||||
b){return this.findDefined(this.customMessage(a.name,b),this.customMetaMessage(a,b),!this.settings.ignoreTitle&&a.title||undefined,c.validator.messages[b],"<strong>Warning: No message defined for "+a.name+"</strong>")},formatAndAdd:function(a,b){var d=this.defaultMessage(a,b.method),e=/\$?\{(\d+)\}/g;if(typeof d=="function")d=d.call(this,b.parameters,a);else if(e.test(d))d=jQuery.format(d.replace(e,"{$1}"),b.parameters);this.errorList.push({message:d,element:a});this.errorMap[a.name]=d;this.submitted[a.name]=
|
||||
d},addWrapper:function(a){if(this.settings.wrapper)a=a.add(a.parent(this.settings.wrapper));return a},defaultShowErrors:function(){for(var a=0;this.errorList[a];a++){var b=this.errorList[a];this.settings.highlight&&this.settings.highlight.call(this,b.element,this.settings.errorClass,this.settings.validClass);this.showLabel(b.element,b.message)}if(this.errorList.length)this.toShow=this.toShow.add(this.containers);if(this.settings.success)for(a=0;this.successList[a];a++)this.showLabel(this.successList[a]);
|
||||
if(this.settings.unhighlight){a=0;for(b=this.validElements();b[a];a++)this.settings.unhighlight.call(this,b[a],this.settings.errorClass,this.settings.validClass)}this.toHide=this.toHide.not(this.toShow);this.hideErrors();this.addWrapper(this.toShow).show()},validElements:function(){return this.currentElements.not(this.invalidElements())},invalidElements:function(){return c(this.errorList).map(function(){return this.element})},showLabel:function(a,b){var d=this.errorsFor(a);if(d.length){d.removeClass(this.settings.validClass).addClass(this.settings.errorClass);
|
||||
d.attr("generated")&&d.html(b)}else{d=c("<"+this.settings.errorElement+"/>").attr({"for":this.idOrName(a),generated:true}).addClass(this.settings.errorClass).html(b||"");if(this.settings.wrapper)d=d.hide().show().wrap("<"+this.settings.wrapper+"/>").parent();this.labelContainer.append(d).length||(this.settings.errorPlacement?this.settings.errorPlacement(d,c(a)):d.insertAfter(a))}if(!b&&this.settings.success){d.text("");typeof this.settings.success=="string"?d.addClass(this.settings.success):this.settings.success(d)}this.toShow=
|
||||
this.toShow.add(d)},errorsFor:function(a){var b=this.idOrName(a);return this.errors().filter(function(){return c(this).attr("for")==b})},idOrName:function(a){return this.groups[a.name]||(this.checkable(a)?a.name:a.id||a.name)},validationTargetFor:function(a){if(this.checkable(a))a=this.findByName(a.name).not(this.settings.ignore)[0];return a},checkable:function(a){return/radio|checkbox/i.test(a.type)},findByName:function(a){var b=this.currentForm;return c(document.getElementsByName(a)).map(function(d,
|
||||
e){return e.form==b&&e.name==a&&e||null})},getLength:function(a,b){switch(b.nodeName.toLowerCase()){case "select":return c("option:selected",b).length;case "input":if(this.checkable(b))return this.findByName(b.name).filter(":checked").length}return a.length},depend:function(a,b){return this.dependTypes[typeof a]?this.dependTypes[typeof a](a,b):true},dependTypes:{"boolean":function(a){return a},string:function(a,b){return!!c(a,b.form).length},"function":function(a,b){return a(b)}},optional:function(a){return!c.validator.methods.required.call(this,
|
||||
c.trim(a.value),a)&&"dependency-mismatch"},startRequest:function(a){if(!this.pending[a.name]){this.pendingRequest++;this.pending[a.name]=true}},stopRequest:function(a,b){this.pendingRequest--;if(this.pendingRequest<0)this.pendingRequest=0;delete this.pending[a.name];if(b&&this.pendingRequest==0&&this.formSubmitted&&this.form()){c(this.currentForm).submit();this.formSubmitted=false}else if(!b&&this.pendingRequest==0&&this.formSubmitted){c(this.currentForm).triggerHandler("invalid-form",[this]);this.formSubmitted=
|
||||
false}},previousValue:function(a){return c.data(a,"previousValue")||c.data(a,"previousValue",{old:null,valid:true,message:this.defaultMessage(a,"remote")})}},classRuleSettings:{required:{required:true},email:{email:true},url:{url:true},date:{date:true},dateISO:{dateISO:true},dateDE:{dateDE:true},number:{number:true},numberDE:{numberDE:true},digits:{digits:true},creditcard:{creditcard:true}},addClassRules:function(a,b){a.constructor==String?this.classRuleSettings[a]=b:c.extend(this.classRuleSettings,
|
||||
a)},classRules:function(a){var b={};(a=c(a).attr("class"))&&c.each(a.split(" "),function(){this in c.validator.classRuleSettings&&c.extend(b,c.validator.classRuleSettings[this])});return b},attributeRules:function(a){var b={};a=c(a);for(var d in c.validator.methods){var e;if(e=d==="required"&&typeof c.fn.prop==="function"?a.prop(d):a.attr(d))b[d]=e;else if(a[0].getAttribute("type")===d)b[d]=true}b.maxlength&&/-1|2147483647|524288/.test(b.maxlength)&&delete b.maxlength;return b},metadataRules:function(a){if(!c.metadata)return{};
|
||||
var b=c.data(a.form,"validator").settings.meta;return b?c(a).metadata()[b]:c(a).metadata()},staticRules:function(a){var b={},d=c.data(a.form,"validator");if(d.settings.rules)b=c.validator.normalizeRule(d.settings.rules[a.name])||{};return b},normalizeRules:function(a,b){c.each(a,function(d,e){if(e===false)delete a[d];else if(e.param||e.depends){var f=true;switch(typeof e.depends){case "string":f=!!c(e.depends,b.form).length;break;case "function":f=e.depends.call(b,b)}if(f)a[d]=e.param!==undefined?
|
||||
e.param:true;else delete a[d]}});c.each(a,function(d,e){a[d]=c.isFunction(e)?e(b):e});c.each(["minlength","maxlength","min","max"],function(){if(a[this])a[this]=Number(a[this])});c.each(["rangelength","range"],function(){if(a[this])a[this]=[Number(a[this][0]),Number(a[this][1])]});if(c.validator.autoCreateRanges){if(a.min&&a.max){a.range=[a.min,a.max];delete a.min;delete a.max}if(a.minlength&&a.maxlength){a.rangelength=[a.minlength,a.maxlength];delete a.minlength;delete a.maxlength}}a.messages&&delete a.messages;
|
||||
return a},normalizeRule:function(a){if(typeof a=="string"){var b={};c.each(a.split(/\s/),function(){b[this]=true});a=b}return a},addMethod:function(a,b,d){c.validator.methods[a]=b;c.validator.messages[a]=d!=undefined?d:c.validator.messages[a];b.length<3&&c.validator.addClassRules(a,c.validator.normalizeRule(a))},methods:{required:function(a,b,d){if(!this.depend(d,b))return"dependency-mismatch";switch(b.nodeName.toLowerCase()){case "select":return(a=c(b).val())&&a.length>0;case "input":if(this.checkable(b))return this.getLength(a,
|
||||
b)>0;default:return c.trim(a).length>0}},remote:function(a,b,d){if(this.optional(b))return"dependency-mismatch";var e=this.previousValue(b);this.settings.messages[b.name]||(this.settings.messages[b.name]={});e.originalMessage=this.settings.messages[b.name].remote;this.settings.messages[b.name].remote=e.message;d=typeof d=="string"&&{url:d}||d;if(this.pending[b.name])return"pending";if(e.old===a)return e.valid;e.old=a;var f=this;this.startRequest(b);var g={};g[b.name]=a;c.ajax(c.extend(true,{url:d,
|
||||
mode:"abort",port:"validate"+b.name,dataType:"json",data:g,success:function(h){f.settings.messages[b.name].remote=e.originalMessage;var j=h===true;if(j){var i=f.formSubmitted;f.prepareElement(b);f.formSubmitted=i;f.successList.push(b);f.showErrors()}else{i={};h=h||f.defaultMessage(b,"remote");i[b.name]=e.message=c.isFunction(h)?h(a):h;f.showErrors(i)}e.valid=j;f.stopRequest(b,j)}},d));return"pending"},minlength:function(a,b,d){return this.optional(b)||this.getLength(c.trim(a),b)>=d},maxlength:function(a,
|
||||
b,d){return this.optional(b)||this.getLength(c.trim(a),b)<=d},rangelength:function(a,b,d){a=this.getLength(c.trim(a),b);return this.optional(b)||a>=d[0]&&a<=d[1]},min:function(a,b,d){return this.optional(b)||a>=d},max:function(a,b,d){return this.optional(b)||a<=d},range:function(a,b,d){return this.optional(b)||a>=d[0]&&a<=d[1]},email:function(a,b){return this.optional(b)||/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))$/i.test(a)},
|
||||
url:function(a,b){return this.optional(b)||/^(https?|ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(a)},
|
||||
date:function(a,b){return this.optional(b)||!/Invalid|NaN/.test(new Date(a))},dateISO:function(a,b){return this.optional(b)||/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(a)},number:function(a,b){return this.optional(b)||/^-?(?:\d+|\d{1,3}(?:,\d{3})+)(?:\.\d+)?$/.test(a)},digits:function(a,b){return this.optional(b)||/^\d+$/.test(a)},creditcard:function(a,b){if(this.optional(b))return"dependency-mismatch";if(/[^0-9 -]+/.test(a))return false;var d=0,e=0,f=false;a=a.replace(/\D/g,"");for(var g=a.length-1;g>=
|
||||
0;g--){e=a.charAt(g);e=parseInt(e,10);if(f)if((e*=2)>9)e-=9;d+=e;f=!f}return d%10==0},accept:function(a,b,d){d=typeof d=="string"?d.replace(/,/g,"|"):"png|jpe?g|gif";return this.optional(b)||a.match(RegExp(".("+d+")$","i"))},equalTo:function(a,b,d){d=c(d).unbind(".validate-equalTo").bind("blur.validate-equalTo",function(){c(b).valid()});return a==d.val()}}});c.format=c.validator.format})(jQuery);
|
||||
(function(c){var a={};if(c.ajaxPrefilter)c.ajaxPrefilter(function(d,e,f){e=d.port;if(d.mode=="abort"){a[e]&&a[e].abort();a[e]=f}});else{var b=c.ajax;c.ajax=function(d){var e=("port"in d?d:c.ajaxSettings).port;if(("mode"in d?d:c.ajaxSettings).mode=="abort"){a[e]&&a[e].abort();return a[e]=b.apply(this,arguments)}return b.apply(this,arguments)}}})(jQuery);
|
||||
(function(c){!jQuery.event.special.focusin&&!jQuery.event.special.focusout&&document.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(e){e=c.event.fix(e);e.type=b;return c.event.handle.call(this,e)}c.event.special[b]={setup:function(){this.addEventListener(a,d,true)},teardown:function(){this.removeEventListener(a,d,true)},handler:function(e){arguments[0]=c.event.fix(e);arguments[0].type=b;return c.event.handle.apply(this,arguments)}}});c.extend(c.fn,{validateDelegate:function(a,
|
||||
b,d){return this.bind(b,function(e){var f=c(e.target);if(f.is(a))return d.apply(f,arguments)})}})})(jQuery);
|
||||
@ -1,351 +0,0 @@
|
||||
|
||||
/*
|
||||
Lightbox v2.51
|
||||
by Lokesh Dhakar - http://www.lokeshdhakar.com
|
||||
|
||||
For more information, visit:
|
||||
http://lokeshdhakar.com/projects/lightbox2/
|
||||
|
||||
Licensed under the Creative Commons Attribution 2.5 License - http://creativecommons.org/licenses/by/2.5/
|
||||
- free for use in both personal and commercial projects
|
||||
- attribution requires leaving author name, author link, and the license info intact
|
||||
|
||||
Thanks
|
||||
- Scott Upton(uptonic.com), Peter-Paul Koch(quirksmode.com), and Thomas Fuchs(mir.aculo.us) for ideas, libs, and snippets.
|
||||
- Artemy Tregubenko (arty.name) for cleanup and help in updating to latest proto-aculous in v2.05.
|
||||
|
||||
|
||||
Table of Contents
|
||||
=================
|
||||
LightboxOptions
|
||||
|
||||
Lightbox
|
||||
- constructor
|
||||
- init
|
||||
- enable
|
||||
- build
|
||||
- start
|
||||
- changeImage
|
||||
- sizeContainer
|
||||
- showImage
|
||||
- updateNav
|
||||
- updateDetails
|
||||
- preloadNeigbhoringImages
|
||||
- enableKeyboardNav
|
||||
- disableKeyboardNav
|
||||
- keyboardAction
|
||||
- end
|
||||
|
||||
options = new LightboxOptions
|
||||
lightbox = new Lightbox options
|
||||
*/
|
||||
|
||||
(function() {
|
||||
var $, Lightbox, LightboxOptions;
|
||||
|
||||
$ = jQuery;
|
||||
|
||||
LightboxOptions = (function() {
|
||||
|
||||
function LightboxOptions() {
|
||||
this.fileLoadingImage = 'images/loading.gif';
|
||||
this.fileCloseImage = 'images/close.png';
|
||||
this.resizeDuration = 700;
|
||||
this.fadeDuration = 500;
|
||||
this.labelImage = "Imagen";
|
||||
this.labelOf = "de";
|
||||
}
|
||||
|
||||
return LightboxOptions;
|
||||
|
||||
})();
|
||||
|
||||
Lightbox = (function() {
|
||||
|
||||
function Lightbox(options) {
|
||||
this.options = options;
|
||||
this.album = [];
|
||||
this.currentImageIndex = void 0;
|
||||
this.init();
|
||||
}
|
||||
|
||||
Lightbox.prototype.init = function() {
|
||||
this.enable();
|
||||
return this.build();
|
||||
};
|
||||
|
||||
Lightbox.prototype.enable = function() {
|
||||
var _this = this;
|
||||
return $('body').on('click', 'a[rel^=lightbox], area[rel^=lightbox]', function(e) {
|
||||
_this.start($(e.currentTarget));
|
||||
return false;
|
||||
});
|
||||
};
|
||||
|
||||
Lightbox.prototype.build = function() {
|
||||
var $lightbox,
|
||||
_this = this;
|
||||
$("<div>", {
|
||||
id: 'lightboxOverlay'
|
||||
}).after($('<div/>', {
|
||||
id: 'lightbox'
|
||||
}).append($('<div/>', {
|
||||
"class": 'lb-outerContainer'
|
||||
}).append($('<div/>', {
|
||||
"class": 'lb-container'
|
||||
}).append($('<img/>', {
|
||||
"class": 'lb-image'
|
||||
}), $('<div/>', {
|
||||
"class": 'lb-nav'
|
||||
}).append($('<a/>', {
|
||||
"class": 'lb-prev'
|
||||
}), $('<a/>', {
|
||||
"class": 'lb-next'
|
||||
})), $('<div/>', {
|
||||
"class": 'lb-loader'
|
||||
}).append($('<a/>', {
|
||||
"class": 'lb-cancel'
|
||||
}).append($('<img/>', {
|
||||
src: this.options.fileLoadingImage
|
||||
}))))), $('<div/>', {
|
||||
"class": 'lb-dataContainer'
|
||||
}).append($('<div/>', {
|
||||
"class": 'lb-data'
|
||||
}).append($('<div/>', {
|
||||
"class": 'lb-details'
|
||||
}).append($('<span/>', {
|
||||
"class": 'lb-caption'
|
||||
}), $('<span/>', {
|
||||
"class": 'lb-number'
|
||||
})), $('<div/>', {
|
||||
"class": 'lb-closeContainer'
|
||||
}).append($('<a/>', {
|
||||
"class": 'lb-close'
|
||||
}).append($('<img/>', {
|
||||
src: this.options.fileCloseImage
|
||||
}))))))).appendTo($('body'));
|
||||
$('#lightboxOverlay').hide().on('click', function(e) {
|
||||
_this.end();
|
||||
return false;
|
||||
});
|
||||
$lightbox = $('#lightbox');
|
||||
$lightbox.hide().on('click', function(e) {
|
||||
if ($(e.target).attr('id') === 'lightbox') _this.end();
|
||||
return false;
|
||||
});
|
||||
$lightbox.find('.lb-outerContainer').on('click', function(e) {
|
||||
if ($(e.target).attr('id') === 'lightbox') _this.end();
|
||||
return false;
|
||||
});
|
||||
$lightbox.find('.lb-prev').on('click', function(e) {
|
||||
_this.changeImage(_this.currentImageIndex - 1);
|
||||
return false;
|
||||
});
|
||||
$lightbox.find('.lb-next').on('click', function(e) {
|
||||
_this.changeImage(_this.currentImageIndex + 1);
|
||||
return false;
|
||||
});
|
||||
$lightbox.find('.lb-loader, .lb-close').on('click', function(e) {
|
||||
_this.end();
|
||||
return false;
|
||||
});
|
||||
};
|
||||
|
||||
Lightbox.prototype.start = function($link) {
|
||||
var $lightbox, $window, a, i, imageNumber, left, top, _len, _ref;
|
||||
$(window).on("resize", this.sizeOverlay);
|
||||
$('select, object, embed').css({
|
||||
visibility: "hidden"
|
||||
});
|
||||
$('#lightboxOverlay').width($(document).width()).height($(document).height()).fadeIn(this.options.fadeDuration);
|
||||
this.album = [];
|
||||
imageNumber = 0;
|
||||
if ($link.attr('rel') === 'lightbox') {
|
||||
this.album.push({
|
||||
link: $link.attr('href'),
|
||||
title: $link.attr('title')
|
||||
});
|
||||
} else {
|
||||
_ref = $($link.prop("tagName") + '[rel="' + $link.attr('rel') + '"]');
|
||||
for (i = 0, _len = _ref.length; i < _len; i++) {
|
||||
a = _ref[i];
|
||||
this.album.push({
|
||||
link: $(a).attr('href'),
|
||||
title: $(a).attr('title')
|
||||
});
|
||||
if ($(a).attr('href') === $link.attr('href')) imageNumber = i;
|
||||
}
|
||||
}
|
||||
$window = $(window);
|
||||
top = $window.scrollTop() + $window.height() / 10;
|
||||
left = $window.scrollLeft();
|
||||
$lightbox = $('#lightbox');
|
||||
$lightbox.css({
|
||||
top: top + 'px',
|
||||
left: left + 'px'
|
||||
}).fadeIn(this.options.fadeDuration);
|
||||
this.changeImage(imageNumber);
|
||||
};
|
||||
|
||||
Lightbox.prototype.changeImage = function(imageNumber) {
|
||||
var $image, $lightbox, preloader,
|
||||
_this = this;
|
||||
this.disableKeyboardNav();
|
||||
$lightbox = $('#lightbox');
|
||||
$image = $lightbox.find('.lb-image');
|
||||
this.sizeOverlay();
|
||||
$('#lightboxOverlay').fadeIn(this.options.fadeDuration);
|
||||
$('.loader').fadeIn('slow');
|
||||
$lightbox.find('.lb-image, .lb-nav, .lb-prev, .lb-next, .lb-dataContainer, .lb-numbers, .lb-caption').hide();
|
||||
$lightbox.find('.lb-outerContainer').addClass('animating');
|
||||
preloader = new Image;
|
||||
preloader.onload = function() {
|
||||
$image.attr('src', _this.album[imageNumber].link);
|
||||
$image.width = preloader.width;
|
||||
$image.height = preloader.height;
|
||||
return _this.sizeContainer(preloader.width, preloader.height);
|
||||
};
|
||||
preloader.src = this.album[imageNumber].link;
|
||||
this.currentImageIndex = imageNumber;
|
||||
};
|
||||
|
||||
Lightbox.prototype.sizeOverlay = function() {
|
||||
return $('#lightboxOverlay').width($(document).width()).height($(document).height());
|
||||
};
|
||||
|
||||
Lightbox.prototype.sizeContainer = function(imageWidth, imageHeight) {
|
||||
var $container, $lightbox, $outerContainer, containerBottomPadding, containerLeftPadding, containerRightPadding, containerTopPadding, newHeight, newWidth, oldHeight, oldWidth,
|
||||
_this = this;
|
||||
$lightbox = $('#lightbox');
|
||||
$outerContainer = $lightbox.find('.lb-outerContainer');
|
||||
oldWidth = $outerContainer.outerWidth();
|
||||
oldHeight = $outerContainer.outerHeight();
|
||||
$container = $lightbox.find('.lb-container');
|
||||
containerTopPadding = parseInt($container.css('padding-top'), 10);
|
||||
containerRightPadding = parseInt($container.css('padding-right'), 10);
|
||||
containerBottomPadding = parseInt($container.css('padding-bottom'), 10);
|
||||
containerLeftPadding = parseInt($container.css('padding-left'), 10);
|
||||
newWidth = imageWidth + containerLeftPadding + containerRightPadding;
|
||||
newHeight = imageHeight + containerTopPadding + containerBottomPadding;
|
||||
if (newWidth !== oldWidth && newHeight !== oldHeight) {
|
||||
$outerContainer.animate({
|
||||
width: newWidth,
|
||||
height: newHeight
|
||||
}, this.options.resizeDuration, 'swing');
|
||||
} else if (newWidth !== oldWidth) {
|
||||
$outerContainer.animate({
|
||||
width: newWidth
|
||||
}, this.options.resizeDuration, 'swing');
|
||||
} else if (newHeight !== oldHeight) {
|
||||
$outerContainer.animate({
|
||||
height: newHeight
|
||||
}, this.options.resizeDuration, 'swing');
|
||||
}
|
||||
setTimeout(function() {
|
||||
$lightbox.find('.lb-dataContainer').width(newWidth);
|
||||
$lightbox.find('.lb-prevLink').height(newHeight);
|
||||
$lightbox.find('.lb-nextLink').height(newHeight);
|
||||
_this.showImage();
|
||||
}, this.options.resizeDuration);
|
||||
};
|
||||
|
||||
Lightbox.prototype.showImage = function() {
|
||||
var $lightbox;
|
||||
$lightbox = $('#lightbox');
|
||||
$lightbox.find('.lb-loader').hide();
|
||||
$lightbox.find('.lb-image').fadeIn('slow');
|
||||
this.updateNav();
|
||||
this.updateDetails();
|
||||
this.preloadNeighboringImages();
|
||||
this.enableKeyboardNav();
|
||||
};
|
||||
|
||||
Lightbox.prototype.updateNav = function() {
|
||||
var $lightbox;
|
||||
$lightbox = $('#lightbox');
|
||||
$lightbox.find('.lb-nav').show();
|
||||
if (this.currentImageIndex > 0) $lightbox.find('.lb-prev').show();
|
||||
if (this.currentImageIndex < this.album.length - 1) {
|
||||
$lightbox.find('.lb-next').show();
|
||||
}
|
||||
};
|
||||
|
||||
Lightbox.prototype.updateDetails = function() {
|
||||
var $lightbox,
|
||||
_this = this;
|
||||
$lightbox = $('#lightbox');
|
||||
if (typeof this.album[this.currentImageIndex].title !== 'undefined' && this.album[this.currentImageIndex].title !== "") {
|
||||
$lightbox.find('.lb-caption').html(this.album[this.currentImageIndex].title).fadeIn('fast');
|
||||
}
|
||||
if (this.album.length > 1) {
|
||||
$lightbox.find('.lb-number').html(this.options.labelImage + ' ' + (this.currentImageIndex + 1) + ' ' + this.options.labelOf + ' ' + this.album.length).fadeIn('fast');
|
||||
} else {
|
||||
$lightbox.find('.lb-number').hide();
|
||||
}
|
||||
$lightbox.find('.lb-outerContainer').removeClass('animating');
|
||||
$lightbox.find('.lb-dataContainer').fadeIn(this.resizeDuration, function() {
|
||||
return _this.sizeOverlay();
|
||||
});
|
||||
};
|
||||
|
||||
Lightbox.prototype.preloadNeighboringImages = function() {
|
||||
var preloadNext, preloadPrev;
|
||||
if (this.album.length > this.currentImageIndex + 1) {
|
||||
preloadNext = new Image;
|
||||
preloadNext.src = this.album[this.currentImageIndex + 1].link;
|
||||
}
|
||||
if (this.currentImageIndex > 0) {
|
||||
preloadPrev = new Image;
|
||||
preloadPrev.src = this.album[this.currentImageIndex - 1].link;
|
||||
}
|
||||
};
|
||||
|
||||
Lightbox.prototype.enableKeyboardNav = function() {
|
||||
$(document).on('keyup.keyboard', $.proxy(this.keyboardAction, this));
|
||||
};
|
||||
|
||||
Lightbox.prototype.disableKeyboardNav = function() {
|
||||
$(document).off('.keyboard');
|
||||
};
|
||||
|
||||
Lightbox.prototype.keyboardAction = function(event) {
|
||||
var KEYCODE_ESC, KEYCODE_LEFTARROW, KEYCODE_RIGHTARROW, key, keycode;
|
||||
KEYCODE_ESC = 27;
|
||||
KEYCODE_LEFTARROW = 37;
|
||||
KEYCODE_RIGHTARROW = 39;
|
||||
keycode = event.keyCode;
|
||||
key = String.fromCharCode(keycode).toLowerCase();
|
||||
if (keycode === KEYCODE_ESC || key.match(/x|o|c/)) {
|
||||
this.end();
|
||||
} else if (key === 'p' || keycode === KEYCODE_LEFTARROW) {
|
||||
if (this.currentImageIndex !== 0) {
|
||||
this.changeImage(this.currentImageIndex - 1);
|
||||
}
|
||||
} else if (key === 'n' || keycode === KEYCODE_RIGHTARROW) {
|
||||
if (this.currentImageIndex !== this.album.length - 1) {
|
||||
this.changeImage(this.currentImageIndex + 1);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Lightbox.prototype.end = function() {
|
||||
this.disableKeyboardNav();
|
||||
$(window).off("resize", this.sizeOverlay);
|
||||
$('#lightbox').fadeOut(this.options.fadeDuration);
|
||||
$('#lightboxOverlay').fadeOut(this.options.fadeDuration);
|
||||
return $('select, object, embed').css({
|
||||
visibility: "visible"
|
||||
});
|
||||
};
|
||||
|
||||
return Lightbox;
|
||||
|
||||
})();
|
||||
|
||||
$(function() {
|
||||
var lightbox, options;
|
||||
options = new LightboxOptions;
|
||||
return lightbox = new Lightbox(options);
|
||||
});
|
||||
|
||||
}).call(this);
|
||||
@ -1,180 +1,130 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<title>Restaurante - La Mano de Pablo</title>
|
||||
<title>Pizzas - Restaurante La Mano de Pablo - Las Tablas</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="css/reset.css" type="text/css" media="all">
|
||||
<link rel="stylesheet" href="css/layout.css" type="text/css" media="all">
|
||||
<link rel="stylesheet" href="css/style.css" type="text/css" media="all">
|
||||
<script type="text/javascript" src="js/jquery-1.6.js" ></script>
|
||||
<script type="text/javascript" src="js/cufon-yui.js"></script>
|
||||
<script type="text/javascript" src="js/cufon-replace.js"></script>
|
||||
<script type="text/javascript" src="js/Forum_400.font.js"></script>
|
||||
<script type="text/javascript" src="js/atooltip.jquery.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="css/style2.css" type="text/css" media="all">
|
||||
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Forum' type='text/css'>
|
||||
<link rel="stylesheet" href="fancybox/jquery.fancybox.css" type="text/css" media="screen" />
|
||||
<script type="text/javascript" src="js/jquery-1.7.2.min.js" ></script>
|
||||
<script type="text/javascript" src="js/jquery.nivo.slider.pack.js"></script>
|
||||
<script type="text/javascript" src="fancybox/jquery.fancybox.pack.js"></script>
|
||||
<script type="text/javascript" src="fancybox/custom.js"></script>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script type="text/javascript" src="js/html5.js"></script>
|
||||
<style type="text/css">
|
||||
.slider_bg {behavior:url(js/PIE.htc)}
|
||||
</style>
|
||||
<![endif]-->
|
||||
<!--[if lt IE 7]>
|
||||
<div style='clear:both;text-align:center;position:relative'>
|
||||
<a href="http://www.microsoft.com/windows/internet-explorer/default.aspx?ocid=ie6_countdown_bannercode"><img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" alt="" /></a>
|
||||
</div>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body id="page4">
|
||||
<div class="main-layout">
|
||||
<div class="header-layout">
|
||||
<div class="main">
|
||||
<!-- header -->
|
||||
<header>
|
||||
<h1><a href="index.html" id="logo">Deliccio Classic European Cuisine</a></h1>
|
||||
<nav>
|
||||
<ul id="top_nav">
|
||||
<li><a href="index.html"><img src="images/icon_1.gif" alt=""></a></li>
|
||||
<li><a href="#"><img src="images/icon_2.gif" alt=""></a></li>
|
||||
<li class="end"><a href="reservas.html"><img src="images/icon_3.gif" alt=""></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
<ul id="menu">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="restaurante.html">Restaurante</a></li>
|
||||
<li><a href="carta.html">Carta</a></li>
|
||||
<li class="active"><a href="pizzas.html">Pedidos</a></li>
|
||||
<li><a href="reservas.html">Reservas</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header><div class="ic">More Website Templates @ TemplateMonster.com - August 1st 2011!</div>
|
||||
<!-- / header -->
|
||||
<!-- content -->
|
||||
<article id="content">
|
||||
<div class="wrap">
|
||||
<section class="cols">
|
||||
<div class="box">
|
||||
<div>
|
||||
<h2>Elija su <span>pizza</span></h2>
|
||||
<ul class="list1 pad_bot1">
|
||||
<li><a href="#">Natural</a></li>
|
||||
<li><a href="#">Montevideana</a></li>
|
||||
<li><a href="#">Siciliana</a></li>
|
||||
<li><a href="#">Cuatro Estaciones</a></li>
|
||||
<li><a href="#">Clásica </a></li>
|
||||
<li><a href="#">Carioca</a></li>
|
||||
<li><a href="#">Mano de Pablo </a></li>
|
||||
<li><a href="#">Napolitana</a></li>
|
||||
<li><a href="#">Al Pesto</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="cols pad_left1">
|
||||
<div class="box">
|
||||
<div>
|
||||
<h2>>>>>>>>> <span></span></h2>
|
||||
<ul class="list1 pad_bot1">
|
||||
<li><a href="#">Provenzal</a></li>
|
||||
<li><a href="#">Marinera</a></li>
|
||||
<li><a href="#">Paulista</a></li>
|
||||
<li><a href="#">Criolla</a></li>
|
||||
<li><a href="#">Calabresa </a></li>
|
||||
<li><a href="#">Vegetariana</a></li>
|
||||
<li><a href="#">Serrana </a></li>
|
||||
<li><a href="#">Fainá con mozzarella</a></li>
|
||||
<li><a href="#">Figazza con mozzarella</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="cols pad_left1">
|
||||
<div class="box">
|
||||
<div>
|
||||
<h2 class="pad_bot1">Su <span>Pedido</span></h2>
|
||||
<p class="pad_bot1">
|
||||
<strong>1. Selecciona tu Pizza</strong><br>
|
||||
en la lista que tienes a la izquierda.<br>
|
||||
<strong>2. Llama al 914 270 945</strong><br>
|
||||
te atenderemos de 12 a 23h.<br>
|
||||
<strong>3. A disfrutar!</strong><br>
|
||||
te enviaremos la pizza a donde tú nos indiques. Buen provecho!
|
||||
</p>
|
||||
<a href="#" class="button1">llama ahora 914 270 945</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-layout">
|
||||
<div class="main">
|
||||
<article id="content2">
|
||||
<div class="wrapper">
|
||||
<section class="pad_left1">
|
||||
<div class="wrapper">
|
||||
<div class="col1">
|
||||
<h2>Pizza tradicional </h2>
|
||||
</div>
|
||||
<div class="col2 pad_left1">
|
||||
<h2>Envío a domicilio</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="wrapper line2">
|
||||
<div class="col1">
|
||||
<div class="wrapper">
|
||||
<figure class="left marg_right1"><img src="images/page4_img2.jpg" alt=""></figure>
|
||||
<p>
|
||||
<a href="#">La historia dice que la pizza llego a Uruguay en 1923,</a><br>
|
||||
posiblemente se vendía en la calle al igual que el faina, emulando a los vendedores de Nápoles. El consumo masivo fue a partir de 1960. En La Mano de Pablo mantenemos la tradición.
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<figure class="left marg_right1"><img src="images/page4_img3.jpg" alt=""></figure>
|
||||
<p>
|
||||
<a href="#">Podemos decir que lo que diferencia a la pizza uruguaya es:</a> <br>
|
||||
el horno a leña que le confiere un sabor particular. La calidad de la harina <br>
|
||||
y la forma de amasarla, de la mozzarela, y el tomate maduro y de gran calidad.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col2 pad_left1">
|
||||
<div class="wrapper pad_bot1">
|
||||
<figure class="pad_bot1"><img src="images/page4_img4.jpg" alt=""></figure>
|
||||
<strong>Puedes hacer tu pedido de Pizza sin salir de tu casa u oficina en Las Tablas!</strong> Los precios son los mismos que en el restaurante. </div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</article>
|
||||
<!-- / content -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-layout">
|
||||
<div class="body4">
|
||||
<div class="main">
|
||||
<!-- footer -->
|
||||
<footer>
|
||||
<div class="wrapper">
|
||||
<section class="col1 pad_left1">
|
||||
<h3>Reservas: <span>914 270 945</span></h3>
|
||||
<a rel="nofollow" href="http://www.kroquis.net/" target="_blank">Website </a> by kroquis.net
|
||||
</section>
|
||||
<section class="col2 pad_left1">
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
<!-- {%FOOTER_LINK} -->
|
||||
</footer>
|
||||
<!-- / footer -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript"> Cufon.now(); </script>
|
||||
<body>
|
||||
<header>
|
||||
<div class="layout">
|
||||
<h1><a href="index.html">Restaurante - La Mano de Pablo</a></h1>
|
||||
<ul id="top_nav">
|
||||
<li><a href="../webLMP2/index.html">Pollos a la brasa</a></li>
|
||||
</ul>
|
||||
<nav>
|
||||
<ul id="menu">
|
||||
<li><a href="index.html">Restaurante</a></li>
|
||||
<li><a href="carta.html">Carta</a></li>
|
||||
<li class="active"><a href="pizzas.html">Pizzas</a></li>
|
||||
<li><a href="reservas.php">Reservas</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<br class="clear"/>
|
||||
<article>
|
||||
<div class="wrap">
|
||||
<section class="cols">
|
||||
<div class="box">
|
||||
<div>
|
||||
<h2>Elija su <span>pizza</span></h2>
|
||||
<ul>
|
||||
<li><a href="#">Natural</a></li>
|
||||
<li><a href="#">Montevideana</a></li>
|
||||
<li><a href="#">Siciliana</a></li>
|
||||
<li><a href="#">Cuatro Estaciones</a></li>
|
||||
<li><a href="#">Clásica </a></li>
|
||||
<li><a href="#">Carioca</a></li>
|
||||
<li><a href="#">Mano de Pablo </a></li>
|
||||
<li><a href="#">Napolitana</a></li>
|
||||
<li><a href="#">Al Pesto</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="cols">
|
||||
<div class="box">
|
||||
<div>
|
||||
<h2>>>>>>>>> <span></span></h2>
|
||||
<ul>
|
||||
<li><a href="#">Provenzal</a></li>
|
||||
<li><a href="#">Marinera</a></li>
|
||||
<li><a href="#">Paulista</a></li>
|
||||
<li><a href="#">Criolla</a></li>
|
||||
<li><a href="#">Calabresa </a></li>
|
||||
<li><a href="#">Vegetariana</a></li>
|
||||
<li><a href="#">Serrana </a></li>
|
||||
<li><a href="#">Fainá con mozzarella</a></li>
|
||||
<li><a href="#">Figazza con mozzarella</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="cols">
|
||||
<div class="box">
|
||||
<div>
|
||||
<h2>Su <span>Pedido</span></h2>
|
||||
<p> <strong>1. Selecciona tu Pizza</strong><br/>
|
||||
en la lista que tienes a la izquierda.<br/>
|
||||
<strong>2. Llama al 914 270 945</strong><br/>
|
||||
te atenderemos de 12 a 23h.<br/>
|
||||
<strong>3. A disfrutar!</strong><br/>
|
||||
te enviaremos la pizza a donde tú nos indiques. ¡Buen provecho!</p>
|
||||
<p class="llamar"><a href="#" class="button">llama ahora 914 270 945</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<br class="clear"/>
|
||||
</article>
|
||||
</div>
|
||||
</header>
|
||||
<article>
|
||||
<div class="layout">
|
||||
<section>
|
||||
<div class="cols">
|
||||
<h2>Pizza tradicional</h2>
|
||||
</div>
|
||||
<div class="cols"> </div>
|
||||
<div class="col2">
|
||||
<h2>Envío a domicilio</h2>
|
||||
</div>
|
||||
<br class="clear"/>
|
||||
<div class="col1 rborder">
|
||||
<div class="wrapper">
|
||||
<figure class="left marg_right1"><img alt="" src="images/page4_img2.jpg"></figure>
|
||||
<p> <strong class="resaltado">La historia dice que la pizza llego a Uruguay en 1923,</strong><br/>
|
||||
posiblemente se vendía en la calle al igual que el faina, emulando a los vendedores de Nápoles. El consumo masivo fue a partir de 1960. En La Mano de Pablo mantenemos la tradición. </p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<figure class="left marg_right1"><img alt="" src="images/page4_img3.jpg"></figure>
|
||||
<p> <strong class="resaltado">Podemos decir que lo que diferencia a la pizza uruguaya es:</strong> <br/>
|
||||
el horno a leña que le confiere un sabor particular. La calidad de la harina <br/>
|
||||
y la forma de amasarla, de la mozzarela, y el tomate maduro y de gran calidad.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col2">
|
||||
<figure><img src="images/page4_img4.jpg" alt=""></figure>
|
||||
<p><strong class="resaltado">¡Puedes hacer tu pedido de Pizza sin salir de tu casa u oficina en Las Tablas!</strong> Los precios son los mismos que en el restaurante.</p>
|
||||
</div>
|
||||
</section>
|
||||
<br class="clear"/>
|
||||
</div>
|
||||
</article>
|
||||
<footer>
|
||||
<section>
|
||||
<h3>Reservas: <span>914 270 945</span></h3>
|
||||
<a rel="nofollow" href="http://www.kroquis.net/" target="_blank">Website </a> by kroquis.net </section>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
312
src/webLMP1/reservas.php
Normal file
@ -0,0 +1,312 @@
|
||||
<?php
|
||||
function recogeDato($campo){
|
||||
return isset($_REQUEST[$campo])?$_REQUEST[$campo]:'';
|
||||
} //la función recogeDatos comprueba si se ha recibido un dato y recoge su valor
|
||||
|
||||
function IsInjected($str)
|
||||
{
|
||||
$injections = array('(\n+)',
|
||||
'(\r+)',
|
||||
'(\t+)',
|
||||
'(%0A+)',
|
||||
'(%0D+)',
|
||||
'(%08+)',
|
||||
'(%09+)'
|
||||
);
|
||||
$inject = join('|', $injections);
|
||||
$inject = "/$inject/i";
|
||||
if(preg_match($inject,$str))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
if(isset($_POST['submit']))
|
||||
{
|
||||
$errors = '';
|
||||
$ok = FALSE;
|
||||
//si no se ha recibido, le asigna un valor vacío.
|
||||
$email1 = recogeDato('email1');
|
||||
$email2 = recogeDato('email2'); //asignamos cada valor a una variable
|
||||
$nombre = recogeDato('nombre');
|
||||
$telefono = recogeDato('telefono');
|
||||
$min = recogeDato('min');
|
||||
$dia = recogeDato('dia');
|
||||
$d = recogeDato('d');
|
||||
$hora = recogeDato('hora');
|
||||
$pax = recogeDato('pax');
|
||||
$consulta = recogeDato('consulta');
|
||||
$algunerror = FALSE;
|
||||
|
||||
if(IsInjected($email1))
|
||||
{
|
||||
$errors .= "\n Email no válido.";
|
||||
}
|
||||
|
||||
|
||||
//una vez recogidos, los validamos (campos obligatorios, etc...)
|
||||
if($email1==''){ //validamos los que el email no esté vacio
|
||||
$algunerror = TRUE; //si encontramos un error,mostramos un mensaje
|
||||
$errors .= "No has introducido tu eMail\n";
|
||||
} elseif($email1!=$email2){ //si tiene algo, que concida con la repetición
|
||||
$algunerror = TRUE;
|
||||
$errors .= "Los eMails introducidos no coinciden.\n";
|
||||
}
|
||||
if($nombre==''){ //comprobamos que el nombre no haya quedado vacío
|
||||
$algunerror = TRUE;
|
||||
$errors .= "No has introducido tu nombre.\n";
|
||||
}
|
||||
if (!$algunerror){ //comprobamos si ha habido algún error
|
||||
$para="reservas-lastablas@lamanodepablo.com"; //si todo es correcto, enviamos el correo
|
||||
$asunto="Reservas LAS TABLAS ".$referente;
|
||||
$mensaje="Datos de la Reserva:\n". //creamos el mensaje con los datos
|
||||
"Nombre: ".$nombre." \n".
|
||||
"Teléfono: ".$telefono."\n".
|
||||
"eMail: ".$email1."\n".
|
||||
"Hora: ".$hora." \n".
|
||||
"minuto: ".$min." \n".
|
||||
"Día: ".$dia." \n".
|
||||
"nº: ".$d." \n".
|
||||
"Comensales: ".$pax." \n".
|
||||
"Observación: ".$consulta;
|
||||
mail($para, $asunto, $mensaje); //y lo enviamos
|
||||
$ok = TRUE;
|
||||
}
|
||||
}
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<title>Reserva online - Restaurante La Mano de Pablo - Las Tablas</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="css/reset.css" type="text/css" media="all"/>
|
||||
<link rel="stylesheet" href="css/style2.css" type="text/css" media="all"/>
|
||||
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Forum' type='text/css'/>
|
||||
<link rel="stylesheet" href="fancybox/jquery.fancybox.css" type="text/css" media="screen"/>
|
||||
<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
|
||||
<script type="text/javascript" src="js/jquery.validate.min.js"></script>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script type="text/javascript" src="js/html5.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="layout">
|
||||
<h1><a href="index.html">Restaurante - La Mano de Pablo</a></h1>
|
||||
<ul id="top_nav">
|
||||
<li><a href="../webLMP2/index.html">Pollos a la brasa</a></li>
|
||||
</ul>
|
||||
<nav>
|
||||
<ul id="menu">
|
||||
<li class="active"><a href="index.html">Restaurante</a></li>
|
||||
<li><a href="carta.html">Carta</a></li>
|
||||
<li><a href="pizzas.html">Pizzas</a></li>
|
||||
<li><a href="reservas.html">Reservas</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<br class="clear"/>
|
||||
<article>
|
||||
<?php if ($ok) {?>
|
||||
<div class="slider-wrapper">
|
||||
<div class="ribbon"></div>
|
||||
<div id="slider" class="nivoSlider">
|
||||
<img src="images/img1.jpg" title="#caption1"/>
|
||||
</div>
|
||||
<div id="caption1" class="nivo-html-caption">
|
||||
<strong>Gracias</strong> <b>hemos recibido su solicitud</b>
|
||||
<em>Tan pronto como nos sea posible, nos pondremos en contacto con usted para confirmar su solicitud de reserva. Gracias por confiar en nosotros.</em>
|
||||
</div>
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
<section class="wrap">
|
||||
<div class="box">
|
||||
<div class="full">
|
||||
<h2 class="letter_spacing">Reserva on-line</h2>
|
||||
<form method="post" action="<?php echo htmlentities($_SERVER['PHP_SELF']); ?>" id="reserva">
|
||||
<table style="text-align: left; width: 100%;" cellpadding="3" rules="rows">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="17%"><label for="nombre">Nombre:</label></td>
|
||||
<td width="33%"><input type="text" name="nombre" id="nombre" class="required" value="<?php echo $nombre; ?>"/></td>
|
||||
<td width="17%"><label for="telefono">Teléfono:</label></td>
|
||||
<td width="33%"><input onKeypress="if (event.keyCode < 48 || event.keyCode > 57) event.returnValue = false;" maxlength="9" name="telefono" id="telefono" class="required" value="<?php echo $telefono; ?>"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="email1">Correo electrónico:</label></td>
|
||||
<td><input type="text" name="email1" id="email1" class="required email" value="<?php echo $email1; ?>"/></td>
|
||||
<td><label for="email2">Repite tu correo:</label></td>
|
||||
<td><input type="text" name="email2" id="email2" class="required email" equalTo="#email1" value="<?php echo $email2; ?>"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="dia">Día a reservar:</label></td>
|
||||
<td><select name="dia" id="dia" class="required">
|
||||
<option>Lunes</option>
|
||||
<option>Martes</option>
|
||||
<option>Miércoles</option>
|
||||
<option>Jueves</option>
|
||||
<option>Viernes</option>
|
||||
<option>Sábado</option>
|
||||
<option>Domingo</option>
|
||||
</select>
|
||||
<select name="d" id="d" class="required">
|
||||
<option>01</option>
|
||||
<option>02</option>
|
||||
<option>03</option>
|
||||
<option>04</option>
|
||||
<option>05</option>
|
||||
<option>06</option>
|
||||
<option>07</option>
|
||||
<option>08</option>
|
||||
<option>09</option>
|
||||
<option>10</option>
|
||||
<option>11</option>
|
||||
<option>12</option>
|
||||
<option>13</option>
|
||||
<option>14</option>
|
||||
<option>15</option>
|
||||
<option>16</option>
|
||||
<option>17</option>
|
||||
<option>18</option>
|
||||
<option>19</option>
|
||||
<option>20</option>
|
||||
<option>21</option>
|
||||
<option>22</option>
|
||||
<option>23</option>
|
||||
<option>24</option>
|
||||
<option>25</option>
|
||||
<option>26</option>
|
||||
<option>27</option>
|
||||
<option>28</option>
|
||||
<option>29</option>
|
||||
<option>30</option>
|
||||
<option>31</option>
|
||||
</select></td>
|
||||
<td><label>Tu reserva es para:</label></td>
|
||||
<td><input type="radio" name="referente" id="ref_web" value="web" checked="yes"/>Comida
|
||||
<input type="radio" name="referente" id="ref_fotos" value="fotos"/>Cena
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="17%"><label for="pax">Num. de comensales:</label></td>
|
||||
<td><select name="pax" id="pax" class="required">
|
||||
<option>1</option>
|
||||
<option>2</option>
|
||||
<option>3</option>
|
||||
<option>4</option>
|
||||
<option>5</option>
|
||||
<option>6</option>
|
||||
<option>7</option>
|
||||
<option>8</option>
|
||||
<option>9</option>
|
||||
<option>10</option>
|
||||
<option>+10 (llamar)</option>
|
||||
</select>
|
||||
<td width="17%"><label for="hora">Hora:</label></td>
|
||||
<td><select name="hora" id="hora" class="required">
|
||||
<option>13 h.</option>
|
||||
<option>14 h.</option>
|
||||
<option>15 h.</option>
|
||||
<option>16 h.</option>
|
||||
<option>-</option>
|
||||
<option>20 h.</option>
|
||||
<option>21 h.</option>
|
||||
<option>22 h.</option>
|
||||
<option>23 h.</option>
|
||||
</select>
|
||||
<select name="min" id="min" class="required">
|
||||
<option>00 m.</option>
|
||||
<option>15 m.</option>
|
||||
<option>30 m.</option>
|
||||
<option>45 m.</option>
|
||||
</select>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><label for="consulta">¿Deseas hacer alguna observación para tu reserva?</label></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="centrado" colspan="2"><textarea cols="50" rows="5" name="consulta"></textarea></td>
|
||||
<td colspan="2">
|
||||
<?php
|
||||
if(!empty($errors)) {
|
||||
echo "<label class='error'>";
|
||||
echo nl2br($errors);
|
||||
echo "</label>";
|
||||
}
|
||||
?>
|
||||
<em class="resaltado">No guardamos los datos de nuestros clientes. Sólo son requeridos para dar respuesta a las solicitudes.</em></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="centrado" colspan="2"><input type="submit" value="Enviar" />
|
||||
<input type="reset" value="Borrar" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<?php } ?>
|
||||
<br class="clear"/>
|
||||
</article>
|
||||
</div>
|
||||
</header>
|
||||
<article>
|
||||
<div class="layout">
|
||||
<section>
|
||||
<div class="cols">
|
||||
<h2>Dirección</h2>
|
||||
</div>
|
||||
<div class="cols">
|
||||
<h2>Otros restaurantes</h2>
|
||||
</div>
|
||||
<br class="clear"/>
|
||||
<div class="cols rborder">
|
||||
<p><strong class="resaltado">Te estamos esperando en:</strong><br/>
|
||||
Calle Fromista, nº 5<br/>
|
||||
Las Tablas - 28050 Madrid<br/>
|
||||
Telefonos: 914 270 945 - 914 276 274<br/>
|
||||
<a href="mailto:">reservas-lastablas@lamanodepablo.com</a> </p>
|
||||
<br/>
|
||||
<iframe width="275" height="150" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.es/maps?q=la+mano+de+pablo&hl=es&ie=UTF8&view=map&f=d&daddr=C%2F+FROMISTA+(PAU+LAS+TABLAS),+5,+28050+Madrid+(LA+MANO+DE+PABLO)&dirflg=r&geocode=FfIjagId7O_H_yFj0pyve1Hk5A&t=m&vpsrc=0&start=0&z=16&output=embed"></iframe>
|
||||
<br />
|
||||
<small><a href="http://maps.google.es/maps?q=la+mano+de+pablo&hl=es&ie=UTF8&view=map&f=d&daddr=C%2F+FROMISTA+(PAU+LAS+TABLAS),+5,+28050+Madrid+(LA+MANO+DE+PABLO)&dirflg=r&geocode=FfIjagId7O_H_yFj0pyve1Hk5A&t=m&vpsrc=0&start=0&z=16&source=embed" style="color:#A80002; text-align:left">+ ampliar mapa</a></small> </div>
|
||||
<div class="cols rborder">
|
||||
<p>Aunque las raíces de La mano de Pablo están en Las tablas, la voluntad de dar a conocer nuestras especialidades de cocina uruguaya nos ha llevado a abrir otros establecimientos.<br/>
|
||||
<br/>
|
||||
Calle Alcalá, 309<br/>
|
||||
28027 Madrid<br>
|
||||
Telefonos: 913 264 214 - 913 263 516<br/>
|
||||
<a href="mailto:">reservas-alcala@lamanodepablo.com</a></p>
|
||||
</div>
|
||||
<div class="col2"> </div>
|
||||
</section>
|
||||
<br class="clear"/>
|
||||
</div>
|
||||
</article>
|
||||
<footer>
|
||||
<section>
|
||||
<h3>Reservas: <span>914 270 945</span></h3>
|
||||
<a rel="nofollow" href="http://www.kroquis.net/" target="_blank">Website </a> by kroquis.net </section>
|
||||
</footer>
|
||||
<script type="text/javascript">
|
||||
$.extend($.validator.messages, {
|
||||
required: "Este campo es obligatorio.",
|
||||
email: "Indique una dirección de email válida.",
|
||||
equalTo: "Indique la misma dirección de email."
|
||||
});
|
||||
|
||||
$(document).ready(function() {
|
||||
$("#reserva").validate({
|
||||
messages: {
|
||||
agree: "Para continuar, acepte las condiciones legales."
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@ -34,7 +34,7 @@
|
||||
<ul id="top_nav">
|
||||
<li><a href="index.html"><img src="images/icon_1.gif" alt=""></a></li>
|
||||
<li><a href="#"><img src="images/icon_2.gif" alt=""></a></li>
|
||||
<li class="end"><a href="reservas.html"><img src="images/icon_3.gif" alt=""></a></li>
|
||||
<li class="end"><a href="reservas.php"><img src="images/icon_3.gif" alt=""></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
@ -43,7 +43,7 @@
|
||||
<li><a href="restaurante.html">Restaurante</a></li>
|
||||
<li><a href="carta.html">Carta</a></li>
|
||||
<li><a href="pizzas.html">Pedidos</a></li>
|
||||
<li class="active"><a href="reservas.html">Reservas</a></li>
|
||||
<li class="active"><a href="reservas.php">Reservas</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header><div class="ic"></div>
|
||||
@ -1,112 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<title>Restaurante - La Mano de Pablo</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="css/reset.css" type="text/css" media="all">
|
||||
<link rel="stylesheet" href="css/layout.css" type="text/css" media="all">
|
||||
<link rel="stylesheet" href="css/style.css" type="text/css" media="all">
|
||||
<script type="text/javascript" src="js/jquery-1.6.js" ></script>
|
||||
<script type="text/javascript" src="js/cufon-yui.js"></script>
|
||||
<script type="text/javascript" src="js/cufon-replace.js"></script>
|
||||
<script type="text/javascript" src="js/Forum_400.font.js"></script>
|
||||
<script type="text/javascript" src="js/atooltip.jquery.js"></script>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script type="text/javascript" src="js/html5.js"></script>
|
||||
<style type="text/css">
|
||||
.slider_bg {behavior:url(js/PIE.htc)}
|
||||
</style>
|
||||
<![endif]-->
|
||||
<!--[if lt IE 7]>
|
||||
<div style='clear:both;text-align:center;position:relative'>
|
||||
<a href="http://www.microsoft.com/windows/internet-explorer/default.aspx?ocid=ie6_countdown_bannercode"><img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" alt="" /></a>
|
||||
</div>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body id="page2">
|
||||
<div class="main-layout">
|
||||
<div class="header-layout">
|
||||
<div class="main">
|
||||
<!-- header -->
|
||||
<header>
|
||||
<h1><a href="index.html" id="logo">Deliccio Classic European Cuisine</a></h1>
|
||||
<nav>
|
||||
<ul id="top_nav">
|
||||
<li><a href="index.html"><img src="images/icon_1.gif" alt=""></a></li>
|
||||
<li><a href="#"><img src="images/icon_2.gif" alt=""></a></li>
|
||||
<li class="end"><a href="reservas.html"><img src="images/icon_3.gif" alt=""></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
<ul id="menu">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li class="active"><a href="restaurante.html">Restaurante</a></li>
|
||||
<li><a href="carta.html">Carta</a></li>
|
||||
<li><a href="pizzas.html">Pedidos</a></li>
|
||||
<li><a href="reservas.html">reservas</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header><div class="ic">More Website Templates @ TemplateMonster.com - August 1st 2011!</div>
|
||||
<!-- / header -->
|
||||
<!-- content -->
|
||||
<article id="content">
|
||||
<img src="images/IMG_0015.jpg" width="959" height="403"></div>
|
||||
</>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-layout">
|
||||
<div class="main">
|
||||
<article id="content2">
|
||||
<div class="wrapper">
|
||||
<section class="pad_left1">
|
||||
<h2>La Mano de Pablo</h2>
|
||||
<div class="line1">
|
||||
<div class="wrapper line2">
|
||||
<div class="cols">
|
||||
<div class="wrapper pad_bot1">
|
||||
<figure class="pad_bot1"><img src="images/page2_img6.jpg" alt=""></figure>
|
||||
Con nosotros podrá degustar la mejor gastronomía uruguaya, variados menús <br>
|
||||
y platos a la carta. </p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cols pad_left1">
|
||||
<div class="wrapper pad_bot1">
|
||||
<figure class="pad_bot1"><img src="images/page2_img7.jpg" alt=""></figure>
|
||||
Cuenta con un amplio salón principal, <br> cálido e ideal para compartir en forma <br> individual o en grupos. <a href="carrusel.html" target="_blank" onClick="window.open(this.href, this.target, 'width=380,height=210, top=400, left=700'); return false;" class="aToolTip">+ fotos</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col2 pad_left1">
|
||||
<div class="wrapper pad_bot1">
|
||||
<figure class="pad_bot1"><img src="images/page2_img8.jpg" alt=""></figure>
|
||||
Nuestra parrilla confiere ese inconfundible sabor que se potencia en las carnes y pizzas.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</article>
|
||||
<!-- / content -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-layout">
|
||||
<div class="body4">
|
||||
<div class="main">
|
||||
<!-- footer -->
|
||||
<footer>
|
||||
<div class="wrapper">
|
||||
<section class="col1 pad_left1">
|
||||
<h3>Reservas: <span>914 270 945</span></h3>
|
||||
<a rel="nofollow" href="http://www.kroquis.net/" target="_blank">Website </a> by kroquis.net </section>
|
||||
</div>
|
||||
<!-- {%FOOTER_LINK} -->
|
||||
</footer>
|
||||
<!-- / footer -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript"> Cufon.now(); </script>
|
||||
</body>
|
||||
</html>
|
||||