File: /home/asjudine/public_html/reque_pendientes_abogados_administrativa.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>Requerimientos Pendientes Directores</title>
<style type="text/css">
<!--
.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: 12px;
color: #5151FF;
background-color: #C4E4FD;
border: thin solid #009999;
height: 20px;
width: auto;
}
.datos3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #FF3300;
background-color: #A6ECD7;
margin: 4px;
padding: 4px;
border: medium groove #CCCCFF;
}
.campo {background-color: #FFFFCC; border:1px solid #990000; font-family:Arial; font-size:11px; height: inherit}
.Estilo50 {
color: #FFF;
font-family: "Arial Narrow";
font-weight: bold;
}
.Estilo1 { color: #000066;
font-size: 18px;
font-style: italic;
}
.Estilo2 { color: #FF6633;
font-size: 16px;
}
.Estilo3 { color: #2492FF;
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;
}
.datos2 {
font-family: "Courier New", Courier, monospace;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #0033FF;
background-color: #FFE2C6;
margin: 2px;
padding: 3px;
border: medium doble #EEBFEB;
}
.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;
}
.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: 12px;
font-weight: normal;
background-color: #B8F5E8;
margin: 4px;
padding: 5px;
border: thin outset #009999;
}
.Estilo56 {color: #FF0000}
body {
background-image: url(ELEMENTOS/azul1.jpg);
}
-->
</style>
</head>
<body>
<center> <img src="ELEMENTOS\CABEZOTE SERVIASJUDINET.jpg" WIDTH=60% > </center>
<br></br>
<form id="form1" name="form1" method="post" >
<div align="center">
<table width="655" border="5" cellpadding="5" cellspacing="5" bgcolor="white">
<tr>
<td colspan="3" bgcolor="#0033FF"><div align="center" class="Estilo50"><span class="blanco">REQUERIMIENTOS PENDIENTES ABOGADOS</span> GERENCIA ADMINISTRATIVA</div></td>
</tr>
</table>
</div>
<p align="center">
<input name="menu2" type="button" id="menu2" onclick="window.location.href='menu_requerimientos_pendientes_administrativa.php'" value="IR AL MENU" />
</p>
</form>
</body>
</html>
<?php
require_once("Conectarse.php");
echo "<form name='form' action='' method='post'>";
require_once("mainfile.php");
include ("config.php");
global $dbi;
$control = mysql_query('SELECT Id, numradica, identificacion,nombre_completo,funcionario_requiere FROM requerimientos WHERE estado = "0" and funcionario_requiere ="RODRIGUEZ MONTOYA ESPERANZA"');
if (!$control) {
die('Invalid query 1: ' . mysql_error());
}
if ((mysql_num_rows($control)!=0))
{
echo "<TABLE width='700' border='3' align='center' cellpadding='0' cellspacing='1'>
<TR>
<TD bgcolor='#99CCFF'><div align='center'><span class='texto'>ID</span></div></TD>
<TD bgcolor='#99CCFF'><div align='center'><span class='texto'>CEDULA</span></div></TD>
<TD bgcolor='#99CCFF'><div align='center'><span class='texto'>NOMBRE</span></div></TD>
<TD bgcolor='#99CCFF'><div align='center'><span class='texto'>N° RADICACION</span></div></TD>
<TD bgcolor='#99CCFF'><div align='center'><span class='texto'>FUNCIONARIO QUE REQUIERE</span></div></TD>";
while(list($id,$radica,$cedu,$nombre_funcionario,$nombre ) = mysql_fetch_row($control))
{
printf("<tr>
<td bgcolor='#ECE9D8'><div align='center' class='lista'>".$id."</span></div></td>
<td bgcolor='#ECE9D8'><div align='center' class='lista'><input type='button' value=$cedu name='cedu' class=est_cont1 onClick=window.location.href='requerimiento_dar_respuesta_abogado.php?cedula=$cedu&radica=$radica&id=$id'></a></span></div></TD>
<td bgcolor='#ECE9D8'><div align='center' class='lista'>".$nombre_funcionario."</span></div></td>
<td bgcolor='#ECE9D8'><div align='center' class='lista'>".$radica."</span></div></td>
<td bgcolor='#ECE9D8'><div align='center' class='lista'>".$nombre."</span></div></td>");
}
echo "</table>";
}
echo "</form>";
?>