Viewing file: formato_administracion.php (1.61 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?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><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; ?>"> </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>
|