File: /home/asjudine/public_html/menu_juridico_director_liti.php
<?php
$ced = $_GET["ced"];
$nom = $_GET["nom"];
$ingreso = $_GET["ingreso"];
//Busca Funcionario
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>CONSULTAS JURIDICAS</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;}
.Estilo4 {
font-family: "Courier New", Courier, mono;
color: #0033FF;
height: 25px;
width: 15px;
}
.boton11 {background-color: #FFCCCC; color:#FFFFFF; width:150px; height:40; border: 3px solid #0000CC; font-family:Arial; color:#990000;}
.boton12 {background-color: #FFCCCC; color:#FFFFFF; width:180px; height:25; border: 3px solid #0000CC; font-family:Arial; color:#990000;}
.rojo{background-color:#004080 color:#fff;}
-->
</style>
</head>
<body>
<center> <img src="ELEMENTOS\CABEZOTE SERVIASJUDINET.jpg" WIDTH=60% ></center>
<form action="" method="post" name="formulario" >
<table width="200" height="338" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
<tr>
<td> <fieldset>
<legend class="titulos">Revision Procesos de Actuaciones Jurídicas</legend>
<table width="680" border="6" align="center" cellpadding="1" cellspacing="1">
<tr>
<td>
<!--<span class="label"><?php echo "<a href='listado_jur_activo.php?cc=$ced&nf=$nom'>Listado Procesos Activos </a>" ?></span>-->
<span class="label"><?php echo "<a href='director_juridico_listado_jur_activo_liti.php?ced=$ced&nom=$nom'>Listado Procesos Activos </a>" ?></span>
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
<tr>
<td><div align="center">
<input name="button2" type="button" class="boton1" onclick="window.location.reload()" value="Actualizar">
<input name="button3" type="button" class="boton12" onClick="window.location.href='menu_admin.php'" value="Regresar al menu principal">
</div></td>
</tr>
<tr>
<td><fieldset><table width="707" border="0" align="center" cellpadding="0" cellspacing="0">
<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>
</table>
</fieldset>
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div align="center"><span class="Estilo4">
<input name="boton_consulta" type="button" class="boton11" id="boton_consulta" onClick="window.location.href='director_juridico_consulta_pro_jur_control.php?ced=<?php echo $ced ?>&nom=<?php echo $nom ?>'" value="Consultar por cedula">
</span></div></td>
</tr>
</table>
</form>
</body>
</html>