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/www/manejo_emergencias_supervisora3.php
<?php
$ced = $_GET["ced"];
$nom = $_GET["nom"];
$cod = $_GET["cod"];

?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Manejo Emergencias Admin</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/gri06.jpg );
}
.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;}
.boton11 {background-color: #FFCCCC; color:#FFFFFF; width:180px; height:25; border: 3px solid #0000CC; font-family:Arial; color:#990000;}
.Estilo1 {font: 16px; color: #3366FF; font-family: Arial; font-weight: bold; }
.boton111 {background-color: #FFCCCC; color:#FFFFFF; width:180px; height:25; border: 3px solid #0000CC; font-family:Arial; color:#990000;}
-->
</style>
</head>
<body>
<form action="" method="post" name="formulario" >
<center> <img src="ELEMENTOS\CABEZOTE SERVIASJUDINET.jpg"WIDTH=60% > </center>
<fieldset>
	<legend class="Estilo1">CONSULTAS  </legend>
	<table width="353"  border="0" align="center" cellpadding="2" cellspacing="3">
<tr>
<td >
<fieldset>
	<legend class="titulos" align="center"> Ingresar Control Disponibilidad Supervisora</legend><table width="341" border="6" align="center" cellpadding="2" cellspacing="2">
 
      
       <tr>
        <td bgcolor="#CCCC99"><span class="label"><?php echo "<a href='verificacion_disponibilidad_supervisora3.php?ced=$ced&nom=$nom&cod=$cod'>Verificacion Disponibilidad Diaria</a>" ?></span></td>
      </tr> 
      
       <tr>
       <td bgcolor="#CCCC99"><span class="label"><?php echo "<a href='verificacion_disponibilidad_general_supervisora3.php?ced=$ced&nom=$nom&cod=$cod'>Consulta General Disponibilidad</a>" ?></span></td>
      </tr>
       
      <tr>
       <td bgcolor="#CCCC99"><span class="label"><?php echo "<a href='consulta_disponibilidad_sucursal_supervisora3.php?ced=$ced&nom=$nom&cod=$cod'>Consulta Disponibilidad Por Sucursal</a>" ?></span></td>
      </tr>
       
       <tr>
       <td bgcolor="#CCCC99"><span class="label"><?php echo "<a href='actividad_funcionario_disponibilidad_supervisora3.php?ced=$ced&nom=$nom&cod=$cod'>Consulta Disponibilidad Por Funcionario</a>" ?></span></td>
      </tr>
      
       <tr>
       <td bgcolor="#CCCC99"><span class="label"><?php echo "<a href='consulta_supervisora_ausente3.php?ced=$ced&nom=$nom&cod=$cod'>Consulta Disponibilidad Ausente</a>" ?></span></td>
      </tr>
      
     <!--   <tr>
       <td bgcolor="#CCCC99"><span class="label"><?php echo "<a href='verificacion_disponibilidad_ausente_admin3.php?ced=$ced&nom=$nom&cod=$cod'>Consulta Disponibilidad Ausente</a>" ?></span></td>
      </tr>
      -->
      
     </table>	  
	</fieldset>	  
 
</td>
</tr>
 </table>
</fieldset>


	<table width="341" border="0" align="center" cellpadding="2" cellspacing="3">
	</td>
    </tr>
  <tr>
    <td><div align="center">
        
        <p>
          <!--<input name="button3" type="button" class="ESTILO1" onClick="window.location.href='menu_novedades_supervisora.php'" value="Regresar Al Menu ">-->
          <?php 

		echo"<div class='divirmenu'>
<input type='button' name='menu' id='menu' class='Estilo50' onClick='window.location.href=\"menu_novedades_supervisora3.php?ced=$ced&nom=$nom&cod=$cod\"' value='Menu Novedades Diarias'></div>";
    
?>
        </p>
    </div></td>
  </tr>
  <tr>
</table>
	
</form>
</body>
</html>