]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MLIB/Marco/Menu.php
Se agrega un ejemplo sobre la utilizacion de los PDF con la nueva clase
[mecon/meconlib.git] / lib / MLIB / Marco / Menu.php
index 92bf5e7800bf8d2c41474ed247f3f88d9aa00dcb..3dba91d316c1138c0e012384b4696550f8cbeff3 100644 (file)
@@ -1,16 +1,15 @@
 <?php /* vim: set binary expandtab tabstop=4 shiftwidth=4 textwidth=80:
 -------------------------------------------------------------------------------
 <?php /* vim: set binary expandtab tabstop=4 shiftwidth=4 textwidth=80:
 -------------------------------------------------------------------------------
-                             Ministerio de Economía
-                                    meconlib
+                                    mlib
 -------------------------------------------------------------------------------
 -------------------------------------------------------------------------------
-This file is part of meconlib.
+This file is part of mlib.
 
 
-meconlib is free software; you can redistribute it and/or modify it under
+mlib is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
 Software Foundation; either version 2 of the License, or (at your option)
 any later version.
 
 the terms of the GNU General Public License as published by the Free
 Software Foundation; either version 2 of the License, or (at your option)
 any later version.
 
-meconlib is distributed in the hope that it will be useful, but WITHOUT
+mlib is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  
@@ -24,8 +23,8 @@ Autor:  Martin Marrese <mmarre@mecon.gov.ar>
 $Id$
 -----------------------------------------------------------------------------*/
 
 $Id$
 -----------------------------------------------------------------------------*/
 
-require_once 'MECON/Marco/Seccion.php';
-require_once 'MECON/Marco/ImagenAnimada.php';
+require_once 'MLIB/Marco/Seccion.php';
+require_once 'MLIB/Marco/ImagenAnimada.php';
 require_once 'HTML/Table.php';
 
 define ('MENU_SERIALIZADO'          , 'MenuSerializado');
 require_once 'HTML/Table.php';
 
 define ('MENU_SERIALIZADO'          , 'MenuSerializado');
@@ -36,10 +35,10 @@ define ('ARRAYSECCIONES_SERIALIZADO', 'ArraySeccionesSerializado');
  *
  * @access public
  */
  *
  * @access public
  */
-class MECON_Marco_Menu {
+class MLIB_Marco_Menu {
     /**
      * Array con los resultados para agregar a la pagina.
     /**
      * Array con los resultados para agregar a la pagina.
-     * Sobre este array MECON_Marco realiza un foreach para agregar lo que
+     * Sobre este array MLIB_Marco realiza un foreach para agregar lo que
      * corresponda.
      *
      * @var array $resultado
      * corresponda.
      *
      * @var array $resultado
@@ -104,7 +103,7 @@ class MECON_Marco_Menu {
      * @return void
      * @access public
      */
      * @return void
      * @access public
      */
-    function MECON_Marco_Menu($configuracion = null) 
+    function MLIB_Marco_Menu($configuracion = null) 
     {
         $this->_configuracion = $configuracion;
         $this->_tabla =& new HTML_Table (
     {
         $this->_configuracion = $configuracion;
         $this->_tabla =& new HTML_Table (
@@ -138,7 +137,7 @@ class MECON_Marco_Menu {
      */
     function _armarEncabezado($titulo) 
     {
      */
     function _armarEncabezado($titulo) 
     {
-        return '<div class="mecon_marco_subtitle">'.$titulo.'</div>';
+        return '<div class="MLIB_marco_subtitle">'.$titulo.'</div>';
     }
 
     /**
     }
 
     /**
@@ -168,7 +167,7 @@ class MECON_Marco_Menu {
                 $ver = false;
             }
             if ($ver) {
                 $ver = false;
             }
             if ($ver) {
-                $tmp = new MECON_Marco_Seccion ($sec, $this->_configuracion);         
+                $tmp = new MLIB_Marco_Seccion ($sec, $this->_configuracion);         
                 array_push($this->_componentes, $tmp->toHtml($linksel));
                 if ($cuenta == $i) {
                     $ultimo = 1;
                 array_push($this->_componentes, $tmp->toHtml($linksel));
                 if ($cuenta == $i) {
                     $ultimo = 1;