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/acalidad/requerimientos_califica_abogados_control2.php
<?PHP
require_once("../Conectarse.php");

$result = mysql_query('SELECT id,numradica,identificacion,nombre_completo,codigo_dep_envio,funcionario_requiere, referencia,fecha_envio,hora_envio,asunto,mensaje,funcionario_requiere,fecha_respuesta,hora_respuesta, asunto_respuesta,funcionario_respuesta,mesaje_respuesta FROM requerimientos WHERE id = "'.$_GET["id"].'" ');
			if (!$result) {
				die('Invalid query: ' . mysql_error());
			}

if($result) 
{

       if (mysql_num_rows($result)==0) 
       {
                echo "<script>alert('Número de Identificación no encontrado');</script>";
	            exit;
       }			 
     list($Id, $numradica, $Identificacion,  $Nombre_Completo,  $nombre_dep, $Nombre_Elaboro, $Referencia, $fechaen, $horaen, $Asunto, $mensajeen, $Quien_Expide, $fechare, $horare, $asuntore, $funre, $mensajere) = mysql_fetch_row($result);
	 
   
	 
?>
<!DOCTYPE HTML>
<html>
<head>
<title>Ingresar calificacion requerimientos</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">
<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_envia(){
	//valido LOS APELLIDOS
	if (document.form1.calificacion.value.length==0){
		alert("Tiene que Seleccionar Recalificación")
		document.form1.calificacion.focus()
		return (false);
	}
	


	return (true);
}					
</script>
<style type="text/css">
	*{margin: 0;padding: 0;}
    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: 240px;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: #969696 solid 1px;}
    .tdizq{background-color: #EEE; padding: 1px 10px;color: #00135F;font-size: 13px;font-weight: 600; text-align: left;}
    .tdcen{background-color: #EEE; padding: 1px 10px;color: #00135F;font-size: 13px;font-weight: 600; text-align: center;}
    .tdder{background-color: #EEE; padding: 1px 10px;color: #00135F;font-size: 13px;font-weight: 600; text-align: right;}
	.exp{color:#8A0000; font-size:10px;}
    .boton1{width:200px;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: #FFFEF4;}
	
	/*Estilo Complementario*/
	.tdi{background-color: #F9FBC8; padding: 1px 10px;color: #00135F;font-size: 12px;font-weight: 600; text-align: left;}
	.tdc{background-color: #F9FBC8; padding: 1px 10px;color: #00135F;font-size: 12px;font-weight: 600; text-align: center;}
    .tdd{background-color: #F9FBC8; padding: 1px 2px;color: #00135F;font-size: 12px;font-weight: 600; text-align: right;}
	
	
	.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;}
	.tdfulli{background-color: #fff; color: #000; padding: 1px; text-align: left; 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;}
	
	.boton2{background-color:#7C0509; color:#FFF; width:40px;}
</style>

</head>

<body>
<form method="post" name="form1" action="" onSubmit="return valida_envia()" enctype="multipart/form-data">
<header>
    <img src="../ELEMENTS/bannerInterasjudinet.png" alt="" width=" 700" height="70">
</header>
<table border="7" width="726" align="center">
  <tr>
    <td  colspan="3" bgcolor="#FFCC99"><div align="center" class="Estilo1">INGRESAR CALIFICACION REQUERIMIENTO </div></td>
  </tr>
  <tr >
    <td colspan="3" ><div align="center"><strong>
          <script languaje="JavaScript">Mostrar_Fecha()</script>
    </strong></div></td>
    </tr>
 
  <tr>
    <td class="tdder">N&uacute;mero de Radicaci&oacute;n:</td>
    <td class="tdizq" colspan="2">
      <input name="numradica" type="text" size="5" maxlength="5" value="<?php echo "$numradica"; ?>" readonly="">
	  <input name="Contador" type="hidden" size="5" maxlength="5" value="<?php echo $Id; ?>" readonly="">
    </td> 
   </tr>
  <tr>
    <td class="tdder">Identificacion</td>
    <td class="tdizq" colspan="2"><input name="Identificacion" type="text" value="<?php echo "$Identificacion"; ?>" size="15" maxlength="15" readonly=""></td>
  </tr>
  <tr>
    <td class="tdder">Referencia</td>
    <td class="tdizq" colspan="2" ><input name="Referencia" type="text" value="<?php echo "$Referencia"; ?>" size="4" maxlength="4" readonly=""></td>
  </tr>
  <tr>
    <td class="tdder">Funcionario Requerido</td>
    <td class="tdizq" colspan="2" ><input name="Nombre_Completo" type="text" value="<?php echo "$Nombre_Completo"; ?>" size="50" maxlength="50" readonly=""></td>
  </tr>

  <tr>
    <td class="tdder">Dependencia que envi&oacute; el mensaje:</td>
    <td class="tdizq" colspan="2" ><input name="nombre_dep" type="text" id="nombre_dep" value="<?php echo $nombre_dep ?>" size="50" maxlength="50" readonly=""></td>
  </tr>
  <tr>
    <td class="tdder">Nombre Funcionario que Elabor&oacute; el Documento :</td>
    <td class="tdizq" colspan="2" ><input name="Nombre_Elaboro" type="text" value="<?php echo "$Nombre_Elaboro"; ?>" size="50" maxlength="50" readonly=""></td>
  </tr>
  <tr>
    <td class="tdder">Fecha y Hora de Envio del Requerimiento: </td>
    <td class="tdizq" colspan="2" >
      <input name="fechaen" type="text" size="12" maxlength="12" value="<?php echo "$fechaen"; ?>" readonly=""> 
      - 
      <input name="horaen" type="text" size="11" maxlength="11" value="<?php echo "$horaen"; ?>" readonly="">   
      </td>
    </tr>
  <tr>
    <td class="tdder">Fecha y Hora de Respuesta del Requerimiento: </td>
   <td class="tdizq"colspan="2" >
     <input name="fechare" type="text" size="12" maxlength="12" value="<?php echo "$fechare"; ?>" readonly=""> 
     - 
     <input name="horare" type="text" size="11" maxlength="11" value="<?php echo "$horare"; ?>" readonly="">   
     </td>
  </tr>
  <tr>
    <td class="tdder">Asunto:</td>
    <td class="tdizq" colspan="2" ><input name="asuntore" type="text" value="<?php echo "$asuntore"; ?>" size="50" maxlength="50" readonly=""></td>
  </tr>
  
   <tr>
    <td class="tdder"> Visualizacion por la cual fue Requerido: </td>
    <td colspan="2" >&nbsp;</td>
  </tr>
  <tr>
    <td colspan="3" ><p align="right"><strong>	
      <?php
	echo "<textarea name='Contenido' cols='85' rows='4' style='color:#0000CC'  title='RESPUESTA ENVIADA' readonly>\n";
    echo htmlspecialchars($mensajeen)."\n";
    echo "</textarea>";	?>
    </strong></p></td>
    </tr>
  
  <tr>
    <td class="tdder"> Visuazlizacion  Respuesta del Requerimiento : </td>
    <td colspan="2" >&nbsp;</td>
  </tr>
  <tr>
    <td colspan="3" ><p align="right"><strong>	
      <?php
	echo "<textarea name='Contenido' cols='85' rows='4' style='color:#990033' title='RESPUESTA ENVIADA' readonly>\n";
    echo htmlspecialchars($mensajere)."\n";
    echo "</textarea>";	?>
    </strong></p></td>
    </tr>
  <tr>
    <td class="tdder">Funcionario que expide el documento:</td>
    <td class="tdizq" colspan="2" ><input name="funre" type="text" value="<?php echo "$funre"; ?>" size="50" maxlength="50" readonly=""></td>
  </tr>
  <tr>
    <td colspan="3" >
	
   <strong>
<?php



$fecha = $Dia_Envio."-".$Mes_Envio."-".$Ano_Envio;

//$query_Recordset1 = "SELECT * FROM archivos where Identificacion = $Identificacion and registro = $Id";
//$Recordset1 = mysql_query($query_Recordset1, $dbi) or die(mysql_error());

$LaIdentificacion = $HTTP_GET_VARS[cedula];
$ElID =$HTTP_GET_VARS[id];
//$res = mysql_query('SELECT * FROM archivos WHERE Identificacion = "' . $HTTP_GET_VARS[Identificacion] . '" and  registro = "' . $HTTP_GET_VARS[Id] . '"');
$res = mysql_query("SELECT * FROM archivos_requerimientos_directores WHERE Identificacion = '$LaIdentificacion' and  registro = '$ElID'");
			if (!$res) {
				die('Invalid query: ' . mysql_error());
			}

       printf("<style type='text/css'><!--.Estilo5 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000066; }--></style>");

       printf("<table width='700' border='1' align='center' cellpadding='1' cellspacing='1'>
            <tr bgcolor='#FFFFCC'>
              <th colspan='5' scope='col'><span class='Estilo5'>LISTADO DE ARCHIVOS ENVIADOS </span></th>
             </tr>
            <tr bgcolor='#FFFFCC'>
			       <th scope='col'><span class='Estilo5'>ID</span></th>
                   <th scope='col'><span class='Estilo5'>NOMBRE</span></th>
                   <th scope='col'><span class='Estilo5'>FECHA ENVIO</span></th>				   
                   <th scope='col'><span class='Estilo5'>HORA ENVIO</span></th>				   				   
                   <th scope='col'><span class='Estilo5'>TIPO DE ARCHIVO</span></th>				   				   
		    </tr>");
			
			//$Filas = mysql_fetch_row($res);
			while($Filas = mysql_fetch_row($res))
            {
                    printf("<tr><td><div align='center'><a href='descargar_archivos_dire.php?Id=" . $Filas[0] . "' class='Estilo5 Estilo6'>Descargar</a></div></td>
                        <td><div align='center'><span class='Estilo7'>" . $Filas[2] . "</span></div></td>
                        <td><div align='center'><span class='Estilo7'>" . $Filas[3] . "</span></div></td>
                        <td><div align='center'><span class='Estilo7'>". $Filas[4] . "</span></div></td>						
                        <td><div align='center'><span class='Estilo7'>" .$Filas[6] . "</span></div></td></tr>");
            }
	                   echo "</table>"; 
                      mysql_free_result($res);  
}
else
{
 	 echo "<script>alert('Número de radicación no encontrado');<script>";
}	 
?>
      </strong></td>
  </tr>

<br>

<tr>
<td class="tdder">Calificacion Requerimiento:</td>
<td class="tdizq" colspan="2"><select name="calificacion">
            <option value="">--SELECCIONE CALIFICACION--</option>
          <option value="JUSTIFICADO">JUSTIFICADO</option>
		  <option value="INJUSTIFICADO">INJUSTIFICADO</option>
          </select></td>
</tr>
  <tr bgcolor="#7897DD">
    <td colspan="3"><div align="left"><span class="Estilo7">Emita un comunicado por la cual es injustificada la calificación: </span></div></td>
    </tr>
  <tr>
    <td colspan="3"><p align="center">      
       <textarea name="gestion" cols="85" rows="4"  ></textarea>
	    <input  name="guardar" type="submit" id = "guardar" value="Grabar Calificación" class="boton1">
            
</p>      </td>
    </tr>

</table>
</form>
</body>
</html>
<?php
if ((isset($_POST["guardar"])))
{

    $Quien = strtoupper($Funcionario_Expide);
    $Noti = "N";
    
	$fecha = date('Y').'-'.date('m').'-'.date('d');
	

	
$mss = mysql_query("UPDATE requerimientos set calificacion = '".$_POST[calificacion]."', fecha_calificacion = '".$fecha."',gestion_calificacion = '".$_POST[gestion]."',estado = '2' WHERE identificacion = '".$_GET[cedula]."' and id = '".$_GET[id]."' and numradica = '".$_GET[radica]."' ");
            if (!$mss ) {
				die('Invalid query cartera_estado_contable MODIFICAR: ' . mysql_error());
			}  
	
   echo "<script>alert('Su calificacion ha sido enviada con éxito' )</script>";
   echo "<script languaje='javascript' type='text/javascript'>window.close();</script>";	

} 	

?>