MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
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&eacute;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&eacute;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");
?>