File: /home/asjudine/www/callcenter/menu_callcenter.php
<?php
$ced = $_GET["ced"];
$nom = $_GET["nom"];
?>
<!DOCTYPE HTML>
<html>
<head>
<title>MENU CALL CENTER</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 type="text/css">
*{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;}
table{margin: 0 auto;border: 8px solid #bebebe; text-align: center;}
.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: 0px; border: 0px 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;}
.botoni{width: 100%; margin: 0 auto; font-size: 13px; font-weight: 500; padding: 4px; background-color: #769AEF; cursor: pointer; text-align: left; padding-left: 20px;}
.boton{width: 100%; margin: 0 auto; font-size: 13px; font-weight: 500; padding: 4px; background-color: #fffbe8; cursor: pointer; text-align: left; padding-left: 20px;}
.boton:hover{background-color: #4d598b;color: #fff;}
.boton2{width: 100%; margin: 0 auto; font-size: 13px; font-weight: 500; padding: 4px; background-color: #0D9B2A; cursor: pointer; text-align: left; padding-left: 20px;}
.boton2:hover{background-color: #4d598b;color: #fff;}
.titulos{color: red; font-size: 12px; font-weight: 300; }
.grande{
font-size: 18px;
}
fieldset{
padding: 2px 0;
}
legend{
color: red;
font-size: 12px;
}
</style>
</head>
<body>
<header>
<img src="../ELEMENTS/bannerInterasjudinet.png" alt="" width=" 700" height="70">
</header>
<h3 class="titulo">MENU CALL CENTER</h3>
<?php echo "<div class='cerrarsesion' onclick='location.href=\"../cerrar_session.php\"'>CERRAR SESION</div>";?>
<form action="" method="post" name="formulario" >
<!--<legend class="Estilo1">AREA DE NOMINA </legend>-->
<p align="center"><input name="menu2" type="button" class="irmenu" id="menu2" onClick="window.location.href='../menu_admin.php'" value="IR AL MENU"></p>
<table width="341" border="1" align="center" cellpadding="2" cellspacing="3" >
<tr>
<td>
<fieldset width="450">
<table width="450" border="2" cellpadding="2" cellspacing="3">
<tr>
<td>
<!--<input type="button" class="boton" onclick="location.href='listado_general_judicial.php';" value="Listado General Procesos" />-->
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_recepcionistas.php?ced=$ced&nom=$nom\"' value='SOLICITUD SERVICIOS JURIDICOS'>";?>
</td>
</tr>
</table>
<fieldset>
<legend align="left">MENU DIRECTORES JURIDICO</legend>
<table width="450" border="2" cellpadding="2" cellspacing="3">
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_juridico_civil.php?ced=$ced&nom=$nom\"' value='DIRECTOR JURIDICO CIVIL'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_juridico_penal.php?ced=$ced&nom=$nom\"' value='DIRECTOR JURIDICO PENAL'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_juridico_administrativo.php?ced=$ced&nom=$nom\"' value='DIRECTOR JURIDICO ADMINISTRATIVO'>";?>
</td>
</tr>
</table>
</fieldset>
<fieldset>
<legend align="left">MENU FUNCIONARIOS</legend>
<table width="450" border="2" cellpadding="2" cellspacing="3">
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_abogado.php?ced=$ced&nom=$nom\"' value='MENU ABOGADOS'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_funcionarios.php?ced=$ced&nom=$nom\"' value='MENU FUNCIONARIOS'>";?>
</td>
</tr>
</table>
</fieldset>
<fieldset>
<legend align="left">MENU SUPERVISORES</legend>
<table width="450">
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_supervisor_civil.php?ced=$ced&nom=$nom\"' value='MENU SUPERVISOR CIVIL'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_supervisor_penal.php?ced=$ced&nom=$nom\"' value='MENU SUPERVISOR PENAL'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_supervisor_administrativo.php?ced=$ced&nom=$nom\"' value='MENU SUPERVISOR ADMINISTRATIVO'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_supervisor_sucursales.php?ced=$ced&nom=$nom\"' value='MENU SUPERVISOR SUCURSALES'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_supervisor_programas.php?ced=$ced&nom=$nom\"' value='MENU SUPERVISOR PROGRAMAS'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_supervisor_zonas.php?ced=$ced&nom=$nom\"' value='MENU SUPERVISOR DE ZONA'>";?>
</td>
</tr>
</table>
</fieldset>
<fieldset>
<legend align="left">ADMINISTRATIVO</legend>
<table width="450">
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_control_interno.php?ced=$ced&nom=$nom\"' value='MENU CONTROL INTERNO'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_supervisor_callcenter.php?ced=$ced&nom=$nom\"' value='MENU DIRECTOR CALL CENTER'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_histoser.php?ced=$ced&nom=$nom\"' value='MENU CONTROL HISTOSER'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_comercial.php?ced=$ced&nom=$nom\"' value='MENU SUPERVISOR TELEMERCADEO'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_ventas.php?ced=$ced&nom=$nom\"' value='MENU VENTAS'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_desafiliaciones.php?ced=$ced&nom=$nom\"' value='MENU DESAFILIACIONES'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_cobranzas.php?ced=$ced&nom=$nom\"' value='MENU COBRANZAS'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_cartera_nominas.php?ced=$ced&nom=$nom\"' value='MENU NOMINAS'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_cartera_bancos.php?ced=$ced&nom=$nom\"' value='MENU DEBITOS'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_financiera.php?ced=$ced&nom=$nom\"' value='MENU FINANCIERA'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_creditos_rotativos.php?ced=$ced&nom=$nom\"' value='MENU CREDITOS ROTATIVOS'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_gerencia_general.php?ced=$ced&nom=$nom\"' value='MENU GERENCIA'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_recepcion_documentos.php?ced=$ced&nom=$nom\"' value='MENU RECEPCION DOCUMENTOS'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_recepcion_cuotas.php?ced=$ced&nom=$nom\"' value='MENU RECEPCION PAGO DE CUOTAS'>";?>
</td>
</tr>
<!--
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_coordinador_nacional.php?ced=$ced&nom=$nom\"' value='MENU COORDINADOR NACIONAL'>";?>
</td>
</tr>
-->
</table>
</fieldset>
<fieldset>
<legend align="left">Cerrar Tickets</legend>
<table width="450">
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_cerrar_tickets.php?ced=$ced&nom=$nom\"' value='MENU CERRAR TICKETS'>";?>
</td>
</tr>
</table>
</fieldset>
<fieldset>
<legend align="left">Constitucionales</legend>
<table width="450">
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_acciones_constitucionales.php?ced=$ced&nom=$nom\"' value='MENU ACCIONES CONSTITUCIONALES'>";?>
</td>
</tr>
</table>
</fieldset>
<!--
<fieldset>
<legend align="left" class="grande">TeleCreditos</legend>
<table width="450">-->
<!--<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_telecreditos.php?ced=$ced&nom=$nom\"' value='MENU DIRECTORES COMERCIALES (TELECREDITOS)'>";?>
</td>
</tr>-->
<!--
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"validar_telejuridicas.php?ced=$ced&nom=$nom\"' value='MENU LEGALIZACIONES JURIDICA'>";?>
</td>
</tr>
-->
<!--</table>
</fieldset>-->
<fieldset>
<legend align="left" class="grande">Creditos Policias/Soldados</legend>
<table width="450">
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"../credito_rotativo_consulta_consultorio_policia.php?ced=$ced&nom=$nom\"' value='MENU TELEMERCADERISTA CREDITO POLICIA'>";?>
</td>
</tr>
<tr>
<td>
<?php echo "<input type='button' class='boton' onclick='location.href=\"../credito_rotativo_consulta_consultorio_soldados_curso.php?ced=$ced&nom=$nom\"' value='MENU TELEMERCADERISTA CREDITO SOLDADOS CURSO E64'>";?>
</td>
</tr>
</table>
</fieldset>