]> git.llucax.com Git - mecon/meconlib.git/blob - lib/MECON/HTML/Tabla/estilo_oscuro.php
Se borra tag de xmi2code.
[mecon/meconlib.git] / lib / MECON / HTML / Tabla / estilo_oscuro.php
1 <?php /* vim: set binary expandtab tabstop=4 shiftwidth=4 tw=80 fdm=marker:
2 -------------------------------------------------------------------------------
3                              Ministerio de Economía
4                                     meconlib
5 -------------------------------------------------------------------------------
6 This file is part of meconlib.
7
8 meconlib is free software; you can redistribute it and/or modify it under
9 the terms of the GNU General Public License as published by the Free
10 Software Foundation; either version 2 of the License, or (at your option)
11 any later version.
12
13 meconlib is distributed in the hope that it will be useful, but WITHOUT
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
15 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
16  
17 You should have received a copy of the GNU General Public License; if not,
18 write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
19 Boston, MA  02111-1307  USA
20 -------------------------------------------------------------------------------
21 Creado: mar ago 19 13:41:38 ART 2003
22 Autor:  Martin Marrese <mmarre@mecon.gov.ar>
23 -------------------------------------------------------------------------------
24 $Id$
25 -----------------------------------------------------------------------------*/
26 // Opciones para la tabla {{{
27 return array (
28     'css' => '/MECON/css/html/tabla/oscuro',
29     'atributos' =>  array ( // {{{
30         'tabla_contenedora' => array( // {{{
31             'width'       => '100%',
32             'align'       => 'center',
33             'cellpadding' => 0,
34             'cellspacing' => 0,
35             'border'      => 0,
36             'bgcolor'     => '#003366',
37         ), // }}}
38         'celda_contenedora' => array( // {{{
39         ), // }}}
40         'tabla_comun' => array( // {{{
41             'width'       => '100%',
42             'align'       => 'center',
43             'cellpadding' => 2,
44             'cellspacing' => 2,
45             'border'      => 0,
46         ), // }}}
47         'celda_cabecera' => array( // {{{
48             'bgcolor' => '#003366',
49             'valign'  => 'middle',
50             'align'   => 'left',
51             'class'   => 'mecon_html_tabla_oscuro_cabecera',
52         ), // }}}
53         'celda_titulo' => array( // {{{
54             'bgcolor' => '#6285A4',
55             'valign'  => 'middle',
56             'align'   => 'left',
57             'class'   => 'mecon_html_tabla_oscuro_titulo',
58         ), // }}}
59         'celda_comun' => array( // {{{
60             'bgcolor' => '#FFFFFF',
61             'valign'  => 'middle',
62             'align'   => 'left',
63             'class'   => 'mecon_html_tabla_oscuro_comun',
64         ), // }}}
65     ), // }}}
66 );
67 // }}}
68
69 ?>