File: /home/asjudine/public_html/creditos/consulta_solicitudes_de_credito.php
<?
include("head.php");
include("datacon.php");
?>
<style type="text/css">
<!--
.Estilo1 {font-size: 10px}
.Estilo2 {
font-size: 10;
font-weight: bold;
}
.Estilo3 {font-size: 10}
-->
</style>
<h4 align="center">Seguimiento de Solicitudes de Crédito</h4>
<form name=searchFormMaker method=post action="searchbycedula.php">
<table align="center" cellpadding="2" cellspacing="2">
<tr bgcolor="#EEEEEE">
<td><span class="Estilo2"> Cédula </span></td>
<td><input name="cedula" type="text"></td>
</tr>
<tr bgcolor="#EEEEEE">
<td><span class="Estilo3"></span></td>
<td><input name=Submit type=submit value="Buscar"></td>
</tr>
</table>
</form>
<?
include("foot.php");
?>