Viewing file: edu.php (5.79 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$codigosec=14;
require('contar.php');
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Educación Ambiental para Bogotá D.C.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body link="#003399" vlink="#003399" alink="#003399" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="25%"> </td>
<td width="50%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><img src="edu/1.gif" width="386" height="202"></td>
<td rowspan="2" valign="top"><img src="edu/2.gif" width="325" height="85">
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td><img src="edu/p1.gif" width="134" height="40"></td>
</tr>
<tr>
<td><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><?php
include('conect/conect.php');
$titix = "2.04";
$consul = "SELECT *
FROM links where temas_id like '%$titix%' and perfil=2"
. " order by nombre,id";
$result = mysql_query($consul,$db);
$num_filas = mysql_num_rows($result);
while ($myrow = mysql_fetch_array($result))
{
$lid = $myrow["id"];
$lnombre = $myrow["nombre"];
$ldescripcion = $myrow["descripcion"];
$ldescripcion = str_replace("\n", "<br>", $ldescripcion);
$ltipo_info = $myrow["tipo_info"];
$llink = $myrow["link"];
$lentidad_id = $myrow["entidad_id"];
$lgraphic = $myrow["graphic"];
$lfotolink = $myrow["foto_link"];
$lsuj_a_fecha = $myrow["suj_a_fecha"];
$lfecha = $myrow["fecha"];
$lalcance = $myrow["alcance"];
$ldis = $myrow["dis"];
$lmes = $myrow["mes"];
$ltemas_id = $myrow["temas_id"];
//include('showeval.php');
//echo $num_filas;
?>
<img src="edu/p.gif" width="10" height="10"> <a href="<?php echo $llink; ?>"><?php echo $lnombre; ?><br>
</a>
<?php } ?>
</font></td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td><img src="edu/p3.gif" width="134" height="40"> <div align="center">
<table width="100%" border="1" cellpadding="5" cellspacing="0" bordercolor="#CCCCCC">
<tr>
<td><img src="edu/fot.gif" width="350" height="350" border="0" usemap="#Map"></td>
</tr>
</table>
<p align="left"><img src="edu/p2.gif" width="134" height="40"><br>
<font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<?php
include('conect/conect.php');
$titix = "2.0401";
$consul = "SELECT *
FROM links where temas_id like '%$titix%'"
. " order by priority DESC,id,nombre";
$result = mysql_query($consul,$db);
$num_filas = mysql_num_rows($result);
while ($myrow = mysql_fetch_array($result))
{
$lid = $myrow["id"];
$lnombre = $myrow["nombre"];
$ldescripcion = $myrow["descripcion"];
$ldescripcion = str_replace("\n", "<br>", $ldescripcion);
$ltipo_info = $myrow["tipo_info"];
$llink = $myrow["link"];
$lentidad_id = $myrow["entidad_id"];
$lgraphic = $myrow["graphic"];
$lfotolink = $myrow["foto_link"];
$lsuj_a_fecha = $myrow["suj_a_fecha"];
$lfecha = $myrow["fecha"];
$lalcance = $myrow["alcance"];
$ldis = $myrow["dis"];
$lperfil = $myrow["perfil"];
$lmes = $myrow["mes"];
$ltemas_id = $myrow["temas_id"];
//echo $num_filas;
?>
<img src="edu/p.gif" width="10" height="10"> <a href="<?php echo $llink ?>"><?php echo $lnombre ?></a><br>
</font><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><?php echo $ldescripcion ?></font><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><br>
<?php
if ($lperfil == 4) {
include('showeval.php');
}
} ?>
</font></p>
</div></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="2" bgcolor="#003333"><div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td><div align="center"><font color="#FFFFFF" size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong>Grupo
de Educación.</strong></font></div></td>
</tr>
</table>
<font color="#FFFFFF" size="1" face="Verdana, Arial, Helvetica, sans-serif"></font></div></td>
</tr>
<tr>
<td colspan="2"><div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">
Todos los derechos reservados para el Departamento Técnico
<br>
Administrativo del Medio Ambiente DAMA<br>
Alcaldía Mayor de Bogotá<br>
<a href="http://www.bogota.gov.co">Bogotá D.C.</a><br>
2004 </font></div></td>
</tr>
</table></td>
<td width="25%"> </td>
</tr>
</table>
<p> </p>
<map name="Map">
<area shape="rect" coords="194,118,330,169" href="../pei/concept.doc" alt="Marco conceptual, Documento en Word">
<area shape="rect" coords="195,181,312,232" href="../pei/sintesis.doc" alt="Documento final de sistematización, en Word">
</map>
</body>
</html>
|