File: /home/asjudine/www/listado_atenciones_rechazadas_abogados.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>Listado Atenciones Rechazadas</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(ELEMENTOS/beig.jpg);
}
.Estilo50 {
color: #00F;
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}
.blanco {
color: #FFF;
}
-->
</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>
<center> <img src="ELEMENTOS\CABEZOTE SERVIASJUDINET.jpg" WIDTH=60% > </center>
<form action="" method="post" name="form1" class="provd" id="form1">
<div align="center">
<table width="655" border="5" cellpadding="5" cellspacing="5" bgcolor="SILVER">
<tr>
<td colspan="3" bgcolor="#CCCCCC"><div align="center" class="Estilo50"><span class="Estilo50"><strong>LISTADO ATENCIONES RECHAZADAS</strong></span></div></td>
</tr>
</table>
<p>
<center> <embed wmode="transparent" src="http://www.poodwaddle.com/clock10" width="100" height="100" type="application/x-shockwave-flash" bgcolor="#FFFFFF" /></center>
</p>
<p>
<input name="menu2" type="button" class="Estilo50" id="menu2" onclick="history.back()" value="REGRESAR" />
</p>
</div>
</form>
</body>
</html>
<?php
require_once("mainfile.php");
include ("config.php");
global $dbi;
$espacio = ' ';
$linea = '-';
require_once("Conectarse.php");
$control = mysql_query('SELECT cedula, numero_atencion,sucursal FROM record_servicios WHERE (fecha_rechazo >= "' . $_GET["fecha"] . '" and fecha_rechazo <= "'.$_GET["fecha2"].'") and rechazo!="" and cedula_funcionario = "'.$_GET["cedula"].'"');
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' bgcolor='#0000FF'>
<TR>
<TD bgcolor='#CCCCCC'><div align='center'><span class='Estilo50'>ATENCION</span></div></TD>
<TD bgcolor='#CCCCCC'><div align='center'><span class='Estilo50'>CEDULA</span></div></TD>
<TD bgcolor='#CCCCCC'><div align='center'><span class='Estilo50'>NOMBRE</span></div></TD>
<TD bgcolor='#CCCCCC'><div align='center'><span class='Estilo50'>SUCURSAL</span></div></TD>";
while(list($cedula,$id,$sucur) = mysql_fetch_row($control))
{
$control2 = mysql_query('SELECT nombre FROM sucursal WHERE codigo = "'.$sucur.'" ');
if (!$control2) {
die('Invalid query: ' . mysql_error());
}
list($nomsuc) = mysql_fetch_row($control2);
///////
$control3 = mysql_query('SELECT nombre FROM cartera_serviasjudinet WHERE cedula = "' .$cedula. '" ');
if (!$control3) {
die('Invalid query: ' . mysql_error());
}
$fil = mysql_num_rows($control3);
if ($fil == 0)
{
$control3 = mysql_query('SELECT nombre FROM beneficiarios WHERE cedula = "'.$cedula.'"');
if (!$control3) {
die('Invalid query 2: ' . mysql_error());
}
list($nombre) = mysql_fetch_row($control3);
}
else {
list($nombre) = mysql_fetch_row($control3);
}
$sum = $sum + 1;
printf("<tr>
<TD bgcolor='#FFFFFF'><div align='center' class='lista'><input type='button' value=$id name='id' class=est_cont1 onClick =window.open('motivo_cancelacion_atencion.php?ced2=$cedula&id=$id','','top=50,left=70,toolbar=no,scrollbars=yes,width=600,height=200,status=yes')></a></span></div></TD>
<td bgcolor='#FFFFFF'><div align='center' class='lista'>".$cedula."</span></div></td>
<td bgcolor='#FFFFFF'><div align='center' class='lista'>".$nombre."</span></div></td>
<td bgcolor='#FFFFFF'><div align='center' class='lista'>".$nomsuc."</span></div></td>"); }
echo "</table>";
echo "<TABLE width='200' border='0' align='center' cellpadding='0' cellspacing='1' bgcolor='#0000FF'>
<TR>
<TD bgcolor='#CCCCCC'><div align='center'><span class='estilo20'>TOTAL REGISTROS</span></div></TD></TD>";
printf("<tr>
<br>
<td bgcolor='#FFFFFF'><div align='center' class='lista'>".$sum."</span></div></td></td>");
echo "</table>";
}
else {
echo "<script> alert('No hay Atenciones Rechazadas En Este Mes');</script>";
}
echo "</form>";
?>