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/www/creditos/administracion/editSeguimiento_solicitudcredito.php
<?
include("head.php");
include("datacon.php"); 
?>

<?
$cedula = $id;
$queryupdate = "select * from seguimiento_solicitudcredito where cedula = '$cedula'";
$resultupdate = MYSQL_QUERY($queryupdate);
$numberupdate = mysql_Numrows($resultupdate);

if ($numberupdate>0) {

$x=0;

?>
<script Language="JavaScript"><!--
function validar(formulario)
{

  if (!(formulario.negado.value == "") && (formulario.aprobado.value == "SI"))
  {
    alert("Una Solicitud de Crédito NO puede aparecer como Aprobada y Negada al mismo tiempo.");
    formulario.aprobado.focus();
    return (false);
  }
  
  if ((formulario.aprobado.value == "SI") && !(formulario.devuelto.value == ""))
  {
    alert("Una Solicitud de Crédito NO puede aparecer Aprobada y Devuelta al mismo tiempo.");
    formulario.devuelto.focus();
    return (false);
  }
  
  if ((formulario.aprobado.value == "SI") && ((formulario.aprobado_cuantia.value == "") || (formulario.aprobado_meses.value == "") || (formulario.aprobado_valorcuota.value == "") || (formulario.aprobadofecha.value == "")) )
  {
    alert("Si fué aprobada la Solicitud de Crédito debe llenar los campos Fecha, Cuantía, Meses y Valor Cuota.");
    formulario.aprobadofecha.focus();
    return (false);
  }
  
  if (!(formulario.negado.value == "") && !(formulario.devuelto.value == ""))
  {
    alert("Una Solicitud de Crédito NO puede aparecer Negada y Devuelta al mismo tiempo.");
    formulario.negado.focus();
    return (false);
  }
  
  return (true);
}

function nocambiar()
{
		alert("Se recomienda NO cambiar la Cédula. De lo contrario no se podrá actualizar el registro que está editando");
}

function activaraprobado()
{
	if (document.updateFormMaker.aprobado.value == "NO") {
	}
		document.updateFormMaker.aprobadofecha.value = "";
		document.updateFormMaker.aprobado_cuantia.value = "";
		document.updateFormMaker.aprobado_meses.value = "";
		document.updateFormMaker.aprobado_valorcuota.value = "";
}
//--></script>
<style type="text/css">
<!--
.Estilo5 {font-size: 10px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; }
.Estilo6 {	font-size: 12;
	font-weight: bold;
}
-->
</style>

<h4 align="center">Formulario de Edici&oacute;n </h4>
<form name=updateFormMaker method=post action="updateseguimiento_solicitudcredito.php" onSubmit="return validar(this)">
<table width="500" border=0 align="center" cellpadding=2 cellspacing=2 bgcolor="#EEEEEE">
<?

        while ($x<$numberupdate)
        {

?>

			<? $cedula=mysql_result($resultupdate,$x,"cedula"); ?>
            <? $presentacionsolicitud=mysql_result($resultupdate,$x,"presentacionsolicitud"); ?>
            <? $fecha_presentacionsolicitud=mysql_result($resultupdate,$x,"fecha_presentacionsolicitud"); ?>
            <? $enviadoparaestudio=mysql_result($resultupdate,$x,"enviadoparaestudio"); ?>
            <? $fecha_enviadoparaestudio =mysql_result($resultupdate,$x,"fecha_enviadoparaestudio"); ?>
            <? $resultadoevaluacion=mysql_result($resultupdate,$x,"resultadoevaluacion"); ?>
            <? $aprobadofecha=mysql_result($resultupdate,$x,"aprobadofecha"); ?>
            <? $aprobado=mysql_result($resultupdate,$x,"aprobado"); ?>
            <? $aprobado_cuantia=mysql_result($resultupdate,$x,"aprobado_cuantia"); ?>
            <? $aprobado_meses=mysql_result($resultupdate,$x,"aprobado_meses"); ?>
            <? $aprobado_valorcuota=mysql_result($resultupdate,$x,"aprobado_valorcuota"); ?>
            <? $presentaciondocumentos=mysql_result($resultupdate,$x,"presentaciondocumentos"); ?>
            <? $fecha_presentaciondocumentos=mysql_result($resultupdate,$x,"fecha_presentaciondocumentos"); ?>
            <? $enviodocumentosestudio=mysql_result($resultupdate,$x,"enviodocumentosestudio"); ?>
            <? $fecha_enviodocumentosestudio=mysql_result($resultupdate,$x,"fecha_enviodocumentosestudio"); ?>
            <? $recepciondocumentosoficinaprincipal=mysql_result($resultupdate,$x,"recepciondocumentosoficinaprincipal"); ?>
            <? $fecha_recepciondocumentosoficinaprincipal=mysql_result($resultupdate,$x,"fecha_recepciondocumentosoficinaprincipal"); ?>
            <? $resultadoestudiocredito=mysql_result($resultupdate,$x,"resultadoestudiocredito"); ?>
            <? $negado=mysql_result($resultupdate,$x,"negado"); ?>
            <? $fecha_negado=mysql_result($resultupdate,$x,"fecha_negado"); ?>
            <? $modificado_cuantia=mysql_result($resultupdate,$x,"modificado_cuantia"); ?>
            <? $modificado_meses=mysql_result($resultupdate,$x,"modificado_meses"); ?>
            <? $modificado_valorcuota=mysql_result($resultupdate,$x,"modificado_valorcuota"); ?>
            <? $devuelto=mysql_result($resultupdate,$x,"devuelto"); ?>
            <? $devueltofecha=mysql_result($resultupdate,$x,"devueltofecha"); ?>
			<? $devueltoobservaciones=mysql_result($resultupdate,$x,"devueltoobservaciones"); ?>
            <? $desembolso_fecha=mysql_result($resultupdate,$x,"desembolso_fecha"); ?>
            <? $desembolso_banco=mysql_result($resultupdate,$x,"desembolso_banco"); ?>
            <? $desembolso_cuenta=mysql_result($resultupdate,$x,"desembolso_cuenta"); ?>
			
<table width="600" align="center" cellpadding="0" cellspacing="1" bgcolor="#EEEEEE">
  <tr height=30 valign=top>
    <td width="300" align=right><img src="trans.gif" width="270" height="10"></td>
    <td>&nbsp;</td>
    <td><img src="trans.gif" width="220" height="10"></td>
  </tr>
  <tr height=30 valign=top>
    <td align=right valign="middle" class="Estilo5"><b>C&eacute;dula :</b></td>
    <td valign="middle"><input name="cedula" type="text" id="cedula" value="<? echo $cedula; ?>"  onFocus="nocambiar();" onChange="nocambiar();">
	  </td>
    <td valign="middle"><table width="210" border="0" cellspacing="0" cellpadding="2">
      <tr>
        <td width="25" align="right"><span class="Estilo5"></span></td>
        <td align="center" class="Estilo5">d&iacute;a / mes / a&ntilde;o</td>
      </tr>
    </table></td>
  </tr>
  <tr height=30 valign=top>
    <td align=right valign="middle" class="Estilo5"><b>Presentaci&oacute;n Solicitud de Cr&eacute;dito :</b></td>
    <td valign="top"><table border="0" cellspacing="2" cellpadding="0">
      <tr>
        <td></td>
        <td><strong>
          <select name="presentacionsolicitud" id="presentacionsolicitud">
            <option value="<? echo $presentacionsolicitud; ?>"><? echo $presentacionsolicitud; ?></option>
            <option value="SI">SI</option>
            <option value="NO">NO</option>
			<option value=""></option>
          </select>
        </strong></td>
      </tr>
    </table>      </td>
    <td valign="top"><table width="200" border="0" cellspacing="0" cellpadding="2">
      <tr>
        <td align="right"><span class="Estilo5"><b>Fecha : </b></span></td>
		<? $fecha_presentacionsolicitud_dia = substr ( $fecha_presentacionsolicitud, 0, 2); ?>
        <td><input name="fecha_presentacionsolicitud_dia" type="text" id="fecha_presentacionsolicitud_dia" size="1" maxlength="2" value="<? echo $fecha_presentacionsolicitud_dia; ?>">
      / <? $fecha_presentacionsolicitud_mes = substr ( $fecha_presentacionsolicitud, 3, 2); ?>
        <input name="fecha_presentacionsolicitud_mes" type="text" id="fecha_presentacionsolicitud_mes" size="1" maxlength="2" value="<? echo $fecha_presentacionsolicitud_mes; ?>">
      / <? $fecha_presentacionsolicitud_ano = substr ( $fecha_presentacionsolicitud, 6, 4); ?>
      <input name="fecha_presentacionsolicitud_ano" type="text" id="fecha_presentacionsolicitud_ano" size="3" maxlength="4" value="<? echo $fecha_presentacionsolicitud_ano; ?>"></td>
      </tr>
    </table></td>
  </tr>
  <tr height=30 valign=top>
    <td align=right valign="middle" class="Estilo5"><b>Enviado para Evaluaci&oacute;n :</b></td>
    <td valign="top"><table border="0" cellspacing="2" cellpadding="0">
      <tr>
        <td></td>
        <td><strong>
          <select name="enviadoparaestudio" id="enviadoparaestudio">
            <option value="<? echo $enviadoparaestudio; ?>"><? echo $enviadoparaestudio; ?></option>
            <option value="SI">SI</option>
            <option value="NO">NO</option>
			<option value=""></option>
          </select>
        </strong></td>
      </tr>
    </table>      </td>
    <td valign="top"><table width="200" border="0" cellspacing="0" cellpadding="2">
      <tr>
        <td align="right"><span class="Estilo5"><b>Fecha : </b></span></td>
		<? $fecha_enviadoparaestudio_dia = substr ( $fecha_enviadoparaestudio, 0, 2); ?>
        <td><input name="fecha_enviadoparaestudio_dia" type="text" id="fecha_enviadoparaestudio_dia" size="1" maxlength="2" value="<? echo $fecha_enviadoparaestudio_dia; ?>">
      / <? $fecha_enviadoparaestudio_mes = substr ( $fecha_enviadoparaestudio, 3, 2); ?>
        <input name="fecha_enviadoparaestudio_mes" type="text" id="fecha_enviadoparaestudio_mes" size="1" maxlength="2" value="<? echo $fecha_enviadoparaestudio_mes; ?>">
      / <? $fecha_enviadoparaestudio_ano = substr ( $fecha_enviadoparaestudio, 6, 4); ?>
      <input name="fecha_enviadoparaestudio_ano" type="text" id="fecha_enviadoparaestudio_ano" size="3" maxlength="4" value="<? echo $fecha_enviadoparaestudio_ano; ?>"></td>
      </tr>
    </table></td>
  </tr>
  <tr height=30 valign=top>
    <td align=right>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr height=30 valign=top>
    <td align=right>&nbsp;</td>
    <td colspan="2"><span class="Estilo6">Resultado del Estudio Previo </span></td>
    </tr>
  <tr valign=middle height=30>
    <td align=right class="Estilo5"><b>Solicitud Aprobada? :</b></td>
    <td><strong>
      </strong>
      <table border="0" cellspacing="2" cellpadding="0">
        <tr>
          <td></td>
          <td><strong>
            <select name="aprobado" id="aprobado" onChange="activaraprobado();">
              <option value="<? echo $aprobado; ?>"><? echo $aprobado; ?></option>
              <option value="SI">SI</option>
              <option value="NO">NO</option>
			  <option value=""></option>
            </select>
          </strong></td>
        </tr>
      </table>
      </td>
    <td><table width="200" border="0" cellspacing="0" cellpadding="2">
      <tr>
        <td align="right"><span class="Estilo5"><b>Fecha : </b></span></td>
		<? $aprobadofecha_dia = substr ( $aprobadofecha, 0, 2); ?>
        <td><input name="aprobadofecha_dia" type="text" id="aprobadofecha_dia" size="1" maxlength="2" value="<? echo $aprobadofecha_dia; ?>">
      / <? $aprobadofecha_mes = substr ( $aprobadofecha, 3, 2); ?>
        <input name="aprobadofecha_mes" type="text" id="aprobadofecha_mes" size="1" maxlength="2"  value="<? echo $aprobadofecha_mes; ?>">
      / <? $aprobadofecha_ano = substr ( $aprobadofecha, 6, 4); ?>
      <input name="aprobadofecha_ano" type="text" id="aprobadofecha_ano" size="3" maxlength="4"  value="<? echo $aprobadofecha_ano; ?>"></td>
      </tr>
    </table></td>
  </tr>
  <tr height=30 valign=middle>
    <td align=right class="Estilo5"><b>Cuant&iacute;a :</b></td>
    <td><input name="aprobado_cuantia" type="text" id="aprobado_cuantia" value="<? echo $aprobado_cuantia; ?>">
    </td>
    <td>&nbsp;</td>
  </tr>
  <tr height=30 valign=middle>
    <td align=right class="Estilo5"><b>Meses :</b></td>
    <td><input name="aprobado_meses" type="text" id="aprobado_meses"  value="<? echo $aprobado_meses; ?>">
    </td>
    <td>&nbsp;</td>
  </tr>
  <tr height=30 valign=middle>
    <td align=right class="Estilo5"><b>Cuota :</b></td>
    <td><input name="aprobado_valorcuota" type="text" id="aprobado_valorcuota"  value="<? echo $aprobado_valorcuota; ?>">
    </td>
    <td>&nbsp;</td>
  </tr>
  <tr height=30 valign=top>
    <td align=right>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr height=30 valign=top>
    <td align=right>&nbsp;</td>
    <td colspan="2"><span class="Estilo6">Tr&aacute;mite de Documentos </span></td>
    </tr>
  <tr height=30 valign=top>
    <td align=right valign="middle" class="Estilo5"><b>Presentaci&oacute;n de Documentos :</b></td>
    <td><strong>
      <select name="presentaciondocumentos" id="presentaciondocumentos">
        <option value="<? echo $presentaciondocumentos; ?>"><? echo $presentaciondocumentos; ?></option>
        <option value="SI">SI</option>
        <option value="NO">NO</option>
		<option value=""></option>
      </select>
    </strong></td>
    <td><table width="200" border="0" cellspacing="0" cellpadding="2">
      <tr>
        <td align="right"><span class="Estilo5"><b>Fecha : </b></span></td>
		<? $fecha_presentaciondocumentos_dia = substr ( $fecha_presentaciondocumentos, 0, 2); ?>
        <td><input name="fecha_presentaciondocumentos_dia" type="text" id="fecha_presentaciondocumentos_dia" size="1" maxlength="2" value="<? echo $fecha_presentaciondocumentos_dia; ?>">
      / <? $fecha_presentaciondocumentos_mes = substr ( $fecha_presentaciondocumentos, 3, 2); ?>
        <input name="fecha_presentaciondocumentos_mes" type="text" id="fecha_presentaciondocumentos_mes" size="1" maxlength="2" value="<? echo $fecha_presentaciondocumentos_mes; ?>">
      / <? $fecha_presentaciondocumentos_ano = substr ( $fecha_presentaciondocumentos, 6, 4); ?>
      <input name="fecha_presentaciondocumentos_ano" type="text" id="fecha_presentaciondocumentos_ano" size="3" maxlength="4" value="<? echo $fecha_presentaciondocumentos_ano; ?>"></td>
      </tr>
    </table></td>
  </tr>
  <tr height=30 valign=top>
    <td align=right valign="middle" class="Estilo5"><b>Env&iacute;o Documentos para Estudio :</b></td>
    <td><strong>
      <select name="enviodocumentosestudio" id="enviodocumentosestudio">
        <option value="<? echo $enviodocumentosestudio; ?>"><? echo $enviodocumentosestudio; ?></option>
        <option value="SI">SI</option>
        <option value="NO">NO</option>
		<option value=""></option>
      </select>
    </strong></td>
    <td><table width="200" border="0" cellspacing="0" cellpadding="2">
      <tr>
        <td align="right"><span class="Estilo5"><b>Fecha : </b></span></td>
		<? $fecha_enviodocumentosestudio_dia = substr ( $fecha_enviodocumentosestudio, 0, 2); ?>
        <td><input name="fecha_enviodocumentosestudio_dia" type="text" id="fecha_enviodocumentosestudio_dia" size="1" maxlength="2" value="<? echo $fecha_enviodocumentosestudio_dia; ?>">
      / <? $fecha_enviodocumentosestudio_mes = substr ( $fecha_enviodocumentosestudio, 3, 2); ?>
        <input name="fecha_enviodocumentosestudio_mes" type="text" id="fecha_enviodocumentosestudio_mes" size="1" maxlength="2" value="<? echo $fecha_enviodocumentosestudio_mes; ?>">
      / <? $fecha_enviodocumentosestudio_ano = substr ( $fecha_enviodocumentosestudio, 6, 4); ?>
      <input name="fecha_enviodocumentosestudio_ano" type="text" id="fecha_enviodocumentosestudio_ano" size="3" maxlength="4" value="<? echo $fecha_enviodocumentosestudio_ano; ?>"></td>
      </tr>
    </table></td>
  </tr>
  <tr height=30 valign=top>
    <td align=right valign="middle" class="Estilo5"><b>Recepci&oacute;n Documentos Oficina Principal :</b></td>
    <td><strong>
      <select name="recepciondocumentosoficinaprincipal" id="recepciondocumentosoficinaprincipal">
        <option value="<? echo $recepciondocumentosoficinaprincipal; ?>"><? echo $recepciondocumentosoficinaprincipal; ?></option>
        <option value="SI">SI</option>
        <option value="NO">NO</option>
		<option value=""></option>
      </select>
    </strong></td>
    <td><table width="200" border="0" cellspacing="0" cellpadding="2">
      <tr>
        <td align="right"><span class="Estilo5"><b>Fecha : </b></span></td>
		<? $fecha_recepciondocumentosoficinaprincipal_dia = substr ( $fecha_recepciondocumentosoficinaprincipal, 0, 2); ?>
        <td><input name="fecha_recepciondocumentosoficinaprincipal_dia" type="text" id="fecha_recepciondocumentosoficinaprincipal_dia" size="1" maxlength="2" value="<? echo $fecha_recepciondocumentosoficinaprincipal_dia; ?>">
      / <? $fecha_recepciondocumentosoficinaprincipal_mes = substr ( $fecha_recepciondocumentosoficinaprincipal, 3, 2); ?>
        <input name="fecha_recepciondocumentosoficinaprincipal_mes" type="text" id="fecha_recepciondocumentosoficinaprincipal_mes" size="1" maxlength="2" value="<? echo $fecha_recepciondocumentosoficinaprincipal_mes; ?>">
      / <? $fecha_recepciondocumentosoficinaprincipal_ano = substr ( $fecha_recepciondocumentosoficinaprincipal, 6, 4); ?>
      <input name="fecha_recepciondocumentosoficinaprincipal_ano" type="text" id="fecha_recepciondocumentosoficinaprincipal_ano" size="3" maxlength="4" value="<? echo $fecha_recepciondocumentosoficinaprincipal_ano; ?>"></td>
      </tr>
    </table></td>
  </tr>
  <tr height=30 valign=top>
    <td align=right>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr height=30 valign=top>
    <td align=right>&nbsp;</td>
    <td colspan="2"><span class="Estilo6">Resultado del Estudio de Cr&eacute;dito </span></td>
    </tr>
  <tr height=30 valign=top>
    <td align=right valign="middle" class="Estilo5"><b>Negado :</b></td>
    <td><select name="negado" id="negado">
        <option value="<? echo $negado; ?>"><? echo $negado; ?></option>
        <option value="Falta Requisitos">Falta Requisitos</option>
        <option value="Falta Documentos">Falta Documentos</option>
        <option value="Capacidad de Pago">Capacidad de Pago</option>
		<option value=""></option>
      </select>
    </td>
    <td><table width="200" border="0" cellspacing="0" cellpadding="2">
      <tr>
        <td align="right"><span class="Estilo5"><b>Fecha : </b></span></td>
		<? $fecha_negado_dia = substr ( $fecha_negado, 0, 2); ?>
        <td><input name="fecha_negado_dia" type="text" id="fecha_negado_dia" size="1" maxlength="2" value="<? echo $fecha_negado_dia; ?>">
      / <? $fecha_negado_mes = substr ( $fecha_negado, 3, 2); ?>
        <input name="fecha_negado_mes" type="text" id="fecha_negado_mes" size="1" maxlength="2" value="<? echo $fecha_negado_mes; ?>">
      / <? $fecha_negado_ano = substr ( $fecha_negado, 6, 4); ?>
      <input name="fecha_negado_ano" type="text" id="fecha_negado_ano" size="3" maxlength="4" value="<? echo $fecha_negado_ano; ?>"></td>
      </tr>
    </table></td>
  </tr>
  <tr height=30 valign=top>
    <td align=right>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr height=30 valign=top>
    <td align=right>&nbsp;</td>
    <td colspan="2"><span class="Estilo6">Modificaci&oacute;n Cuant&iacute;a Cr&eacute;dito </span></td>
    </tr>
  <tr height=30 valign=top>
    <td align=right valign="middle" class="Estilo5"><b> Cuant&iacute;a :</b></td>
    <td><input name="modificado_cuantia" type="text" id="modificado_cuantia" value="<? echo $modificado_cuantia; ?>">
    </td>
    <td>&nbsp;</td>
  </tr>
  <tr height=30 valign=top>
    <td align=right valign="middle" class="Estilo5"><b>Meses :</b></td>
    <td><input name="modificado_meses" type="text" id="modificado_meses" value="<? echo $modificado_meses; ?>">
    </td>
    <td>&nbsp;</td>
  </tr>
  <tr height=30 valign=top>
    <td align=right valign="middle" class="Estilo5"><b>Valor cuota :</b></td>
    <td><input name="modificado_valorcuota" type="text" id="modificado_valorcuota" value="<? echo $modificado_valorcuota; ?>">
    </td>
    <td>&nbsp;</td>
  </tr>
  <tr height=30 valign=top>
    <td align=right>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr height=30 valign=top>
    <td align=right valign="middle" class="Estilo5"><b>Devoluci&oacute;n Cr&eacute;dito :</b></td>
    <td><select name="devuelto" id="devuelto">
        <option value="<? echo $devuelto; ?>"><? echo $devuelto; ?></option>
        <option value="Para Cambio Codeudor">Para Cambio Codeudor</option>
        <option value="Para Cambio Documentos">Para Cambio Documentos</option>
        <option value="Falta de Firmas">Falta de Firmas</option>
		<option value=""></option>
      </select>
    </td>
    <td><table width="200" border="0" cellspacing="0" cellpadding="2">
      <tr>
        <td align="right"><span class="Estilo5"><b>Fecha : </b></span></td>
		<? $devueltofecha_dia = substr ( $devueltofecha, 0, 2); ?>
        <td><input name="devueltofecha_dia" type="text" id="devueltofecha_dia" size="1" maxlength="2" value="<? echo $devueltofecha_dia; ?>">
      / <? $devueltofecha_mes = substr ( $devueltofecha, 3, 2); ?>
        <input name="devueltofecha_mes" type="text" id="devueltofecha_mes" size="1" maxlength="2" value="<? echo $devueltofecha_mes; ?>">
      / <? $devueltofecha_ano = substr ( $devueltofecha, 6, 4); ?>
      <input name="devueltofecha_ano" type="text" id="devueltofecha_ano" size="3" maxlength="4" value="<? echo $devueltofecha_ano; ?>"></td>
      </tr>
    </table></td>
  </tr>
  <tr height=30 valign=top>
    <td align=right>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr height=30 valign=top>
    <td align=right>&nbsp;</td>
    <td colspan="2"><span class="Estilo6">Desembolso del Cr&eacute;dito </span></td>
    </tr>
  <tr height=30 valign=top>
    <td align=right valign="middle" class="Estilo5"><b>Fecha :</b></td>
    <td><input name="desembolso_fecha" type="text" id="desembolso_fecha" value="<? echo $desembolso_fecha; ?>">
    </td>
    <td>&nbsp;</td>
  </tr>
  <tr height=30 valign=top>
    <td align=right valign="middle" class="Estilo5"><b>Banco :</b></td>
    <td><input name="desembolso_banco" type="text" id="desembolso_banco" value="<? echo $desembolso_banco; ?>"></td>
    <td>&nbsp;</td>
  </tr>
  <tr height=30 valign=top>
    <td align=right valign="middle" class="Estilo5"><b>Cuenta :</b></td>
    <td><input name="desembolso_cuenta" type="text" id="desembolso_cuenta" value="<? echo $desembolso_cuenta; ?>">
    </td>
    <td>&nbsp;</td>
  </tr>
  <tr valign=top height=30>
    <td align=right>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr valign=top height=30>
    <td align=right valign="middle" class="Estilo5"><b>Observaciones :</b></td>
    <td colspan="2"><textarea name="devueltoobservaciones" cols="35" rows="3" id="devueltoobservaciones"><? echo $devueltoobservaciones; ?>
  </textarea></td>
    </tr>
  <tr height=30 valign=top>
    <td align=right>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr align="center" valign=top height=30>
    <td colspan="3"><input type=submit name=Submit value="Actualizar"></td>
    </tr>
  <?

		$x++;
    } // end while 
} // end if 

?>

</table>
</form>

<?


include("foot.php");
?>