Viewing file: home.php (5.48 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include('../clases_herramientas/include_acciones.php');
include('pass.php');
include('setup_administracion.php');
?>
<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%"><img src="../imagenes/user.gif" width="22" height="28">UR:
<?php echo $user; ?></td>
<td width="25%" align="right"><a href="log.php"><img src="../imagenes/exit.gif" alt="Salir" width="34" 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 width="30%"> </td>
<td width="40%" align="center" bgcolor="#CCCCCC"><strong>Menú
General</strong></td>
<td width="30%"> </td>
</tr>
<tr>
<td width="30%"> </td>
<td width="40%" bgcolor="#D8EDFA"> <form name="form1" method="post" action="buscador.php">
<table width="100%" border="0" cellpadding="6" cellspacing="0" bgcolor="#D8EDFA" class="texto">
<tr>
<td width="35%" align="right"><img src="../imagenes/search_icon.gif" alt="Buscar..." width="29" height="29">
</td>
<td width="65%" align="left"> <input name="string" type="text" id="buscar">
<input type="submit" name="Submit" value="Ir"> <input name="x_y" type="hidden" id="accion" value="<?php echo $uid->UID; ?>">
<input name="user" type="hidden" id="accion" value="<?php echo $user; ?>">
<input name="accion" type="hidden" id="accion" value="bus_">
</td>
</tr>
</table>
</form></td>
<td width="30%"> </td>
</tr>
<tr>
<td> </td>
<td bgcolor="#D8EDFA"><img src="../imagenes/barra.gif" alt="Cambiar Contraseña" width="495" height="28" border="0" usemap="#Map" href="administracion_contacto_contrasena_administracion.php?x_y=<?php echo $x_y; ?>&user=<?php echo $user; ?>" target="_self"></td>
<td> </td>
</tr>
<tr>
<td width="30%"> </td>
<td width="40%" bgcolor="#FFFFFF">
<?php include('include_guia_tramites.php'); ?>
<?php include('../clases_herramientas/menu.php'); ?>
</td>
<td width="30%"> </td>
</tr>
<tr>
<td> </td>
<td bgcolor="#D8EDFA"> </td>
<td> </td>
</tr>
<?php if ($uid->usr_tipo == 0) { ?>
<?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>
<map name="Map">
<area shape="rect" coords="4,4,71,26" href="administracion_contacto_contrasena_administracion.php?x_y=<?php echo $x_y; ?>&user=<?php echo $user; ?>" target="_self" alt="Cambiar Contraseña">
<area shape="rect" coords="179,2,283,26" href="contenido_categoria_administracion.php?x_y=<?php echo $x_y; ?>&user=<?php echo $user; ?>" target="_self" alt="Categorías">
<area shape="rect" coords="285,1,387,26" href="contenido_foto_y_medios_administracion.php?x_y=<?php echo $x_y; ?>&user=<?php echo $user; ?>" target="_self" alt="Fotos y Medios">
<area shape="rect" coords="388,4,489,28" href="contenido_links_administracion.php?x_y=<?php echo $x_y; ?>&user=<?php echo $user; ?>" target="_self" alt="Contenido">
</map>
|