File: /home/asjudine/public_html/comercial/mostrar_solicitud3.php
<?php
require_once("../Conectarse.php");
if(isset($_POST["enviar"]))
{
$fechan = $mesfn.$linea.$diafn;
if($codiase=='1')
{
$result = mysql_query('SELECT codigo FROM vendedores WHERE vendedor = "' . $_POST[vend] . '" ');
if (!$result) {
die('Invalid query: ' . mysql_error());
}
list($codigo_asesor) = mysql_fetch_row($result);
$codiase = $codigo_asesor;
}
if($planj=='1')
{
$resul = mysql_query('SELECT codigo FROM planes_contratos WHERE plan = "' . $_POST[planc] . '" ');
if (!$resul) {
die('Invalid query: ' . mysql_error());
}
list($cod_plan) = mysql_fetch_row($resul);
$planj = $cod_plan;
}
$modificarcod9 = mysql_query("UPDATE solicitud_credito set ced_ciudad = '" . $_POST[ciuced] . "', nombre = '" . $_POST[ape] . "', fecha = '" . $_POST[fecsol] . "', direccion = '" . $_POST[dire] . "', ciudad = '" . $_POST[ciu] . "', telefono = '" . $_POST[tel] . "', celular = '" . $_POST[cel] . "', email = '" . $_POST[email] . "', devengado = '" . $_POST[dev] . "', descuentos = '" . $_POST[desc] . "', neto = '" . $_POST[net] . "', unidad = '" . $_POST[uni] . "', monto_solicitado = '" . $_POST[mon] . "', codigo_plan = '" . $_POST[planj] . "', numero_cuenta = '" . $_POST[cue] . "', banco = '" . $_POST[ban] . "', codigo_asesor = '" . $_POST[codiase] . "', codigo_militar = '" . $_POST[codigom] . "', grado = '" . $_POST[gra] . "', numero_libranza = '" . $_POST[num_lib] . "', cuotas_credito = '" . $_POST[cuo_cre] . "', con_valor_mensual = '" . $_POST[vmj] . "', con_valor_total = '" . $_POST[vmt] . "', fecha_nac = '" . $_POST[fechan] . "', estado = '0' , numero_contrato = '" . $_POST[numcont] . "' WHERE cedula = '" . $_POST[ced] . "' ");
echo "<script>alert('Se ha modificado correctamente la informacion y se ha enviado a solicitud activa');</script>";
}
$result = mysql_query('SELECT cedula, ced_ciudad, nombre, fecha, direccion, ciudad, telefono, celular, email, devengado, descuentos, neto, unidad, monto_solicitado, codigo_plan, numero_cuenta, banco, codigo_asesor, codigo_militar, grado, codigo_sucursal, numero_libranza, cuotas_credito,con_valor_mensual, con_valor_total, fecha_nac, concepto_rechazo, numero_contrato FROM solicitud_credito WHERE cedula = "' . $_GET["ced2"] . '" ');
if (!$result) {
die('Error de consulta: ' . mysql_error());
}
list($cedula, $ced_ciudad, $ape2, $fechasol,$direccion, $ciudad, $telefono, $celular, $email, $devengado, $descuentos, $neto, $unidad, $monto_solicitado, $codigo_plan, $numero_cuenta, $banco, $codigo_asesor, $codm, $grad, $codigo_sucursal, $numero_libranza,$cuotas_credito, $val_menj, $val_ment, $fecna, $concept_rec, $numero_contrato) = mysql_fetch_row($result);
$resd = mysql_query('SELECT grado FROM solicitud_credito WHERE cedula = "' ."$cedula". '" ');
if (!$resd) {
die('Invalid query: ' . mysql_error());
}
list( $grado) = mysql_fetch_row($resd);
$resul = mysql_query('SELECT nombre, nit, direccion, ciudad, telefono, email, representante, registro_mercantil, ciudad_camara, objeto_social FROM datos_empresa WHERE nit = "' . $_GET["ced2"] . '" ');
if (!$resul) {
die('Invalid query: ' . mysql_error());
}
list($nombreem, $nitem2, $direccionem, $ciudadem, $telefonoem, $emailem, $representanteem, $registro_mercantilem, $ciudad_camaraem, $objeto_socialem) = mysql_fetch_row($resul);
$dianaci=substr($fecna, 3, 2);
$mesnaci=substr($fecna, 0, 2);
// $sqlnom3 = "select cedula, nombre, direccion, telefono, celular, email from datos_codeudor where cedula_titular = '$ced2'";
//$control3 = mysql_query($sqlnom3, $dbi) or die(mysql_error());
$resu = mysql_query('SELECT cedula, nombre, direccion, telefono, celular, email FROM datos_codeudor WHERE cedula_titular = "' . $HTTP_GET_VARS["ced2"] . '" ');
if (!$resu) {
die('Invalid query: ' . mysql_error());
}
list($cedulaco, $apesco, $direccionco, $telefonoco, $celularco, $emailco) = mysql_fetch_row($resu);
$res = mysql_query('SELECT nombre_plan FROM planes_contratos WHERE codigo = "' ."$codigo_plan". '" ');
if (!$res) {
die('Invalid query1: ' . mysql_error());
}
list($plan) = mysql_fetch_row($res);
$re = mysql_query('SELECT vendedor FROM vendedores WHERE codigo = "' . $_POST[codigo_asesor] . '" ');
if (!$re) {
die('Invalid query: ' . mysql_error());
}
list($vendedor) = mysql_fetch_row($re);
$control8 = mysql_query('SELECT nombre FROM sucursal WHERE codigo = "' ."$codigo_sucursal". '" ');
if (!$control8) {
die('Invalid query: ' . mysql_error());
}
list($nombre_sucursal) = mysql_fetch_row($control8);
//$query_sql4 = "SELECT * FROM vendedores order by vendedor";
//$sql4 = mysql_query($query_sql4, $dbi) or die(mysql_error());
$sql4 = mysql_query('SELECT * FROM vendedores order by vendedor ');
if (!$sql4) {
die('Invalid query: ' . mysql_error());
}
$row_sql4 = mysql_fetch_assoc($sql4);
$totalRows_sql4 = mysql_num_rows($sql4);
$sql7 = mysql_query('SELECT * FROM planes_contratos where codigo = "7" or codigo = "8" order by codigo ');
if (!$sql7) {
die('Error: ' . mysql_error());
}
$row_sql7 = mysql_fetch_assoc($sql7);
$totalRows_sql7 = mysql_num_rows($sql7);
?>
<!DOCTYPE HTML>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
<style type="text/css">
<!--
body{background-color:#EAEAEA;font-family:Geneva, Arial, Helvetica, sans-serif;}
header {background-color: #B7271F; text-align: center;}
.titulo{width: 100%;text-align: center;background-color: #dbd8c9;color: #b20606;padding: 6px 0;font-size: 18px;}
table{margin: 0 auto;border: 8px solid #bebebe; text-align: center;}
.divirmenu{text-align: center;}
.irmenu{width: 200px;background-color: #1c4fa0;color: #fff; padding: 4px;border-radius: 6px;}
.irmenu:hover{background-color: #67a0d9; color: #000;}
.fecha{background-color: #d6e08b; padding: 2px;color: #000;font-size: 15px; text-align: center;}
td{padding: 1px; border: 1px solid #a0a0a0;}
.td{background-color: #e5e5e5; padding: 1px 30px;color: #00135F;font-size: 14px;font-weight: 600; text-align: center;}
.boton1{width:30%;background-color: #ffffff;color: #000;padding: 2px;border:2px solid #580000;border-radius:10px;}
.boton1:hover{background-color: #6f0000;color: #fff;cursor: pointer;}
input[type=text]{border-radius: 5px; padding: 3px;background-color: #FFFFF4;}
.tdtitulo{background-color: #e3dec0; color: #b20606; padding: 2px; text-align: center; font-size: 12px; font-weight: 900}
.tdfull{background-color: #fff; color: #000; padding: 1px; text-align: center; font-size: 12px;}
.botonnew{width: 90px; background-color: #e3dec0;color: #b20606;padding: 1px;border-radius:5px;}
.botonnew:hover{width: 90px; background-color: #cbbd6a;color: #000;padding: 1px;border-radius:5px;}
.tdizq{background-color: #e5e5e5; padding: 1px 10px;color: #00135F;font-size: 12px;font-weight: 600; text-align: left;}
.tdcen{background-color: #e5e5e5; padding: 1px 10px;color: #00135F;font-size: 12px;font-weight: 600; text-align: center;}
.tdder{background-color: #e5e5e5; padding: 1px 10px;color: #A80508;font-size: 10px;font-weight: 600; text-align: right;}
.est_cont5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
background-color: #EDFAF4;
margin: 2px;
padding: 2px;
height: auto;
width: auto;
border: thin groove #E9AAF0;
color: #C72350;
}
.color_fondo_sc {
background-color: #DCE0E4;
}
.Estilo1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
background-color: #D6ECFE;
margin: 2px;
padding: 2px;
height: auto;
width: auto;
border: thin groove #E9AAF0;
color: #C72350;
}
.Estilo2 {
font-size: 14px;
font-weight: bold;
}
.est_cont2 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #2B39EC;
background-color: #F0F5CF;
height: 18px;
width: auto;
border: thin solid #FABF85;
}
.est_cont6 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #006262;
background-color: #EDFED3;
margin: 1px;
padding: 1px;
height: auto;
width: auto;
border: thin solid #D9B6F8;
}
.Estilo3 {
color: #C72350;
font-weight: bold;
}
.sol_cre1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #0B3495;
background-color: #E6FAFF;
margin: 1px;
padding: 1px;
height: 15px;
width: auto;
border: thin outset #56AD95;
}
.Estilo5 {font-size: 12px; font-style: normal; color: #0B3495; background-color: #E6FAFF; margin: 1px; padding: 1px; height: 15px; width: auto; border: thin outset #56AD95; font-family: Georgia, "Times New Roman", Times, serif;}
.col_cre2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #F92F0B;
background-color: #B3D9F0;
height: auto;
width: auto;
border: medium groove #FC9227;
}
.Estilo50 {color: #CC3333;
font-family: "Arial Narrow";
font-weight: bold;
}
.Estilo51 {color: #FF6633;
font-size: 24px;
font-style: italic;
}
.Estilo52 {color: #FF6633;
font-size: 16px;
}
.Estilo53 {color: #2492FF;
font-weight: bold;
}
.recaudo {font-family: "Courier New", Courier, monospace;
font-size: 12px;
font-style: normal;
font-weight: bold;
font-variant: normal;
color: #000000;
background-color: #B6CBDC;
margin: 4px;
padding: 8px;
width: auto;
border: medium outset #339966;
}
.Estilo54 {font-weight: bold}
.sol_cre11 { font-family: "Times New Roman", Times, serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #0B3495;
background-color: #E6FAFF;
margin: 1px;
padding: 1px;
height: 18px;
width: auto;
border: thin outset #56AD95;
}
.Estilo55 { color: #FF0000;
font-weight: bold;
}
.Estilo65 { color: #7DD096;
font-weight: bold;
}
.Estilo64 { font-size: 8px;
font-weight: bold;
color: #000000;
}
.Estilo65 {color: #C72350}
.est_cont51 { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
font-weight: normal;
background-color: #EDFAF4;
margin: 2px;
padding: 2px;
height: auto;
width: auto;
border: thin groove #E9AAF0;
color: #C72350;
}
.Estilo66 {font-size: 12px;
font-weight: bold;
}
-->
</style>
</head>
<body>
<form action="" method="post" enctype="multipart/form-data" name="form1" id="form1">
<div align="center">
<header>
<img src="../ELEMENTS/bannerInterasjudinet.png" alt="" width=" 700" height="70">
</header>
<h3 class="titulo">SOLICITUD CREDITO</h3>
<table width="827" border="2" cellpadding="1" cellspacing="1" class="est_cont51">
<caption>
<div align="center"><br/>
<span class="Estilo2">DATOS BASICOS - DEUDOR </span><br />
</div>
</caption>
<tr>
<td colspan="2" class="tdder"> </td>
<td class="tdder">
Fecha Solicitud :
</td>
<td class="tdder">
<input name="fecsol" type="text" id="fecsol" value="<?php echo $fechasol ?>" size="10" maxlength="10" readonly />
</td>
<td class="tdder"><strong>Sucursal :</td>
<td colspan="2" class="tdizq">
<input name="sucu" type="text" id="sucu" value="<?php echo $nombre_sucursal ?>" size="35" maxlength="35" readonly=""/>
</td>
</tr>
<tr>
<td class="tdder">Apellidos y Nombres:</td>
<td colspan="3" class="tdizq">
<input name="ape" type="text" id="ape" value="<?php echo $ape2 ?>" size="60" maxlength="65" />
</td>
<td class="tdder">Cogido Militar:</td>
<td colspan="2" class="tdizq">
<input name="codigom" type="text" id="codigom" value="<?php echo $codm ?>" size="20" maxlength="20" />
</td>
</tr>
<tr>
<td class="tdder">Cedula No:</td>
<td class="tdizq">
<input name="ced" type="text" id="ced" value="<?php echo $cedula ?>" size="20" maxlength="20" readonly/>
</td>
<td class="tdder">De:</td>
<td class="tdizq">
<input name="ciuced" type="text" id="ciuced" value="<?php echo $ced_ciudad ?>" size="20" maxlength="20" />
</td>
<td class="tdder">Unidad :</td>
<td colspan="2" class="tdizq">
<input name="uni" type="text" id="uni" value="<?php echo $unidad ?>" size="35" maxlength="35" />
</td>
</tr>
<tr>
<td class="tdder">Ciudad :</td>
<td class="tdizq">
<input name="ciu" type="text" id="ciu" value="<?php echo $ciudad ?>" size="20" maxlength="20" />
</td>
<td class="tdder">Direccion :</td>
<td colspan="2"class="tdizq">
<input name="dire" type="text" id="dire" value="<?php echo $direccion ?>" size="40" maxlength="45" />
</td>
<td class="tdder">Grado :</td>
<td class="tdizq">
<input name="gra" type="text" id="gra" value="<?php echo $grado ?>" size="12" maxlength="10" />
</td>
</tr>
<tr>
<td class="tdder">Telefono :</td>
<td class="tdizq">
<input name="tel" type="text" id="tel" value="<?php echo $telefono ?>" size="20" maxlength="20" />
</td>
<td class="tdder">Celular :</td>
<td class="tdizq">
<input name="cel" type="text" id="cel" value="<?php echo $celular ?>" size="20" maxlength="20" />
</td>
<td class="tdder">E-mail :</td>
<td colspan="2" class="tdizq">
<input name="email" type="text" id="email" value="<?php echo $email ?>" size="35" maxlength="35" />
</td>
</tr>
<tr>
<td class="tdder">Total Devengado:</td>
<td class="tdizq">
<input name="dev" type="text" id="dev" value="<?php echo $devengado ?>" size="12" maxlength="10" />
</td>
<td class="tdder">Descuentos:</td>
<td class="tdizq">
<input name="desc" type="text" id="desc" value="<?php echo $descuentos ?>" size="12" maxlength="10" />
</td>
<td class="tdder">Neto a Recibir:</td>
<td colspan="2" class="tdizq">
<input name="net" type="text" id="net" value="<?php echo $neto ?>" size="12" maxlength="10" />
</td>
</tr>
<tr>
<td class="tdder">Monto Solicitado </td>
<td class="tdizq">
<input name="mon" type="text" id="mon" value="<?php echo $monto_solicitado ?>" size="12" maxlength="10" />
</td>
<td class="tdder"> Cuotas credito:</td>
<td class="tdizq">
<input name="cuo_cre" type="text" id="cuo_cre" value="<?php echo $cuotas_credito ?>" size="2" maxlength="2" />
</td>
<td class="tdder"> Numero libranza:</td>
<td colspan="2" class="tdizq">
<input name="num_lib" type="text" id="num_lib" value="<?php echo $numero_libranza ?>" size="12" maxlength="12" />
</tr>
<tr>
<td class="tdder">Nº Contrato:</td>
<td class="tdizq">
<input name="numcont" type="text" id="numcont" value="<?php echo $numero_contrato ?>" size="12" maxlength="10" />
</td>
<td class="tdder">Banco :</td>
<td class="tdizq">
<input name="ban" type="text" id="ban" value="<?php echo $banco ?>" size="20" maxlength="20" />
</td>
<td class="tdder">Cuenta No :</td>
<td colspan="2" class="tdizq">
<input name="cue" type="text" id="cue" value="<?php echo $numero_cuenta ?>" size="20" maxlength="20" />
</td>
</tr>
<tr>
<td class="tdder">Plan :</td>
<td class="tdizq">
<input name="planc" type="text" id="planc" value="<?php echo $plan ?>" size="12" maxlength="10" readonly/>
</td>
<td class="tdder">Valor Mensual :</td>
<td class="tdizq">
<input name="vmj" type="text" id="vmj" value="<?php echo $val_menj ?>" size="12" maxlength="10" />
</td>
<td class="tdder">Valor Total :</td>
<td colspan="2" class="tdizq">
<input name="vmt" type="text" id="vmt" value="<?php echo $val_ment ?>" size="12" maxlength="10" />
</td>
</tr>
<tr>
<td class="tdder"> </td>
<td class="tdizq"><select name="planj" id="planj">
<option value="1">-PLAN-</option>
<?php
do {
?>
<option value="<?php echo $row_sql7['codigo'];?>"><?php echo $row_sql7['plan']?></option>
<?php
} while ($row_sql7 = mysql_fetch_assoc($sql7));
$rows7 = mysql_num_rows($sql7);
if($rows7 > 0) {
mysql_data_seek($sql7, 0);
$row_sql7 = mysql_fetch_assoc($sql7);
}
?>
</select></td>
<td class="tdder">Fecha Nacimiento:</td>
<td class="tdizq">MES
<input name="mesfn" type="text" id="mesfn" value="<?php echo $mesnaci ?>" size="2" maxlength="2" />
<span class="tdizq">-DIA</span>
<input name="diafn" type="text" id="diafn" value="<?php echo $dianaci ?>" size="2" maxlength="2" />
</td>
<td class="tdder">Vendedor :</td>
<td colspan="2" class="tdizq">
<input name="vend" type="text" id="vend" value="<?php echo $vendedor ?>" size="35" maxlength="50" readonly/>
</td>
</tr>
<tr>
<td class="tdder"> </td>
<td class="tdder"> </td>
<td class="tdder"> </td>
<td class="tdder"> </td>
<td class="tdder"> </td>
<td colspan="2" class="tdizq"><select name="codiase" id="codiase">
<option value="1">-SELECCIONE VENDEDOR-</option>
<?php
do {
?>
<option value="<?php echo $row_sql4['codigo'];?>"><?php echo $row_sql4['vendedor']?></option>
<?php
} while ($row_sql4 = mysql_fetch_assoc($sql4));
$rows4 = mysql_num_rows($sql4);
if($rows4 > 0) {
mysql_data_seek($sql4, 0);
$row_sql4 = mysql_fetch_assoc($sql4);
}
?>
</select></td>
</tr>
</table>
<table width="624" height="62" border="1" class="est_cont51">
<caption>
<h3 class="titulo">DATOS CODEUDOR</h3>
</caption>
<tr>
<td class="tdder">Apellidos y Nombres:</td>
<td class="tdizq">
<input name="apeco" type="text" id="apeco" value="<?php echo $apesco ?>" size="66" maxlength="65" />
</td>
<td class="tdder">Cedula:</td>
<td class="tdizq">
<input name="cedco" type="text" id="cedco" value="<?php echo $cedulaco ?>" size="20" maxlength="20" />
</td>
</tr>
<tr>
<td class="tdder">Dreccion :</td>
<td class="tdizq">
<input name="dirco" type="text" id="dirco" value="<?php echo $direccionco ?>" size="50" maxlength="50" />
</td>
<td class="tdder">Telefono:</td>
<td class="tdizq">
<input name="telco" type="text" id="telco" value="<?php echo $telefonoco ?>" size="20" maxlength="20" />
</td>
</tr>
<tr>
<td class="tdder">Email:</td>
<td class="tdizq">
<input name="emaco" type="text" id="emaco" value="<?php echo $emailco ?>" size="35" maxlength="35" />
</td>
<td class="tdder">Celular:</td>
<td class="tdizq">
<input name="celco" type="text" id="celco" value="<?php echo $celularco ?>" size="20" maxlength="20" />
</td>
</tr>
</table>
<p> </p>
<h3 class="titulo">DATOS BASICOS - ENTIDAD LABORAL</h3>
<table width="630" height="256" border="2" cellpadding="1" cellspacing="1" class="est_cont6">
<tr>
<th width="72" height="25" scope="col"><div align="right"><strong>Nombre :</strong></div></th>
<th colspan="3" scope="col"><label> </label>
<div align="left">
<input name="nomem" type="text" class="sol_cre11" id="nomem" value="<?php echo $nombreem ?>" size="60" maxlength="55" />
</div></th>
<th width="89" scope="col"><div align="right"><strong>Nit :</strong></div></th>
<th width="133" scope="col"> <div align="left">
<input name="nitem" type="text" class="sol_cre11" id="nitem" value="<?php echo $nitem2 ?>" size="25" maxlength="22" />
</div></th>
</tr>
<tr>
<td height="28"><div align="right"><strong>Direccion :</strong></div></td>
<td colspan="3"><div align="left">
<input name="direm" type="text" class="sol_cre11" id="direm" value="<?php echo $direccionem ?>" size="60" maxlength="55" />
</div></td>
<td><div align="right"><strong>Ciudad :</strong></div></td>
<td><div align="left"><span class="Estilo54">
<input name="ciuem" type="text" class="sol_cre11" id="ciuem" value="<?php echo $ciudadem ?>" size="25" maxlength="22" />
</span></div></td>
</tr>
<tr>
<td height="28"><div align="right"><strong>Telefono :</strong></div></td>
<td width="68"><div align="left">
<input name="telem" type="text" class="sol_cre11" id="telem" value="<?php echo $telefonoem ?>" size="12" maxlength="12" />
</div></td>
<td width="79"><div align="right"><strong>E-mail:</strong></div></td>
<td width="154"><div align="left">
<input name="emaem" type="text" class="sol_cre11" id="emaem" value="<?php echo $emailem ?>" size="29" maxlength="29" />
</div></td>
<td><div align="right"><strong>Convenio No:</strong></div></td>
<td><input name="conv" type="text" class="sol_cre1" id="conv" value="<?php echo $convenio ?>" size="25" maxlength="22" /></td>
</tr>
<tr>
<td colspan="6" class="titulo"> INFORMACION CAMARA DE COMERCIO</td>
</tr>
<tr>
<td height="25" colspan="2" bgcolor="#E2EDD8"><div align="right"><strong>Registro Mercantil No:</strong></div></td>
<td bgcolor="#E2EDD8"><div align="left">
<input name="regem" type="text" class="sol_cre11" id="regem" value="<?php echo $registro_mercantilem ?>" size="14" maxlength="14" />
</div></td>
<td bgcolor="#E2EDD8"><div align="right"><strong>Camara Comercio de :</strong></div></td>
<td colspan="2" bgcolor="#E2EDD8"><div align="left">
<input name="camem" type="text" class="sol_cre11" id="camem" value="<?php echo $ciudad_camaraem ?>" size="25" maxlength="25" />
</div></td>
</tr>
<tr>
<td height="25" colspan="2" bgcolor="#E2EDD8"><div align="right"><strong>Representante Legal :</strong></div></td>
<td colspan="2" bgcolor="#E2EDD8"><div align="left">
<input name="repem" type="text" class="sol_cre11" id="repem" value="<?php echo $representanteem ?>" size="46" maxlength="45" />
</div></td>
<td colspan="2" bgcolor="#E2EDD8"> </td>
</tr>
<tr>
<td height="55" colspan="2" bgcolor="#E2EDD8"><div align="right"><strong>Objeto Social :</strong></div></td>
<td colspan="4" bgcolor="#E2EDD8"><label> <span class="Estilo54">
<textarea name="objem" id="objem" cols="60" rows="3"><?php echo $objeto_socialem ?></textarea>
</span> </label></td>
</tr>
<tr>
<td height="30" colspan="2" bgcolor="#E2EDD8"><div align="right"><strong>Concepto Rechazo :</strong></div></td>
<td height="30" colspan="4" bgcolor="#E2EDD8"><div align="left">
<input name="conrec" type="text" class="sol_cre11" id="conrec" value="<?php echo $concept_rec ?>" size="46" maxlength="45" readonly=""ç/>
</div></td>
</tr>
</table>
<p class="Estilo3">
<input name="enviar" type="submit" class="boton1" id="enviar" value="Enviar" />
</p>
<p> </p>
</div>
</form>
</body>
</html>