Please ensure Javascript is enabled for purposes of website accessibility

DOCUMENTACIÓN GRÁFICA A DISPOSICIÓN DE LA COMUNIDAD

“;

$result = mysql_query(“SELECT * FROM planos WHERE tema=’Prevencion de Contingencias'”, $link);

if ($row = mysql_fetch_array($result))
{
do{
echo “

“;
} while ($row = mysql_fetch_array($result));
}
echo “

“;

$result = mysql_query(“SELECT * FROM planos WHERE tema=’Transporte Pesado y Publico'”, $link);
if ($row = mysql_fetch_array($result))
{
do{
echo “

“;
} while ($row = mysql_fetch_array($result));
}
echo “

“;

$result = mysql_query(“SELECT * FROM planos WHERE tema=’Ordenamiento Urbano'”, $link);
if ($row = mysql_fetch_array($result))
{
do{
echo “

“;
} while ($row = mysql_fetch_array($result));
}
echo “

“;

$result = mysql_query(“SELECT * FROM planos WHERE tema=’Informacion Departamental'”, $link);
if ($row = mysql_fetch_array($result))
{
do{
echo “

“;
} while ($row = mysql_fetch_array($result));
}
echo “

“;

$result = mysql_query(“SELECT * FROM planos WHERE tema=’Servicios Municipales'”, $link);
if ($row = mysql_fetch_array($result))
{
do{
echo “

“;
} while ($row = mysql_fetch_array($result));
}
echo “

“;

$result = mysql_query(“SELECT * FROM planos WHERE tema=’Planificacion Urbana'”, $link);
if ($row = mysql_fetch_array($result))
{
do{
echo “

“;
} while ($row = mysql_fetch_array($result));
}
echo “

“;

$result = mysql_query(“SELECT * FROM planos WHERE tema=’Infraestructura'”, $link);
if ($row = mysql_fetch_array($result))
{
do{
echo “

“;
} while ($row = mysql_fetch_array($result));
}
echo “

“;

$result = mysql_query(“SELECT * FROM planos WHERE tema=’Instalaciones Industriales'”, $link);
if ($row = mysql_fetch_array($result))
{
do{
echo “

“;
} while ($row = mysql_fetch_array($result));
}
echo “

1 – Prevención de Contingencias
“.$row[“nomenclatura”].” “.$row[“nombre”].”
2 – Transporte Pesado y Público
“.$row[“nomenclatura”].” “.$row[“nombre”].”
3 – Ordenamiento Urbano
“.$row[“nomenclatura”].” “.$row[“nombre”].”
4 – Informacion Departamental
“.$row[“nomenclatura”].” “.$row[“nombre”].”
5 – Servicios Municipales
“.$row[“nomenclatura”].” “.$row[“nombre”].”
6 – Planificacion urbana
“.$row[“nomenclatura”].” “.$row[“nombre”].”
7 – Infraestructura
“.$row[“nomenclatura”].” “.$row[“nombre”].”
8 – Instalaciones Industriales
“.$row[“nomenclatura”].” “.$row[“nombre”].”

“;
?>