Viewing file: frame_detalle.php (4.11 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php include('../../administracion/clases_herramientas/include_acciones.php');
$name_page = "decide.php";
echo "<link href= \"../css/dama_classic.css\" rel=\"stylesheet\" type=\"text/css\">";
?>
<!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="#CCCCCC" 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=#000000>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height="80"><img src="../jpg/Banner_Buscador_26.jpg" width="760" height="80"></TD>
</TR>
</TBODY>
</TABLE>
</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=#cc0000 height=34> </TD>
<TD vAlign=center align=left bgColor=#cc0000 colSpan=2><font color="#FFFFFF" size="5" face="Arial, Helvetica, sans-serif"><strong>En
Profundidad</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=#999966> </TD>
</TR>
<TR>
<TD vAlign=top align=center width="19%" bgColor=#cc0000>
<table width="90%" border="0" cellspacing="0" cellpadding="8">
<tr>
<td align="left" bgcolor="#D8D8C5">
<?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=#D8D8C5> </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>
|