2011-05-10 11:45:51 +00:00
|
|
|
<div class="destacado">
|
|
|
|
|
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
|
|
|
|
|
<tr>
|
|
|
|
|
<td width="247"><img src="_imgs/d.gif" width="247" height="1" alt=""></td>
|
2011-06-16 17:40:51 +00:00
|
|
|
<td width="7"><img src="_imgs/d.gif" width="7" height="1" alt=""></td>
|
|
|
|
|
<td width="270"><img src="_imgs/d.gif" width="270" height="1" alt=""></td>
|
2011-05-10 11:45:51 +00:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td width="247" align="center" valign="middle">
|
|
|
|
|
<div class="destacado_foto">
|
2011-06-06 14:29:53 +00:00
|
|
|
<?php
|
|
|
|
|
//LOGOTIPO FABRICANTE
|
|
|
|
|
$path = '_logos/c/' . $arrayOcasion['fab_id'] . '.gif';
|
|
|
|
|
if (file_exists($path)) {
|
|
|
|
|
echo '<img src="'.$path.'"><br>';
|
|
|
|
|
}
|
|
|
|
|
?>
|
|
|
|
|
<img src="_imgs/d.gif" height="6"><br>
|
|
|
|
|
|
2011-06-15 08:43:54 +00:00
|
|
|
<a href="ocasion_ficha.php?id=<?php echo $arrayOcasion['id']; ?>"><img src="_ocs/<?php echo $arrayOcasion['id']; ?>_247.jpg" border="0" alt=""></a>
|
2011-05-10 11:45:51 +00:00
|
|
|
</div>
|
2011-06-06 14:29:53 +00:00
|
|
|
<div class="destacado_precio"><?php echo ($arrayOcasion['precio'] == '-1' ? 'Consultar' : 'Ocasión ' . miNumberFormat($arrayOcasion['precio']) . '<span class="euro">€</span>'); ?></div>
|
2011-05-10 11:45:51 +00:00
|
|
|
</td>
|
|
|
|
|
|
2011-06-16 17:40:51 +00:00
|
|
|
<td width="7"><img src="_imgs/d.gif" width="12" alt=""></td>
|
2011-05-10 11:45:51 +00:00
|
|
|
|
2011-06-16 17:40:51 +00:00
|
|
|
<td width="270" valign="top">
|
2011-05-10 11:45:51 +00:00
|
|
|
<div class="destacado_tipo azul"><?php echo $arrayOcasion['nombre']; ?></div>
|
2011-06-27 16:12:27 +00:00
|
|
|
<div class="destacado_modelo"><a href="ocasion_ficha.php?id=<?php echo $arrayOcasion['id']; ?>" class="lmod"><?php echo $arrayOcasion['nombre']; ?></a></div>
|
2011-05-10 11:45:51 +00:00
|
|
|
<div class="oferta_texto"><?php if(strlen($arrayOcasion['descripcion'])) { echo substr($arrayOcasion['descripcion'], 0, 150) . '...'; } ?></div>
|
|
|
|
|
|
|
|
|
|
<div class="producto_ocasion1"><br />Precio PVP: <?php echo $arrayOcasion['pvp'];?> €</div>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|