File: /home/asjudine/public_html/aevaluacion/menu_evaluacion_profesional.php
<!DOCTYPE HTML>
<html>
<head>
<title>Menu Evaluacion</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">
<meta name="viewport" content="width=device-width, user-scalable=yes">
<link rel="stylesheet" href="css/estilos.css">
</head>
<body>
<?php include_once('../headerint.php') ?>
<h3 class="titulo">MENU EVALUACIÓN PROFESIONAL</h3>
<form action="" method="post" name="formulario" >
<table width="353" height="163" border="0" align="center" cellpadding="2" cellspacing="3">
<tr>
<td height="157">
<fieldset class="menus">
<legend class="titulos">Ingreso Evaluación</legend>
<table width="341" border="0" align="center" cellpadding="2" cellspacing="3">
<!--<tr>
<td bgcolor="#CCCC99" class="label"><?php echo "<a href='listado_evaluacion_abogado_ingre.php'>Ingresar Evaluación Abogado</a>" ?></td>
</tr>-->
<tr>
<td><input type="button" class="boton" onclick="window.location.href='menu_directores_calificacion.php', '_blank';" value="Ingresar Evaluación Directores De Servicio" /></td>
</tr>
<tr>
<td><input type="button" class="boton" onclick="window.location.href='menu_abogados_calificacion.php', '_blank';" value="Ingresar Evaluación Abogados" /></td>
</tr>
<!--<tr>
<td bgcolor="#CCCC99"><span class="label"><?php echo "<a href='listado_evaluacion_abogado_admin.php'>Acumulación de Puntos Mensual</a>" ?></span></td>
</tr>-->
</table>
</fieldset>
<fieldset class="menus">
<legend class="titulos">Consulta Evaluación Directores De Servicio</legend>
<table width="341" border="0" align="center" cellpadding="2" cellspacing="3">
<!--<tr>
<td bgcolor="#CCCC99"><span class="label"><?php echo "<a href='consulta_evaluacion_abogado_admin.php'>Consulta Puntos Abogados Mes Vigente</a>"?></span></td>
</tr>
<tr>
<td bgcolor="#CCCC99"><span class="label"><?php echo "<a href='consulta_puntuacion_historica_abogado.php'>Consulta Puntos Abogados Mensual Historico</a>" ?></span></td>
</tr>-->
<tr>
<td><input type="button" class="boton" onclick="window.location.href='consulta_evaluacion_directores_admin.php', '_blank';" value="Consulta Puntos Directores Mes Vigente" /></td>
</tr>
<tr>
<td><input type="button" class="boton" onclick="window.location.href='requerimiento_liquidacion_directores.php', '_blank';" value="Consulta Puntos Directores Historico" /></td>
</tr>
<!--<tr>
<td bgcolor="#CCCC99"><span class="label"><?php echo "<a href='listado_evaluacion_directores_servicio.php'>Consulta Puntos Directores Historico Del Año</a>" ?></span></td>
</tr>-->
</table>
</fieldset>
<fieldset class="menus">
<legend class="titulos">Consulta Evaluación Abogados</legend>
<table width="341" border="0" align="center" cellpadding="2" cellspacing="3">
<tr>
<td><input type="button" class="boton" onclick="window.location.href='consulta_evaluacion_abogados_admin.php', '_blank';" value="Consulta Puntos Abogados Mes Vigente" /></td>
</tr>
<tr>
<td><input type="button" class="boton" onclick="window.location.href='requerimiento_liquidacion_abogados.php', '_blank';" value="Consulta Puntos Abogados Historico Del Año" /></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="irmenu" onClick="window.location.href='../menu_admin.php'" value="Regresar al menu principal">
</p>
</div></td>
</tr>
</table>
<!--<table width="707" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="224"> </td>
<td width="453"> </td>
</tr>
<!--<tr>
<td class="lista">Nombre del Funcionario:</td>
<td><input type="text" name="nombre" class="campo" value="<?php echo $nf2 ?>" maxlength="50" size="50" readonly="">
</td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>-->
</form>
</body>
</html>