Viewing file: radio3.php (4.62 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>Planeación en Línea</title>
</head>
<body topmargin="0">
<table border="0" width="600" cellspacing="0" cellpadding="0">
<tr>
<td width="66%"><font color="#FFFFFF">aaaa</font></td>
<td width="34%" valign="middle"></td>
</tr>
<tr>
<td width="66%"><p align="center"><img src="radio.gif" width="470" height="198"
alt="radio.gif (25549 bytes)" align="left"></td>
<td width="34%" valign="top"><p align="center"><a href="../plaenli.htm"><img
src="../../ince/back.gif" width="73" height="16" alt="Regresar..." align="right"
border="0"></a></td>
</tr>
<tr>
<td width="100%" colspan="2"><font color="#0000A0" FACE="Arial"><strong><img src="lin.gif"
width="150" height="9" alt="lin.gif (1709 bytes)"></strong></font><table border="0"
width="100%" cellspacing="5" cellpadding="0" height="89">
<tr>
<?php
$hora = getdate();
$yr = $hora["year"];
$mo = $hora["mon"];
$dy = $hora["mday"];
$hoy = $dy . "/" . $mo . "/" . $yr;
$db = mysql_connect("localhost", "root");
mysql_select_db("pread",$db);
$consul = "SELECT *
FROM radio where cons=$id";
$result = mysql_query($consul,$db);
$num_filas = mysql_num_rows($result);
while ($myrow = mysql_fetch_array($result))
{
$typ = $myrow["typ"];
$cons = $myrow["cons"];
$fecha = $myrow["fecha"];
$quien = $myrow["quien"];
$que = $myrow["que"];
$cuco = $myrow["cuco"];
$arqu = $myrow["arqu"];
}
?>
<td width="4%" align="center" valign="top" bgcolor="#D0E4FD" height="21"></td>
<td width="50%" valign="top" height="21"><strong><font face="Arial">Descripción del Logro</font></strong></td>
<td width="46%" align="center" valign="top" bgcolor="#F7ECFF" height="21"><font
face="Verdana" color="#FF80C0"><small><?php echo $hoy; ?></small></font></td>
</tr>
<tr>
<td width="4%" align="center" valign="top" height="56"></td>
<td width="96%" valign="middle" colspan="2" height="56"><font color="#FFFFFF">aaa</font><br>
<img src="../buz.gif" width="28" height="15" alt="buz.gif (95 bytes)">
<font
face="Verdana"><small>Mensaje No: <?php echo $cons; ?></small><br>
</font><small><font color="#000000" face="Verdana, Arial, Helvetica, sans-serif">Mensaje
del:</font><font color="#FF80C0" face="Verdana, Arial, Helvetica, sans-serif"><?php echo $fecha; ?></font></small><br>
<small><font color="#000000" face="Verdana, Arial, Helvetica, sans-serif">Mensaje
de:</font><font
color="#FF80C0"> </font></small><img
src="../let.gif" width="15" height="12" alt="Enviar un correo a..." border="0"><font
color="#0066FF" face="Verdana"><small> <b><?php echo $quien; ?></b> </small></font><br>
<font color="#FFFFFF">aaa</font><table border="0" cellpadding="6" width="100%">
<tr>
<td width="100%" valign="top" bgcolor="#FFF2D5"><strong><small><font size="2" face="Verdana">En
qué consiste el logro:</font></small></strong><br>
<small><font face="Verdana" font size="2"><?php echo $que; ?></font></small></td>
</tr>
</table>
<table border="0" cellpadding="6" width="100%">
<tr>
<td width="100%" valign="top" bgcolor="#E2F7FE"><font face="Verdana" font size="2"><small><strong><font size="2">Cuál
es el valor para el DAMA:</font></strong></small><br>
<?php echo $cuco; ?></font>
<p><font
face="Verdana"><strong><font size="2">En qué áreas y procesos podria
imitarse?:</font><br>
</strong><small><?php echo $arqu; ?></small></font></td>
</tr>
<tr>
<td width="100%" valign="top"><a href="erase.php?id=<?php echo $id; ?>"><img src="../felcg.gif" width="15"
height="15" alt="Borrar..." border="0"></a> <a href="erase.php?id=<?php echo $id; ?>"><small><font
face="Verdana">Borrar este mensaje...</font></small></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%" colspan="2"><font FACE="Arial" color="#408080">------------------------------------------------------------------------------------------------------------------</font><br>
<small><font face="Arial">Subdirección de Planeación y Desarrollo </font><font
face="Arial" color="#0080FF"><small><em>Subdirector. Germán Camargo Ponce de León</em></small></font></small></td>
</tr>
</table>
<p> </p>
</body>
</html>
|