Se quita de ocasion el fabricante y se añade el espacio de la foto que ahora va abajo al texto descriptivo de la ocasion
git-svn-id: https://192.168.0.254/svn/Proyectos.ClaveAudio_Web/trunk@20 44ade383-bb54-5b4f-835b-923f7702b206
This commit is contained in:
parent
47f4b14cb4
commit
ecb6f07835
@ -135,14 +135,14 @@ define("MAX_SIZE", $max_size);
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<!--tr>
|
||||
<td class="data"><select name="ocasion_fab_id" id="ocasion_fab_id" style="width:200px" class="data">
|
||||
<option value="" selected>Marcas</option>
|
||||
<?php include("menu_marcas.php"); ?>
|
||||
<?php //include("menu_marcas.php"); ?>
|
||||
</select>
|
||||
<script language="JavaScript" type="text/JavaScript"> selectOption('ocasion_fab_id', '<?php echo $ocasion_fab_id; ?>'); </script>
|
||||
</td>
|
||||
</tr>
|
||||
</tr-->
|
||||
|
||||
<tr>
|
||||
<td width="200" class= "lbl">Nombre</td>
|
||||
|
||||
@ -127,7 +127,7 @@ switch($ocasion_categoria_id) {
|
||||
<input name="ocasion_estado" id="ocasion_unidades" type="hidden" value="<?php echo $ocasion_unidades; ?>">
|
||||
|
||||
<tr>
|
||||
<td width="170" valign="top" class="producto_texto">
|
||||
<td colspan="3" width="348" valign="top" class="producto_texto">
|
||||
<span class="producto_tipo azul"><?php echo $ocasion_categoria_nombre; ?></span><br>
|
||||
<span class="producto_modelo"><?php echo $ocasion_nombre; ?></span><br>
|
||||
<span class="producto_tipo azul"><?php echo $ocasion_estado; ?></span><!--span class="producto_tipo rojo"> <?php //echo $ocasion_unidades; ?> Unidades</span--><br>
|
||||
@ -140,17 +140,18 @@ switch($ocasion_categoria_id) {
|
||||
<!--a href="javascript:document.producto.submit();" 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><br>
|
||||
<?php if($cart->find_item($prod_id)) echo $cart->find_item($prod_id) . ' unidad' . ($cart->find_item($prod_id) > 1 ? 'es' : '') . ' en su cesta'; ?>-->
|
||||
</td>
|
||||
<td></td>
|
||||
<!--td></td>
|
||||
<td width="170" valign="top" align="center">
|
||||
|
||||
<?php
|
||||
//LOGOTIPO FABRICANTE
|
||||
$path = '_logos/c/' . $ocasion_fab_id . '.gif';
|
||||
/* $path = '_logos/c/' . $ocasion_fab_id . '.gif';
|
||||
if (file_exists($path)) {
|
||||
echo '<img src="'.$path.'"><br>';
|
||||
}
|
||||
*/
|
||||
?>
|
||||
<img src="_imgs/d.gif" width="170" height="6"><br>
|
||||
<img src="_imgs/d.gif" width="170" height="6"><br></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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user