File: /home/asjudine/public_html/menu_procesos_juridicos_actuaciones.php
<?php
$Ced = $_GET["ced"];
$Nom = $_GET["nom"];
$dir = $_GET["sucu"];
?>
<!DOCTYPE HTML>
<html>
<head>
<title>Menu Procesos Actuaciones</title>
<meta http-equiv="X-UA-Compatible" content="IE=8; IE=9; IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
*{margin: 0;padding: 0;}
body{background-image:url(../ELEMENTS/fondo.jpg);font-family:Geneva, Arial, Helvetica, sans-serif;}
.header {background-color: #B7271F; text-align: center;}
.cerrarsesion{width: auto;height: 20px;background-color: #DBD8C9;color: #000;font-size: 13px;position:absolute;top: 15px;right:10px;z-index:0;padding: 10px;border-radius: 10px;cursor: pointer;}
.titulo{width: 100%;text-align: center;background-color: #dbd8c9;color: #b20606;padding: 6px 0;font-size: 18px;}
.subtitulo{width: 100%;text-align: center;background-color: #dbd8c9;color: #b20606;padding: 3px 0;font-size: 15px;}
table{margin: 0 auto;border: 8px solid #bebebe;}
.divirmenu{text-align: center;}
.irmenu{width: 200px;background-color: #1c4fa0;color: #fff; padding: 4px;border-radius: 6px;margin-top: 5px;margin-bottom: 5px;}
.irmenu:hover{background-color: #67a0d9; color: #000;}
.fecha{background-color: #d6e08b; padding: 2px;color: #000;font-size: 15px; text-align: center;}
td{padding: 1px; border: 1px solid #a0a0a0;}
.td{background-color: #e5e5e5; padding: 1px 30px;color: #00135F;font-size: 14px;font-weight: 600; text-align: center;}
.boton1{width:30%;background-color: #ffffff;color: #000;padding: 2px;border:2px solid #580000;border-radius:10px;}
.boton1:hover{background-color: #6f0000;color: #fff;cursor: pointer;}
input[type=text]{border-radius: 5px; padding: 3px;background-color: #fffde8;}
.boton{width: 100%; margin: 0 auto; font-size: 13px; font-weight: 600; padding: 2px; background-color: #fffbe8; cursor: pointer; text-align: left; padding-left: 20px;}
.boton:hover{background-color: #4d598b;color: #fff;}
</style>
</head>
<body>
<div class="header">
<img src="../ELEMENTS/bannerInterasjudinet.png" alt="" width=" 700" height="70">
</div>
<h3 class="titulo">MENU ACTUACIONES PROCESO SIN REVISAR</h3>
<?php echo "<div class='cerrarsesion' onclick='location.href=\"../cerrar_session.php\"'>CERRAR SESION</div>";?>
<form action="" method="post" name="formulario">
<table width="419" border="5" cellpadding="0" cellspacing="0">
<tr>
<?php echo "<td><input type='button' class='boton' onclick='location.href=\"con_proc_pre_revistas_direct.php?ced=$Ced&nom=$Nom&sucu=$dir\"' value='Listado General Procesos'></td>";?>
<!--<td><input type="button" class="boton" onclick="location.href='consulta_cedula_policia_ipc.php';" value="Consulta Por Cedula" /></td>-->
</tr>
<tr>
<?php echo "<td><input type='button' class='boton' onclick='location.href=\"con_proc_pre_revistas_direct_alertas.php?ced=$Ced&nom=$Nom&sucu=$dir\"' value='Listado General Alertas Generadas'></td>";?>
<!--<td><input type="button" class="boton" onclick="location.href='cartera_consulta_ipc.php';" value="Consulta Cartera Serviasjudinet" /></td>-->
</tr>
</table>
<?php
$Ced = $_GET["ced"];
$Nom = $_GET["nom"];
$dir = $_GET["sucu"];
echo"<div class='divirmenu'>
<input type='button' name='menu' id='menu' class='irmenu' onClick='window.location.href=\"../menu_admin.php\"' value='MENU REVISTAS'></div>";
?>
</form>
</body>
</html>