+++ /dev/null
-<?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
-// +--------------------------------------------------------------------+
-// | MARCO |
-// +--------------------------------------------------------------------+
-// | Liberia generica para el manejo del marco de los sistemas |
-// | Ministerio de Economía |
-// +--------------------------------------------------------------------+
-// | Creado: thu apr 03 ART 2003 |
-// | Autor: Martin Marrese <mmarre@mecon.gov.ar> |
-// +--------------------------------------------------------------------+
-//
-// $Id$
-//
-// $URL$
-// $Rev$
-// $Date$
-// $Author$
-?>
-<html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+++ /dev/null
-<?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
-// +--------------------------------------------------------------------+
-// | MARCO |
-// +--------------------------------------------------------------------+
-// | Liberia generica para el manejo del marco de los sistemas |
-// | Ministerio de Economía |
-// +--------------------------------------------------------------------+
-// | Creado: thu apr 03 ART 2003 |
-// | Autor: Martin Marrese <mmarre@mecon.gov.ar> |
-// +--------------------------------------------------------------------+
-//
-// $Id$
-//
-// $URL$
-// $Rev$
-// $Date$
-// $Author$
-?>
- </head>
- <body>
- <table width=760 align="center" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" border="0">
+++ /dev/null
-<?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
-// +--------------------------------------------------------------------+
-// | MARCO |
-// +--------------------------------------------------------------------+
-// | Liberia generica para el manejo del marco de los sistemas |
-// | Ministerio de Economía |
-// +--------------------------------------------------------------------+
-// | Creado: thu apr 03 ART 2003 |
-// | Autor: Martin Marrese <mmarre@mecon.gov.ar> |
-// +--------------------------------------------------------------------+
-//
-// $Id$
-//
-// $URL$
-// $Rev$
-// $Date$
-// $Author$
-?>
-<tr>
- <td>
\ No newline at end of file
+++ /dev/null
-<?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
-// +--------------------------------------------------------------------+
-// | MARCO |
-// +--------------------------------------------------------------------+
-// | Liberia generica para el manejo del marco de los sistemas |
-// | Ministerio de Economía |
-// +--------------------------------------------------------------------+
-// | Creado: thu apr 03 ART 2003 |
-// | Autor: Martin Marrese <mmarre@mecon.gov.ar> |
-// +--------------------------------------------------------------------+
-//
-// $Id$
-//
-// $URL$
-// $Rev$
-// $Date$
-// $Author$
-?>
- </td>
-</tr>
+++ /dev/null
-<?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
-// +--------------------------------------------------------------------+
-// | MARCO |
-// +--------------------------------------------------------------------+
-// | Liberia generica para el manejo del marco de los sistemas |
-// | Ministerio de Economía |
-// +--------------------------------------------------------------------+
-// | Creado: thu apr 03 ART 2003 |
-// | Autor: Martin Marrese <mmarre@mecon.gov.ar> |
-// +--------------------------------------------------------------------+
-//
-// $Id$
-//
-// $URL$
-// $Rev$
-// $Date$
-// $Author$
-?>
- </table>
- </body>
-</html>
$this->_armarArraySecciones($tmp);
$TABLA = new HTML_Table('width=160 align="left" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" border="0" height="1"');
- $menu ='<img src="/www/images/carpeta0" border="0"> <font face="Arial, Helvetica, sans-serif" size="2" color="#000000"><b>Submenú</b></font>';
+ $menu ='<img src="/www/images/carpeta0" border="0"> <font face="Arial, Helvetica, sans-serif" size="2" color="#000000"><b>'.$titulo.'</b></font>';
$row = array ($menu);
$TABLA->addRow($row,'align="left" bgcolor="#FFFFFF" height="1"');
$TABLA->updateCellAttributes(0,0,'colspan="2"');
$row = array ($TABLA->toHtml());
$this->_tabla->addRow($row,'width=160 align="left" bgcolor="#FFFFFF" valign="top" rowspan="2"');
- $tit = '<font face="Arial, Helvetica, sans-serif" size="3" color="#FFFFFF"><b>'.$titulo.'</b></font>';
- $row = array ($tit);
- $this->_tabla->setCellContents (0,1,$row);
- $this->_tabla->setCellAttributes(0,1,'align="left" bgcolor="#336699"');
-
$tmp='<BR>';
foreach ($body as $bod) {
if (is_object($bod)) {
<?php
- $_SESSION['deshabilitar_links'] = '';
+ $_SESSION['deshabilitar_links'] = true;
$MARCO = new Marco ('prueba');
$MARCO->addTitle('USUARIOS - FILTRAR');