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/adirectoress/informa_asigaciones_sin_inicio.php
<?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="X-UA-Compatible" content="IE=8; IE=9; IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    
<style type="text/css">
	*{margin: 0;padding: 0;}
    body{background-color:#FFFFFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif}
    header {background-color: #B7271F; text-align: center;}
    .cerrarsesion{width: auto;background-color: #DBD8C9;color: #000;font-size: 13px;position:absolute;top: 15px;right:10px;z-index:0;padding: 10px;border-radius: 10px;cursor: pointer;}
    .cerrarsesion:hover{background-color: #ffffff;color: #000;}
    .titulo{width: 100%;text-align: center;background-color: #dbd8c9;color: #b20606;padding: 6px 0;font-size: 18px;}
	.subtitulos{width: 100%;text-align: left;color: #b20606;padding: 2px 0;font-size: 13px;}
    table{margin: 0 auto;border: 8px solid #bebebe; text-align: center; 
	-webkit-box-shadow: 10px 10px 10px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 10px -4px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 10px -4px rgba(0,0,0,0.75);}
    .irmenu{width: 150px;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{border: #D7D7D7 solid 0.2px;}
    .tdizq{background-color: #EEE; padding: 1px 1px;color: #00135F;font-size: 14px;font-weight: 400; text-align: left;}
    .tdcen{background-color: #EEE; padding: 1px 1px;color: #00135F;font-size: 14px;font-weight: 400; text-align: center;}
    .tdder{background-color: #EEE; padding: 1px 1px;color: #00135F;font-size: 14px;font-weight: 400; text-align: right;}
	.tdroja{background-color: #EEE; padding: 1px 1px;color: #CC0005;font-size: 14px;font-weight: 600; text-align: right;}
	.tdi{background-color: #E5DB93; padding: 1px 1px;color: #00135F;font-size: 14px;font-weight: 400; text-align: left;}
    .tdc{background-color: #E5DB93; padding: 1px 1px;color: #00135F;font-size: 14px;font-weight: 400; text-align: center;}
    .tdd{background-color: #E5DB93; padding: 1px 1px;color: #00135F;font-size: 14px;font-weight: 400; text-align: right;}
	.exp{color:#8A0000; font-size:12px;}
    .boton1{width:150px;background-color: #ffffff;color: #000;padding: 4px;border:1px solid #580000;border-radius:2px;}
    .boton1:hover{background-color: #6f0000;color: #fff;cursor: pointer;}
	.direcciona{width: 150px;background-color: #D4090C;color: #fff; padding: 4px;border-radius: 3px;}
	.direcciona:hover{background-color: #67a0d9; color: #000;}
    input[type=text],select{height: 18px; background-color: #FFFFFF; font-size: 12px;}
	
	.tdtitulo{background-color: #e3dec0; color: #b20606; padding: 2px; text-align: center; font-size: 12px; font-weight: 900}
    .tdfull{background-color: #fff; color: #000; padding: 5px; text-align: center; font-size: 12px; font-family:Verdana, Geneva, sans-serif;}
	.tdjustify{background-color: #fff; color: #000; padding: 5px; text-align: justify; font-size: 12px; font-family:Verdana, Geneva, sans-serif;}
    .botonnew{width: 25px; background-color: #C0292E;color: #FFFFFF;padding: 1px;border-radius:5px;}
    .botonnew:hover{background-color: #cbbd6a;color: #000;padding: 1px;border-radius:5px;}
</style>



<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
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>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>INGRESAR ASIGNACION PROCESO</title>


<meta http-equiv="X-UA-Compatible" content="IE=8; IE=9; IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    
<style type="text/css">
	*{margin: 0;padding: 0;}
    body{background-color:#FFFFFF;font-family:Verdana, Geneva, sans-serif;}
    header {background-color: #B7271F; text-align: center;}
    .cerrarsesion{width: auto;background-color: #DBD8C9;color: #000;font-size: 13px;position:absolute;top: 15px;right:10px;z-index:0;padding: 10px;border-radius: 10px;cursor: pointer;}
    .cerrarsesion:hover{background-color: #ffffff;color: #000;}
    .titulo{width: 100%;text-align: center;background-color: #dbd8c9;color: #b20606;padding: 6px 0;font-size: 18px;}
	.subtitulos{width: 100%;text-align: left;color: #b20606;padding: 2px 0;font-size: 13px;}
    table{margin: 0 auto;border: 8px solid #bebebe; text-align: center; 
	-webkit-box-shadow: 10px 10px 10px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 10px -4px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 10px -4px rgba(0,0,0,0.75);}
    .irmenu{width: 150px;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{border: #D7D7D7 solid 0.2px; height: 26px;}
    .tdizq{background-color: #EEE; color: #C70000;font-size: 12px;font-weight: 200; text-align: left;}
    .tdcen{background-color: #EEE; color: #00135F;font-size: 12px;font-weight: 200; text-align: center;}
    .tdder{background-color: #EEE; color: #630000;font-size: 12px;font-weight: 200; text-align: right;}
	.tdroja{background-color: #EEE; color: #CC0005;font-size: 12px;font-weight: 400; text-align: right;}
	.tdi{background-color: #E5DB93; color: #00135F;font-size: 12px;font-weight: 200; text-align: left;}
    .tdc{background-color: #E5DB93; color: #00135F;font-size: 12px;font-weight: 200; text-align: center;}
    .tdd{background-color: #E5DB93; color: #00135F;font-size: 12px;font-weight: 200; text-align: right;}
	.exp{color:#8A0000; font-size:12px;}
    .boton1{width:150px;background-color: #ffffff;color: #000;padding: 4px;border:1px solid #580000;border-radius:2px;}
    .boton1:hover{background-color: #6f0000;color: #fff;cursor: pointer;}
	.direcciona{width: 150px;background-color: #640001;color: #fff; padding: 4px;border-radius: 3px;}
	.direcciona:hover{background-color: #67a0d9; color: #000;}
    input[type=text],select{height: 18px; background-color: #FFFFFF; font-size: 12px;}
	/*select{border:solid #191919 0.5px; border-radius: 3px; padding: 1px;background-color: #FFFFFF; font-weight:600px; }*/
	
	.tdtitulo{background-color: #e3dec0; color: #b20606; padding: 2px; text-align: center; font-size: 12px; font-weight: 900}
    .tdfull{background-color: #fff; color: #000; padding: 5px; text-align: center; font-size: 12px; font-family:Verdana, Geneva, sans-serif;}
	.tdjustify{background-color: #fff; color: #000; padding: 5px; text-align: justify; font-size: 12px; font-family:Verdana, Geneva, sans-serif;}
    .botonnew{width: 25px; background-color: #C0292E;color: #FFFFFF;padding: 1px;border-radius:5px;}
    .botonnew:hover{background-color: #cbbd6a;color: #000;padding: 1px;border-radius:5px;}
</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 >
<header>
    <img src="../ELEMENTS/bannerInterasjudinet.png" alt="" width=" 700" height="70">
</header>
<h3 class="titulo">ASIGNACION PROCESOS</h3>	
	
<form action="" method="post" name="formulario" onSubmit="return Valida_Fecha(this)">
<!--<div class="Estilo1"align="center">ASIGNACION PROCESOS</div>-->
<br />

<table width="1600" border="1" >

<tr>
	<td class="tdder">Area del derecho :</td>
	<td class="tdizq"><input name="tipopro" type="text" id="tipopro" value="<?php echo $area_derecho?>" size="50" maxlength="50"readonly="" /></td>
	<td class="tdder">Orden De Trabajo :</td>
	<td class="tdizq"><input name="orden_t" type="text" class="Estilo66" id="orden_t" value="<?php echo $orden_de_trabajo?>" size="10" maxlength="10" /></td>
	<td class="tdder" >Contrato N&deg; :</td>
	<td class="tdizq"><input name="contra" type="text" class="Estilo66" id="contra" value="<?php echo $contrato ?>" size="20" maxlength="20" readonly="" />
</tr>

<tr>
	<td class="tdder">Apellidos y Nombres:</td>
	<td class="tdizq" colspan="2"><input name="apenom" type="text" class="Estilo66" id="apenom" value="<?php echo $apellidos_y_nombres ?>" size="60" maxlength="65"  readonly=""/></td>
	<td class="tdder">Tipo Proceso :</td>
	<td class="tdizq"><input name="tipopro" type="text" id="tipopro" value="<?php echo $tipo_proceso?>" size="30" maxlength="30"readonly="" /> </td> 
	<td class="tdizq"></td>
</tr>

<tr>
	<td class="tdder">Cédula / Código:</td>
	<td class="tdizq"><input name="codig" type="text" class="Estilo66" id="codig" value="<?php echo $_GET["cedula"] ?>" size="10" maxlength="10"readonly="" /> 
  	<td class="tdder">Numero de Carpeta :</td>
	<td class="tdizq"><input name="numero_carpeta" type="text" class="campo" id="numero_carpeta" size="6" maxlength="6" value="<?php echo $carpeta ?>"></td> 
   	<td class="tdder">Tipo :</td>
	<td class="tdizq"><input name="tipe" type="text" class="Estilo66" id="tipe" value="<?php echo $tipo ?>" size="4" maxlength="4"readonly="" /></td>
</tr>
     
<tr>
	<td class="fecha" colspan="6">Clase De Negocio:
</tr>

<tr>
	<td class="tdder">Poder Fecha Autenticacion</td>
	<td class="tdizq"><input name="podfec" type="text" class="Estilo66" id="podfec" value="<?php echo $fecha_autenticacion ?>" size="12" maxlength="10"/></td>
	<td class="tdder">Sucursal :</td>
	<td class="tdizq"><input name="sucursal" type="text" class="Estilo66" id="sucursal" value="<?php echo $sucursal ?>" size="18" maxlength="10"/>
	<td class="tdder">Fecha Asignacion</td>
	<td class="tdizq"><input name="fechaasign" type="text" class="Estilo66" id="fechaasign" value="<?php echo $fecha_asignacion?>" size="12" maxlength="10"/></td>
</tr>

<tr>
	<td class="tdder">Calidad Afiliado :</td>
	<td class="tdizq"><input name="calidadafilia" type="text" class="Estilo66" id="calidadafilia" value="<?php echo $calidad_afiliado?>" size="16" maxlength="10"/></td>
	<td class="tdder" >Nombre Abogado:</td>
	<td class="tdizq" colspan="2"><input name="codigo_abogado" type="text" class="Estilo66" id="codigo_abogado" value="<?php echo $nombre_abogado?>" size="70" maxlength="10"/></td>
	<td class="tdizq"></td>
</tr>
 
<tr>
	<td class="tdder" >Documentos Entregados 1:</td>
	<td class="tdizq"><input name="doc1" type="text" class="Estilo66" id="doc1" value="<?php echo $documento_1?>" size="50" maxlength="70"/></td>
    <td class="tdder">Documento 2 :</td>
	<td class="tdizq"><input name="doc2" type="text" class="Estilo66" id="doc2" value="<?php echo $documento_2?>" size="50" maxlength="70"/></td>
	<td class="tdder">Documento 3:</td>
	<td class="tdizq"><input name="doc3" type="text" class="Estilo66" id="doc3"  value="<?php echo $documento_3?>" size="50" maxlength="70"/></td>
</tr>

<tr>
	<td class="tdder" >Documento 4:</td>
	<td class="tdizq"><input name="doc4" type="text" class="Estilo66" id="doc4" value="<?php echo $documento_4?>" size="50" maxlength="70" /></td>
    <td class="tdder">Documento 5:</td>
	<td class="tdizq"><input name="doc5" type="text" class="Estilo66" id="doc5"  value="<?php echo $documento_5?>" size="50" maxlength="70"/></td> 
	<td class="tdder">Clase De Titulo Uno:</td>
	<td class="tdizq"><input name="clastitu" type="text" class="Estilo66" id="clastitu" value="<?php echo $clase_de_titulo_uno?>" size="45" maxlength="45" /></td>
</tr>
          
<tr>
	<td class="tdder">Valor:</td>
	<td class="tdizq"><input name="valcuo" type="text" class="Estilo66" id="valcuo" value="<?php echo $valor_titulo?>" size="12" maxlength="12" /></td>
    <td class="tdizq">Fecha de Expedicion  Del Titulo Uno:<input name="fecha3" type="text" class="Estilo66" id="fecha3" value="<?php echo $fecha_expedicion_titulo_uno?>" size="12" maxlength="10"/></td>
    <td class="tdizq">Fecha Vencimiento Titulo Valor:<input name="fecha4" type="text" id="fecha4" value="<?php echo $fecha_vencimiento_titulo_valor?>" size="10" maxlength="10" /></td>
	<td class="tdizq">Valor Intereses Causados:</td>
	<td class="tdizq"><input name="valintcaus" type="text" class="Estilo66" id="valintcaus" value="<?php echo $valor_intereses_causados?>" size="12" maxlength="12"/></td>
</tr>

<tr>
	<td class="tdder">Valor Clausula Penal:</td>
	<td class="tdizq"><input name="valclap" type="text" class="Estilo66" id="valclap" value="<?php echo $valor_clausula_penal?>" size="30" maxlength="30" /></td>
   	<td class="tdder">Nombre del Deudor:</td>
	<td class="tdizq"><input name="nomdeu" type="text" class="Estilo66" id="nomdeu" value="<?php echo $nombre_del_deudor?>" size="40" maxlength="40" /></td>
	<td class="tdder">Direccion Del Deudor:</td>
	<td class="tdizq"><input name="dirdeu" type="text" class="Estilo66" id="dirdeu" value="<?php echo $direccion_del_deudor?>" size="25" maxlength="25" /></td>
</tr>

          
<tr>         
	<td class="tdder">Ciudad</td>
	<td class="tdizq"><input name="ciud" type="text" class="Estilo66" id="ciud" value="<?php echo $ciudad_deudor?>" size="30" maxlength="30"/></td>
    <td class="tdder">Telefono Deudor:</td>
	<td class="tdizq"><input name="tele" type="text" class="Estilo66" id="tele" value="<?php echo $telefono_deudor?>" size="12" maxlength="14"/></td>
	<td class="tdder">Telefono Celular:</td>
	<td class="tdizq"><input name="telecel" type="text" class="Estilo66" id="telecel" value="<?php echo $telefono_cel?>" size="15" maxlength="15"/></td>
</tr>

<tr>
	<td class="tdder">Bienes A embargar</td>
    <td class="tdizq" colspan="10"><input name="bienea" type="text" class="Estilo66" id="bienea" value="<?php echo $bienes_a_embargar?>" size="100" maxlength="15"/></td>
</tr>

<tr>
	<td class="tdder">Clase De Titulo Dos:</td>
	<td class="tdizq"><input name="clastitu2" type="text" class="Estilo66" id="clastitu2" value="<?php echo $bienes_a_embargar?>" size="45" maxlength="45" /></td>
    <td class="tdder">Valor Dos:</td>
	<td class="tdizq"><input name="valo2" type="text" class="Estilo66" id="valo2" value="<?php echo $valor_titulo_dos?>"  size="40"  maxlength="30"/></td>

   	<td class="tdder">Fecha de Expedicion  Del Titulo Dos:</td>
	<td class="tdizq"><input name="fecha5" type="text" id="fecha5" value="<?php echo $fecha_expedicion_titulo_dos?>" size="10" maxlength="10" /></td></tr>
<tr>  

	
	<td class="tdder">Fecha Vencimiento Titulo Valor Dos:</td>
	<td class="tdizq"><input name="fecha6" type="text" id="fecha6" value="<?php echo $fecha_vencimiento_titulo_dos?>" size="10" maxlength="10" /></td>
 	<td class="tdder">Valor Intereses Causados Dos</td>
	<td class="tdizq"><input name="intere" type="text" class="Estilo66" id="intere"  value="<?php echo $valor_intereses_causados_dos?>"size="20" maxlength="20"/> </td>
   
   
	<td class="tdder">Valor Clausula Penal Dos</td>
	<td class="tdizq"><input name="valclau" type="text" class="Estilo66" id="valclau"  value="<?php echo $valor_clausula_penal_dos?>" size="20" maxlength="20"/></td>
</tr>
	 
	 
<tr>
	<td class="tdder">Nombre del Deudor Dos:</td>
 	<td class="tdizq"><input name="nomdeu2" type="text" class="Estilo66" id="nomdeu2" value="<?php echo $nombre_deudor_dos?>" size="50" maxlength="50" /></td>
	<td class="tdder">Direccion Del Deudor Dos:</td>
  	<td class="tdizq"><input name="dir2" type="text" class="Estilo66" id="dir2" value="<?php echo $direccion_deudor_dos?>" size="20" maxlength="20" /></td>
</tr>
	 
	 
<tr>
 	<td class="tdder">Telefono Dos</td>
 	<td class="tdizq"><input name="tele2" type="text" class="Estilo66" id="tele2" value="<?php echo $telefono_dos?>" size="30" maxlength="30"/></td>
  	<td class="tdder">Ciudad Dos</td>
 	<td class="tdizq"><input name="ciu2" type="text" class="Estilo66" id="ciu2" value="<?php echo $ciudad_dos?>" size="20" maxlength="20" /></td>
</tr>
 
<tr>
	<td class="tdder">Bienes A embargar</td>
	<td class="tdizq" colspan="10"><textarea name="biene2" cols="90" rows="3" id="biene2" class="sel"></textarea></td>
</tr>
  
</table>
      
</form>
</body>
</html>