Viewing file: Copiadeframe.php (3.69 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 valign="top"><?php
$name_page = "frame_detalle.php";
include('noticia_2.php'); ?>
</td>
<td width="25%" valign="top" bgcolor="#FFFFFF"><div align="left">
<p>
<?php include('slideshow_2.php'); ?>
</p>
<p>
<?php include('documentos_2.php'); ?>
</p>
<p>
<?php include('links_2.php'); ?>
</p>
</div></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>0</TD>
</TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0><?php $var_1 = 1;
include('submenu.php'); ?></TABLE>
</BODY></HTML>
|