File: /home/asjudine/public_html/menu_cartera_control.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Menu Sub-Gerencia Cartera</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;}
body {
background-image: url(ELEMENTOS/controlmenu.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;}
.Estilo1 {
font-size: 14px;
color: #0000CC;
}
.Estilo2 {
font-size: 36px;
font-family: Georgia, "Times New Roman", Times, serif;
}
.Estilo4 {
color: #0000CC;
font-size: 20px;
}
-->
</style>
</head>
<body>
<form action="" method="post" name="formulario" >
<fieldset>
<div align="center">
<legend class="titulos Estilo2"><span class="Estilo4">Menu Sub-Gerencia Cartera</span></legend>
</div>
<table border="1" align="center" cellpadding="2" cellspacing="3">
<tr>
<td>
<fieldset>
<legend class="titulos">Datos Cartera </legend>
<table width="337" height="53" border="0" align="center" >
<tr>
<td bgcolor="#CCCC99" class="label"><?php echo "<a href='cartera_consulta_cedula_control.php'>Consulta por Cedula</a>" ?></td>
</tr>
<tr>
<td bgcolor="#CCCC99" class="label"><?php echo "<a href='cartera_busqueda_modificar_con.php'>Modificar Datos Cartera</a>" ?></td>
</tr>
<tr>
<td bgcolor="#CCCC99" class="label"><?php echo "<a href='cartera_consulta_estado_con.php'>Modificar Estado Contable</a>" ?></td>
</tr>
<tr>
<td bgcolor="#CCCC99" class="label"><?php echo "<a href='cartera_consultar_cargar_con.php'>Cargar Cuotas Manual</a>" ?></td>
</tr>
<tr>
<td bgcolor="#CCCC99" class="label"><?php echo "<a href='cartera_consulta_vige_con.php'>Reactivar a Vigente</a>" ?></td>
</tr>
<tr>
<td bgcolor="#CCCC99" class="label"><?php echo "<a href='cartera_consulta_his_con.php'>Pasar Historico</a>" ?></td>
</tr>
<tr>
<td bgcolor="#CCCC99" class="label"><?php echo "<a href='cartera_listado_bene.php'>verificacion Beneficiarios</a>" ?></td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
</fieldset>
<table width="250" border="0" align="center" cellpadding="2" cellspacing="3">
<tr>
<td><div align="center">
<input name="button" type="button" class="Estilo1" onClick="window.location.href='menu_admin.php'" value="Menú">
<input name="button2" type="button" class="Estilo1" onclick="window.location.reload()" value="Actualizar">
</div></td>
</tr>
<tr>
<td align="center">
<input name="button" type="button" class="Estilo1" onClick="window.location.href='menu_control.php'" value="Menú Sub-Gerencia">
</td>
</tr>
</table>
</form>
</body>
</html>