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/avigilajudicial/menu_vigilancia_judicial_supervisor.php
<?php include ('a.php');?>

<?php

require_once("../Conectarse_.php"); 

$ced = $_GET["ced"];
$nom = $_GET["nom"];

//BUSCA SOLO A FUNCIONARIO ESPECIFICOS
$busca_funcionario = mysql_query("SELECT Cedula, Nombre_Completo, codigo, Cargo, Cargo2, nivel, nivel2 FROM Usuarios WHERE Cedula = '".$ced."' and Nombre_Completo = '".$nom."' ");
if (!$busca_funcionario) {
	die('Invalid query 2: ' . mysql_error());
} 
list($cedula_funcionario, $nombre_funcionario, $codigo_funcionario, $cargo_funcionario, $cargo_funcionario2, $nivel_funcionario, $nivel_funcionario2) = mysql_fetch_row($busca_funcionario);

?>

<!DOCTYPE HTML>
<html>
<head>
<title>MENU VIGILANCIA JUDICIAL SUPERVISOR</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">
	
	<link rel="stylesheet" href="css/estilos.css">
<!--
<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;}
	
	.titulos{color: red; font-size: 12px; font-weight: 300; }
</style>
-->
	
	<style>
		
		.contenedor_ticket{
			position: absolute;
			width: 150px;
			height: 150px;
			top: 400px;
			margin-left: auto;
			margin-right: auto;
			left: 0;
			right: 0;
		}
		
		/*.contenido_ticket{
			position: relative;
			background-color: red;
			color:#FFF;
			margin-left: 300px;
			text-align:center;
			font-size:30px;
			z-index:100;
		}
		*/

		.ticket-icon {
		  margin-top:13px;
		}
		
		.ticket img{
			width: 120px;
		}
	</style>
	
</head>
	
<body>

<?php include('header.php'); ?>
	
<h3 class="titulo">MENU VIGILANCIA JUDICIAL SUPERVISOR</h3>
<?php echo "<div class='cerrarsesion' onclick='location.href=\"cerrar_sesion.php?ced=$ced&nom=$nom\"'>CERRAR SESION</div>";?>

<?php
if(($nivel_funcionario != "" and $nivel_funcionario != 0) and 
   ($nivel_funcionario2 != "" and $nivel_funcionario2 != 0) )
{
	echo "<input type='button' class='boton2' onclick='location.href=\"seleccion_rol_vigilancia_judicial.php?ced=$ced&nom=$nom\"' value='Cambiar de Rol Supervisor / Abogado'>";	
}
?>
	
	
<form action="" method="post" name="formulario" >
<fieldset>
    <!--<p align="center"><input name="menu2" type="button" class="irmenu" id="menu2" onClick="window.location.href='../index.php'" value="IR AL MENU"></p>-->
    
	<table  border="3" align="center" cellpadding="2" cellspacing="3"  >
<tr>
<td>
<fieldset>
	<table width="341" border="2" cellpadding="2" cellspacing="3">
     
   	<tr>
		<td>
			<!--<input type="button" class="boton" onclick="location.href='listado_general_vigi_judicial.php?ced=$ced&nom=$nom';" value="Listado General Procesos" />-->
			<?php echo "<input type='button' class='boton' onclick='location.href=\"listado_general_vigi_judicial_supervisor.php?ced=$ced&nom=$nom\"' value='Listado General Procesos'>";?>
		</td>
    </tr>
    
    <tr>
		<td>
			<?php echo "<input type='button' class='boton' onclick='location.href=\"consulta_num_proceso_supervisor.php?ced=$ced&nom=$nom\"' value='Consulta Por Numero de Proceso'>";?>
		</td>
    </tr>
    
    <tr>
		<td>
			<?php echo "<input type='button' class='boton' onclick='location.href=\"consulta_num_cedula_supervisor.php?ced=$ced&nom=$nom\"' value='Consulta Por Numero de Cedula'>";?>
		</td>
    </tr>
    
    
    <tr>
		<td>
			<?php echo "<input type='button' class='boton' onclick='location.href=\"listado_por_abogado_supervisor.php?ced=$ced&nom=$nom\"' value='Listado Por Abogado'>";?>
		</td>
    </tr>
    
    
    <tr>
		<td>
			<?php echo "<input type='button' class='boton' onclick='location.href=\"listado_por_sucursal_supervisor.php?ced=$ced&nom=$nom\"' value='Listado Por Ubicacion Geografica'>";?>
		</td>
    </tr>
    
    
	<tr>
		<td>
			<?php echo "<input type='button' class='boton' onclick='location.href=\"listado_por_alertas_supervisor.php?ced=$ced&nom=$nom\"' value='Listado Por Alertas'>";?>
		</td>
    </tr>
		
	<tr>
		<td>
			<?php echo "<input type='button' class='boton' onclick='location.href=\"listado_por_prioridad_supervisor.php?ced=$ced&nom=$nom\"' value='Listado Por Prioridad'>";?>
		</td>
    </tr>
		
	<!--	
	<tr>
		<td>
			<?php echo "<input type='button' class='boton' onclick='location.href=\"listado_por_calidad_supervisor.php?ced=$ced&nom=$nom\"' value='Listado Procesos Calidad demandado/demandante'>";?>
		</td>
    </tr>
	-->
	</table>
	</fieldset>
	</td>
		</tr>
	</table>
	</fieldset>
</form>

	<div class="contenedor_ticket">
		<div class="contenido_ticket">
			<a href="formulario_ticket.php?ced=<?php echo $ced ?>&nom=<?php echo $nom ?>" class="ticket" title="Haga click para enviar un soporte al director de procesos" target="_blank"><img src="img/ticket1.png" /></a>
		</div>
	</div>