]> git.llucax.com Git - mecon/meconlib.git/commitdiff
Se pone un poco de orden a las CSS. En especial se empieza a arreglar a
authorLeandro Lucarella <llucax@gmail.com>
Mon, 22 Sep 2003 17:08:52 +0000 (17:08 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 22 Sep 2003 17:08:52 +0000 (17:08 +0000)
tabla, agregando el metodo getCSS().

lib/MECON/HTML/Arbol.php
lib/MECON/HTML/Tabla.php
lib/MECON/HTML/Tabla/estilo_comun.php
lib/MECON/HTML/Tabla/estilo_impresion.php
lib/MECON/HTML/Tabla/estilo_servicio.php
www/css/html/arbol.css [moved from www/css/arbol.css with 95% similarity]
www/css/html/tabla_comun.css [new file with mode: 0644]
www/css/html/tabla_servicios.css [moved from lib/MECON/HTML/Tabla/tabla_estilos.css with 94% similarity]

index d4a25b2453f2e143569cac3c70b27dd649d0f7c4..fcd976f6126d68b2094e3fd5c867f6f12b90c676 100644 (file)
@@ -90,7 +90,7 @@ class MECON_HTML_Arbol extends HTML_Table
      * @access public
      */
     function getCSS() {
      * @access public
      */
     function getCSS() {
-        return '/MECON/css/arbol';
+        return '/MECON/css/html/arbol';
     }
 
     /**
     }
 
     /**
index 035e4f41da5bf9d51186801fbf48a838b09930dc..65512ff44bfe77b0fd22c28491e1f56734605974 100644 (file)
@@ -30,7 +30,6 @@ require_once 'HTML/Table.php';
  * Libreria para le manejo de las tablas de los sistemas de intranet.
  *
  */
  * Libreria para le manejo de las tablas de los sistemas de intranet.
  *
  */
-
 class MECON_HTML_Tabla extends HTML_Table {
     
     /**
 class MECON_HTML_Tabla extends HTML_Table {
     
     /**
@@ -63,7 +62,8 @@ class MECON_HTML_Tabla extends HTML_Table {
      */
     function MECON_HTML_Tabla($attrs = null, $estilo = 'comun') 
     {
      */
     function MECON_HTML_Tabla($attrs = null, $estilo = 'comun') 
     {
-        $this->_conf = include 'MECON/HTML/Tabla/estilo_'.$estilo.'.php'; // Obtengo los valores particulares de configuracion
+        // Obtengo los valores particulares de configuracion.
+        $this->_conf = include(dirname(__FILE__) . '/Tabla/estilo_' . $estilo . '.php');
         // Seteo los atributos para la tabla
         $this->_attrs = $this->_conf['atributos']['tabla_comun'];
         //Genero el objeto HTML_Table
         // Seteo los atributos para la tabla
         $this->_attrs = $this->_conf['atributos']['tabla_comun'];
         //Genero el objeto HTML_Table
@@ -388,6 +388,15 @@ class MECON_HTML_Tabla extends HTML_Table {
         return $rta;
     }
 
         return $rta;
     }
 
+    /**
+     * Obtiene la Cascade Style Sheet para esta tabla.
+     *
+     * @return string Path 'web' a la css.
+     */
+    function getCSS() {
+        return $this->_conf['css'];
+    }
+
 }
 
 ?>
 }
 
 ?>
index 78f4a720f2920f3331d67f831fb50776e4ac93d4..be86ff6564d322e122346514d485a519d3078e30 100644 (file)
@@ -26,6 +26,7 @@ $Id$
 
 // Opciones para la tabla {{{
 return array (
 
 // Opciones para la tabla {{{
 return array (
+    'css' => '/MECON/css/html/tabla_comun',
     'atributos' =>  array ( // {{{
         'tabla_comun' => array( // {{{
             'width'       => '100%',
     'atributos' =>  array ( // {{{
         'tabla_comun' => array( // {{{
             'width'       => '100%',
@@ -46,17 +47,17 @@ return array (
         'celda_cabecera' => array( // {{{
             'align'   => 'center',
             'bgcolor' => '#336699',
         'celda_cabecera' => array( // {{{
             'align'   => 'center',
             'bgcolor' => '#336699',
-            'class'   =>'texto11_blanco',
+            'class'   => 'mecon_html_tabla_comun_texto11_blanco',
         ), // }}}
         'celda_comun' => array( // {{{
             'align'   => 'center',
             'bgcolor' => '#FFFFFF',
         ), // }}}
         'celda_comun' => array( // {{{
             'align'   => 'center',
             'bgcolor' => '#FFFFFF',
-            'class'   => 'texto11_negro',
+            'class'   => 'mecon_html_tabla_comun_texto11_negro',
         ), // }}}
         'celda_titulo' => array( // {{{
             'align'   => 'center',
             'bgcolor' => '#DDEEFF',
         ), // }}}
         'celda_titulo' => array( // {{{
             'align'   => 'center',
             'bgcolor' => '#DDEEFF',
-            'class'   => 'texto11_negro',
+            'class'   => 'mecon_html_tabla_comun_texto11_negro',
         ), // }}}
         'celda_contenedora' => array( // {{{
         ), // }}}
         ), // }}}
         'celda_contenedora' => array( // {{{
         ), // }}}
index a06504ad801c779f14ab0fbdff14decc3221e492..d9e5ef9029c9e2f33043e054f01992ed09c78407 100644 (file)
@@ -26,6 +26,7 @@ $Id$
 
 // Opciones para la tabla {{{
 return array (
 
 // Opciones para la tabla {{{
 return array (
+    'css' => '/MECON/css/html/tabla_comun',
     'atributos' =>  array ( // {{{
         'tabla_comun' => array( // {{{
             'width'       => '100%',
     'atributos' =>  array ( // {{{
         'tabla_comun' => array( // {{{
             'width'       => '100%',
@@ -46,17 +47,17 @@ return array (
         'celda_cabecera' => array( // {{{
             'align'   => 'center',
             'bgcolor' => '#666666',
         'celda_cabecera' => array( // {{{
             'align'   => 'center',
             'bgcolor' => '#666666',
-            'class'   =>'texto11_blanco',
+            'class'   => 'mecon_html_tabla_comun_texto11_blanco',
         ), // }}}
         'celda_comun' => array( // {{{
             'align'   => 'center',
             'bgcolor' => '#FFFFFF',
         ), // }}}
         'celda_comun' => array( // {{{
             'align'   => 'center',
             'bgcolor' => '#FFFFFF',
-            'class'   => 'texto11_negro',
+            'class'   => 'mecon_html_tabla_comun_texto11_negro',
         ), // }}}
         'celda_titulo' => array( // {{{
             'align'   => 'center',
             'bgcolor' => '#CCCCCC',
         ), // }}}
         'celda_titulo' => array( // {{{
             'align'   => 'center',
             'bgcolor' => '#CCCCCC',
-            'class'   => 'texto11_negro',
+            'class'   => 'mecon_html_tabla_comun_texto11_negro',
         ), // }}}
         'celda_contenedora' => array( // {{{
         ), // }}}
         ), // }}}
         'celda_contenedora' => array( // {{{
         ), // }}}
index b1caba4b7033b09925e270c791b5795da4a153f6..289b47cc20169e8f8d1f06d295b12fff018c45cd 100644 (file)
@@ -26,6 +26,7 @@ $Id$
 
 // Opciones para la tabla {{{
 return array (
 
 // Opciones para la tabla {{{
 return array (
+    #'css' => '/MECON/css/html/tabla_servicios',
     'atributos' =>  array ( // {{{
         'tabla_comun' => array( // {{{
             'width'       => '100%',
     'atributos' =>  array ( // {{{
         'tabla_comun' => array( // {{{
             'width'       => '100%',
@@ -46,17 +47,17 @@ return array (
         'celda_cabecera' => array( // {{{
             'align'   => 'center',
             'bgcolor' => '#FFFFFF',
         'celda_cabecera' => array( // {{{
             'align'   => 'center',
             'bgcolor' => '#FFFFFF',
-            'class'   => 'titulo_form',
+            'class'   => 'mecon_html_tabla_servicios_titulo_form',
         ), // }}}
         'celda_comun' => array( // {{{
             'align'   => 'center',
             'bgcolor' => '#FFFFFF',
         ), // }}}
         'celda_comun' => array( // {{{
             'align'   => 'center',
             'bgcolor' => '#FFFFFF',
-            'class'   => 'txt1',
+            'class'   => 'mecon_html_tabla_servicios_txt1',
         ), // }}}
         'celda_titulo' => array( // {{{
             'align'   => 'center',
             'bgcolor' => '#FFFFFF',
         ), // }}}
         'celda_titulo' => array( // {{{
             'align'   => 'center',
             'bgcolor' => '#FFFFFF',
-            'class'   => 'txt1',
+            'class'   => 'mecon_html_tabla_servicios_txt1',
         ), // }}}
         'celda_contenedora' => array( // {{{
         ), // }}}
         ), // }}}
         'celda_contenedora' => array( // {{{
         ), // }}}
similarity index 95%
rename from www/css/arbol.css
rename to www/css/html/arbol.css
index 6ae56f585fcdf008fbe64480995de6395c153838..12ef5484dae95041c9c900d61d0277004698113f 100644 (file)
-.menu {\r
-       color: #003366;\r
-       font-family: Arial, Helvetica, sans-serif;\r
-       font-size: 10pt;\r
-       font-style: normal;\r
-       line-height: normal;\r
-       background-color: #FFFFFF;\r
-       background-position: left;\r
-       text-align: left;\r
-       vertical-align: middle\r
-}\r
-\r
-.menu_bold {\r
-       color: #003366;\r
-       FONT-WEIGHT: bold ;\r
-       font-family: Arial, Helvetica, sans-serif;\r
-       font-size: 10pt;\r
-       font-style: normal;\r
-       line-height: normal;\r
-       background-color: #FFFFFF;\r
-       background-position: left;\r
-       text-align: left;\r
-       vertical-align: middle\r
-}\r
-\r
-.menu_activo {\r
-       COLOR: #003366;\r
-       FONT-FAMILY: Arial, Helvetica, sans-serif;\r
-       FONT-SIZE: 10pt;\r
-       font-style: normal;\r
-       line-height: normal;\r
-       background-color: #FFCC99;\r
-       background-position: left center;\r
-       text-align: left;\r
-       vertical-align: middle\r
-}\r
-\r
-.menu_activo_bold {\r
-       COLOR: #003366;\r
-       FONT-FAMILY: Arial, Helvetica, sans-serif;\r
-       FONT-SIZE: 10pt;\r
-       FONT-WEIGHT: bold ;\r
-       font-style: normal;\r
-       line-height: normal;\r
-       background-color: #FFCC99;\r
-       background-position: left center;\r
-       text-align: left;\r
-       vertical-align: middle\r
-}\r
-\r
-.menu1 {\r
-       COLOR: #003366;\r
-       FONT-FAMILY: Arial, Helvetica, sans-serif;\r
-       FONT-SIZE: 9pt;\r
-       font-style: normal;\r
-       line-height: normal;\r
-       background-color: #FFFFFF;\r
-       background-position: left center;\r
-       text-align: left;\r
-       vertical-align: middle;\r
-}\r
-\r
-.menu_activo1 {\r
-       COLOR: #003366;\r
-       FONT-FAMILY: Arial, Helvetica, sans-serif;\r
-       FONT-SIZE: 9pt;\r
-       font-style: normal;\r
-       line-height: normal;\r
-       background-color: #FFCC99;\r
-       background-position: left centre;\r
-       text-align: left;\r
-       vertical-align: middle\r
-}\r
-\r
-.menu_activo2 {\r
-       COLOR: #003366;\r
-       FONT-FAMILY: Arial, Helvetica, sans-serif;\r
-       FONT-SIZE: 8pt;\r
-       font-style: normal;\r
-       line-height: normal;\r
-       background-color: #FFCC99;\r
-       background-position: left centre;\r
-       text-align: left;\r
-       vertical-align: middle\r
-}\r
-\r
-.menu2 {\r
-       COLOR: #003366;\r
-       FONT-FAMILY: Arial, Helvetica, sans-serif;\r
-       FONT-SIZE: 8pt;\r
-       font-style: normal;\r
-       line-height: normal;\r
-       background-color: #FFFFFF;\r
-       background-position: left center;\r
-       text-align: left;\r
-       vertical-align: middle ;\r
-}\r
-\r
-.menu1_bold {\r
-       COLOR: #003366;\r
-       FONT-FAMILY: Arial, Helvetica, sans-serif;\r
-       FONT-SIZE: 9pt;\r
-       font-style: normal;\r
-       line-height: normal;\r
-       background-color: #FFFFFF;\r
-       background-position: left center;\r
-       text-align: left;\r
-       vertical-align: middle;\r
-}\r
-\r
-.menu_activo1_bold {\r
-       COLOR: #003366;\r
-       FONT-FAMILY: Arial, Helvetica, sans-serif;\r
-       FONT-SIZE: 9pt;\r
-       font-style: normal;\r
-       line-height: normal;\r
-       background-color: #FFCC99;\r
-       background-position: left centre;\r
-       text-align: left;\r
-       vertical-align: middle\r
-}\r
-\r
-.menu_activo2_bold {\r
-       COLOR: #003366;\r
-       FONT-FAMILY: Arial, Helvetica, sans-serif;\r
-       FONT-SIZE: 8pt;\r
-       font-style: normal;\r
-       line-height: normal;\r
-       background-color: #FFCC99;\r
-       background-position: left centre;\r
-       text-align: left;\r
-       vertical-align: middle\r
-}\r
-\r
-.menu2_bold {\r
-       COLOR: #003366;\r
-       FONT-FAMILY: Arial, Helvetica, sans-serif;\r
-       FONT-SIZE: 8pt;\r
-       font-style: normal;\r
-       line-height: normal;\r
-       background-color: #FFFFFF;\r
-       background-position: left center;\r
-       text-align: left;\r
-       vertical-align: middle ;\r
-}\r
-.arboltitulo {\r
-       COLOR: #FFFFFF;\r
-       FONT-FAMILY: Arial, Helvetica, sans-serif;\r
-       FONT-SIZE: 10pt;\r
-       FONT-WEIGHT: bold ;\r
-       font-style: normal;\r
-       line-height: normal\r
-}\r
-\r
+.menu {
+       color: #003366;
+       font-family: Arial, Helvetica, sans-serif;
+       font-size: 10pt;
+       font-style: normal;
+       line-height: normal;
+       background-color: #FFFFFF;
+       background-position: left;
+       text-align: left;
+       vertical-align: middle
+}
+
+.menu_bold {
+       color: #003366;
+       FONT-WEIGHT: bold ;
+       font-family: Arial, Helvetica, sans-serif;
+       font-size: 10pt;
+       font-style: normal;
+       line-height: normal;
+       background-color: #FFFFFF;
+       background-position: left;
+       text-align: left;
+       vertical-align: middle
+}
+
+.menu_activo {
+       COLOR: #003366;
+       FONT-FAMILY: Arial, Helvetica, sans-serif;
+       FONT-SIZE: 10pt;
+       font-style: normal;
+       line-height: normal;
+       background-color: #FFCC99;
+       background-position: left center;
+       text-align: left;
+       vertical-align: middle
+}
+
+.menu_activo_bold {
+       COLOR: #003366;
+       FONT-FAMILY: Arial, Helvetica, sans-serif;
+       FONT-SIZE: 10pt;
+       FONT-WEIGHT: bold ;
+       font-style: normal;
+       line-height: normal;
+       background-color: #FFCC99;
+       background-position: left center;
+       text-align: left;
+       vertical-align: middle
+}
+
+.menu1 {
+       COLOR: #003366;
+       FONT-FAMILY: Arial, Helvetica, sans-serif;
+       FONT-SIZE: 9pt;
+       font-style: normal;
+       line-height: normal;
+       background-color: #FFFFFF;
+       background-position: left center;
+       text-align: left;
+       vertical-align: middle;
+}
+
+.menu_activo1 {
+       COLOR: #003366;
+       FONT-FAMILY: Arial, Helvetica, sans-serif;
+       FONT-SIZE: 9pt;
+       font-style: normal;
+       line-height: normal;
+       background-color: #FFCC99;
+       background-position: left centre;
+       text-align: left;
+       vertical-align: middle
+}
+
+.menu_activo2 {
+       COLOR: #003366;
+       FONT-FAMILY: Arial, Helvetica, sans-serif;
+       FONT-SIZE: 8pt;
+       font-style: normal;
+       line-height: normal;
+       background-color: #FFCC99;
+       background-position: left centre;
+       text-align: left;
+       vertical-align: middle
+}
+
+.menu2 {
+       COLOR: #003366;
+       FONT-FAMILY: Arial, Helvetica, sans-serif;
+       FONT-SIZE: 8pt;
+       font-style: normal;
+       line-height: normal;
+       background-color: #FFFFFF;
+       background-position: left center;
+       text-align: left;
+       vertical-align: middle ;
+}
+
+.menu1_bold {
+       COLOR: #003366;
+       FONT-FAMILY: Arial, Helvetica, sans-serif;
+       FONT-SIZE: 9pt;
+       font-style: normal;
+       line-height: normal;
+       background-color: #FFFFFF;
+       background-position: left center;
+       text-align: left;
+       vertical-align: middle;
+}
+
+.menu_activo1_bold {
+       COLOR: #003366;
+       FONT-FAMILY: Arial, Helvetica, sans-serif;
+       FONT-SIZE: 9pt;
+       font-style: normal;
+       line-height: normal;
+       background-color: #FFCC99;
+       background-position: left centre;
+       text-align: left;
+       vertical-align: middle
+}
+
+.menu_activo2_bold {
+       COLOR: #003366;
+       FONT-FAMILY: Arial, Helvetica, sans-serif;
+       FONT-SIZE: 8pt;
+       font-style: normal;
+       line-height: normal;
+       background-color: #FFCC99;
+       background-position: left centre;
+       text-align: left;
+       vertical-align: middle
+}
+
+.menu2_bold {
+       COLOR: #003366;
+       FONT-FAMILY: Arial, Helvetica, sans-serif;
+       FONT-SIZE: 8pt;
+       font-style: normal;
+       line-height: normal;
+       background-color: #FFFFFF;
+       background-position: left center;
+       text-align: left;
+       vertical-align: middle ;
+}
+.arboltitulo {
+       COLOR: #FFFFFF;
+       FONT-FAMILY: Arial, Helvetica, sans-serif;
+       FONT-SIZE: 10pt;
+       FONT-WEIGHT: bold ;
+       font-style: normal;
+       line-height: normal
+}
+
diff --git a/www/css/html/tabla_comun.css b/www/css/html/tabla_comun.css
new file mode 100644 (file)
index 0000000..fbdb36e
--- /dev/null
@@ -0,0 +1,38 @@
+/* vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// +--------------------------------------------------------------------+
+// |                          HTML - TABLE                              |
+// +--------------------------------------------------------------------+
+// |   Libreria para la estandarizacion de los elementos html de los    |
+// |                         de la Intranet                             |
+// |                      Ministerio de Economía                        |
+// +--------------------------------------------------------------------+
+// | Creado: fri mar 21 ART 2003                                        |
+// | Autor:  Martin Marrese <mmarre@mecon.gov.ar>                       |
+// +--------------------------------------------------------------------+
+// 
+// $Id$
+// 
+// $URL$
+// $Rev$
+// $Date$
+// $Author$
+*/
+
+.mecon_html_tabla_comun_texto11_blanco
+{
+    FONT-FAMILY: Arial, Helvetica, sans-serif;
+    FONT-SIZE: 11px;
+    FONT-STYLE: bold;
+    COLOR: #FFFFFF;
+    FONT-WEIGHT: normal;
+    TEXT-DECORATION: none;
+}
+.mecon_html_tabla_comun_texto11_negro
+{
+    FONT-FAMILY: Arial, Helvetica, sans-serif;
+    FONT-SIZE: 11px;
+    FONT-STYLE: normal;
+    COLOR: #000000;
+    FONT-WEIGHT: normal;
+    TEXT-DECORATION: none;
+}
similarity index 94%
rename from lib/MECON/HTML/Tabla/tabla_estilos.css
rename to www/css/html/tabla_servicios.css
index 438385481b350b64415a906c9af6114ed56eaaaa..c76213fa7396baaf573d213af845eb95f3414f74 100644 (file)
@@ -18,7 +18,7 @@
 // $Author$
 */
 
 // $Author$
 */
 
-.texto11_blanco
+.mecon_html_tabla_texto11_blanco
 {
     FONT-FAMILY: Arial, Helvetica, sans-serif;
     FONT-SIZE: 11px;
 {
     FONT-FAMILY: Arial, Helvetica, sans-serif;
     FONT-SIZE: 11px;
@@ -27,7 +27,7 @@
     FONT-WEIGHT: normal;
     TEXT-DECORATION: none;
 }
     FONT-WEIGHT: normal;
     TEXT-DECORATION: none;
 }
-.texto11_negro
+.mecon_html_tabla_texto11_negro
 {
     FONT-FAMILY: Arial, Helvetica, sans-serif;
     FONT-SIZE: 11px;
 {
     FONT-FAMILY: Arial, Helvetica, sans-serif;
     FONT-SIZE: 11px;