File: /home/asjudine/public_html/menu_servicio_al_cliente_control.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<style type="text/css">
.label a {
color: #F00;
}
</style>
<head>
<title>Servicio Al Cliente</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/gris13.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>
<center> <img src="ELEMENTOS\CABEZOTE SERVIASJUDINET.jpg" WIDTH=60% > </center>
<br></br>
<form action="" method="post" name="formulario" >
<fieldset>
<legend class="Estilo1">MENU SERVICIO AL CLIENTE </legend>
<fieldset>
<legend class="titulos">Calificación Servicios </legend>
<table width="305" border="20" align="center" cellpadding="2" cellspacing="3">
<tr>
<td bgcolor="#FFFFFF" class="label"><a href="sub_listado_calificacion_control.php">Calificación Servicio Jurídico</a></td>
</tr>
<tr>
<td class="label"><a href="sub_consulta_calificacion_control.php">Consulta Calificación Pendiente</a></td>
</tr>
<tr>
<td class="label"><a href="sub_consulta__sin_calificacion_control.php">Consulta procesos sin Calificacion</a></td>
</tr>
<tr>
<td bgcolor="#000000" class="label"><a href="sub_consulta_calificacion_cliente_control.php">Consulta Calificación Servicio</a></td>
</tr>
</table>
</fieldset>
</td>
<td>
</td>
<tr>
<td><div align="center">
<p>
<input name="button3" type="button" class="Estilo1" onClick="window.location.href='menu_control_interno.php'" value="Regresar al menu Control Interno">
</p>
</div></td>
</tr>
<tr>
</table>
</form>
</body>
</html>
<?php
/*
<tr>
<td bgcolor="#CCCC99"><span class="label"><?php echo "<a href='cartera_consulta_cuotas_deb.php'>Listado de Cuotas</a>" ?></span></td>
</tr>
<tr>
<td bgcolor="#CCCC99"><span class="label"><?php echo "<a href='cartera_listado_morosos_deb.php'>Listado de Morosos por Causal</a>" ?></span></td>
</tr>
<tr>
<td bgcolor="#CCCC99"><span class="label"><?php echo "<a href='listado_fecha_terminacion_deb.php'>Listado sin fecha de terminacion</a>" ?></span></td>
</tr>
<tr>
<td bgcolor="#CCCC99"><span class="label"><?php echo "<a href='menu_reporte_debito.php'>Aplicar Renovaciones</a>" ?></span></td>
</tr>
<tr>
<td bgcolor="#CCCC99"><span class="label"><?php echo "<a href='cartera_mcpe_deb.php'>Listado Unidad MCPE</a>" ?></span></td>
</tr>
<tr>
<td bgcolor="#CCCC99"><span class="label"><?php echo "<a href='cartera_listado_general_afiliados_deb.php'>Listado Afiliados Vigentes</a>" ?></span></td>
</tr>*/
?>