Viewing file: mapa_puntos_administracion.php (12.83 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$ia = isset($accion);
if ($ia == false) {
$accion = "x";
}
include('setup_administracion.php');
include('../clases_herramientas/include_acciones.php');
include('pass.php');
$id_app = 51;
?>
<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><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="33%" valign="bottom"><img src="<?php echo $imagen_banner; ?>" width="<?php echo $ancho_banner; ?>" height="<?php echo $alto_banner; ?>"></td>
<td width="33%" valign="bottom" class="texto">UR: <?php echo $user; ?></td>
<td width="33%" align="right" valign="bottom" class="texto"><a href="<?php echo $home_administrador; ?>">Home
Administrador</a> <strong>I</strong> <a href="#" onClick="MM_callJS('history.go(-1);')">Regresar</a></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><strong>1.</strong> Agregar Punto</td>
</tr>
<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 width="25%"> </td>
<td width="25%" align="right">Nombre:</td>
<td width="25%"><input name="mapa_punto_nombre" type="text" id="layer_nombre"></td>
<td width="25%"> </td>
</tr>
<tr>
<td> </td>
<td align="right">Capa ó Mapa:</td>
<td><select name="mapa_layer_id" id="select">
<?php $control_f = new filtrar_select_edicion("mapa_layer_id, mapa_layer_nombre", "mapa_layer", "mapa_layer_id != 0", "", "", "mapa_layer_id", "mapa_layer_id", $id, "mapa_layer", "formato_id"); ?>
</select></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">Descripción:</td>
<td><textarea name="mapa_punto_descripcion" id="layer_descripcion"></textarea></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">Enlace:</td>
<td><input name="mapa_punto_link" type="text" id="mapa_layer_nombre"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">Teléfono:</td>
<td><input name="mapa_punto_telefono" type="text" id="mapa_layer_nombre2"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">Dirección:</td>
<td><input name="mapa_punto_direccion" type="text" id="mapa_layer_nombre3"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">Correo Electrónico:</td>
<td><input name="mapa_punto_mail" type="text" id="mapa_layer_nombre4"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">Página Web:</td>
<td><input name="mapa_punto_web" type="text" id="mapa_layer_nombre5"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">Horario:</td>
<td><input name="mapa_punto_horario" type="text" id="mapa_layer_nombre6"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">X:</td>
<td><input name="mapa_punto_x" type="text" id="mapa_layer_nombre7"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">Y:</td>
<td><input name="mapa_punto_y" type="text" id="mapa_layer_nombre8"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">Imagén:</td>
<td><input type="file" name="mapa_punto_imagen"></td>
<td> </td>
</tr>
<tr>
<td width="25%"> </td>
<td colspan="2" align="center"><input name="id_app" type="hidden" id="id_app3" 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>
<tr>
<td><strong>2.</strong> Seleccionar Puntos</td>
</tr>
<tr>
<td><form name="form2" method="post" action="">
<table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
<tr>
<td width="25%"> </td>
<td width="50%" align="center">
<select name="mapa_punto_id">
<?php $control = new select_v1(0, "mapa_punto_id, mapa_punto_nombre", "mapa_puntos", "mapa_punto_id != 0", 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_app2" 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 == "-1") { ?>
<tr>
<td><strong>3.</strong> Editar Punto</td>
</tr>
<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 width="25%"> </td>
<td width="25%" align="right">Nombre:</td>
<td width="25%"><input name="mapa_punto_nombre" type="text" value="<?php echo $arreglo->RESULTADOS[0][1]; ?>"></td>
<td width="25%"> </td>
</tr>
<tr>
<td> </td>
<td align="right">Capa ó Mapa:</td>
<td><select name="mapa_layer_id" id="select8">
<?php $control_f = new filtrar_select_edicion("mapa_layer_id, mapa_layer_nombre", "mapa_layer", "mapa_layer_id != 0", "", "", "mapa_punto_id", "mapa_layer_id", $arreglo->RESULTADOS[0][0], "mapa_puntos", "formato_id"); ?>
</select></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">Descripción:</td>
<td><textarea name="mapa_punto_descripcion" id="textarea2"><?php echo $arreglo->RESULTADOS[0][2]; ?></textarea></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">Enlace:</td>
<td><input name="mapa_punto_link" type="text" id="mapa_punto_link" value="<?php echo $arreglo->RESULTADOS[0][3]; ?>"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">Teléfono:</td>
<td><input name="mapa_punto_telefono" type="text" id="mapa_punto_telefono" value="<?php echo $arreglo->RESULTADOS[0][4]; ?>"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">Dirección:</td>
<td><input name="mapa_punto_direccion" type="text" id="mapa_punto_direccion" value="<?php echo $arreglo->RESULTADOS[0][5]; ?>"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">Correo Electrónico:</td>
<td><input name="mapa_punto_mail" type="text" id="mapa_punto_mail" value="<?php echo $arreglo->RESULTADOS[0][6]; ?>"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">Página Web:</td>
<td><input name="mapa_punto_web" type="text" id="mapa_punto_web" value="<?php echo $arreglo->RESULTADOS[0][7]; ?>"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">Horario:</td>
<td><input name="mapa_punto_horario" type="text" id="mapa_punto_horario" value="<?php echo $arreglo->RESULTADOS[0][8]; ?>"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">X:</td>
<td><input name="mapa_punto_x" type="text" id="mapa_punto_x" value="<?php echo $arreglo->RESULTADOS[0][9]; ?>"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">Y:</td>
<td><input name="mapa_punto_y" type="text" id="mapa_punto_y" value="<?php echo $arreglo->RESULTADOS[0][10]; ?>"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">Imagen:</td>
<td><?php echo $arreglo->RESULTADOS[0][12]; ?> <input name="mapa_punto_imagen" type="hidden" value="<?php echo $arreglo->RESULTADOS[0][12]; ?>"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right"><input type="checkbox" name="ver_mapa_punto_imagen" value="1"></td>
<td><input type="file" name="mapa_punto_imagen_new"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td colspan="2" align="center"><input name="id_app" type="hidden" id="id_app4" value="<?php echo $id_app; ?>">
<input name="mapa_punto_id" type="hidden" id="fuente_id" value="<?php echo $arreglo->RESULTADOS[0][0]; ?>">
<input name="accion" type="hidden" id="accion3" value="edi_">
<input type="submit" name="Submit3" 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> </td>
</tr>
</table>
</form>
<p> </p>
</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>
|