ClaveAudio_Web/bann2_ocasion.php

39 lines
1.8 KiB
PHP
Raw Permalink Normal View History

<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>
<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>
</tr>
<tr>
<td width="247" align="center" valign="middle">
<div class="destacado_foto">
<?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>
<a href="ocasion_ficha.php?id=<?php echo $arrayOcasion['id']; ?>"><img src="_ocs/<?php echo $arrayOcasion['id']; ?>_247.jpg" border="0" alt=""></a>
</div>
<div class="destacado_precio"><?php echo ($arrayOcasion['precio'] == '-1' ? 'Consultar' : 'Ocasi&oacute;n ' . miNumberFormat($arrayOcasion['precio']) . '<span class="euro">&euro;</span>'); ?></div>
</td>
<td width="7"><img src="_imgs/d.gif" width="12" alt=""></td>
<td width="270" valign="top">
<div class="destacado_tipo azul"><?php echo $arrayOcasion['nombre']; ?></div>
<div class="destacado_modelo"><a href="ocasion_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="producto_ocasion1"><br />Precio PVP: <?php echo $arrayOcasion['pvp'];?> &euro;</div>
</td>
</tr>
</table>
</div>