Viewing file: quejafind.php (5.43 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Consulta de Respuestas de Quejas y Soluciones</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
<td width="33%"> </td>
<td width="34%"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><img src="bannerq.gif" width="550" height="80"></font></td>
<td width="33%"> </td>
</tr>
<tr>
<td width="33%"> </td>
<td width="34%" bgcolor="#F2F2F2"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <strong>Resultado
de la Consulta...</strong></font></td>
<td width="33%"> </td>
</tr>
<tr>
<td width="33%"> </td>
<td width="34%"><?php
//$num = "2003";
$db = "sia";
$c1 = OciLogon("EMAIL","EMAIL2003",$db);
$stmt = ociparse($c1,"select NUMERO,RVIGENCIA,
REXTERNA_INTERNA ,
RCODIGO_DOCUMENTO
from cor_documento
where rcodigo_documento = '$num' and rvigencia ='$vige'");
$result = OCIExecute($stmt);
//echo $result;
$i = 0;
if ($result == false) {
echo "XXXXX";
?><p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <strong>Señor(a),
se ha producido un error:</strong> Temporalmente, no se ha podido consultar la base de datos,
debido a problemas de orden técnico, por favor intente más tarde.
<?php
echo OCIError($stmt);
echo "</font></p>";
}else{
while (OCIFetchInto($stmt, $cur)) {
$un = $cur[0];
$do = $cur[1];
$tr = $cur[2];
$cu = $cur[3];
//echo $i . "--->" . $un . "-" . $do . "-" . $tr . "-" . $cu . "-" . "<br>";
$i++;
}
}
//echo $i;
if ($i==0) {
echo
?>
<p>
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <strong>El número de radicado
<?php echo $num; ?>, no tiene un documento de respuesta asociado:</strong> debido a que aún no se haya tramitado
una respuesta para él, o debido a que el número este errado, por favor verifique que el número sea correcto.
<?php
echo "</font></p>";
}else{
if ($i > 1) {
?>
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <strong>El número de radicado
<?php echo $num; ?>, no puede ser encontrado,</strong> debido a que se encuentra más de un
registro con este número, verifiquelo, ya que muy probablemente usted esta obviando
algún dígito.
</font></p>
<?php
}else{
$trozos = explode ("EE", $un);
$yuca = $trozos[1];
$stmt = ociparse($c1, "select decode(sistema_envio,1,'ADPOSTAL',2,'PERSONAL') ENVIO,
c.descripcion DEPENDENCIA,
b.nombre_completo funcionario,
asunto,observaciones,fecha
from cor_documento a,cor_funcionario b,cor_dependencia c
where a.funcionario_origen=b.interno_persona and
a.dependencia_origen=c.codigo_dependencia and
numero='$un'");
$result = OCIExecute($stmt);
$u = 0;
while (OCIFetchInto($stmt, $cur)) {
$una = $cur[0];
$doa = $cur[1];
$tra = $cur[2];
$cua = $cur[3];
$cia = $cur[4];
$sea = $cur[5];
$u++;
}
?>
<?php
if ($u == 0) {
?>
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <strong>El número de radicado
<?php echo $num; ?>, esta siendo tramitado:</strong> esperamos tener una respuesta pronta para usted.
</font></p><p>
<?php
}else{
?>
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <strong>El número de radicado
<?php echo $num; ?>, fue tramitado:</strong> a continuación se relaciona el número de radicado
con el cual se le dio respuesta a la esta solicitud. </p>
<?php
echo "<font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\"> <img src=\"punq.gif\" width=\"8\" height=\"12\">
Número de radicado de salida: </font>" . "<b>". $un . "</b>". "<br>";
echo "<font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\"> <img src=\"punq.gif\" width=\"8\" height=\"12\">
Entregado por: </font>" . "<b>". $una . "</b>". "<br>";
echo "<font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\"> <img src=\"punq.gif\" width=\"8\" height=\"12\">
Dependencia que emitio: </font>" . "<b>". $doa . "</b>". "<br>";
echo "<font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\"> <img src=\"punq.gif\" width=\"8\" height=\"12\">
Funcionario Responsable: </font>" . "<b>". $tra . "</b>". "<br>";
echo "<font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\"> <img src=\"punq.gif\" width=\"8\" height=\"12\">
Asunto: </font>" . "<b>". $cua . "</b>". "<br>";
echo "<font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\"> <img src=\"punq.gif\" width=\"8\" height=\"12\">
Observaciones: </font>" . "<b>". $cia . "</b>". "<br>";
echo "<font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\"> <img src=\"punq.gif\" width=\"8\" height=\"12\">
Fecha de respuesta o entrega: </font>" . "<b>". $sea . "</b>". "<br>";
?>
</font></p><p>
<?php
}
echo "</p>";
}}
?>
</td>
<td width="33%"> </td>
</tr>
<tr>
<td width="33%"> </td>
<td width="34%" bgcolor="#F2F2F2"></td>
<td width="33%"> </td>
</tr>
<tr>
<td width="33%"> </td>
<td width="34%"><p align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Todos
los Derechos Reservados al DAMA.<br>
Bogotá, Colombia, <strong>2003</strong>.<br>
Sistema de Información Ambiental - SIA-DAMA</font></p></td>
<td width="33%"> </td>
</tr>
</table>
</body>
</html>
|