MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: /home/asjudine/public_html/menu_juridica.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin t&iacute;tulo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.titulos {font: 16px; color: red; font-family:Arial; font-weight:bold}
.label {background-color: #FFFFCC; font-size: 16px; font-family: Arial; color:#0000CC; display: block;}
.lista { background-color:#99FFFF; font-family: Arial; font-size: 16px;	color: #990000;}
.campo {background-color: #FFFFCC; border:1px solid #0066FF;}
body {
	background-image: url(ELEMENTOS/fondo_argollado.gif);
}
.boton {background-color: #FFCCCC; color:#FFFFFF; width:90px; height:25; border: 3px solid #0000CC; font-family:Arial; color:#990000;}
.boton1 {background-color: #FFCCCC; color:#FFFFFF; width:90px; height:25; border: 3px solid #0000CC; font-family:Arial; color:#990000;}
-->
</style>
</head>
<body>
<form action="" method="post" name="formulario" >
<table width="200" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td>&nbsp;</td>
    </tr>
  <tr>
    <td>
	<fieldset><legend class="titulos">Bienvenido al menú de Revistas Jurídicas</legend>
	<table width="392" border="0" align="center" cellpadding="2" cellspacing="3">
      <tr>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td class="label"><?php echo "<a href='ingresar_revistas.php?cc=$ced&nf=$nom'>Ingresar revistas jur&iacute;dicas</a>" ?></td>
      </tr>
      <tr>
        <td class="label"><a href="consultar_revistas.php">Consultar record de actuaciones </a></td>
      </tr>
      <tr>
        <td>&nbsp;</td>
      </tr>
    </table>
	</fieldset>
	</td>
    </tr>
  <tr>
    <td><div align="center">
        <input name="button" type="button" class="boton1" onclick="window.location.href='validacion_revistas.php'" value="Atr&aacute;s">
        <input name="button2" type="button" class="boton1" onclick="window.location.reload()" value="Actualizar">
    </div></td>
  </tr>
  <tr>
    <td><fieldset><table width="707" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="224">&nbsp;</td>
        <td width="453">&nbsp;</td>
      </tr>
      <tr>
        <td class="lista">Nombre del Funcionario:</td>
        <td><input type="text" name="nombre"  class="campo" value="<?php echo $nom ?>" maxlength="50" size="50" readonly="">
        </td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
    </table>
	</fieldset>
	</td>
    </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    </tr>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</form>
<p>&nbsp;</p>
</body>
</html>