<!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=ISO-8859-1" />
<title>Documento sin título</title>
</head>
<body>
<table width="90%" border="0" cellspacing="0" cellpadding="2">
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td><img src="imgs/tit_busque.jpg" width="218" height="33" /></td>
<td colspan="2" align="right"><span class="textoN">Usted encontró </span><span class="encabN"><?php echo $totalRows_Recordset1 ?> <?php echo $row_Recordset1['tipo']; ?></span></td>
</tr>
<tr>
<td> Registros
<?php echo ($startRow_Recordset1 + 1) ?> a
<?php echo min($startRow_Recordset1 + $maxRows_Recordset1, $totalRows_Recordset1) ?> de
<?php echo $totalRows_Recordset1 ?><br />
<a href="javascript:history.back(1)"><img src="imgs/volver.png" width="94" height="19" border="0" /></a></td>
<td><form id="form1" name="form1" method="get" action="result2b.php">
<select name="field" id="field">
<option value="barrio">Seleccione un campo</option>
<option value="barrio">Barrio</option>
<option value="valor">Valor</option>
<option value="area">Area</option>
<option value="habitaciones">Habitaciones</option>
<option value="codigo_inm">Codigo</option>
</select>
<select name="orden" id="orden" method="get">
<option value="ASC" selected="selected">Orden</option>
<option value="ASC">Ascendente</option>
<option value="DESC">Descendente</option>
</select>
<input name="busca" type="hidden" id="busca" value="<?php echo $row_Recordset1['ciudad']; ?>" />
<input name="busca2" type="hidden" id="busca2" value="<?php echo $row_Recordset1['zona']; ?>" />
<input name="busca3" type="hidden" id="busca3" value="<?php echo $row_Recordset1['tipo']; ?>" />
<label for="button"></label>
<input type="submit" name="button" id="button" value="Enviar" />
</form></td>
<td><table border="0">
<tr>
<td><?php if ($pageNum_Recordset1 > 0) { // Show if not first page ?>
<a href="<?php printf("%s?pageNum_Recordset1=%d%s", $currentPage, 0, $queryString_Recordset1); ?>"><img src="First.gif" border="0" /></a>
<?php } // Show if not first page ?></td>
<td><?php if ($pageNum_Recordset1 > 0) { // Show if not first page ?>
<a href="<?php printf("%s?pageNum_Recordset1=%d%s", $currentPage, max(0, $pageNum_Recordset1 - 1), $queryString_Recordset1); ?>"><img src="Previous.gif" border="0" /></a>
<?php } // Show if not first page ?></td>
<td><?php if ($pageNum_Recordset1 < $totalPages_Recordset1) { // Show if not last page ?>
<a href="<?php printf("%s?pageNum_Recordset1=%d%s", $currentPage, min($totalPages_Recordset1, $pageNum_Recordset1 + 1), $queryString_Recordset1); ?>"><img src="Next.gif" border="0" /></a>
<?php } // Show if not last page ?></td>
<td><?php if ($pageNum_Recordset1 < $totalPages_Recordset1) { // Show if not last page ?>
<a href="<?php printf("%s?pageNum_Recordset1=%d%s", $currentPage, $totalPages_Recordset1, $queryString_Recordset1); ?>"><img src="Last.gif" border="0" /></a>
<?php } // Show if not last page ?></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td><?php do { ?>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td width="192" rowspan="3"><a href="result3.php?id=<?php echo $row_Recordset1['id']; ?>"><img src="photos/<?php echo $row_Recordset1['foto_a']; ?>" width="150" height="112" /></a></td>
<td width="126" align="center" nowrap="nowrap">Barrio</td>
<td width="157" align="center" nowrap="nowrap">Valor Venta</td>
<td width="101" align="center" nowrap="nowrap">Area</td>
<td width="72" align="center" nowrap="nowrap">Habit.</td>
<td width="86" align="center" nowrap="nowrap">Codigo</td>
<td width="120" rowspan="3"><a href="result3.php?id=<?php echo $row_Recordset1['id']; ?>"><img src="imgs/ingresar.png" width="100" height="25" border="0" /></a></td>
</tr>
<tr>
<td align="center"><?php echo $row_Recordset1['barrio']; ?></td>
<td align="center">$
<?php echo number_format($row_Recordset1['valor']); ?></td>
<td align="center"><?php echo $row_Recordset1['area']; ?></td>
<td align="center"><?php echo $row_Recordset1['habitaciones']; ?></td>
<td align="center"><?php echo $row_Recordset1['codigo_inm']; ?></td>
</tr>
<tr>
<td colspan="5"><?php echo $row_Recordset1['masinfo']; ?></td>
</tr>
</table>
<br />
</tr>
</table>
<p> </p>
<p> </p>
</body>
</html>
<?php
?>