File: /home/asjudine/public_html/menu_requerimientos_pendientes_gerencia_sucursales.php
<?php
$ced = $_GET["ced"];
$nom = $_GET["nom"];
?>
<!DOCTYPE HTML>
<html>
<head>
<title>Menu Requerimientos Pendientes</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;}
.label1 {background-color: #FFFFCC; font-size: 14px; 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;}
.campo1 {background-color: #FFFFCC; solid #0066FF;}
.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;}
.Estilo1 {
font-size: 14px;
color: #0000CC;
}
-->
</style>
</head>
<body>
<center> <img src="ELEMENTOS\CABEZOTE SERVIASJUDINET.jpg" WIDTH=60% > </center>
<br></br>
<form action="" method="post" name="formulario" >
<fieldset>
<div align="center">
<legend class="titulos"><span class="Estilo1">Menu Requerimientos</span></legend>
</div>
<table align="center">
<tr>
<td width="300">
<fieldset>
<legend class="titulos">Requerimientos Pendientes </legend>
<table width="300" height="90" border="2" align="center" cellpadding="2" cellspacing="3">
<tr>
<!--<td class="label"><a href="reque_pendientes_gerencia_sucursales_directores.php"><center>Requerimientos Directores</center></a></td>-->
<td class="label"><center><span class="label2">
<?php echo "<a href='reque_pendientes_gerencia_sucursales_directores.php?ced=$ced&nom=$nom'>Requerimientos Directores</a>" ?>
</span></center>
</td>
</tr>
<tr>
<!--<td class="label"><a href="reque_pendientes_abogados_gerencia_sucursales.php"><center>Requerimientos Abogados</center></a></td>-->
<td class="label"><center><span class="label2">
<?php echo "<a href='reque_pendientes_gerencia_sucursales_abogados.php?ced=$ced&nom=$nom'>Requerimientos Abogados</a>" ?>
</span></center>
</td>
</tr>
<tr>
<!--<td class="label"><a href="reque_pendientes_callcenter_gerencia_sucursales.php"><center>Requerimientos CallCenter</center></a></td>-->
<td class="label"><center><span class="label2">
<?php echo "<a href='reque_pendientes_gerencia_sucursales_callcenter.php?ced=$ced&nom=$nom'>Requerimientos Callcenter</a>" ?>
</span></center>
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
</td>
</tr>
</table>
</fieldset>
<table width="320" border="0" align="center" cellpadding="2" cellspacing="3">
</td>
</tr>
<tr>
<td><div align="center">
<?php
$ced = $_GET["ced"];
$nom = $_GET["nom"];
echo"<div class='divirmenu' align='center'>
<input type='button' name='menu' id='menu' class='irmenu' onClick='window.location.href=\"menu_supervisor_gerencia_sucursales.php?ced=$ced&nom=$nom\"' value='IR AL MENU'></div>";
?>
<input name="button2" type="button" class="Estilo1" onclick="window.location.reload()" value="Actualizar">
</div></td>
</tr>
<tr>
</table>
</form>
</body>
</html>