Viewing file: administracion_contacto_administracion.php (30.47 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$ib = isset($id);
if ($ib == false) {
$id = 0;
}
$ia = isset($accion);
if ($ia == false) {
$accion = "x";
}
include('setup_administracion.php');
include('../clases_herramientas/include_acciones.php');
include('pass.php');
$id_app = 8;
?>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_callJS(jsStr) { //v2.0
return eval(jsStr)
}
//-->
</script>
<link href="<?php echo $archivo_css; ?>" rel="stylesheet" type="text/css">
<title><?php echo $nombre_pagina; ?></title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<body bgcolor="<?php echo $color_fondo; ?>" leftmargin="0" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td bgcolor="<?php echo $color_fondo_banner; ?>"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="25%" valign="bottom"><img src="<?php echo $imagen_banner; ?>" width="<?php echo $ancho_banner; ?>" height="<?php echo $alto_banner; ?>"></td>
<td width="50%" valign="bottom" class="texto"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="texto">
<tr>
<td width="25%"><?php include('light_bus.php'); ?><img src="../imagenes/user.gif" width="22" height="28">UR:
<?php echo $user; ?></td>
<td width="25%" align="right"><a href="administracion_contacto_administracion.php?user=<?php echo $user; ?>&x_y=<?php echo $x_y; ?>"><img src="../imagenes/add.gif" alt="Agregar un nuevo registro" width="100" height="29" border="0"></a><a href="<?php echo $home_administrador; ?>"><img src="../imagenes/home.gif" alt="Ir al menú principal" width="32" height="29" border="0"></a><a href="#" onClick="MM_callJS('history.go(-1);')"><img src="../imagenes/back.gif" alt="Regresar" width="32" height="29" border="0"></a><a href="#"><img src="../imagenes/help_big.gif" alt="Ayuda General" width="34" height="29" border="0" onClick="MM_openBrWindow('aviso.php?tipo=2&idapp=<?php echo $id_app; ?>','','scrollbars=yes,width=400,height=300')"></a></td>
</tr>
</table></td>
<td width="25%" align="right" valign="bottom" class="texto"> </td>
</tr>
</table></td>
</tr>
<tr>
<td bgcolor="<?php echo $color_fondo_cuerpo; ?>"><table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
<tr>
<td><form name="form2" method="post" action="">
<table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
<tr>
<td> </td>
<td align="left"><strong>Seleccionar Contacto...</strong></td>
<td> </td>
</tr>
<tr>
<td width="25%"> </td>
<td width="50%" align="center"> <select name="contacto_id">
<?php $control = new select_v1(0, "contacto_id, contacto_nombre", "administracion_contacto", "contacto_id != 0 order by contacto_nombre", 2, 0, "(id)-(nombre)", "<option value=\"(id)\">(nombre)</option>", ""); ?>
</select> <select name="accion">
<option value="-1">Editar</option>
<option value="del_">Borrar</option>
</select> <input type="submit" name="Submit2" value="Ir...">
<input name="id_app" type="hidden" id="id_app" value="<?php echo $id_app; ?>">
<input name="x_y" type="hidden" id="accion" value="<?php echo $uid->UID; ?>">
<input name="user" type="hidden" id="accion" value="<?php echo $user; ?>">
</td>
<td width="25%"> </td>
</tr>
</table>
</form></td>
</tr>
<?php if ($accion == "x") { ?>
<tr>
<td><form action="" method="post" enctype="multipart/form-data" name="form1">
<table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
<tr>
<td> </td>
<td colspan="2" align="left" bgcolor="#FF9900"><strong><font color="#FFFFFF">Agregar
Contacto</font></strong></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Fuente:</td>
<td bgcolor="#FFFFFF"> <select name="fuente_id">
<?php $control_f = new filtrar_select_edicion("fuente_id, fuente_nombre", "administracion_fuente", "fuente_id != 0", "", "", "fuente_id", "fuente_id", $id, "administracion_fuente", "fuente_id"); ?>
</select></td>
<td> </td>
</tr>
<tr>
<td width="25%"> </td>
<td width="25%" align="right" bgcolor="#FFFFFF">Tipo:</td>
<td width="25%" bgcolor="#FFFFFF"> <select name="contacto_tipo" id="select5">
<?php $control = new select_v2(15); ?>
</select></td>
<td width="25%"> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Perfil:</td>
<td bgcolor="#FFFFFF"> <select name="contacto_perfil" id="select">
<?php $control = new select_v2(16); ?>
</select></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Nombre:<font color="#FF0000">*</font></td>
<td bgcolor="#FFFFFF"> <input type="text" name="contacto_nombre"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF"><strong><font color="#FF9900">Usuario:</font><font color="#FF0000">*</font></strong></td>
<td bgcolor="#FFFFFF"> <input type="text" name="contacto_user"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF"><strong><font color="#FF9900">Clave:</font><font color="#FF0000">*</font></strong></td>
<td bgcolor="#FFFFFF"> <input type="password" name="contacto_password"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF"><strong><font color="#FF9900">Repetir
Clave:</font><font color="#FF0000">*</font></strong></td>
<td bgcolor="#FFFFFF"> <input type="password" name="contacto_password_2"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">CC:</td>
<td bgcolor="#FFFFFF"><input type="text" name="contacto_cc"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Ocupación:</td>
<td bgcolor="#FFFFFF"> <input type="text" name="contacto_ocupacion"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Ubicación:</td>
<td bgcolor="#FFFFFF"> <input type="text" name="contacto_ubicacion"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Teléfono:</td>
<td bgcolor="#FFFFFF"> <input type="text" name="contacto_telefono"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Fax:</td>
<td bgcolor="#FFFFFF"> <input type="text" name="contacto_fax"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Correo Electrónico:</td>
<td bgcolor="#FFFFFF"> <input type="text" name="contacto_correo"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">URL:</td>
<td bgcolor="#FFFFFF"> <input type="text" name="contacto_url"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Archivo Anexo:</td>
<td bgcolor="#FFFFFF"> <input type="file" name="contacto_archivo_anexo"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Pais:</td>
<td bgcolor="#FFFFFF"> <select name="contacto_pais" id="select7">
<?php $control = new select_v2(7); ?>
</select></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Ciudad:</td>
<td bgcolor="#FFFFFF"> <select name="contacto_ciudad" id="select2">
<?php $control = new select_v2(6); ?>
</select></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Supervisor:</td>
<td bgcolor="#FFFFFF"> <select name="contacto_id_supervisor" id="select3">
<option value="0">Sin Supervisor</option>
<?php $control = new select_v1(0, "contacto_id, contacto_nombre", "administracion_contacto", "contacto_id != 0", 2, 0, "(id)-(nombre)", "<option value=\"(id)\">(nombre)</option>", ""); ?>
</select>
(Si aplica)</td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Estado:</td>
<td bgcolor="#FFFFFF"> <select name="contacto_estado" id="select4">
<option value="0">Activo</option>
<option value="1">Inactivo</option>
</select></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Observaciones:</td>
<td bgcolor="#FFFFFF"> <textarea name="contacto_texto" cols="35" rows="4" id="fuente_propiedades"></textarea></td>
<td> </td>
</tr>
<tr>
<td width="25%"> </td>
<td colspan="2" align="center" bgcolor="#FFFFFF"> <input name="id_app" type="hidden" id="id_app2" value="<?php echo $id_app; ?>">
<input name="accion" type="hidden" id="accion" value="ins_">
<input type="submit" name="Submit" value="Agregar..."> <input name="x_y" type="hidden" id="accion" value="<?php echo $uid->UID; ?>">
<input name="user" type="hidden" id="accion" value="<?php echo $user; ?>">
</td>
<td width="25%"> </td>
</tr>
</table>
</form>
</td></tr>
<?php } ?>
<?php if ($accion == "-1") { ?>
<tr>
<td><form name="form3" method="post" action="" enctype="multipart/form-data">
<table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
<tr>
<td> </td>
<td align="left" bgcolor="#FF9900"><strong><font color="#FFFFFF">Editar
Contacto</font></strong></td>
<td bgcolor="#FF9900"> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Fuente:</td>
<td bgcolor="#FFFFFF"><select name="fuente_id" id="select14">
<?php
$cuando = "administracion_pertenencia_fuente_contacto.fuente_id = administracion_fuente.fuente_id and administracion_pertenencia_fuente_contacto.contacto_id =" . $arreglo->RESULTADOS[0][0];
$control_1 = new select_v1(0, "administracion_fuente.fuente_id, administracion_fuente.fuente_nombre", "administracion_fuente, administracion_pertenencia_fuente_contacto", $cuando, 2, 0, "(id)-(nombre)", "<option value=\"(id)\" selected>(nombre)</option>", "");
$resultados_fuente = $control_1->RESULTADOS; ?>
<?php $control = new select_v1(0, "fuente_id, fuente_nombre", "administracion_fuente", "fuente_id != 0", 2, 0, "(id)-(nombre)", "<option value=\"(id)\">(nombre)</option>", ""); ?>
</select> <input name="fuente_id_old" type="hidden" id="contacto_archivo_anexo" value="<?php echo $resultados_fuente[0][0]; ?>">
</td>
<td> </td>
</tr>
<tr>
<td width="25%"> </td>
<td width="25%" align="right" bgcolor="#FFFFFF">Tipo:</td>
<td width="25%" bgcolor="#FFFFFF">
<?php $control = new arreglo_constante(15); ?>
<select name="contacto_tipo" id="select5">
<?php $control_f = new filtrar_select_edicion("", "", "", $control->ARREGLO_NOMBRES, $control->ARREGLO_VALORES, "contacto_id", "contacto_tipo", $arreglo->RESULTADOS[0][0], "administracion_contacto", "contacto_tipo"); ?>
</select></td>
<td width="25%"> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Perfil:</td>
<td bgcolor="#FFFFFF">
<?php $control = new arreglo_constante(16); ?>
<select name="contacto_perfil" id="select">
<?php $control_f = new filtrar_select_edicion("", "", "", $control->ARREGLO_NOMBRES, $control->ARREGLO_VALORES, "contacto_id", "contacto_perfil", $arreglo->RESULTADOS[0][0], "administracion_contacto", "contacto_perfil"); ?>
</select></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Nombre:</td>
<td bgcolor="#FFFFFF"> <input name="contacto_nombre" type="text" value="<?php echo $arreglo->RESULTADOS[0][3]; ?>"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">CC:</td>
<td bgcolor="#FFFFFF"><input name="contacto_cc" type="text" value="<?php echo $arreglo->RESULTADOS[0][18]; ?>"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Ocupación:</td>
<td bgcolor="#FFFFFF"> <input name="contacto_ocupacion" type="text" value="<?php echo $arreglo->RESULTADOS[0][4]; ?>"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Ubicación:</td>
<td bgcolor="#FFFFFF"> <input name="contacto_ubicacion" type="text" value="<?php echo $arreglo->RESULTADOS[0][5]; ?>"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Teléfono:</td>
<td bgcolor="#FFFFFF"> <input name="contacto_telefono" type="text" value="<?php echo $arreglo->RESULTADOS[0][6]; ?>"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Fax:</td>
<td bgcolor="#FFFFFF"> <input name="contacto_fax" type="text" value="<?php echo $arreglo->RESULTADOS[0][7]; ?>"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Correo Electrónico:</td>
<td bgcolor="#FFFFFF"> <input name="contacto_correo" type="text" value="<?php echo $arreglo->RESULTADOS[0][8]; ?>"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">URL:</td>
<td bgcolor="#FFFFFF"> <input name="contacto_url" type="text" value="<?php echo $arreglo->RESULTADOS[0][9]; ?>"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Archivo Anexo:</td>
<td bgcolor="#FFFFFF"><?php echo $arreglo->RESULTADOS[0][13]; ?>
<input name="contacto_archivo_anexo" type="hidden" id="contacto_id" value="<?php echo $arreglo->RESULTADOS[0][13]; ?>"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF"> <input type="checkbox" name="ver_contacto_archivo_anexo" value="1"></td>
<td bgcolor="#FFFFFF"> <input type="file" name="contacto_archivo_anexo_new"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Pais:</td>
<td bgcolor="#FFFFFF">
<?php $control = new arreglo_constante(7); ?>
<select name="contacto_pais" id="select7">
<?php $control_f = new filtrar_select_edicion("", "", "", $control->ARREGLO_NOMBRES, $control->ARREGLO_VALORES, "contacto_id", "contacto_pais", $arreglo->RESULTADOS[0][0], "administracion_contacto", "contacto_pais"); ?>
</select></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Ciudad:</td>
<td bgcolor="#FFFFFF">
<?php $control = new arreglo_constante(6); ?>
<select name="contacto_ciudad" id="select2">
<?php $control_f = new filtrar_select_edicion("", "", "", $control->ARREGLO_NOMBRES, $control->ARREGLO_VALORES, "contacto_id", "contacto_ciudad", $arreglo->RESULTADOS[0][0], "administracion_contacto", "contacto_ciudad"); ?>
</select></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Supervisor:</td>
<td bgcolor="#FFFFFF"> <select name="contacto_id_supervisor" id="select3">
<?php $control_f = new filtrar_select_edicion("contacto_id, contacto_nombre", "administracion_contacto", "contacto_id != 0", "", "", "contacto_id", "contacto_id_supervisor", $arreglo->RESULTADOS[0][0], "administracion_contacto", "contacto_id_supervisor"); ?>
</select>
(Si aplica)</td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Estado:</td>
<td bgcolor="#FFFFFF"> <select name="contacto_estado" id="select4">
<?php $control_f = new filtrar_select_edicion("", "", "", "Activo(-)Inactivo", "0(-)1", "contacto_id", "contacto_estado", $arreglo->RESULTADOS[0][0], "administracion_contacto", "contacto_estado"); ?>
</select></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" bgcolor="#FFFFFF">Observaciones:</td>
<td bgcolor="#FFFFFF"> <textarea name="contacto_texto" cols="35" rows="4" id="fuente_propiedades"><?php echo $arreglo->RESULTADOS[0][12]; ?></textarea></td>
<td> </td>
</tr>
<tr>
<td width="25%"> </td>
<td colspan="2" align="center" bgcolor="#FFFFFF"> <input name="id_app" type="hidden" id="accion4" value="<?php echo $id_app; ?>">
<input name="contacto_id" type="hidden" id="accion3" value="<?php echo $arreglo->RESULTADOS[0][0]; ?>">
<input name="accion" type="hidden" id="accion" value="edi_">
<input type="submit" name="Submit" value="Editar..."> <input name="x_y" type="hidden" id="accion" value="<?php echo $uid->UID; ?>">
<input name="user" type="hidden" id="accion" value="<?php echo $user; ?>">
</td>
<td width="25%"> </td>
</tr>
</table>
</form>
</td></tr>
<tr>
<td bgcolor="<?php echo $color_fondo_cuerpo; ?>"><form name="form4" method="post" action="">
<table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
<tr>
<td align="center"> </td>
<td align="left"><img src="../imagenes/linea_admon.gif" width="397" height="11"></td>
<td align="center"> </td>
</tr>
<tr>
<td align="center"> </td>
<td align="left"><strong><font color="#FF9900">1.</font> Agregar
Permisos de Aplicación:</strong></td>
<td align="center"> </td>
</tr>
<tr>
<td width="25%" align="center"> </td>
<td align="left"> <select name="aplicacion_id">
<?php $control = new select_v1(0, "aplicacion_id, aplicacion_nombre", "administracion_aplicacion", "aplicacion_id != 0 order by aplicacion_nombre", 2, 0, "(id)-(nombre)", "<option value=\"(id)\">(nombre)</option>", ""); ?>
</select> <input type="submit" name="Submit33" value="Ir...">
<input name="id_app" type="hidden" id="id_app4" value="46">
<input name="contacto_id" type="hidden" id="contacto_id3" value="<?php echo $arreglo->RESULTADOS[0][0]; ?>">
<input name="accion" type="hidden" id="accion5" value="ins_">
<input name="x_y" type="hidden" id="x_y2" value="<?php echo $uid->UID; ?>">
<input name="user" type="hidden" id="user2" value="<?php echo $user; ?>">
</td>
<td width="25%" align="center"> </td>
</tr>
</table>
</form></td>
</tr>
<tr>
<td bgcolor="<?php echo $color_fondo_cuerpo; ?>"><form name="form4" method="post" action="">
<table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
<tr>
<td align="center"> </td>
<td align="left"><img src="../imagenes/linea_admon.gif" width="397" height="11"></td>
<td align="center"> </td>
</tr>
<tr>
<td align="center"> </td>
<td align="left"><strong><font color="#FF9900">2.</font> Revocar
Permisos de Aplicación:</strong></td>
<td align="center"> </td>
</tr>
<tr>
<td width="25%" align="center"> </td>
<td align="left"> <select name="aplicacion_id" id="select8">
<?php
$cuando = "administracion_pertenencia_aplicacion_contacto.aplicacion_id = administracion_aplicacion.aplicacion_id and administracion_pertenencia_aplicacion_contacto.contacto_id =" . $arreglo->RESULTADOS[0][0] . " order by administracion_aplicacion.aplicacion_nombre";
$control = new select_v1(0, "administracion_aplicacion.aplicacion_id, administracion_aplicacion.aplicacion_nombre", "administracion_aplicacion, administracion_pertenencia_aplicacion_contacto", $cuando, 2, 0, "(id)-(nombre)", "<option value=\"(id)\">(nombre)</option>", ""); ?>
</select> <select name="accion" id="select9">
<option value="del_">Borrar</option>
</select> <input type="submit" name="Submit322" value="Ir...">
<input name="id_app" type="hidden" id="id_app5" value="46">
<input name="contacto_id" type="hidden" id="contacto_id4" value="<?php echo $arreglo->RESULTADOS[0][0]; ?>">
<input name="x_y" type="hidden" id="x_y3" value="<?php echo $uid->UID; ?>">
<input name="user" type="hidden" id="user3" value="<?php echo $user; ?>">
</td>
<td width="25%" align="center"> </td>
</tr>
</table>
</form></td>
</tr>
<tr>
<td bgcolor="<?php echo $color_fondo_cuerpo; ?>"><form name="form4" method="post" action="">
<table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
<tr>
<td align="center"> </td>
<td align="left"><img src="../imagenes/linea_admon.gif" width="397" height="11"></td>
<td align="center"> </td>
</tr>
<tr>
<td align="center"> </td>
<td align="left"><strong><font color="#FF9900">3.</font> Agregar
Permisos Temáticos:</strong></td>
<td align="center"> </td>
</tr>
<tr>
<td width="25%" align="center"> </td>
<td align="left"> <select name="categoria_id">
<?php $control = new tree_simple("%",$x_y,$user); ?>
</select> <input type="submit" name="Submit3" value="Ir...">
<input name="id_app" type="hidden" id="id_app6" value="45">
<input name="contacto_id" type="hidden" id="contacto_id5" value="<?php echo $arreglo->RESULTADOS[0][0]; ?>">
<input name="accion" type="hidden" id="accion6" value="ins_">
<input name="x_y" type="hidden" id="x_y4" value="<?php echo $uid->UID; ?>">
<input name="user" type="hidden" id="user4" value="<?php echo $user; ?>">
</td>
<td width="25%" align="center"> </td>
</tr>
</table>
</form></td>
</tr>
<tr>
<td bgcolor="<?php echo $color_fondo_cuerpo; ?>"><form name="form4" method="post" action="">
<table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
<tr>
<td align="center"> </td>
<td align="left"><img src="../imagenes/linea_admon.gif" width="397" height="11"></td>
<td align="center"> </td>
</tr>
<tr>
<td align="center"> </td>
<td align="left"><strong><font color="#FF9900">4.</font> Revocar
Permisos Temáticos: </strong> </td>
<td align="center"> </td>
</tr>
<tr>
<td width="25%" align="center"> </td>
<td align="left"> <select name="categoria_tema_id" id="select6">
<?php
$cuando = "administracion_pertenencia_categoria_contacto.categoria_tema_id = contenido_categoria.categoria_tema_id and administracion_pertenencia_categoria_contacto.contacto_id =" . $arreglo->RESULTADOS[0][0];
$control = new select_v1(0, "contenido_categoria.categoria_tema_id, contenido_categoria.categoria_tema_desc", "contenido_categoria, administracion_pertenencia_categoria_contacto", $cuando, 2, 0, "(id)-(nombre)", "<option value=\"(id)\">(nombre)</option>", ""); ?>
</select> <select name="accion" id="accion_contacto">
<option value="del_">Borrar</option>
</select> <input type="submit" name="Submit32" value="Ir...">
<input name="id_app" type="hidden" id="id_app22" value="45">
<input name="contacto_id" type="hidden" id="contacto_id22" value="<?php echo $arreglo->RESULTADOS[0][0]; ?>">
<input name="x_y" type="hidden" id="x_y22" value="<?php echo $uid->UID; ?>">
<input name="user" type="hidden" id="user22" value="<?php echo $user; ?>">
</td>
<td width="25%" align="center"> </td>
</tr>
<tr>
<td align="center"> </td>
<td align="left"><img src="../imagenes/linea_admon.gif" width="397" height="11"></td>
<td align="center"> </td>
</tr>
</table>
</form></td>
</tr>
<?php } ?>
</table></td></tr>
<tr>
<td align="center" bgcolor="<?php echo $color_fondo_pie; ?>" class="textopequeno"><?php echo $nombre_cliente; ?><br>
Todos los Derechos Reservados para NRG<br>
Bogotá, Colombia, S.A. <?php echo $ano_vig; ?><br> <a href="../../documentacion/terminos.htm">Terminos
de Uso</a> <strong>I</strong> <a href="../../documentacion/terms.htm">Terms
of Use</a></td>
</tr>
</table>
|