Viewing file: frame.php (4.24 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML>
<HEAD>
<TITLE>DAMA/<?php echo $titulo; ?></TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<SCRIPT language=JavaScript type=text/JavaScript>
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</SCRIPT>
</HEAD>
<BODY bgcolor="<?php echo $col_fondo; ?>" topMargin=8>
<TABLE height=25 cellSpacing=0 cellPadding=0 width="100%" border=0><?php include('submenu.php'); ?>
</TABLE>
<TABLE height=60 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=center align=left bgColor=#00CC33>
<?php include('banner.php'); ?>
</TD>
</TR></TBODY></TABLE>
<TABLE height=15 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD bgColor=#003399 height=15><?php include('menu.php'); ?></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=top align=left bgColor=#7eba02 height=34> </TD>
<TD vAlign=center align=left bgColor=#7eba02 colSpan=2><font color="#FFFFFF" size="5" face="Arial, Helvetica, sans-serif"><strong><?php echo $titulo; ?></strong></font></TD>
</TR>
<TR>
<TD vAlign=top align=left bgColor=#666666 height=20> </TD>
<TD vAlign=top align=left bgColor=#666666> <TABLE height=18 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR bgColor=#000000>
<TD height=18> <DIV class=Estilo78 align=center>Historia</DIV></TD>
</TR>
</TBODY>
</TABLE></TD>
<TD vAlign=top align=left bgColor=#339900> </TD>
</TR>
<TR>
<TD vAlign=top align=center width="19%" bgColor=#339933> <table width="90%" border="0" cellspacing="0" cellpadding="8">
<tr>
<td align="left" bgcolor="#7eba02">
<?php include('menuinterno.php'); ?>
</td>
</tr>
</table></TD>
<TD width="78%" align=left vAlign=top bgColor=#ffffff> <TABLE cellSpacing=0 cellPadding=15 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=top align=left>
<table width="100%" border="0" cellspacing="2" cellpadding="8">
<tr>
<td colspan="2">
<?php include('indice.php'); ?>
</td>
</tr>
<tr>
<td valign="top"> <p>
<?php $var_1 = "r"; $var_3 = 1; include('noticia_3.php'); ?>
</p>
<br>
<?php include('links_1.php'); ?>
</td>
<td width="25%" valign="top" bgcolor="#eeeeee">
<p>
<?php include('noticia_1_1.php'); ?>
</p>
<p>
<?php include('documentos.php'); ?>
</p>
<table width="100%" border="0" cellpadding="10" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td align="center">
<?php $var_1 = 1; include('promo.php'); ?>
</td>
</tr>
</table>
</td>
</tr>
</table></TD>
</TR>
</TBODY>
</TABLE></TD>
<TD vAlign=top align=left width="3%" bgColor=#7eba02> </TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD bgColor=#999966> </TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0><?php $var_1 = 1;
include('submenu.php'); ?></TABLE>
</BODY></HTML>
|