|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/logicswapweb/aplicaciones/admon/noticias/tb_correos/ |
Upload File : |
<?
include("../../generales/operabd.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>genera correo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../../css/fuentes.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="546" border="0" align="left" cellpadding="0" cellspacing="1">
<tr valign="top" bgcolor="#FFFFFF">
<td width="100%" height="30" bgcolor="#F9F9F9">
<div align="left" class="vinculo"><a href="../../contenido.php?id=<?=$id_userC?>" style="width: 40; cursor:hand" title="Indice de Aplicaciones">Beginning</a> | <span class="nombreColum_red">Correo</span></div></td>
</tr>
<tr>
<td colspan="4"><? $apl_permisos = array(1,1,1,1,0); btn_aplnoticias($apl_permisos);?></td>
</tr>
</table>
</body>
<script src="../../generales/genjavascript.js" language="javascript"></script>
<script>
function llama_aplicacion(opcion){
if(opcion==1) window.location.href='../tb_noticias/noticias.php';
if(opcion==2) window.location.href='../tb_relaciones/relaciones.php';
if(opcion==4) window.location.href='../tb_parametrica/parametros.php';
}
</script>
</html>