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/requerimiento_consuta_callcenter_injustificados_rango.php
<?php 
require_once("mainfile.php");
include ("config.php");
global $dbi;
$espacio = ' ';
$linea = '-';

require_once("Conectarse.php");

$sql2 = mysql_query('SELECT * FROM descuentos order by unidad  ');
			if (!$sql2) {
				die('Invalid query: ' . mysql_error());
			}
$row_sql2 = mysql_fetch_assoc($sql2);
$totalRows_sql2 = mysql_num_rows($sql2);  

?>


<!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>Listado Requerimientos Injustificados</title>
<style type="text/css">
<!--
.titulos {font: 16px; color: red; font-family:Arial; font-weight:bold}
.boton {background-color: #FFCCCC; color:#FFFFFF; width:90px; height:25; border: 3px solid #0000CC; font-family:Arial; color:#990000;}
.texto {background-color: #CCFFCC; font-size: 11px; font-family: Arial; color:#0000CC; display: block;}
.fecha {font-size: 12px; font-family: Arial; color:#990000; display: block; }
.campo {background-color:#FFFFAA; width: 100px; border:2px solid #990000;}
.lista {font-family: Arial; font-size: 11px;	color: #000066;}
.lista2 {font-family: Arial; font-size: 16px;	color: #FF6600;}
.boton2 {
	font-family: Verdana;
	font-size: 8 pt;
	color: #000080;
	background-color: #C0C0C0;
	border-style: solid;
	width:90px;
	height:22px;
}
body {
	background-image: url();
}
.Estilo50 {color: #CC3333;
	font-family: "Arial Narrow";
	font-weight: bold;
}
.boton1 {background-color: #FFCCCC; color:#FFFFFF; width:90px; height:25; border: 3px solid #0000CC; font-family:Arial; color:#990000;}
.boton11 {background-color: #FFCCCC; color:#FFFFFF; width:90px; height:25; border: 3px solid #0000CC; font-family:Arial; color:#990000;}
.Estilo54 {color: #333399; font-family: "Arial Narrow"; font-weight: bold; }
.Estilo57 {color: #006600}
-->
</style>
<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>
</head>

<body>
<form action="" method="post" name="form1" class="provd" id="form1">
  <!--<div align="center">
    <center> <img src="ELEMENTOS\CABEZOTE SERVIASJUDINET.jpg" WIDTH=57% height="91" > </center>
<br><br>-->
 <table width="560"  border="3" align="center" cellpadding="2" cellspacing="2" bgcolor="gray">
  <tr>
    <td width="506" ><fieldset><table width="548" border="0" align="center" cellpadding="2" cellspacing="2"  bgcolor="#330066">
  <tr bgcolor="#FFFFCC">
    <td colspan="5" bgcolor="#CCCCCC" class="titulos"><div align="center" class="Estilo54"> CONSULTA REQUERIMIENTOS INJUSTIFICADOS GENERAL POR RANGO </div></td>
  </tr>
  <tr>
        
          <td width="126" align="right" bgcolor="#FFFFFF"><span class="Estilo50">FECHA    Desde </span></td>
		  <th width="131" bgcolor="#FFFFFF" scope="col">
            <input name="fecha1" type="text" class="Estilo66" id="fecha1" value="0000-00-00" size="13" maxlength="13" />
       </th>
		   <td width="88" bgcolor="#FFFFFF"><span class="Estilo50">Fecha Hasta </span></td>
		<th width="177" bgcolor="#FFFFFF" scope="col"><div align="left">
            <input name="fecha2" type="text" class="Estilo66" id="fecha2" value="0000-00-00" size="13" maxlength="13" />
        </div></th>
      </tr>

  <tr bgcolor="#FFCC99">
    <td colspan="5" bgcolor="#ECE9D8"><div align="center" class="Estilo51">
      <input name="menu2" type="button" class="Estilo50" id="menu2" onClick="window.location.href='menu_requerimientos_adminis.php'" value="IR AL MENU">
      <input name="consultar" type="submit" class="Estilo50" id="consultar" value="CONSULTAR">
    </div></td>
  </tr>
</table>
</fieldset></td>
  </tr>
</table>
  </div>
</form>
</body>
</html>

<?php

if ($_POST["consultar"])
{  

/*
$control = mysql_query('SELECT id,numradica,identificacion,nombre_completo,funcionario_requiere,calificacion, fecha_calificacion FROM requerimientos WHERE (calificacion = "INJUSTIFICADO"|| recalificacion = "INJUSTIFICADO") AND (fecha_calificacion >= "'.$_POST["fecha1"].'" AND fecha_calificacion <= "'.$_POST["fecha2"].'") order by fecha_calificacion ');
	if (!$control) {  
	die('Invalid query 2: ' . mysql_error());
} 

if ((mysql_num_rows($control)!=0)) 
{	 
 	echo "<TABLE width='700' border='2' align='center' cellpadding='2' cellspacing='1'>
    <TR>
    <TD bgcolor='#CCFFCC'><div align='center'><span class='texto'>CEDULA</span></div></TD>
	<TD bgcolor='#CCFFCC'><div align='center'><span class='texto'>NOMBRE DEL REQUERIDO</span></div></TD>
	<TD bgcolor='#CCFFCC'><div align='center'><span class='texto'>CALIFICACION</span></div></TD>	
	<TD bgcolor='#CCFFCC'><div align='center'><span class='texto'>FECHA CALIFICACION</span></div></TD>
	<TD bgcolor='#CCFFCC'><div align='center'><span class='texto'>NOMBRE QUIEN REQUIERE</span></div></TD>";	                        
  
	while(list($id,$numra,$cedula,$nombre,$requiere,$calificacion,$fechacali) = mysql_fetch_row($control)) 
    {
		$sum = $sum + 1;

		printf("<tr>    
		
		<td bgcolor='#DEFEFD'><div align='center' class='lista'><input type='button' value=$cedula name='cedu' class=Estilo51 onClick =window.open('subir_archivos_requerimientos_administrativos.php?cedula=$cedula&radica=$numra&id=$id','','top=20,left=100,toolbar=no,scrollbars=yes,width=790,height=600,status=yes')></a></span></div></td>
                              
		<td bgcolor='#FFFFCC'><div align='center' class='lista'>".$nombre."</span></div></td>
		<td bgcolor='#FFFFCC'><div align='center' class='lista'>".$calificacion."</span></div></td>
		<td bgcolor='#FFFFCC'><div align='center' class='lista'>".$fechacali."</span></div></td>
		<td bgcolor='#FFFFCC'><div align='center' class='lista'>".$requiere."</span></div></td>");
	}
	
	echo "</table>";		  
	echo "<TABLE width='200' border='0' align='center' cellpadding='0' cellspacing='1'>
    <TR>
    <TD bgcolor='#FFFFCC'><div align='center'><span class='texto'>TOTAL REGISTROS</span></div></TD></TD>";	
							  
	printf("<tr>
    <td bgcolor='#C5D6FC'><div align='center' class='lista'>".$sum."</span></div></td></td>"); 
	echo "</table>";	
	
}
							   
							   
/////////////////////
							   
$control2 = mysql_query('SELECT id,numradica,identificacion,nombre_completo,funcionario_requiere,calificacion, fecha_calificacion FROM requerimientos_directores WHERE (calificacion = "INJUSTIFICADO" || recalificacion = "INJUSTIFICADO") AND (fecha_calificacion >= "'.$_POST["fecha1"].'" AND fecha_calificacion <= "'.$_POST["fecha2"].'") ');
if (!$control2) {  
	die('Invalid query 2: ' . mysql_error());
} 
	
if ((mysql_num_rows($control2)!=0)) 
{

	echo "<TABLE width='700' border='2' align='center' cellpadding='2' cellspacing='1'>
    <TR>
    <TD bgcolor='#CCFFCC'><div align='center'><span class='texto'>CEDULA</span></div></TD>
	<TD bgcolor='#CCFFCC'><div align='center'><span class='texto'>NOMBRE DEL REQUERIDO</span></div></TD>
	<TD bgcolor='#CCFFCC'><div align='center'><span class='texto'>CALIFICACION</span></div></TD>	
	<TD bgcolor='#CCFFCC'><div align='center'><span class='texto'>FECHA CALIFICACION</span></div></TD>
	<TD bgcolor='#CCFFCC'><div align='center'><span class='texto'>NOMBRE QUIEN REQUIERE</span></div></TD>";
	
	
	while(list($id,$numra,$cedula,$nombre,$requiere,$calificacion,$fechacali) = mysql_fetch_row($control2)) 
	{
		$sum = $sum + 1;

		printf("<tr>    
		<td bgcolor='#DEFEFD'><div align='center' class='lista'><input type='button' value=$cedula name='cedu' class=Estilo51 onClick =window.open('subir_archivos_requerimientos_administrativos_direcad.php?cedula=$cedula&radica=$numra&id=$id','','top=20,left=100,toolbar=no,scrollbars=yes,width=790,height=600,status=yes')></a></span></div></td>

		<td bgcolor='#FFFFCC'><div align='center' class='lista'>".$nombre."</span></div></td>
		<td bgcolor='#FFFFCC'><div align='center' class='lista'>".$calificacion."</span></div></td>
		<td bgcolor='#FFFFCC'><div align='center' class='lista'>".$fechacali."</span></div></td>
		<td bgcolor='#FFFFCC'><div align='center' class='lista'>".$requiere."</span></div></td>");  						    
	}
							   
	echo "</table>";		  
	echo "<TABLE width='200' border='0' align='center' cellpadding='0' cellspacing='1'>
    <TR>
    <TD bgcolor='#FFFFCC'><div align='center'><span class='texto'>TOTAL REGISTROS</span></div></TD></TD>";	
							  
	printf("<tr>
    <td bgcolor='#C5D6FC'><div align='center' class='lista'>".$sum."</span></div></td></td>"); 
	echo "</table>";	
}
*/
	
///////////////////////////
	
$control3 = mysql_query('SELECT id,numradica,identificacion,nombre_completo,funcionario_requiere,calificacion, fecha_calificacion FROM requerimientos_callcenter WHERE (calificacion = "INJUSTIFICADO" || recalificacion = "INJUSTIFICADO") AND (fecha_calificacion >= "'.$_POST["fecha1"].'" AND fecha_calificacion <= "'.$_POST["fecha2"].'") ');
if (!$control3) {  
	die('Invalid query 2: ' . mysql_error());
} 
	
if ((mysql_num_rows($control3)!=0)) 
{
	
	echo "<TABLE width='700' border='2' align='center' cellpadding='2' cellspacing='1'>
    <TR>
    <TD bgcolor='#CCFFCC'><div align='center'><span class='texto'>CEDULA</span></div></TD>
	<TD bgcolor='#CCFFCC'><div align='center'><span class='texto'>NOMBRE DEL REQUERIDO</span></div></TD>
	<TD bgcolor='#CCFFCC'><div align='center'><span class='texto'>CALIFICACION</span></div></TD>	
	<TD bgcolor='#CCFFCC'><div align='center'><span class='texto'>FECHA CALIFICACION</span></div></TD>
	<TD bgcolor='#CCFFCC'><div align='center'><span class='texto'>NOMBRE QUIEN REQUIERE</span></div</TD>
	<TD bgcolor='#CCFFCC'><div align='center'><span class='texto'>CARGOS</span></div</TD>
	";
	
	while(list($id,$numra,$cedula,$nombre,$requiere,$calificacion,$fechacali) = mysql_fetch_row($control3))
	{
		$sum = $sum + 1;

		printf("<tr>    
		<td bgcolor='#DEFEFD'><div align='center' class='lista'><input type='button' value=$cedula name='cedu' class=Estilo51 onClick =window.open('requerimiento_consulta_director_callcenter.php?cedula=$cedula&radica=$numra&id=$id','','top=20,left=100,toolbar=no,scrollbars=yes,width=790,height=600,status=yes')></a></span></div></td>

		<td bgcolor='#FFFFCC'><div align='center' class='lista'>".$nombre."</span></div></td>
		<td bgcolor='#FFFFCC'><div align='center' class='lista'>".$calificacion."</span></div></td>
		<td bgcolor='#FFFFCC'><div align='center' class='lista'>".$fechacali."</span></div></td>
		<td bgcolor='#FFFFCC'><div align='center' class='lista'>".$requiere."</span></div></td>
		
		<td bgcolor='#DEFEFD'><div align='center' class='lista'><input type='button' value=$cedula name='cedu' class=Estilo51 onClick =window.open('subir_archivos_requerimientos_administrativos_callcenter.php?cedula=$cedula&radica=$numra&id=$id','','top=20,left=100,toolbar=no,scrollbars=yes,width=790,height=600,status=yes')></a></span></div></td>
		
		");  						    
	}
							   
							   //////////////////////
							   
	echo "</table>";		  
	echo "<TABLE width='200' border='0' align='center' cellpadding='0' cellspacing='1'>
    <TR>
    <TD bgcolor='#FFFFCC'><div align='center'><span class='texto'>TOTAL REGISTROS</span></div></TD></TD>";	
							  
	printf("<tr>
    <td bgcolor='#C5D6FC'><div align='center' class='lista'>".$sum."</span></div></td></td>"); 
	echo "</table>";	
}
	
	
	
}

echo "</form>";

?>