Viewing file: framelocal.php (1.98 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?
$map=$_GET['map'];
if (!isset($map)) {
$map="localidades.php";
}else{
$map=$_GET['map'];
}
?>
<link href="css/enlaces.css" rel="stylesheet" type="text/css">
<p class="textoNormal">El DAMA trabaja para regular y coordinar el desarrollo de su gestión en un ambiente sin indiferencia, en escenarios territoriales, locales e interlocales.</p>
<table width="100%" border="0">
<tr>
<td width="300"><a href="index.php?n1=3&map=localidades.php" class="donkey"target="_parent">Localidades</a></td>
<td><a href="index.php?n1=3&map=territorios.php" class="donkey" target="_parent">Territorios</a></td>
</tr>
</table>
<table width="450" border="0">
<tr>
<td width="150">
<iframe src="<? echo $map;?>" name="cuerpo" width="550" height="900" scrolling="No" frameborder="0" id="cuerpo" framespacing="0" border="0" > Lo sentimos mucho. Su navegador no soporta IFRAMES. Debe actualizarse.</iframe></td>
</tr>
</table>
<ul>
<li class="textoNormal"><a href="anexos/fichas/terr_cerros.pdf" target="_blank" class="donkey">Territorio Cerros Orientales <img src="iconos/pdf.gif" alt="pdf" width="34" height="15" border="0"/></a></li>
<li class="textoNormal"><a href="anexos/fichas/terr_mesociudad.pdf" target="_blank" class="donkey">Territorio Mesociudad <img src="iconos/pdf.gif" alt="pdf" width="34" height="15" border="0"/></a></li>
<li class="textoNormal"><a href="anexos/fichas/terr_riobog.pdf" target="_blank" class="donkey">Territorio Río Bogotá <img src="iconos/pdf.gif" alt="pdf" width="34" height="15" border="0"/></a></li>
<li class="textoNormal"><a href="anexos/fichas/terr_riofucha.pdf" target="_blank" class="donkey">Territorio Río Fucha <img src="iconos/pdf.gif" alt="pdf" width="34" height="15" border="0"/></a></li>
<li class="textoNormal"><a href="anexos/fichas/terr_tunjuelo.pdf" target="_blank" class="donkey">Territorio Cuenca del Tunjuelo <img src="iconos/pdf.gif" alt="pdf" width="34" height="15" border="0"/> </a></li>
</ul>
|