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/informacion_asigaciones_sin_inicio.php
<?php 
  require_once("mainfile.php");
   include ("config.php");
   require_once("Conectarse.php");

		
$nombri=$_GET[nom];
$sucursal=$_GET[sucu];	
$orden_de_trabajo=$_GET[orden];

$control = mysql_query('SELECT contrato,tipo,apellidos_y_nombres,tipo_proceso ,area_derecho,carpeta,clase_de_negocio,fecha_autenticacion,sucursal,
fecha_asignacion,calidad_afiliado,nombre_abogado,documento_1,documento_2,documento_3,documento_4,documento_5,clase_de_titulo_uno,valor_titulo,fecha_expedicion_titulo_uno,fecha_vencimiento_titulo_valor,valor_intereses_causados,valor_clausula_penal,nombre_del_deudor,direccion_del_deudor,ciudad_deudor,telefono_deudor,telefono_cel,bienes_a_embargar,valor_titulo_dos,fecha_expedicion_titulo_dos,fecha_vencimiento_titulo_dos,valor_intereses_causados_dos,valor_clausula_penal_dos,nombre_deudor_dos,direccion_deudor_dos,ciudad_dos,telefono_dos,bienes_a_embargar_dos FROM INICIOS_PROCESOS_JURIDICOS  WHERE codigo = "'.$_GET["cedula"].'" and orden_de_trabajo = "'.$_GET["orden"].'" ');
			if (!$control) {
				die('Invalid query: ' . mysql_error());
			}   
			
	
     list($contrato,$tipo,$apellidos_y_nombres,$tipo_proceso,$area_derecho,$carpeta,$clase_de_negocio,$fecha_autenticacion,$sucursal,
$fecha_asignacion,$calidad_afiliado,$nombre_abogado,$documento_1,$documento_2,$documento_3,$documento_4,$documento_5,$clase_de_titulo_uno,$valor_titulo,$fecha_expedicion_titulo_uno,$fecha_vencimiento_titulo_valor,$valor_intereses_causados,$valor_clausula_penal,$nombre_del_deudor,$direccion_del_deudor,$ciudad_deudor,$telefono_deudor,$telefono_cel,$bienes_a_embargar,$valor_titulo_dos,$fecha_expedicion_titulo_dos,$fecha_vencimiento_titulo_dos,$valor_intereses_causados_dos,$valor_clausula_penal_dos,$nombre_deudor_dos,$direccion_deudor_dos,$ciudad_dos,$telefono_dos,$bienes_a_embargar_dos ) = mysql_fetch_row($control);
	 

	$sql2 = mysql_query('SELECT nombre_completo FROM asjudinet_abogados WHERE codigo_abogado = "'.$nombre_abogado.'"');
			if (!$sql2) {
				die('Invalid query: ' . mysql_error());
			}
	list($nombre_abogado) = mysql_fetch_row($sql2);


?>





<html>
<head>
<title>Verificacion Solicitud Cita</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.Estilo1 {font-family: "Arial Narrow"}
.Estilo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Estilo19 {font-family: "Arial Narrow"; font-weight: bold; }
.Estilo20 {color: #990000}
.Estilo21 {font-family: "Arial Narrow"; font-weight: bold; font-size: 14; color: #990000; }
.Estilo13 {font-size: 12px; font-weight: bold; }
.Estilo41 {font-family: "Times New Roman", Times, serif}
.Estilo42 {color: #009933}
.Estilo45 {
	color: #0066FF;
	font-size: 16px;
}
-->
</style>


<script Language="JavaScript">
<!--


//--></script>

<SCRIPT LANGUAGE='JavaScript'>
var default1 = "VENTANA PARA EL INGRESO DE ACTUACIONES"; // only shown once at page load
var text1 = "El primer encabezado muestra en detalle los datos del proceso seleccionado";
var text2 = "la segunda parte muestra el formulario para el ingreso de revistas";
var text3 = "No se le olvide tener en cuenta el número del folio que se entrega en el juzgado";
var changeRate = 3000; // 1000 = 1 second
var messageNumber = 0;

function changeStatus()
{
  if (messageNumber == 0) {
     window.status=default1;
     document.title=default1;
    }
  else if (messageNumber == 1) {
     window.status=text1;
    }
  else if (messageNumber == 2) {
     window.status=text2;
     }
  else if (messageNumber == 3) {
     window.status=text3;
     messageNumber = 0;
     }
  messageNumber++;
  setTimeout("changeStatus();",changeRate);
}
changeStatus(); // leave here to run right away
// -->
</SCRIPT>

<script type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->
</script>






<script languaje="JavaScript">
function Mostrar_Fecha()
{
         var mydate=new Date()
         var year=mydate.getYear()
         if (year < 1000)
                 year+=1900
                 var day=mydate.getDay()
                 var month=mydate.getMonth()
                 var daym=mydate.getDate()
                 if (daym<10)
                    daym="0"+daym
                    var dayarray=new Array("Domingo","Lunes","Martes","Miercoles","Jueves","Viernes","Sabado")
                    var montharray=new Array("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre")
                    document.write("<b><font face='Arial, Helvetica, sans-serif'>"+dayarray[day]+" "+daym+" de "+montharray[month]+" de "+year+"</font></b>")
}					





function Valida_Fecha(formulario)
{

  
   if (formulario.orden_t.value == "")
  {
    alert("Falta Ingresar Orden De Trabajo");
    formulario.orden_t.focus();
    return (false);
  }
  
  
    if (formulario.tipopro.value == "")
  {
    alert("Falta Ingresar Tipo De Proceso");
    formulario.tipopro.focus();
    return (false);
  }
  
  
  
  
  
  
  if (formulario.numero_carpeta.value == "")
  {
    alert("Falta Ingresar número carpeta-");
    formulario.numero_carpeta.focus();
    return (false);
  }

  if (formulario.clase_negocio.value == "")
  {
    alert("Falta Ingresar Clase De Negocio");
    formulario.clase_negocio.focus();
    return (false);
  }
 
   if (formulario.podfec.value == "")
  {
    alert("Falta Ingresar Fecha Autenticacion");
    formulario.podfec.focus();
    return (false);
  }
  
     if (formulario.sucursal.value == "")
  {
    alert("Falta Ingresar Sucursal");
    formulario.sucursal.focus();
    return (false);
	
  }
  
  
   if (formulario.calidad_afiliado.value == "")
  {
    alert("Falta Ingresar Calidad Afiliado");
    formulario.calidad_afiliado.focus();
    return (false);
  }
  
  
     if (formulario.calidad_afiliado.value == "")
  {
    alert("Falta Ingresar Calidad Afiliado");
    formulario.calidad_afiliado.focus();
    return (false);
  }
  
     if (formulario.codigo_abogado.value == "")
  {
    alert("Falta Seleccionar Abogado");
    formulario.codigo_abogado.focus();
    return (false);  
  }
  return (true);
}

var timerID = null;
var timerRunning = false; 
var id,pause=0,position=0; 
function stopclock () 
{
    if(timerRunning) 
        clearTimeout(timerID); 
    timerRunning = false;
}
function showtime ()
{ 
    var now = new Date();
    var hours = now.getHours(); 
    var minutes = now.getMinutes(); 
    var seconds = now.getSeconds() 
    var timeValue = "" + ((hours >12) ? hours -12 :hours)
    timeValue += ((minutes < 10) ? ":0" : ":") + minutes
    timeValue += ((seconds < 10) ? ":0" : ":") + seconds
    timeValue += (hours >= 12) ? " pm" : " am" 
    document.formulario.Hora_Envio.value = timeValue;
    timerID = setTimeout("showtime()",1000);
    timerRunning = true; 
}
function startclock ()
{ 
    stopclock ();
    showtime ();
}

//--></script>

<script language="JavaScript">
function update(envio)
{ 
   envio.identificacion.value = formulario.Cedula.value
   envio.contador.value = formulario.Contador.value      
   envio.hora_envio.value = formulario.Hora_Envio.value;   
}
</script>
</SCRIPT> 
<link href="file:///C|/Documents%20and%20Settings/web%20master/Mis%20documentos/job9.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.Estilo59 {color: #CC0000}
.Estilo60 {color: #006600}
.Estilo61 {font-size: 16px}
.Estilo62 {
	color: #000033;
	font-weight: bold;
	font-size: 16px;
}
.Estilo63 {color: #003399}
-->
</style>
</head>


<?php 
require_once("mainfile.php");
include ("config.php");
global $dbi;
$espacio = ' ';
$linea = '-';
$ot;
 
 
  require_once("Conectarse.php");


$control = mysql_query('SELECT cedula, codigo_militar, nombre, grado, numerocontrato,   tipocontrato , numero_libranza , tipo_afiliado, codigo_sucursal, direccion , telefono, celular, ciudad , email, cuenta, banco, entidad_laboral, unidad_descuento, codigo_descuento, entidad_recaudo, fecha_nacimiento, fecha_afiliacion, fecha_validacion, valorcontrato, numerocuotas, valorcuota,  fecha_inicio_contrato, fecha_termino_contrato, fecha_ultimo_registro, mes_inicio, ano_inicio, mes_termino, ano_termino, saldoanteior, cuotaspendientes, cuotasdescontadas, saldonuevo, vendedor, director,  beneficiarios, renovacion, causal_terminacion, fecha_terminacion, estado FROM cartera_serviasjudinet WHERE cedula =  "' . $_GET["ced2"] . '" and numerocontrato =  "' . $_GET["numcon"] . '" ');
		  if (!$control) {
				die('Invalid query 1: ' . mysql_error());
			} 
		$num=mysql_num_rows($control); 
		
		
list($cedula, $codi, $apes, $grad, $numcont, $plan, $num_lib, $titular, $codigosu, $dire, $tele, $celul, $ciud, $email, $cue, $ban, $enti, $unides, $codides, $entre, $fecna, $fechafil, $fechaval, $valcon, $numcuo, $valcuo, $fechainicio, $fechatermino, $fechaul, $mesini, $anoini, $mesfin, $anofin, $salant, $cupen, $cudesc, $salnue, $ven, $director,   $benet, $renova, $causal, $fechater, $esta) = mysql_fetch_row($control);
$inipag = $anoini.'-'.$mesini; 


			
	
					
					
$controlgg = mysql_query('SELECT  cedula, cedula_titular FROM  beneficiarios   WHERE cedula_titular = "' . $_GET["ced2"] . '"  and numero_contrato_titular  =  "' . $_GET["numcon"] . '"');
			if (!$controlgg) {
				die('Invalid query: ' . mysql_error());
			}

while(list($ceduc, $cedtiu ) = mysql_fetch_row($controlgg)) 
		{
			
 $control88 = mysql_query('SELECT cedula, numero_proceso, tipo_proceso, numero_contrato, tipo_contrato, codigo_sucursal, clase_negocio, despacho_judicial, ciudad_despacho, tipo_afiliado, calidad_juridica_afiliado, tipo_orden, numero_carpeta,  ultimo_folio, codigo_abogado, fecha_actuacion, actividad_proceso, estado_proceso FROM procesos WHERE cedula = "' .$ceduc. '"  and numero_contrato  =  "' . $_GET["numcon"] . '" ');
			if (!$control88) {
				die('Invalid query: ' . mysql_error());
			}  
			
			
	while(list($cedu, $numero_proceso, $tipo_proceso, $numero_contrato, $tipo_contrato, $codigo_sucursal, $clase_negocio, $despacho_judicial, $ciudad_despacho, $tipo_afiliado, $calidad_juridica_afiliado, $tipo_orden, $numero_carpeta, $ultimo_folio, $codigo_abogado, $fecha_actuacion, $actividad_proceso, $estado_proceso) = mysql_fetch_row($control88)) 
                              {
				$numben = $numben + 1 ; 
								}
			
			
 $control = mysql_query('SELECT cedula, numero_proceso, tipo_proceso, numero_contrato, tipo_contrato, codigo_sucursal, clase_negocio, despacho_judicial, ciudad_despacho, tipo_afiliado, calidad_juridica_afiliado, tipo_orden, numero_carpeta,  ultimo_folio, codigo_abogado, fecha_actuacion, actividad_proceso, estado_proceso FROM procesos_historicos
 WHERE cedula = "' .$ceduc. '"  and numero_contrato  =  "' . $_GET["apes"] . '" ');
			if (!$control) {
				die('Invalid query: ' . mysql_error());
			}  
			while(list($cedu, $numero_proceso, $tipo_proceso, $numero_contrato, $tipo_contrato, $codigo_sucursal, $clase_negocio, $despacho_judicial, $ciudad_despacho, $tipo_afiliado, $calidad_juridica_afiliado, $tipo_orden, $numero_carpeta, $ultimo_folio, $codigo_abogado, $fecha_actuacion, $actividad_proceso, $estado_proceso) = mysql_fetch_row($control)) 
                              {
				$numbenhis = $numbenhis + 1 ; 
								}
		}
								

?>


<!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=utf-8" />
<title>INGRESAR ASIGNACION PROCESO</title>


<style type="text/css">
<!--
.est_cont5 {
	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;
}
.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;
}
.sol_cre1 {
	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;
}
.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;
}
.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;
}
.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: 11px;
	color: #5151FF;
	background-color: #C4E4FD;

	border: thin solid #009999;
	height: 18px;
	width: auto;
}
.Estilo51 {color: #006600;
	font-family: "Arial Narrow";
	font-weight: bold;
}
.datos1 {font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: blink;
	background-color: #CCFFCC;
	margin: 5px;
	padding: 7px;
	height: auto;
	width: auto;
	border: thin solid #0099FF;
}
.datos1 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #FDE0C1;
	margin: 2px;
	padding: 3px;
	border: medium doble #DBAED7;
}
.datos1 {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #B8F5E8;
	margin: 4px;
	padding: 5px;
	border: thin outset #009999;
}
.datos2 {	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #0033FF;
	background-color: #FFE2C6;
	margin: 2px;
	padding: 3px;
	border: medium doble #EEBFEB;
}
.datos3 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF3300;
	background-color: #A6ECD7;
	margin: 4px;
	padding: 4px;
	border: medium groove #CCCCFF;
}
.go {	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	color: #FF6633;
	background-color: #FBDCBD;
	padding: 1px;
	height: auto;
	width: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.Estilo64 {
	font-size: 8px;
	font-weight: bold;
	color: #000000;
}
.Estilo66 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.label {background-color: #FFFFCC; font-size: 12px; font-family: Arial; color:#0000CC; display: block;}
.Estilo67 {color: #FF0000}
#form1 div .sol_cre1 tr td div .sol_cre1 tr td .Estilo55 div {
	color: #F00;
}
.dfr {
	color: #F00;
}
#form1 div .sol_cre1 tr td div .sol_cre1 tr td div .dfr strong {
	color: #F00;
}
.asd {
	color: #F00;
}
.asd {
	color: #F00;
}
.asd {
	color: #F00;
}
.dan {
	color: #F00;
}


.da {
	color: #F00;
}
sasasasa {
	color: #000;
}
sasasa {
	color: #F00;
}
aSASDASDA {
	color: #F00;
}
.asa {
	color: #F00;
}
a:active {
	color: #F00;
}
Aasasa {
	color: #F00;
}
.qaasa {
	color: #F00;
}
sasasa {
	color: #F00;
}
.estilo {
	color: #F00;
}
.dani {
	color: #F00;
}
body form table tr td {
	text-align: center;
}
-->
</style>
<script Language="JavaScript">
function validarEntero(valor){ 
      //intento convertir a entero. 
     //si era un entero no le afecta, si no lo era lo intenta convertir 
     valor = parseInt(valor) 

      //Compruebo si es un valor numérico 
      if (isNaN(valor)) { 
            //entonces (no es numero) devuelvo el valor cadena vacia 
            return "" 
      }else{ 
            //En caso contrario (Si era un número) devuelvo el valor 
            return valor 
      } 
} 
function Mostrar_Fecha()
{
         var mydate=new Date()
         var year=mydate.getYear()
         if (year < 1000)
                 year+=1900
                 var day=mydate.getDay()
                 var month=mydate.getMonth()
                 var daym=mydate.getDate()
                 if (daym<10)
                    daym="0"+daym
                    var dayarray=new Array("Domingo","Lunes","Martes","Miercoles","Jueves","Viernes","Sabado")
                    var montharray=new Array("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre")
                    document.write("<b><font face='Arial, Helvetica, sans-serif'>"+dayarray[day]+" "+daym+" de "+montharray[month]+" de "+year+"</font></b>")
}					 
function valida_envia(){
	//valido LOS APELLIDOS
	if (document.form1.ape.value.length==0){
		alert("Tiene que escribir la orden de trabajo")
		document.form1.ape.focus()
		return (false);
	}
	
		//valido el nombre
	if (document.form1.noms.value.length==0){
		alert("Tiene que escribir sus nombres")
		document.form1.noms.focus()
		return (false);
	}

		//valido la cedula
	if (document.form1.ced.value.length==0){
		alert("Tiene que escribir el numero de cedula")
		document.form1.ced.focus()
		return (false);
	}

	return (true);
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
</script>
</head>
<body >
<form action="" method="post" name="formulario" onSubmit="return Valida_Fecha(this)">

    <div class="Estilo1"align="center">ASIGNACION PROCESOS</div>
    <br />

        <table  border="1" >
      
       <tr>
       <td colspan="3"  align="center" bgcolor="#E8FFF7"><strong>Area del derecho :</strong> 
       <input name="tipopro" type="text" id="tipopro" value="<?php echo $area_derecho?>" size="50" maxlength="50"readonly="" />
       </td>
        
      <td width="348" bgcolor="#E8FFF7" align="left" > <strong>Orden De Trabajo :</strong>
      <input name="orden_t" type="text" class="Estilo66" id="orden_t" value="<?php echo $orden_de_trabajo?>" size="10" maxlength="10" />
          </td>
             
        </tr>
        <tr>
        <td colspan="3"   align="center" bgcolor="#E8FFF7"><strong>Apellidos y Nombres:</strong>
        <input name="apenom" type="text" class="Estilo66" id="apenom" value="<?php echo $apellidos_y_nombres ?>" size="60" maxlength="65"  readonly=""/></td>
         <td width="348" bgcolor="#E8FFF7"><strong>Tipo Proceso :</strong>
       <input name="tipopro" type="text" id="tipopro" value="<?php echo $tipo_proceso?>" size="30" maxlength="30"readonly="" /> </td>   
          
        </tr>
        <tr>
          <td  align="center"  bgcolor="#E8FFF7" > <strong>Cédula / Código:</strong>
  <input name="codig" type="text" class="Estilo66" id="codig" value="<?php echo $_GET["cedula"] ?>" size="10" maxlength="10"readonly="" /> 
          <td align="center" bgcolor="#E8FFF7"><strong>Numero de Carpeta :</strong> <input name="numero_carpeta" type="text" class="campo" id="numero_carpeta" size="6" maxlength="6" value="<?php echo $carpeta ?>">
          </td> 
          <td colspan="2"  bgcolor="#E8FFF7" >
          <strong>Contrato N&deg; :</strong>
       <input name="contra" type="text" class="Estilo66" id="contra" value="<?php echo $contrato ?>" size="20" maxlength="20" readonly="" />
       <strong>Tipo :</strong> <input name="tipe" type="text" class="Estilo66" id="tipe" value="<?php echo $tipo ?>" size="4" maxlength="4"readonly="" />
         </td>
     
        </tr>
            
        <td align="left" colspan="4" bgcolor="#E8FFF7"><strong>Clase De Negocio:</strong></tr>

          <tr>
         <td colspan="2" bgcolor="#E8FFF7" ><strong> Poder Fecha Autenticacion</strong>
            <input name="podfec" type="text" class="Estilo66" id="podfec" value="<?php echo $fecha_autenticacion ?>" size="12" maxlength="10"/>
        </td>
         
      <td width="392" align="center" bgcolor="#E8FFF7"><strong>Sucursal :</strong>
       <input name="sucursal" type="text" class="Estilo66" id="sucursal" value="<?php echo $sucursal ?>" size="18" maxlength="10"/>
      
     
        
          <td  bgcolor="#E8FFF7"><strong> Fecha Asignacion</strong>
           <input name="fechaasign" type="text" class="Estilo66" id="fechaasign" value="<?php echo $fecha_asignacion?>" size="12" maxlength="10"/>
         </td></tr>
          <tr>
          <td colspan="2" align="center" bgcolor="#E8FFF7"><strong>Calidad Afiliado :</strong>
       <input name="calidadafilia" type="text" class="Estilo66" id="calidadafilia" value="<?php echo $calidad_afiliado?>" size="16" maxlength="10"/>
        </td>  
        <td  colspan="2" align="center" bgcolor="#E8FFF7" ><strong>Nombre Abogado:</strong>
          
       <input name="codigo_abogado" type="text" class="Estilo66" id="codigo_abogado" value="<?php echo $nombre_abogado?>" size="70" maxlength="10"/>
         
          </div></td>
</tr>
          <td  colspan="2"bgcolor="#E8FFF7"><strong>Documentos Entregados 1:</strong>
            <input name="doc1" type="text" class="Estilo66" id="doc1" value="<?php echo $documento_1?>" size="50" maxlength="70"/>
        </td>
          
          <td width="392" align="right" bgcolor="#E8FFF7"><strong>Documento 2 :</strong>
            <input name="doc2" type="text" class="Estilo66" id="doc2" value="<?php echo $documento_2?>" size="50" maxlength="70"/> 
          </div></td>

          <td bgcolor="#E8FFF7"><strong>Documento 3:</strong>:
            <input name="doc3" type="text" class="Estilo66" id="doc3"  value="<?php echo $documento_3?>" size="50" maxlength="70"/>
       </td></tr>
       <tr>
          <td colspan="2" bgcolor="#E8FFF7"><strong>Documento 4:</strong>
            <input name="doc4" type="text" class="Estilo66" id="doc4" value="<?php echo $documento_4?>" size="50" maxlength="70" />
         </td>
          
          <td bgcolor="#E8FFF7"><strong>Documento 5:</strong>
            <input name="doc5" type="text" class="Estilo66" id="doc5"  value="<?php echo $documento_5?>" size="50" maxlength="70"/>
     </td> 

          <td bgcolor="#E8FFF7"><strong>Clase De Titulo Uno:</strong>
  
            <input name="clastitu" type="text" class="Estilo66" id="clastitu" value="<?php echo $clase_de_titulo_uno?>" size="45" maxlength="45" />
       </td>
          </tr>
          
          <tr>
          <td width="255" align="right" bgcolor="#E8FFF7"><strong>Valor:</strong><input name="valcuo" type="text" class="Estilo66" id="valcuo" value="<?php echo $valor_titulo?>" size="12" maxlength="12" /></td>
          <td width="313" height="8" bgcolor="#E8FFF7"><strong>Fecha de Expedicion  Del Titulo Uno: </strong>
            <input name="fecha3" type="text" class="Estilo66" id="fecha3" value="<?php echo $fecha_expedicion_titulo_uno?>" size="12" maxlength="10"/>
  </td>
          <td bgcolor="#E8FFF7"><strong>Fecha Vencimiento Titulo Valor:</strong>
            <input name="fecha4" type="text" id="fecha4" value="<?php echo $fecha_vencimiento_titulo_valor?>" size="10" maxlength="10" />
      </td>

          <td bgcolor="#E8FFF7"><strong>Valor Intereses Causados:</strong></div>
            <input name="valintcaus" type="text" class="Estilo66" id="valintcaus" value="<?php echo $valor_intereses_causados?>" size="12" maxlength="12"/>
       </td></tr>
          <tr>
          <td height="44" bgcolor="#E8FFF7"><div align="right"><strong>Valor Clausula Penal:</strong>
          <input name="valclap" type="text" class="Estilo66" id="valclap" value="<?php echo $valor_clausula_penal?>" size="30" maxlength="30" />
          </td>
            
          <td height="44" colspan="2" bgcolor="#E8FFF7"><strong>Nombre del Deudor:</strong>
            <input name="nomdeu" type="text" class="Estilo66" id="nomdeu" value="<?php echo $nombre_del_deudor?>" size="40" maxlength="40" />
         </td>
			
            
             <td  bgcolor="#E8FFF7"><strong>Direccion Del Deudor:</strong>
          <input name="dirdeu" type="text" class="Estilo66" id="dirdeu" value="<?php echo $direccion_del_deudor?>" size="25" maxlength="25" /></td></tr>

          
          
          <td  colspan="2" bgcolor="#E8FFF7"><strong>Ciudad</strong>
          <input name="ciud" type="text" class="Estilo66" id="ciud" value="<?php echo $ciudad_deudor?>" size="30" maxlength="30"/>
        </td>
         
          <td bgcolor="#E8FFF7"><strong>Telefono Deudor:</strong>
            <input name="tele" type="text" class="Estilo66" id="tele" value="<?php echo $telefono_deudor?>" size="12" maxlength="14"/>
        </td>

          <td bgcolor="#E8FFF7" align="right"><strong>Telefono Celular:</strong>
            <input name="telecel" type="text" class="Estilo66" id="telecel" value="<?php echo $telefono_cel?>" size="15" maxlength="15"/>
            </td></tr>
   		<tr>
         <td  bgcolor="#E8FFF7"><strong>Bienes A embargar</strong></td>
          <td colspan="3" align="left" bgcolor="#E8FFF7">
<input name="bienea" type="text" class="Estilo66" id="bienea" value="<?php echo $bienes_a_embargar?>" size="100" maxlength="15"/>
          
          </td></tr>
          <tr>
         <td colspan="2" bgcolor="#E8FFF7"><strong>Clase De Titulo Dos:
           <input name="clastitu2" type="text" class="Estilo66" id="clastitu2" value="<?php echo $bienes_a_embargar?>" size="45" maxlength="45" />
         </strong></td>
         
          <td colspan="0" bgcolor="#E8FFF7"><div align="center">   <span class="dani"> <strong>Valor Dos: </strong><input name="valo2" type="text" class="Estilo66" id="valo2" value="<?php echo $valor_titulo_dos?>"  size="40"  maxlength="30"/></td>

   <td  bgcolor="#E8FFF7"><strong>Fecha de Expedicion  Del Titulo Dos:</strong>
    <input name="fecha5" type="text" id="fecha5" value="<?php echo $fecha_expedicion_titulo_dos?>" size="10" maxlength="10" /></td></tr>
 
  <tr>  
 <td  colspan="2" bgcolor="#E8FFF7"><strong>Fecha Vencimiento Titulo Valor Dos:</strong><input name="fecha6" type="text" id="fecha6" value="<?php echo $fecha_vencimiento_titulo_dos?>" size="10" maxlength="10" /></td>
 
 <td bgcolor="#E8FFF7">
   <strong>Valor Intereses Causados Dos</strong><input name="intere" type="text" class="Estilo66" id="intere"  value="<?php echo $valor_intereses_causados_dos?>"size="20" maxlength="20"/> </td>
   
   
 <td bgcolor="#E8FFF7" ><strong>Valor Clausula Penal Dos</strong><input name="valclau" type="text" class="Estilo66" id="valclau"  value="<?php echo $valor_clausula_penal_dos?>" size="20" maxlength="20"/></td></tr>
 <tr>
          <td bgcolor="#E8FFF7">
        <strong>Nombre del Deudor Dos:</strong>
        </td>
 <td  align="left" bgcolor="#E8FFF7"><input name="nomdeu2" type="text" class="Estilo66" id="nomdeu2" value="<?php echo $nombre_deudor_dos?>" size="50" maxlength="50" /></td>


<td bgcolor="#E8FFF7"  align="right" ><strong>Direccion Del Deudor Dos:</strong></td>
  <td  align="left" bgcolor="#E8FFF7"><input name="dir2" type="text" class="Estilo66" id="dir2" value="<?php echo $direccion_deudor_dos?>" size="20" maxlength="20" /></td>
</tr>
<tr>
 <td align="right" bgcolor="#E8FFF7"  ><strong>Telefono Dos</strong></td>
 <td  align="left" bgcolor="#E8FFF7"><input name="tele2" type="text" class="Estilo66" id="tele2" value="<?php echo $telefono_dos?>" size="30" maxlength="30"/></td>

  <td bgcolor="#E8FFF7" ><div align="center">
           <div align="right"><strong>Ciudad Dos</strong></div>
          </div></td>
 <td  align="left" bgcolor="#E8FFF7"><input name="ciu2" type="text" class="Estilo66" id="ciu2" value="<?php echo $ciudad_dos?>" size="20" maxlength="20" /></td>
       
 
 
 
 </tr>
 
 
 
 <td bgcolor="#E8FFF7"  >
 <strong>Bienes A embargar</strong></td>
<td colspan="5" align="left" bgcolor="#E8FFF7">
 <textarea name="biene2" cols="90" rows="3" id="biene2" class="sel"></textarea>
</td>
  </tr>
  
    </table>
      
</form>
</body>
</html>