Ultimos cambios (no mas)
git-svn-id: https://192.168.0.254/svn/Proyectos.ClaveAudio_Web/trunk@17 44ade383-bb54-5b4f-835b-923f7702b206
This commit is contained in:
parent
dd89620ad7
commit
e6ec77a78c
BIN
_imgs/fondo.jpg
Normal file
BIN
_imgs/fondo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
BIN
_imgs/ios-linen.psd
Normal file
BIN
_imgs/ios-linen.psd
Normal file
Binary file not shown.
@ -8,7 +8,7 @@
|
|||||||
.oferta_foto {
|
.oferta_foto {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 160px;
|
width: 160px;
|
||||||
height: 110px;
|
height: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.oferta_marca {
|
.oferta_marca {
|
||||||
@ -72,6 +72,13 @@ a.lmod:hover {
|
|||||||
height: 95px;
|
height: 95px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.destacado_foto_ofertas {
|
||||||
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
|
width: 247px;
|
||||||
|
height: 120px;
|
||||||
|
}
|
||||||
|
|
||||||
.destacado_tipo {
|
.destacado_tipo {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
|||||||
@ -5,6 +5,7 @@ body {
|
|||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
background: #36373f url(../_imgs/fondo.jpg) top center repeat-y;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -159,3 +160,6 @@ a:hover {
|
|||||||
|
|
||||||
.sombra{background: #FFFFFF url(../_imgs/sombra.gif) repeat-x}
|
.sombra{background: #FFFFFF url(../_imgs/sombra.gif) repeat-x}
|
||||||
|
|
||||||
|
#menu {font:normal 11px Verdana, Arial, sans-serif;color:#555555;text-align:center;background:url(../_imgs/banda.png) repeat-x;padding-bottom:3px;}
|
||||||
|
#menu a{text-decoration:none;color:#555555;}
|
||||||
|
#menu a:hover{text-decoration:underline;color:blue}
|
||||||
|
|||||||
BIN
_logos/c/197.gif
BIN
_logos/c/197.gif
Binary file not shown.
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 2.9 KiB |
@ -2,8 +2,8 @@
|
|||||||
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
|
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="247"><img src="_imgs/d.gif" width="247" height="1" alt=""></td>
|
<td width="247"><img src="_imgs/d.gif" width="247" height="1" alt=""></td>
|
||||||
<td width="12"><img src="_imgs/d.gif" width="12" height="1" alt=""></td>
|
<td width="7"><img src="_imgs/d.gif" width="7" height="1" alt=""></td>
|
||||||
<td width="279"><img src="_imgs/d.gif" width="279" height="1" alt=""></td>
|
<td width="270"><img src="_imgs/d.gif" width="270" height="1" alt=""></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
@ -23,9 +23,9 @@
|
|||||||
<div class="destacado_precio"><?php echo ($arrayOcasion['precio'] == '-1' ? 'Consultar' : 'Ocasión ' . miNumberFormat($arrayOcasion['precio']) . '<span class="euro">€</span>'); ?></div>
|
<div class="destacado_precio"><?php echo ($arrayOcasion['precio'] == '-1' ? 'Consultar' : 'Ocasión ' . miNumberFormat($arrayOcasion['precio']) . '<span class="euro">€</span>'); ?></div>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td width="12"><img src="_imgs/d.gif" width="12" alt=""></td>
|
<td width="7"><img src="_imgs/d.gif" width="12" alt=""></td>
|
||||||
|
|
||||||
<td width="279" valign="top">
|
<td width="270" valign="top">
|
||||||
<div class="destacado_tipo azul"><?php echo $arrayOcasion['nombre']; ?></div>
|
<div class="destacado_tipo azul"><?php echo $arrayOcasion['nombre']; ?></div>
|
||||||
<div class="destacado_modelo"><a href="oferta_ficha.php?id=<?php echo $arrayOcasion['id']; ?>" class="lmod"><?php echo $arrayOcasion['nombre']; ?></a></div>
|
<div class="destacado_modelo"><a href="oferta_ficha.php?id=<?php echo $arrayOcasion['id']; ?>" class="lmod"><?php echo $arrayOcasion['nombre']; ?></a></div>
|
||||||
<div class="oferta_texto"><?php if(strlen($arrayOcasion['descripcion'])) { echo substr($arrayOcasion['descripcion'], 0, 150) . '...'; } ?></div>
|
<div class="oferta_texto"><?php if(strlen($arrayOcasion['descripcion'])) { echo substr($arrayOcasion['descripcion'], 0, 150) . '...'; } ?></div>
|
||||||
|
|||||||
@ -2,14 +2,14 @@
|
|||||||
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
|
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="247"><img src="_imgs/d.gif" width="247" height="1" alt=""></td>
|
<td width="247"><img src="_imgs/d.gif" width="247" height="1" alt=""></td>
|
||||||
<td width="12"><img src="_imgs/d.gif" width="12" height="1" alt=""></td>
|
<td width="7"><img src="_imgs/d.gif" width="7" height="1" alt=""></td>
|
||||||
<td width="279"><img src="_imgs/d.gif" width="279" height="1" alt=""></td>
|
<td width="270"><img src="_imgs/d.gif" width="270" height="1" alt=""></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td width="247" align="center" valign="middle">
|
<td width="247" align="center" valign="top">
|
||||||
|
|
||||||
<div class="destacado_foto">
|
<div class="destacado_foto_ofertas">
|
||||||
<?php
|
<?php
|
||||||
//SI TIENE PDF la imagen irá al pdf si no a la ficha
|
//SI TIENE PDF la imagen irá al pdf si no a la ficha
|
||||||
$path_pdf = '_ofr/' . $arrayOferta['id'] . '.pdf';
|
$path_pdf = '_ofr/' . $arrayOferta['id'] . '.pdf';
|
||||||
@ -30,15 +30,15 @@
|
|||||||
<?php
|
<?php
|
||||||
if ($path_jpg != "") {
|
if ($path_jpg != "") {
|
||||||
?>
|
?>
|
||||||
<img src="<?php echo $path_jpg; ?>" border="0">
|
<img src="<?php echo $path_jpg; ?>" border="0"></a><br />
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</a>
|
<a href="<?php echo $enlace; ?>">Ver oferta</a>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td width="12"><img src="_imgs/d.gif" width="12" alt=""></td>
|
<td width="7"><img src="_imgs/d.gif" width="12" alt=""></td>
|
||||||
|
|
||||||
<td width="279" valign="top">
|
<td width="270" valign="top">
|
||||||
<div class="tit azul"><a href="oferta_ficha.php?id=<?php echo $arrayOferta['id']; ?>" class="lmod"><?php echo $arrayOferta['nombre']; ?></a></div>
|
<div class="tit azul"><a href="oferta_ficha.php?id=<?php echo $arrayOferta['id']; ?>" class="lmod"><?php echo $arrayOferta['nombre']; ?></a></div>
|
||||||
|
|
||||||
<?php $longitud=150;
|
<?php $longitud=150;
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<td width="160">
|
<td width="160">
|
||||||
<div class="oferta_foto">
|
<div class="oferta_foto">
|
||||||
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
|
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
|
||||||
<tr><td valign="middle" align="center">
|
<tr><td valign="top" align="center">
|
||||||
<?php
|
<?php
|
||||||
//SI TIENE PDF la imagen irá al pdf si no a la ficha
|
//SI TIENE PDF la imagen irá al pdf si no a la ficha
|
||||||
$path_pdf = '_ofr/' . $arrayOfertas['id'] . '.pdf';
|
$path_pdf = '_ofr/' . $arrayOfertas['id'] . '.pdf';
|
||||||
@ -24,9 +24,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if ($path_jpg != "") {
|
if ($path_jpg != "") {
|
||||||
?>
|
?>
|
||||||
<img src="<?php echo $path_jpg; ?>" width="160" border="0">
|
<img src="<?php echo $path_jpg; ?>" width="160" border="0"></a><br />
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</a>
|
<a href="<?php echo $enlace; ?>">Ver oferta</a>
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@ -59,7 +59,7 @@
|
|||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
<?php
|
<?php
|
||||||
if($j == 4) {
|
if($j == 3) {
|
||||||
$j = 0;
|
$j = 0;
|
||||||
?>
|
?>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
<ul id="menuTree">
|
<ul id="menuTree">
|
||||||
<li class="mudo"><a href="clavequien.php" class="parent upper">Quiénes Somos</a></li>
|
<li class="mudo"><a href="clavequien.php" class="parent upper">Quiénes Somos</a></li>
|
||||||
<li class="mudo"><a href="clavemarcas.php" class="parent upper">Nuestras Marcas</a></li>
|
<li class="mudo"><a href="clavemarcas.php" class="parent upper">Nuestras Marcas</a></li>
|
||||||
|
<li class="mudo"><a href="articulos2.php?t=2" class="parent upper">e-Learning</a></li>
|
||||||
<li class="mudo"><a href="clavefaq.php" class="parent upper">Preguntas Frecuentes</a></li>
|
<li class="mudo"><a href="clavefaq.php" class="parent upper">Preguntas Frecuentes</a></li>
|
||||||
<li class="mudo"><a href="clavelegal.php" class="parent upper">Información Legal</a></li></ul>
|
<li class="mudo"><a href="clavelegal.php" class="parent upper">Información Legal</a></li></ul>
|
||||||
@ -119,7 +119,7 @@ ini_set ('display_errors', '0');
|
|||||||
$arrayOfertas = $miOfertas->getNextOferta();
|
$arrayOfertas = $miOfertas->getNextOferta();
|
||||||
if(!empty($arrayOfertas)){
|
if(!empty($arrayOfertas)){
|
||||||
?>
|
?>
|
||||||
<tr><td bgcolor="#FFFFFF"><?php include('bann_oferta_home.php');?></td></tr>
|
<tr><td> <?php include('bann_oferta_home.php');?> </td></tr>
|
||||||
<tr><td height="5"><div class="sepa"></div></td></tr>
|
<tr><td height="5"><div class="sepa"></div></td></tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|||||||
@ -127,15 +127,17 @@ switch($oferta_categoria_id) {
|
|||||||
<tr>
|
<tr>
|
||||||
<td width="170" valign="top" class="producto_texto">
|
<td width="170" valign="top" class="producto_texto">
|
||||||
<span class="producto_modelo"><?php echo $oferta_nombre; ?></span><br>
|
<span class="producto_modelo"><?php echo $oferta_nombre; ?></span><br>
|
||||||
<span class="producto_precio_ocasion2">PVP: <?php echo $oferta_pvp; ?></span><span class="euro">€</span><br>
|
<?php
|
||||||
|
if (($oferta_pvp!="") && ($oferta_pvp>0)) {
|
||||||
|
?>
|
||||||
|
<span class="producto_precio_ocasion2">PVP: <?php echo $oferta_pvp; ?></span><span class="euro">€</span><br>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
<img src="_imgs/d.gif" width="170" height="6"><br>
|
<img src="_imgs/d.gif" width="170" height="6"><br>
|
||||||
|
|
||||||
<a href="oferta_add.php?id=<?= $oferta_id; ?>&precio=<?= $oferta_pvp; ?>&modelo=<?= $oferta_nombre; ?>" onMouseOver="MM_swapImage('comprar','','_imgs/comprb.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="_imgs/compra.gif" name="comprar" width="61" height="13" border="0" id="comprar"></a>
|
<a href="oferta_add.php?id=<?= $oferta_id; ?>&precio=<?= $oferta_pvp; ?>&modelo=<?= $oferta_nombre; ?>" onMouseOver="MM_swapImage('comprar','','_imgs/comprb.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="_imgs/compra.gif" name="comprar" width="61" height="13" border="0" id="comprar"></a>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<td></td>
|
<td></td>
|
||||||
<td width="170" valign="top" align="center">
|
<td width="170" valign="top" align="center">
|
||||||
<?php
|
<?php
|
||||||
@ -158,10 +160,13 @@ switch($oferta_categoria_id) {
|
|||||||
<?php
|
<?php
|
||||||
if ($path_jpg != "") {
|
if ($path_jpg != "") {
|
||||||
?>
|
?>
|
||||||
<img src="<?php echo $path_jpg; ?>" width="160" border="0">
|
<img src="<?php echo $path_jpg; ?>" width="160" border="0"></a>
|
||||||
|
<?php }
|
||||||
|
|
||||||
|
if ($path_pdf != "") {
|
||||||
|
?>
|
||||||
|
<a href="<?php echo $enlace; ?>">Ver oferta</a>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</a>
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td width="170"><img src="_imgs/d.gif" width="170" height="12"></td><td width="8"><img src="_imgs/d.gif" width="8" height="1"></td><td width="170"><img src="_imgs/d.gif" width="170" height="1"></td></tr>
|
<td width="170"><img src="_imgs/d.gif" width="170" height="12"></td><td width="8"><img src="_imgs/d.gif" width="8" height="1"></td><td width="170"><img src="_imgs/d.gif" width="170" height="1"></td></tr>
|
||||||
|
|
||||||
|
|||||||
9
top.htm
9
top.htm
@ -1,10 +1,3 @@
|
|||||||
<style type="text/css">
|
|
||||||
<!--
|
|
||||||
#menu {font:normal 11px Verdana, Arial, sans-serif;color:#555555;text-align:center;background:url(_imgs/banda.png) repeat-x;padding-bottom:3px;}
|
|
||||||
#menu a{text-decoration:none;color:#555555;}
|
|
||||||
#menu a:hover{text-decoration:underline;color:blue}
|
|
||||||
-->
|
|
||||||
</style>
|
|
||||||
<table width="708" border="0" align="center" cellpadding="0" cellspacing="0" id="top">
|
<table width="708" border="0" align="center" cellpadding="0" cellspacing="0" id="top">
|
||||||
<tr>
|
<tr>
|
||||||
<td bgcolor="#000000" width="174"><a href="index.php"><img src="_imgs/logo.gif" width="174" height="60" border="0"></a></td>
|
<td bgcolor="#000000" width="174"><a href="index.php"><img src="_imgs/logo.gif" width="174" height="60" border="0"></a></td>
|
||||||
@ -16,6 +9,6 @@
|
|||||||
<a href="ocasion.php">Ocasión</a> |
|
<a href="ocasion.php">Ocasión</a> |
|
||||||
<a href="ofertas.php">Ofertas</a> |
|
<a href="ofertas.php">Ofertas</a> |
|
||||||
<a href="articulos3.php?t=3">Instalaciones</a> |
|
<a href="articulos3.php?t=3">Instalaciones</a> |
|
||||||
<a href="articulos2.php?t=2">e-Learning</a>
|
<a href="clavemarcas.php">Marcas</a>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user