- Eliminar imágenes que sobran
- Renombrar carpeta "webLMP1" a "parrilla-pizerria" git-svn-id: https://192.168.0.254/svn/Proyectos.LaManoDePablo_Web/trunk@10 1f125104-cfba-1d4b-a82f-f72e3caf8177
|
Before Width: | Height: | Size: 855 KiB After Width: | Height: | Size: 448 KiB |
@ -17,9 +17,9 @@
|
||||
<article>
|
||||
<div>
|
||||
<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.php">Las Tablas</a>, les ofrecemos nuestros tradicionales platos de cocina uruguaya y crujientes pizzas.</p>
|
||||
<figure><a href="parrilla-pizerria/index.html"><img src="images/foto-parrilla.jpg"/></a></figure>
|
||||
<h3><a href="parrilla-pizerria/index.html">Parrilla-Pizerría</a></h3>
|
||||
<p>En <a href="parrilla-pizerria/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>
|
||||
|
||||
@ -1,234 +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);
|
||||
/*! 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('../../webLMP1/css/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('../../webLMP1/css/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('../../webLMP1/css/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);
|
||||
}
|
||||
|
Before Width: | Height: | Size: 43 B After Width: | Height: | Size: 43 B |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
@ -1,85 +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;
|
||||
#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;
|
||||
}
|
||||
@ -1,234 +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);
|
||||
/*! 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);
|
||||
}
|
||||
BIN
src/parrilla-pizerria/galerias/local/IMG_6598.jpg
Normal file
|
After Width: | Height: | Size: 78 KiB |
BIN
src/parrilla-pizerria/galerias/local/IMG_6600.jpg
Normal file
|
After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
BIN
src/parrilla-pizerria/galerias/local/IMG_6602.jpg
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
src/parrilla-pizerria/galerias/local/IMG_6604.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
src/parrilla-pizerria/galerias/local/IMG_6606.jpg
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
src/parrilla-pizerria/galerias/local/IMG_6607.jpg
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
src/parrilla-pizerria/galerias/local/IMG_6609.jpg
Normal file
|
After Width: | Height: | Size: 60 KiB |
BIN
src/parrilla-pizerria/galerias/local/IMG_6611.jpg
Normal file
|
After Width: | Height: | Size: 60 KiB |
BIN
src/parrilla-pizerria/galerias/local/IMG_6613.jpg
Normal file
|
After Width: | Height: | Size: 65 KiB |
BIN
src/parrilla-pizerria/images/bg_bot_img.jpg
Normal file
|
After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
BIN
src/parrilla-pizerria/images/bg_slider.jpg
Normal file
|
After Width: | Height: | Size: 116 KiB |
BIN
src/parrilla-pizerria/images/bg_top_img.jpg
Normal file
|
After Width: | Height: | Size: 450 KiB |
BIN
src/parrilla-pizerria/images/box_bg.png
Normal file
|
After Width: | Height: | Size: 135 B |
BIN
src/parrilla-pizerria/images/box_top.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
src/parrilla-pizerria/images/box_top2.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
src/parrilla-pizerria/images/img1.jpg
Normal file
|
After Width: | Height: | Size: 240 KiB |
BIN
src/parrilla-pizerria/images/img2.jpg
Normal file
|
After Width: | Height: | Size: 221 KiB |
BIN
src/parrilla-pizerria/images/img3.jpg
Normal file
|
After Width: | Height: | Size: 200 KiB |
BIN
src/parrilla-pizerria/images/img4.jpg
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
src/parrilla-pizerria/images/logo.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
|
Before Width: | Height: | Size: 52 B After Width: | Height: | Size: 52 B |
BIN
src/parrilla-pizerria/images/menu_bg.png
Normal file
|
After Width: | Height: | Size: 128 B |
BIN
src/parrilla-pizerria/images/page2_img3.jpg
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
src/parrilla-pizerria/images/page2_img4.jpg
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
src/parrilla-pizerria/images/page2_img5.jpg
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
src/parrilla-pizerria/images/page2_img6.jpg
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
src/parrilla-pizerria/images/page2_img7.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
src/parrilla-pizerria/images/page2_img8.jpg
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
src/parrilla-pizerria/images/page3_img1.jpg
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
src/parrilla-pizerria/images/page3_img2.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
src/parrilla-pizerria/images/page3_img3.jpg
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
src/parrilla-pizerria/images/page3_img4.jpg
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
src/parrilla-pizerria/images/page4_img2.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
src/parrilla-pizerria/images/page4_img3.jpg
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
src/parrilla-pizerria/images/page4_img4.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
src/parrilla-pizerria/images/quot1.png
Normal file
|
After Width: | Height: | Size: 214 B |
BIN
src/parrilla-pizerria/images/quot2.png
Normal file
|
After Width: | Height: | Size: 257 B |
12
src/parrilla-pizerria/js/jquery.nivo.slider.pack.js
Normal file
@ -113,7 +113,7 @@ if($email1==''){ //validamos los que el email no esté vacio
|
||||
<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="../webLMP1/reservas.html">Reservas</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<br class="clear"/>
|
||||
@ -1,113 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<title>Entrantes - 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="page3">
|
||||
<div class="main-layout">
|
||||
<div class="header-layout">
|
||||
<div class="main">
|
||||
<!-- header -->
|
||||
<header>
|
||||
<h1><a href="" 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.php"><img src="images/icon_3.gif" alt=""></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
<ul id="menu">
|
||||
<li></li>
|
||||
<li></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header><div class="ic">More Website Templates @ TemplateMonster.com - August 1st 2011!</div>
|
||||
<!-- / header -->
|
||||
<!-- content -->
|
||||
<article id="content"></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="col3 pad_left1">
|
||||
<h2>Pizzas:</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="line1">
|
||||
<div class="wrapper line2">
|
||||
<div class="cols pad_left1">
|
||||
<div class="col2">
|
||||
<ul class="price">
|
||||
<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>
|
||||
<div class="col2 pad_left1">
|
||||
<ul class="price">
|
||||
<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>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</article>
|
||||
<!-- / content -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-layout">
|
||||
<div class="body4">
|
||||
<div class="main">
|
||||
<!-- footer -->
|
||||
<footer><!-- {%FOOTER_LINK} -->
|
||||
</footer>
|
||||
<!-- / footer -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript"> Cufon.now(); </script>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,104 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<title>Entrantes - 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="page3">
|
||||
<div class="main-layout">
|
||||
<div class="header-layout">
|
||||
<div class="main">
|
||||
<!-- header -->
|
||||
<header>
|
||||
<h1><a href="" 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.php"><img src="images/icon_3.gif" alt=""></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
<ul id="menu">
|
||||
<li></li>
|
||||
<li></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header><div class="ic">More Website Templates @ TemplateMonster.com - August 1st 2011!</div>
|
||||
<!-- / header -->
|
||||
<!-- content -->
|
||||
<article id="content"></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="col3 pad_left1">
|
||||
<h2>Entrantes:</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="line1">
|
||||
<div class="wrapper line2">
|
||||
<div class="cols pad_left1">
|
||||
<div class="col2">
|
||||
<ul class="price">
|
||||
<li><a href="#">Empanadillas Criollas</a></li>
|
||||
<li><a href="#">Empanadillas de Jamón y Queso</a></li>
|
||||
<li><a href="#">Empanadillas de Verdura</a></li>
|
||||
<li><a href="#">Provoleta rellena</a></li>
|
||||
<li><a href="#">Provoleta a la 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="#">Mollejas de Ternera a la Parrilla</a></li>
|
||||
<li><a href="#">Setas empanadas con Ali-oli</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</article>
|
||||
<!-- / content -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-layout">
|
||||
<div class="body4">
|
||||
<div class="main">
|
||||
<!-- footer -->
|
||||
<footer><!-- {%FOOTER_LINK} -->
|
||||
</footer>
|
||||
<!-- / footer -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript"> Cufon.now(); </script>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,99 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<title>Ensaladas - 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="page3">
|
||||
<div class="main-layout">
|
||||
<div class="header-layout">
|
||||
<div class="main">
|
||||
<!-- header -->
|
||||
<header>
|
||||
<h1><a href="" 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.php"><img src="images/icon_3.gif" alt=""></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
<ul id="menu">
|
||||
<li></li>
|
||||
<li></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header><div class="ic">More Website Templates @ TemplateMonster.com - August 1st 2011!</div>
|
||||
<!-- / header -->
|
||||
<!-- content -->
|
||||
<article id="content"></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="col3 pad_left1">
|
||||
<h2>Ensaladas:</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="line1">
|
||||
<div class="wrapper line2">
|
||||
<div class="cols pad_left1">
|
||||
<div class="col2">
|
||||
<ul class="price">
|
||||
<li><a href="#">Ensaladilla Rusa </a></li>
|
||||
<li><a href="#">Ensalada Capresse</a></li>
|
||||
<li><a href="#">Ensalada Criolla </a></li>
|
||||
<li><a href="#">Ensalada Templada</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col2 pad_left1">
|
||||
<ul class="price">
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</article>
|
||||
<!-- / content -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-layout">
|
||||
<div class="body4">
|
||||
<div class="main">
|
||||
<!-- footer -->
|
||||
<footer><!-- {%FOOTER_LINK} -->
|
||||
</footer>
|
||||
<!-- / footer -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript"> Cufon.now(); </script>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,66 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>Documento sin título</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
<?php
|
||||
//comenzamos recogiendo los datos
|
||||
function recogeDato($campo){
|
||||
return isset($_REQUEST[$campo])?$_REQUEST[$campo]:'';
|
||||
} //la función recogeDatos comprueba si se ha recibido un dato y recoge su valor
|
||||
|
||||
//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;
|
||||
|
||||
//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
|
||||
echo "<p class=\"erroneo\">No has introducido tu eMail</p>\n";
|
||||
} elseif($email1!=$email2){ //si tiene algo, que concida con la repetición
|
||||
$algunerror = TRUE;
|
||||
echo "<p class=\"erroneo\">Los eMails introducidos no coinciden.</p>\n";
|
||||
}
|
||||
if($nombre==''){ //comprobamos que el nombre no haya quedado vacío
|
||||
$algunerror = TRUE;
|
||||
echo "<p class=\"erroneo\">No has introducido tu nombre.</p>\n";
|
||||
}
|
||||
if ($algunerror){ //comprobamos si ha habido algún error
|
||||
echo "<p> </p>\n"; //si los hay, se lo indicamos al usuario
|
||||
echo "<p>No se ha podido enviar el mensaje por los errores que se detallan arriba.</p>\n";
|
||||
echo "<p>Por favor, vuelve a rellenar el formulario.</p>\n";
|
||||
echo "<p class=\"centrado\"><a href=\"Contacts.html\">Volver al formulario</a></p>\n";
|
||||
}else{
|
||||
$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
|
||||
echo "<p>Tu mensaje se ha enviado correctamente. Gracias por reservar en La Mano de Pablo.</p>\n";
|
||||
echo "<p>Recuerda que la reserva no se hará efectiva hasta que no te confirmemos vía e-mail o teléfono.</p>\n";
|
||||
echo "<p>Nos pondremos en contacto lo antes posible.</p>\n";
|
||||
echo "<p class=\"centrado\"><a href=\"index.html\">Volver</a></p>\n";
|
||||
|
||||
}
|
||||
|
Before Width: | Height: | Size: 107 KiB |
|
Before Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 66 KiB |
|
Before Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 78 B |
|
Before Width: | Height: | Size: 76 B |
|
Before Width: | Height: | Size: 172 KiB |
|
Before Width: | Height: | Size: 667 B |
|
Before Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 118 KiB |
|
Before Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 473 KiB |
|
Before Width: | Height: | Size: 180 B |
|
Before Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 696 B |