]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MLIB/Marco/Copete.php
Se agrega un ejemplo sobre la utilizacion de los PDF con la nueva clase
[mecon/meconlib.git] / lib / MLIB / Marco / Copete.php
index 6fb48200d1bdff319b5d9219dc1c638894ce5539..7bbfe1ac27d38ff223b3aa874d543af9ede977bd 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,14 +23,14 @@ Autor:  Martin Marrese <mmarre@mecon.gov.ar>
 $Id$
 -----------------------------------------------------------------------------*/
 
 $Id$
 -----------------------------------------------------------------------------*/
 
-require_once 'MECON/HTML/Image.php';
+require_once 'MLIB/HTML/Image.php';
 
 /**
 
 /**
- * Manejo del copete de los sistemas que utilizan MECON_Marco
+ * Manejo del copete de los sistemas que utilizan MLIB_Marco
  *
  * @access public
  */
  *
  * @access public
  */
-class MECON_Marco_Copete {
+class MLIB_Marco_Copete {
     /**
      * Nombre del directorio en donde se encuentra el sistema. Es case sensitive.
      *
     /**
      * Nombre del directorio en donde se encuentra el sistema. Es case sensitive.
      *
@@ -60,13 +59,13 @@ class MECON_Marco_Copete {
      * El directorio es case sensitive.
      *
      * @param  string $directorio Nombre del directorio en donde se encuentra el sistema.
      * El directorio es case sensitive.
      *
      * @param  string $directorio Nombre del directorio en donde se encuentra el sistema.
-     * @param  mixed $ayuda Objeto MECON_HTML_Link o string para armar el map de la ayuda.
+     * @param  mixed $ayuda Objeto MLIB_HTML_Link o string para armar el map de la ayuda.
      * @param  string $sistema Nombre del sistema con el cual se esta trabajando.
      *
      * @return void
      * @access public
      */
      * @param  string $sistema Nombre del sistema con el cual se esta trabajando.
      *
      * @return void
      * @access public
      */
-    function MECON_Marco_Copete($directorio, $ayuda = null, $sistema = '') 
+    function MLIB_Marco_Copete($directorio, $ayuda = null, $sistema = '') 
     {
         $this->_directorio  = $directorio;
         $this->_sistema     = $sistema;
     {
         $this->_directorio  = $directorio;
         $this->_sistema     = $sistema;
@@ -101,7 +100,7 @@ class MECON_Marco_Copete {
     function toHtml() 
     {
         if (!is_null($this->_directorio)) {
     function toHtml() 
     {
         if (!is_null($this->_directorio)) {
-            $image = new MECON_HTML_Image(
+            $image = new MLIB_HTML_Image(
                 $this->_directorio.'/copete',
                 'Intranet - Ministerio de Economía - ' . $this->_sistema,
                 array(
                 $this->_directorio.'/copete',
                 'Intranet - Ministerio de Economía - ' . $this->_sistema,
                 array(