File: /home/asjudine/public_html/modificar_inconsistencia.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin título</title>
<style type="text/css">
<!--
.Estilo12 {font-size: 14px}
.Estilo8 {font-size: 20px;
font-weight: bold;
}
.campo1 {background-color: #B7FFFF;
border: thin dashed #B6B6B6;
}
.campo1 {font-family: "Courier New", Courier, monospace;
font-size: 16px;
font-style: normal;
font-weight: bold;
background-color: #E1EFFD;
border: thin doble #009999;
}
.campo1 {font-family: "Courier New", Courier, monospace;
font-size: 16px;
color: #5151FF;
background-color: #C4E4FD;
border: thin solid #009999;
}
.datos2 {font-family: "Courier New", Courier, monospace;
font-size: 16px;
font-style: normal;
font-weight: normal;
color: #0033FF;
background-color: #FFE2C6;
margin: 2px;
padding: 3px;
border: medium doble #EEBFEB;
}
-->
</style>
</head>
<body>
<form id="form1" name="form1" method="post" action="">
<div align="center">
<table width="720" border="3" cellpadding="3" cellspacing="3" class="datos2">
<caption>
<span class="Estilo8"><br />
REPORTE MINDEFENSA </span>
</caption>
<tr>
<td colspan="2"><span class="Estilo12"><strong>Apellidos y Nombres </strong></span></td>
<td colspan="4"><div align="left">
<input name="apenom" type="text" class="campo1" id="apenom" value="<?php echo $nombre ?>" size="50" maxlength="50" />
</div></td>
</tr>
<tr>
<td colspan="2"><div align="center" class="Estilo12"><strong>Codigo : </strong></div></td>
<td colspan="2"><div align="left">
<input name="cod" type="text" class="campo1" id="cod" value="<?php echo $codigo ?>" size="15" maxlength="15" />
</div></td>
<td width="132"><div align="center" class="Estilo12"><strong>Grado : </strong></div></td>
<td width="204"><div align="left">
<input name="gra" type="text" class="campo1" id="gra" value="<?php echo $grado ?>" size="15" maxlength="15" />
</div></td>
</tr>
<tr>
<td colspan="2"><div align="center" class="Estilo12"><strong>Codigo Descuento: </strong></div></td>
<td colspan="2"><div align="left">
<input name="codto" type="text" class="campo1" id="codto" value="<?php echo $cod_desc ?>" size="5" maxlength="5" />
</div></td>
<td><div align="center" class="Estilo12"><strong>No. Libranza : </strong></div></td>
<td><div align="left">
<input name="lib" type="text" class="campo1" id="lib" value="<?php echo $libranza ?>" size="10" maxlength="10" />
</div></td>
</tr>
<tr>
<td colspan="2"><div align="center" class="Estilo12"><strong>Valor Descuento : </strong></div></td>
<td colspan="2"><div align="left">
<input name="val_desc" type="text" class="campo1" id="val_desc" value="<?php echo $valor_descuento ?>" size="15" maxlength="15" />
</div></td>
<td><div align="center" class="Estilo12"><strong>Fecha Libranza : </strong></div></td>
<td><div align="left">
<input name="fecha_lib" type="text" class="campo1" id="fecha_lib" value="<?php echo $fecha_libranza ?>" size="15" maxlength="15" />
</div></td>
</tr>
<tr>
<td colspan="2"><div align="center" class="Estilo12"><strong>No. Cuotas : </strong></div></td>
<td colspan="2"><div align="left">
<input name="cuo" type="text" class="campo1" id="cuo" value="<?php echo $cuotas ?>" size="2" maxlength="2" />
</div></td>
<td><div align="center" class="Estilo12"><strong>Pagaduria : </strong></div></td>
<td><input name="pag" type="text" class="campo1" id="pag" value="<?php echo $pagaduria ?>" size="20" maxlength="20" /></td>
</tr>
<tr>
<td width="117"><div align="center" class="Estilo12"><strong>Mes Inicio : </strong></div></td>
<td width="24"><input name="mi" type="text" class="campo1" id="mi" value="<?php echo $mes_inicio ?>" size="2" maxlength="2" /></td>
<td width="113"><div align="center" class="Estilo12"><strong>Año Inicio : </strong></div></td>
<td width="53"><input name="ai" type="text" class="campo1" id="ai" value="<?php echo $aņo_inicio ?>" size="4" maxlength="4" /></td>
<td><div align="center" class="Estilo12"><strong>Proveedor : </strong></div></td>
<td><input name="prov" type="text" class="campo1" id="prov" value="<?php echo $proveedor ?>" size="20" maxlength="20" /></td>
</tr>
<tr>
<td><div align="center" class="Estilo12"><strong>Mes Termino : </strong></div></td>
<td><input name="mt" type="text" class="campo1" id="mt" value="<?php echo $mes_termino ?>" size="2" maxlength="2" /></td>
<td><div align="center" class="Estilo12"><strong>Año Termino : </strong></div></td>
<td><input name="at" type="text" class="campo1" id="at" value="<?php echo $aņo_termino ?>" size="4" maxlength="4" /></td>
<td colspan="2"> </td>
</tr>
</table>
</div>
</form>
</body>
</html>