Viewing file: pml4.php (5.47 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Desarrollo Empresarial Sostenible</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body link="#339933" vlink="#339900" alink="#339900" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="128"><font face="Verdana, Arial, Helvetica, sans-serif"><img src="1.gif" width="128" height="85"></font></td>
<td align="left"><font face="Verdana, Arial, Helvetica, sans-serif"><img src="2.gif" width="622" height="85"></font></td>
</tr>
<tr>
<td width="128" valign="top" background="4.gif">
<p><font face="Verdana, Arial, Helvetica, sans-serif"><a href="reqpml.php?patron=1.01"><img src="3.gif" width="128" height="103" border="0"></a>
<table width="120" border="0" cellspacing="0" cellpadding="4">
<tr>
<td colspan="2" valign="top" bgcolor="#FFFFFF">
<?php
include('reqcollap.php');
?>
</td>
</tr>
</table>
</font></p> </td>
<td rowspan="2" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="8">
<tr>
<td width="600"><table width="550" border="1" cellpadding="10" cellspacing="0" bordercolor="#CCCCCC">
<tr>
<?php
include('conect/conect.php');
$consul = "SELECT *
FROM links where temas_id like '%$patron%' and perfil=2"
. " order by priority,nombre";
$result = mysql_query($consul,$db);
$num_filas = mysql_num_rows($result);
//echo $num_filas;
$consula = "SELECT *
FROM cate where tema_id like '$titix'";
$resulta = mysql_query($consula,$db);
$num_filasa = mysql_num_rows($resulta);
$myrowa = mysql_fetch_array($resulta);
$fidel = $myrowa["tema_desc"];
?>
<td> <p><strong><font size="4" face="Verdana, Arial, Helvetica, sans-serif"><img src="flesi.gif" width="25" height="16">
Publicaciones de Desarrollo Empresarial</font></strong></p>
<table width="550" border="0" cellspacing="0" cellpadding="4">
<?php
while ($myrow = mysql_fetch_array($result))
{
$lid = $myrow["id"];
$lnombre = $myrow["nombre"];
$ldescripcion = $myrow["descripcion"];
$ldescripcion = str_replace("\n", "<br>", $ldescripcion);
$ldescripcion = str_replace("", "<img src=\"cfle1.gif\"> ", $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"];
?>
<tr>
<td valign="top"> <p align="justify"><img src="cfle85.gif"><font face="Verdana, Arial, Helvetica, sans-serif"><font size="2"><strong>
<a href="<?php echo $llink; ?>"><?php echo $lnombre; ?></a></strong></font><br>
<font color="#666666" size="2"><?php echo $ldescripcion; ?></font></font><br>
<font size="1" face="Verdana, Arial, Helvetica, sans-serif"><font color="#339900"><a href="#">
</a></font><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><img src="fleg.gif" width="9" height="12"></font>
<font color="#339900"><a href="<?php echo $llink; ?>">Ver
el documento o ir al vinculo...</a></font></font></p></td>
<td width="60"><font face="Verdana, Arial, Helvetica, sans-serif">
<?php
if ($lgraphic == 1) {
$sof = $lfotolink;
}else{
$sof = "none85.gif";
}
?>
<img src="<?php echo $sof; ?>" width="60" height="60" border="0"></font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td colspan="2" valign="top"><img src="linpun.gif" width="540" height="1"></td>
</tr>
<?php } ?>
</table>
<p><img src="cfle85.gif"> <font size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong><?php echo $num_filas; ?></strong>
Documentos o vinculos encontrados...</font><br>
<img src="contenfoother.gif" width="550" height="36"><br>
</p></td>
</tr>
</table></td>
<td> </td>
</tr>
<tr>
<td width="600"><div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Todos
los Derechos Reservados para el DAMA, <br>
<em>Departamento Técnico Administrativo del Medio Ambiente</em><br>
Sistema de Información Ambiental SIA-DAMA, <br>
<strong>1998-2004,</strong> Bogotá, Colombia. </font></div></td>
<td> </td>
</tr>
</table></td>
</tr>
<tr>
<td width="128" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif"><img src="4.gif" width="128" height="142"></font></td>
</tr>
<tr>
<td width="128"><font face="Verdana, Arial, Helvetica, sans-serif">>>
</font></td>
<td> </td>
</tr>
</table>
</body>
</html>
|