Viewing file: validar.php (16.17 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
require('conexion2.php');
$stmt = ociparse($c1,"select eo_id,ACIIU_ID,TIPO_ESTABLECIMIENTO,TELEFONO,FAX from envista.d_organizacion where nit=$nit");
$result = ociExecute($stmt);
if ($result == false) {
}else{
while (ociFetchInto($stmt, $value)) {
@($eoid = $value[0]);
@($acid = $value[1]);
@($tipoes = $value[2]);
@($tel = $value[3]);
@($fax = $value[4]);
}
}
$stmt = ociparse($c1,"select nombre from envista.sia_actividad_ciiu where aciiu_id=$acid");
$result = OCIExecute($stmt);
if ($result == false) {
}else{
while (OCIFetchInto($stmt, $value)) {
$acnom = $value[0];
}
}
$stmt = ociparse($c1,"select * from envista.d_objeto where eo_id=$eoid");
$result = OCIExecute($stmt);
if ($result == false) {
}else{
while (OCIFetchInto($stmt, $value)) {
@($muni = $value[1]);
@($loca = $value[2]);
@($barr = $value[3]);
@($dire = $value[4]);
@($pais = $value[6]);
@($web = $value[7]);
}
}
$stmt = ociparse($c1,"select NOMBRE_ORGANIZACION from sia_organizacion where eo_id=$eoid");
$result = OCIExecute($stmt);
if ($result == false) {
}else{
while (OCIFetchInto($stmt, $value)) {
$name = $value[0];
}
}
$stmt = ociparse($c1,"SELECT NOMBRE FROM envista.LOCALIDAD where localidad_id=$loca");
$result = OCIExecute($stmt);
while (OCIFetchInto($stmt, $cur)) {
$nomloc = $cur[0];
}
$stmt = ociparse($c1,"SELECT BARRIO_ID, NOMBRE FROM envista.BARRIO WHERE Barrio_id=$barr");
$result = OCIExecute($stmt);
while (OCIFetchInto($stmt, $cur)) {
$nombar = $cur[1];
}
$stmt = ociparse($c1,"SELECT descripcion FROM envista.sia_municipio where municipio_id=$muni");
$result = OCIExecute($stmt);
while (OCIFetchInto($stmt, $cur)) {
$mun = $cur[0];
}
?>
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>Formato de Verificación y Actualización de Información de Organizaciones</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" 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 link="#6666FF" vlink="#6666FF" alink="#6666FF" topmargin="0">
<table border="0" width="687" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0"
bordercolor="#FFFFFF">
<tr>
<td width="100%" colspan="2"><img src="ince/encabe4.gif" width="744" height="70"
alt="encabe.gif (14884 bytes)"></td>
</tr>
<tr>
<td width="50%"> </td>
<td width="50%"><p align="right"><a href="http://www.dama.gov.co"><img src="ince/back.gif"
width="73" height="16" alt="Regresar al Home..." align="left" border="0"></a></td>
</tr>
<tr>
<td width="100%" colspan="2"><div align="center"><img src="ince/empre.gif" width="500" height="69"></div></td>
</tr>
</table>
<table border="1" width="687" cellspacing="0" cellpadding="5" bordercolor="#FFFFFF">
<tr bordercolor="#FFFFFF" bgcolor="#333399">
<td colspan="3" valign="top"><font color="#FF3333"> </font></td>
</tr>
<tr bordercolor="#FFFFFF">
<td height="284" colspan="3" valign="top">
<form name="form1" method="post" action="">
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif">La información
de la organización es confidencial y es responsabilidad única
de quien administra por cada compañía los datos de contacto.</font></p>
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td bgcolor="#FFF8CE"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong><font color="#FF99CC">>></font></strong>
<font color="#0066CC" size="4"><?php echo $name; ?></font></font></td>
</tr>
</table>
<table width="100%" border="1" cellpadding="2" cellspacing="0" bordercolor="#DAEAFE" bgcolor="#D6F4FE">
<tr>
<td width="25%"><div align="right"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Nit:</strong></font></div></td>
<td width="25%"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><?php echo $nit; ?></font></td>
<td width="25%"><div align="right"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Municipio:</strong></font></div></td>
<td width="25%"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><?php echo $mun; ?></font></td>
</tr>
<tr>
<td width="25%"><div align="right"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Actividad:</strong></font></div></td>
<td width="25%"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><?php echo $acnom; ?></font></td>
<td width="25%"><div align="right"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Localidad:</strong></font></div></td>
<td width="25%"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<input name="localidad" type="text" id="localidad2" value="<?php echo $nomloc; ?>" size="20">
</font></td>
</tr>
<tr>
<td colspan="2" rowspan="2"> <div align="right"></div>
<font size="2" face="Verdana, Arial, Helvetica, sans-serif"> </font><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> </font></td>
<td width="25%"><div align="right"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Barrio:</strong></font></div></td>
<td width="25%"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<input name="barrio" type="text" id="barrio" size="20" value="<?php echo $nombar; ?>">
</font></td>
</tr>
<tr>
<td width="25%"><div align="right"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Pais:</strong></font></div></td>
<td width="25%"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><?php echo $pais; ?>
</font></td>
</tr>
<tr>
<td colspan="2" align="right"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Teléfono:</strong></font></td>
<td colspan="2"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<input name="telefono" type="text" id="telefono" size="20" value="<?php echo $tel; ?>">
</font></td>
</tr>
<tr>
<td colspan="2" align="right"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Fax:</strong>
</font></td>
<td colspan="2"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<input name="fax" type="text" id="fax" size="20" value="<?php echo $fax; ?>">
</font></td>
</tr>
<tr>
<td colspan="2" align="right"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Dirección:</strong></font></td>
<td colspan="2"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<input name="direccion" type="text" id="direccion" size="40" value="<?php echo $dire; ?>">
</font></td>
</tr>
<tr>
<td colspan="2" align="right"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Página
Web:</strong></font></td>
<td colspan="2"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="<?php echo $web; ?>"></a>
http://
<input name="web" type="text" id="web" size="40" value="<?php echo $web; ?>">
</font></td>
</tr>
</table>
</form>
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong><font color="#FF99CC">>></font></strong>
<strong>Contactos asociados a esta organización:</strong></font></p>
<form name="form4" method="post" action="reqcompany.php">
<table width="100%" border="0" cellpadding="6">
<tr>
<td height="31" bgcolor="#FFF8CE"> <input name="edo" type="hidden" id="edo" value="1">
<input name="nit" type="hidden" id="nit2" value="<?php echo $nit; ?>">
<?php
$stmt = ociparse($c1,"select CONTACTO_ID,CONTACTO_NOMBRE,CONTACTO_IDENTIFICACION,CONTACTO_TELEFONO
CONTACTO_EMAIL,CONTACTO_CARGO from envista.sia_contacto_obj where eo_id=$eoid order by contacto_nombre");
$result = OCIExecute($stmt);
$res = 0;
while (OCIFetchInto($stmt, $value)) {
$res++;
}
if ($res == 0) {
?>
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif">No hay contactos
para esta organización en nuestra base de datos.</font></p>
<?php }else{
echo "<select name=\"select\">";
$stmt = ociparse($c1,"select CONTACTO_ID,CONTACTO_NOMBRE,CONTACTO_IDENTIFICACION,CONTACTO_TELEFONO
CONTACTO_EMAIL,CONTACTO_CARGO from envista.sia_contacto_obj where eo_id=$eoid order by contacto_nombre");
$result = OCIExecute($stmt);
$res = 0;
while (OCIFetchInto($stmt, $value)) {
$res++;
@($cid = $value[0]);
@($cname = $value[1]);
@($cide = $value[2]);
@($ctel = $value[3]);
@($cmail = $value[4]);
@($ccargo = $value[5]);
echo "<option value=\"$cid\">$cname</option>";
}
?>
</select>
<input type="submit" name="Submit4" value="Editar">
<input type="button" name="Submit42" value="Borrar">
<?php } ?>
</td>
</tr>
</table>
</form>
<p>
<?php
$rf = isset($edo);
if ($rf==true) {
$stmt = ociparse($c1,"select CONTACTO_ID,CONTACTO_NOMBRE,CONTACTO_IDENTIFICACION,CONTACTO_TELEFONO
CONTACTO_EMAIL,CONTACTO_CARGO from envista.sia_contacto_obj where contacto_id=$select");
$result = OCIExecute($stmt);
$res = 0;
while (OCIFetchInto($stmt, $value)) {
$res++;
@($cid = $value[0]);
@($cname = $value[1]);
@($cide = $value[2]);
@($ctel = $value[3]);
@($cmail = $value[4]);
@($ccargo = $value[5]);
?>
</p>
<form name="form2" method="post" action="reqcompany.php">
<table width="100%" border="1" cellpadding="6" cellspacing="0" bordercolor="#DAEAFE">
<tr bordercolor="#DAEAFE">
<td width="4%"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><img src="http://www.dama.gov.co/icoface.gif" width="13" height="17"></font></td>
<td width="53%" bgcolor="#FFF8CE"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<strong><?php echo $res; ?>-</strong>
<input name="telefono2" type="text" id="telefono22" size="45" value="<?php echo $cname; ?>">
</font></td>
<td width="43%"><font color="#999999" size="2" face="Verdana, Arial, Helvetica, sans-serif">Identificación:</font><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<input name="telefono3" type="text" id="telefono32" size="20" value="<?php echo $cide; ?>">
</font></td>
</tr>
<tr bordercolor="#DAEAFE">
<td colspan="2" bordercolor="#DAEAFE"><font color="#999999" size="2" face="Verdana, Arial, Helvetica, sans-serif">Teléfono:</font><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<input name="telefono4" type="text" id="telefono43" size="12" value="<?php echo $ctel; ?>">
<font color="#999999">Mail:</font>
<input name="telefono5" type="text" id="telefono53" size="20" value="<?php echo $cmail; ?>">
</font></td>
<td><font color="#999999" size="2" face="Verdana, Arial, Helvetica, sans-serif">Cargo:</font><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<input name="telefono6" type="text" id="telefono63" size="20" value="<?php echo $ccargo; ?>">
</font></td>
</tr>
<tr bordercolor="#DAEAFE" bgcolor="#D6F4FE">
<td colspan="3"> <input name="cid" type="hidden" id="cid" value="<?php echo $cid; ?>">
<input name="nit" type="hidden" id="nit" value="<?php echo $nit; ?>">
<input type="submit" name="Submit2" value="Actualizar">
<input type="button" name="Submit3" value="Borrar"> </td>
</tr>
</table>
</form>
<p>
<?php
}
}
?>
</p>
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong><font color="#FF99CC">>></font></strong>
<strong>Ingresar un nuevo contacto a esta organización:</strong></font>
</p>
<form name="form3" method="post" action="reqcompany1.php">
<table width="100%" border="1" cellpadding="6" cellspacing="0" bordercolor="#DAEAFE">
<tr bordercolor="#DAEAFE">
<td width="4%"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><img src="http://www.dama.gov.co/icoface.gif" width="13" height="17"></font></td>
<td width="53%" bgcolor="#FFF8CE"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<input name="nombre" type="text" id="telefono222" value="El nombre aqui..." size="45">
</font></td>
<td width="43%"><font color="#999999" size="2" face="Verdana, Arial, Helvetica, sans-serif">Identificación:</font><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<input name="id" type="text" id="telefono322" size="20">
</font></td>
</tr>
<tr bordercolor="#DAEAFE">
<td colspan="3" bordercolor="#DAEAFE"><font color="#999999" size="2" face="Verdana, Arial, Helvetica, sans-serif">Teléfono:</font><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<input name="telefono" type="text" id="telefono422" size="7">
<font color="#999999">Mail:</font>
<input name="mail" type="text" id="telefono522" size="15">
</font><font color="#999999" size="2" face="Verdana, Arial, Helvetica, sans-serif">Cargo:</font><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<input name="cargo" type="text" id="telefono622" size="15">
<font color="#99999"> Rol:</font>
<select name="rol" id="rol">
<?php
$stmt = ociparse($c1,"select RV_LOW_VALUE, RV_MEANING
FROM CG_REF_CODES
WHERE RV_DOMAIN='ROL_ORGANIZACION'");
$result = OCIExecute($stmt);
if ($result == false) {
}else{
while (OCIFetchInto($stmt, $value)) {
$rid= $value[0];
$rna= $value[1];
echo "<option value=\"$rid\">$rna</option>";
}
}
?>
</select>
</font></td>
</tr>
<tr bordercolor="#DAEAFE" bgcolor="#D6F4FE">
<td colspan="3"> <div align="center">
<input name="dire" type="hidden" id="nit7" value="<?php echo $dire; ?>">
<input name="nit" type="hidden" id="nit4" value="<?php echo $nit; ?>">
<input name="eoid" type="hidden" id="nit5" value="<?php echo $eoid; ?>">
<input type="submit" name="Submit22" value="Crear el registro">
</div></td>
</tr>
</table>
</form>
</td>
</tr>
<tr bordercolor="#FFFFFF" bgcolor="#333399">
<td colspan="3" valign="top"> <div align="right"></div></td>
</tr>
<tr bordercolor="#FFFFFF">
<td width="33%" height="97" valign="top"> <p align="center"><font face="Arial"><small><small><img
src="ince/logalc.gif" width="80" height="85" alt="logalc.gif (3822 bytes)"></small></small></font></td>
<td width="67%" height="97" colspan="2" valign="top"> <p align="center">
<input type="submit" name="Submit" value="Actualizar el registro de la organización...">
</p>
<p><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Todos los
Derechos Reservados para el DAMA.<br>
El presente servicio es un producto del Sistema de Información
del DAMA - SIA<br>
Bogotá, 2003.</font></p>
</td>
</tr>
</table>
<p> </p>
</body>
</html>
|