Viewing file: log.php (2.47 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include('setup_administracion.php');
?>
<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"> </td>
<td width="33%" 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="8" class="texto">
<tr>
<td width="33%"> </td>
<td width="33%" align="center" bgcolor="#CCCCCC"><strong>Acceso Portel</strong></td>
<td width="33%"> </td>
</tr>
<tr>
<td width="33%"> </td>
<td width="33%" bgcolor="#FFFFFF"><form name="form1" method="post" action="home.php">
<table width="100%" border="0" cellspacing="0" cellpadding="6" class="texto">
<tr>
<td width="50%">Nombre de Usuario:</td>
<td width="50%"><input name="x" type="text" id="x"></td>
</tr>
<tr>
<td width="50%">Password:</td>
<td width="50%"><input name="y" type="password" id="y"></td>
</tr>
<tr align="center">
<td colspan="2">
<input type="submit" name="Submit" value="Ingresar...">
</td>
</tr>
</table>
</form></td>
<td width="33%"> </td>
</tr>
</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>
|