]> git.llucax.com Git - mecon/meconlib.git/commitdiff
Se ponen colores y otras cosas en el array de configuracion de Tabla para que pueda...
authorLeandro Lucarella <llucax@gmail.com>
Mon, 22 Sep 2003 23:06:05 +0000 (23:06 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 22 Sep 2003 23:06:05 +0000 (23:06 +0000)
14 files changed:
lib/MECON/HTML/QuickForm.php
lib/MECON/HTML/QuickForm/Renderer/Tabla.php
lib/MECON/HTML/Tabla/estilo_claro.php
lib/MECON/HTML/Tabla/estilo_comun.php
lib/MECON/HTML/Tabla/estilo_impresion.php
lib/MECON/HTML/Tabla/estilo_llamativo.php
lib/MECON/HTML/Tabla/estilo_medio.php
lib/MECON/HTML/Tabla/estilo_oscuro.php
www/css/html/tabla/claro.css
www/css/html/tabla/comun.css
www/css/html/tabla/impresion.css
www/css/html/tabla/llamativo.css
www/css/html/tabla/medio.css
www/css/html/tabla/oscuro.css

index 352e46a78457895519d386c3e7d5c6cb7f7eb55a..c5b52cafa236657b7428e4ec83aab9bf5d2343b6 100644 (file)
@@ -76,6 +76,10 @@ class MECON_HTML_QuickForm extends MECON_HTML_QuickFormSimple {
         $this->renderer->updateAttributes($opts);
     }
 
         $this->renderer->updateAttributes($opts);
     }
 
+    function getCSS() {
+        return $this->renderer->getCSS();
+    }
+
 }
 
 ?>
\ No newline at end of file
 }
 
 ?>
\ No newline at end of file
index 6b96831b32759427b2571230ed082a7630d69bd4..02f675942add7d728e2697a7ecbf5f77d9efd6bb 100644 (file)
@@ -146,7 +146,7 @@ class MECON_HTML_QuickForm_Renderer_Tabla extends HTML_QuickForm_Renderer {
         if (!empty($form->_required) && !$form->_freezeAll) {
             $id = $this->_tabla->addRow(
                 array($form->getRequiredNote()),
         if (!empty($form->_required) && !$form->_freezeAll) {
             $id = $this->_tabla->addRow(
                 array($form->getRequiredNote()),
-                array('colspan' => 2, 'align' => 'center', 'cabecera' => true)
+                array('colspan' => 2, 'cabecera' => true)
             );
             //$this->_tabla->updateCellAttributes($id, array('colspan' => 2));
         }
             );
             //$this->_tabla->updateCellAttributes($id, array('colspan' => 2));
         }
@@ -171,7 +171,7 @@ class MECON_HTML_QuickForm_Renderer_Tabla extends HTML_QuickForm_Renderer {
         $name = $header->getName();
         $this->_tabla->addRow(
             array($header->toHtml()),
         $name = $header->getName();
         $this->_tabla->addRow(
             array($header->toHtml()),
-            array('colspan' => 2, $name => true, 'align' => 'center')
+            array('colspan' => 2, $name => true)
         );
     } // end func renderHeader
 
         );
     } // end func renderHeader
 
@@ -312,6 +312,10 @@ class MECON_HTML_QuickForm_Renderer_Tabla extends HTML_QuickForm_Renderer {
         $this->_tabla =& $param;
     }
 
         $this->_tabla =& $param;
     }
 
+    function getCSS() {
+        return $this->_tabla->getCSS();
+    }
+
 } // end class HTML_QuickForm_Renderer_Default
 
 ?>
 } // end class HTML_QuickForm_Renderer_Default
 
 ?>
index c69f3bd8bfde53d4a879696889106eb3ac87ed50..5836748c4b92543156f57f0f9c2a0389eb3fa8a8 100644 (file)
@@ -46,12 +46,21 @@ return array (
             'border'      => 0,
         ), // }}}
         'celda_cabecera' => array( // {{{
             'border'      => 0,
         ), // }}}
         'celda_cabecera' => array( // {{{
+               'bgcolor' => '#FFFFFF',
+               'valign'  => 'middle',
+               'align'   => 'left',
             'class'   => 'mecon_html_tabla_claro_cabecera',
         ), // }}}
         'celda_titulo' => array( // {{{
             'class'   => 'mecon_html_tabla_claro_cabecera',
         ), // }}}
         'celda_titulo' => array( // {{{
+               'bgcolor' => '#FFFFFF',
+               'valign'  => 'middle',
+               'align'   => 'left',
             'class'   => 'mecon_html_tabla_claro_titulo',
         ), // }}}
         'celda_comun' => array( // {{{
             'class'   => 'mecon_html_tabla_claro_titulo',
         ), // }}}
         'celda_comun' => array( // {{{
+               'bgcolor' => '#FFFFFF',
+               'valign'  => 'middle',
+               'align'   => 'left',
             'class'   => 'mecon_html_tabla_claro_comun',
         ), // }}}
     ), // }}}
             'class'   => 'mecon_html_tabla_claro_comun',
         ), // }}}
     ), // }}}
index 8129a7a370caccc2182b7e06fbfd51a9e1894015..a6a1aa66b8c427aab4bad33a015ce1e9a0a3b625 100644 (file)
@@ -47,12 +47,21 @@ return array (
             'bgcolor'     => '#336699',
         ), // }}}
         'celda_cabecera' => array( // {{{
             'bgcolor'     => '#336699',
         ), // }}}
         'celda_cabecera' => array( // {{{
+            'bgcolor' => '#336699',
+            'valign'  => 'middle',
+            'align'   => 'center',
             'class'   => 'mecon_html_tabla_comun_cabecera',
         ), // }}}
         'celda_titulo' => array( // {{{
             'class'   => 'mecon_html_tabla_comun_cabecera',
         ), // }}}
         'celda_titulo' => array( // {{{
+            'bgcolor' => '#DDEEFF',
+            'valign'  => 'middle',
+            'align'   => 'center',
             'class'   => 'mecon_html_tabla_comun_titulo',
         ), // }}}
         'celda_comun' => array( // {{{
             'class'   => 'mecon_html_tabla_comun_titulo',
         ), // }}}
         'celda_comun' => array( // {{{
+            'bgcolor' => '#FFFFFF',
+            'valign'  => 'middle',
+            'align'   => 'center',
             'class'   => 'mecon_html_tabla_comun_comun',
         ), // }}}
     ), // }}}
             'class'   => 'mecon_html_tabla_comun_comun',
         ), // }}}
     ), // }}}
index 9c35230bffcfd20afa4bac589df24723b0afe018..b2f50633ee6a231bdf16e59b50a5cb489a1cf079 100644 (file)
@@ -47,12 +47,21 @@ return array (
             'bgcolor'     => '#666666',
         ), // }}}
         'celda_cabecera' => array( // {{{
             'bgcolor'     => '#666666',
         ), // }}}
         'celda_cabecera' => array( // {{{
+            'bgcolor' => '#666666',
+            'valign'  => 'middle',
+            'align'   => 'center',
             'class'   => 'mecon_html_tabla_impresion_cabecera',
         ), // }}}
         'celda_titulo' => array( // {{{
             'class'   => 'mecon_html_tabla_impresion_cabecera',
         ), // }}}
         'celda_titulo' => array( // {{{
+            'bgcolor' => '#CCCCCC',
+            'valign'  => 'middle',
+            'align'   => 'center',
             'class'   => 'mecon_html_tabla_impresion_titulo',
         ), // }}}
         'celda_comun' => array( // {{{
             'class'   => 'mecon_html_tabla_impresion_titulo',
         ), // }}}
         'celda_comun' => array( // {{{
+            'bgcolor' => '#FFFFFF',
+            'valign'  => 'middle',
+            'align'   => 'center',
             'class'   => 'mecon_html_tabla_impresion_comun',
         ), // }}}
     ), // }}}
             'class'   => 'mecon_html_tabla_impresion_comun',
         ), // }}}
     ), // }}}
index 3b836974601cf40b2d822e8f99d1c81ee67af654..308546bb452b28ad93f14265cc7d1d4433db6773 100644 (file)
@@ -46,12 +46,21 @@ return array (
             'border'      => 0,
         ), // }}}
         'celda_cabecera' => array( // {{{
             'border'      => 0,
         ), // }}}
         'celda_cabecera' => array( // {{{
+            'bgcolor' => '#FFFFFF',
+            'valign'  => 'middle',
+            'align'   => 'left',
             'class'   => 'mecon_html_tabla_llamativo_cabecera',
         ), // }}}
         'celda_titulo' => array( // {{{
             'class'   => 'mecon_html_tabla_llamativo_cabecera',
         ), // }}}
         'celda_titulo' => array( // {{{
+            'bgcolor' => '#FFCC99',
+            'valign'  => 'middle',
+            'align'   => 'left',
             'class'   => 'mecon_html_tabla_llamativo_titulo',
         ), // }}}
         'celda_comun' => array( // {{{
             'class'   => 'mecon_html_tabla_llamativo_titulo',
         ), // }}}
         'celda_comun' => array( // {{{
+            'bgcolor' => '#FFFFFF',
+            'valign'  => 'middle',
+            'align'   => 'left',
             'class'   => 'mecon_html_tabla_llamativo_comun',
         ), // }}}
     ), // }}}
             'class'   => 'mecon_html_tabla_llamativo_comun',
         ), // }}}
     ), // }}}
index a2bec25664c641c7d073a0630fe9cffa87aa7cea..2fcc8a09e90a3633c5382269d8dff6e39c06bcfb 100644 (file)
@@ -28,13 +28,6 @@ $Id$
 return array (
     'css' => '/MECON/css/html/tabla/medio',
     'atributos' =>  array ( // {{{
 return array (
     'css' => '/MECON/css/html/tabla/medio',
     'atributos' =>  array ( // {{{
-        'tabla_comun' => array( // {{{
-            'width'       => '100%',
-            'align'       => 'center',
-            'cellpadding' => 2,
-            'cellspacing' => 2,
-            'border'      => 0,
-        ), // }}}
         'tabla_contenedora' => array( // {{{
             'width'       => '100%',
             'align'       => 'center',
         'tabla_contenedora' => array( // {{{
             'width'       => '100%',
             'align'       => 'center',
@@ -43,17 +36,33 @@ return array (
             'border'      => 0,
             'bgcolor'     => '#003366',
         ), // }}}
             'border'      => 0,
             'bgcolor'     => '#003366',
         ), // }}}
+        'celda_contenedora' => array( // {{{
+        ), // }}}
+        'tabla_comun' => array( // {{{
+            'width'       => '100%',
+            'align'       => 'center',
+            'cellpadding' => 2,
+            'cellspacing' => 2,
+            'border'      => 0,
+        ), // }}}
         'celda_cabecera' => array( // {{{
         'celda_cabecera' => array( // {{{
+            'bgcolor' => '#FFFFFF',
+            'valign'  => 'middle',
+            'align'   => 'left',
             'class'   => 'mecon_html_tabla_medio_cabecera',
         ), // }}}
         'celda_comun' => array( // {{{
             'class'   => 'mecon_html_tabla_medio_cabecera',
         ), // }}}
         'celda_comun' => array( // {{{
+            'bgcolor' => '#FFFFFF',
+            'valign'  => 'middle',
+            'align'   => 'center',
             'class'   => 'mecon_html_tabla_medio_comun',
         ), // }}}
         'celda_titulo' => array( // {{{
             'class'   => 'mecon_html_tabla_medio_comun',
         ), // }}}
         'celda_titulo' => array( // {{{
+            'bgcolor' => '#6285A4',
+            'valign'  => 'middle',
+            'align'   => 'center',
             'class'   => 'mecon_html_tabla_medio_titulo',
         ), // }}}
             'class'   => 'mecon_html_tabla_medio_titulo',
         ), // }}}
-        'celda_contenedora' => array( // {{{
-        ), // }}}
     ), // }}}
 );
 // }}}
     ), // }}}
 );
 // }}}
index a1a108f2d2e502e63ba143fea2f6cd3c3b9f30f7..d26dd0092939bc0b75ace9f7903dc73f497586c8 100644 (file)
@@ -23,18 +23,10 @@ Autor:  Martin Marrese <mmarre@mecon.gov.ar>
 -------------------------------------------------------------------------------
 $Id$
 -----------------------------------------------------------------------------*/
 -------------------------------------------------------------------------------
 $Id$
 -----------------------------------------------------------------------------*/
-
 // Opciones para la tabla {{{
 return array (
     'css' => '/MECON/css/html/tabla/oscuro',
     'atributos' =>  array ( // {{{
 // Opciones para la tabla {{{
 return array (
     'css' => '/MECON/css/html/tabla/oscuro',
     'atributos' =>  array ( // {{{
-        'tabla_comun' => array( // {{{
-            'width'       => '100%',
-            'align'       => 'center',
-            'cellpadding' => 2,
-            'cellspacing' => 2,
-            'border'      => 0,
-        ), // }}}
         'tabla_contenedora' => array( // {{{
             'width'       => '100%',
             'align'       => 'center',
         'tabla_contenedora' => array( // {{{
             'width'       => '100%',
             'align'       => 'center',
@@ -43,16 +35,32 @@ return array (
             'border'      => 0,
             'bgcolor'     => '#003366',
         ), // }}}
             'border'      => 0,
             'bgcolor'     => '#003366',
         ), // }}}
+        'celda_contenedora' => array( // {{{
+        ), // }}}
+        'tabla_comun' => array( // {{{
+            'width'       => '100%',
+            'align'       => 'center',
+            'cellpadding' => 2,
+            'cellspacing' => 2,
+            'border'      => 0,
+        ), // }}}
         'celda_cabecera' => array( // {{{
         'celda_cabecera' => array( // {{{
+            'bgcolor' => '#003366',
+            'valign'  => 'middle',
+            'align'   => 'left',
             'class'   => 'mecon_html_tabla_oscuro_cabecera',
         ), // }}}
             'class'   => 'mecon_html_tabla_oscuro_cabecera',
         ), // }}}
-        'celda_comun' => array( // {{{
-            'class'   => 'mecon_html_tabla_oscuro_comun',
-        ), // }}}
         'celda_titulo' => array( // {{{
         'celda_titulo' => array( // {{{
+            'bgcolor' => '#6285A4',
+            'valign'  => 'middle',
+            'align'   => 'left',
             'class'   => 'mecon_html_tabla_oscuro_titulo',
         ), // }}}
             'class'   => 'mecon_html_tabla_oscuro_titulo',
         ), // }}}
-        'celda_contenedora' => array( // {{{
+        'celda_comun' => array( // {{{
+            'bgcolor' => '#FFFFFF',
+            'valign'  => 'middle',
+            'align'   => 'left',
+            'class'   => 'mecon_html_tabla_oscuro_comun',
         ), // }}}
     ), // }}}
 );
         ), // }}}
     ), // }}}
 );
index 1ec9a5e0751285feea025c02c0920ef083731641..c2401929fedb756dacc26ec13a5a2f0c8ba7e09f 100644 (file)
@@ -5,10 +5,7 @@
        font-size: 11pt;
        font-style: normal;
        line-height: normal;
        font-size: 11pt;
        font-style: normal;
        line-height: normal;
-       background-color: #FFFFFF;
-       vertical-align: middle ;
        font-weight: bold;
        font-weight: bold;
-       text-align: left;
 }
 
 .mecon_html_tabla_claro_titulo {
 }
 
 .mecon_html_tabla_claro_titulo {
@@ -17,9 +14,6 @@
        font-size: 10pt;
        font-style: normal;
        line-height: normal;
        font-size: 10pt;
        font-style: normal;
        line-height: normal;
-       background-color: #FFFFFF;
-       text-align: left;
-       vertical-align: top;
        font-weight: normal;
 }
 
        font-weight: normal;
 }
 
@@ -29,9 +23,6 @@
        font-size: 8pt;
        font-style: normal;
        line-height: normal;
        font-size: 8pt;
        font-style: normal;
        line-height: normal;
-       background-color: #FFFFFF;
-       text-align: left;
-       vertical-align: top;
        font-weight: normal;
 }
 
        font-weight: normal;
 }
 
index 288dc33df96b999b4e4e6a148e7121af50d61944..ccdd048c5e6b0b10d9315fc7d72b75b2c10bf827 100644 (file)
@@ -4,11 +4,8 @@
        font-size: 11pt;
        font-style: bold;
        color: #FFFFFF;
        font-size: 11pt;
        font-style: bold;
        color: #FFFFFF;
-       background-color: #336699;
        font-weight: normal;
        text-decoration: none;
        font-weight: normal;
        text-decoration: none;
-       text-align: center;
-       vertical-align: middle;
 }
 
 .mecon_html_tabla_comun_titulo {
 }
 
 .mecon_html_tabla_comun_titulo {
        font-size: 10pt;
        font-style: normal;
        color: #000000;
        font-size: 10pt;
        font-style: normal;
        color: #000000;
-       background-color: #DDEEFF;
        font-weight: normal;
        text-decoration: none;
        font-weight: normal;
        text-decoration: none;
-       text-align: center;
-       vertical-align: middle;
 }
 
 .mecon_html_tabla_comun_comun {
 }
 
 .mecon_html_tabla_comun_comun {
        font-size: 8pt;
        font-style: normal;
        color: #000000;
        font-size: 8pt;
        font-style: normal;
        color: #000000;
-       background-color: #FFFFFF;
        font-weight: normal;
        text-decoration: none;
        font-weight: normal;
        text-decoration: none;
-       text-align: center;
-       vertical-align: middle;
 }
 
 }
 
index 9c33e5d303d357cb77cc1a04a155349fcf603255..7f43014418c1ab8ec41e75c5eac8f460fd1e53a0 100644 (file)
@@ -4,11 +4,8 @@
        font-size: 11pt;
        font-style: bold;
        color: #FFFFFF;
        font-size: 11pt;
        font-style: bold;
        color: #FFFFFF;
-       background-color: #666666;
        font-weight: normal;
        text-decoration: none;
        font-weight: normal;
        text-decoration: none;
-       text-align: center;
-       vertical-align: middle;
 }
 
 .mecon_html_tabla_impresion_titulo {
 }
 
 .mecon_html_tabla_impresion_titulo {
        font-size: 10pt;
        font-style: normal;
        color: #000000;
        font-size: 10pt;
        font-style: normal;
        color: #000000;
-       background-color: #CCCCCC;
        font-weight: normal;
        text-decoration: none;
        font-weight: normal;
        text-decoration: none;
-       text-align: center;
-       vertical-align: middle;
 }
 
 .mecon_html_tabla_impresion_comun {
 }
 
 .mecon_html_tabla_impresion_comun {
        font-size: 8pt;
        font-style: normal;
        color: #000000;
        font-size: 8pt;
        font-style: normal;
        color: #000000;
-       background-color: #FFFFFF;
        font-weight: normal;
        text-decoration: none;
        font-weight: normal;
        text-decoration: none;
-       text-align: center;
-       vertical-align: middle;
 }
 
 }
 
index 06eb268ea9d13d2903cf939b3dd774cb716580b4..63dfea35096141041f61fa02f0dade91b01a6175 100644 (file)
@@ -5,10 +5,7 @@
        font-size: 11pt;
        font-style: normal;
        line-height: normal;
        font-size: 11pt;
        font-style: normal;
        line-height: normal;
-       background-color: #FFFFFF;
-       vertical-align: middle ;
        font-weight: bold;
        font-weight: bold;
-       text-align: left;
 }
 
 .mecon_html_tabla_llamativo_titulo {
 }
 
 .mecon_html_tabla_llamativo_titulo {
@@ -17,9 +14,6 @@
        font-size: 10pt;
        font-style: normal;
        line-height: normal;
        font-size: 10pt;
        font-style: normal;
        line-height: normal;
-       background-color: #FFCC99;
-       text-align: left;
-       vertical-align: top;
        font-weight: bold;
 }
 
        font-weight: bold;
 }
 
@@ -29,9 +23,6 @@
        font-size: 8pt;
        font-style: normal;
        line-height: normal;
        font-size: 8pt;
        font-style: normal;
        line-height: normal;
-       background-color: #FFFFFF;
-       text-align: left;
-       vertical-align: top;
        font-weight: normal;
 }
 
        font-weight: normal;
 }
 
index 28114ac45b8f57a4edeb2aec503acac8e14657ad..cfe31a112d864578e9433a6adb7e12d79dce0bb8 100644 (file)
@@ -5,10 +5,7 @@
        font-size: 11pt;
        font-style: normal;
        line-height: normal;
        font-size: 11pt;
        font-style: normal;
        line-height: normal;
-       background-color: #FFFFFF;
-       vertical-align: middle ;
        font-weight: normal;
        font-weight: normal;
-       text-align: left;
 }
 
 .mecon_html_tabla_medio_titulo {
 }
 
 .mecon_html_tabla_medio_titulo {
@@ -17,9 +14,6 @@
        font-size: 10pt;
        font-style: normal;
        line-height: normal;
        font-size: 10pt;
        font-style: normal;
        line-height: normal;
-       background-color: #6285A4;
-       text-align: left;
-       vertical-align: top;
        font-weight: bold;
 }
 
        font-weight: bold;
 }
 
@@ -29,9 +23,6 @@
        font-size: 8pt;
        font-style: normal;
        line-height: normal;
        font-size: 8pt;
        font-style: normal;
        line-height: normal;
-       background-color: #FFFFFF;
-       text-align: left;
-       vertical-align: top;
        font-weight: normal;
 }
 
        font-weight: normal;
 }
 
index 65a565793ad8dab129bdfc89c6b3eff846284518..4bd049b6e4c3f0a5442c114243944c979b070faf 100644 (file)
@@ -5,10 +5,7 @@
        font-size: 11pt;
        font-style: normal;
        line-height: normal;
        font-size: 11pt;
        font-style: normal;
        line-height: normal;
-       background-color: #003366;
-       vertical-align: middle ;
        font-weight: bold;
        font-weight: bold;
-       text-align: left;
 }
 
 .mecon_html_tabla_oscuro_titulo {
 }
 
 .mecon_html_tabla_oscuro_titulo {
@@ -17,9 +14,7 @@
        font-size: 10pt;
        font-style: normal;
        line-height: normal;
        font-size: 10pt;
        font-style: normal;
        line-height: normal;
-       background-color: #6285A4;
-       text-align: left;
-       vertical-align: top;
+       background-color: ;
        font-weight: bold;
 }
 
        font-weight: bold;
 }
 
@@ -29,9 +24,6 @@
        font-size: 9pt;
        font-style: normal;
        line-height: normal;
        font-size: 9pt;
        font-style: normal;
        line-height: normal;
-       background-color: #FFFFFF;
-       text-align: left;
-       vertical-align: top;
        font-weight: normal;
 }
 
        font-weight: normal;
 }