]> git.llucax.com Git - mecon/intranet.git/blob - sistema/local_lib/HTML_Copete.php
- Se agrega el comportamiento especial para las paginas de la oanet:
[mecon/intranet.git] / sistema / local_lib / HTML_Copete.php
1 <?php
2 // vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
3 // +--------------------------------------------------------------------+
4 // |                      Ministerio de Econom�                        |
5 // |                             Intranet                              |
6 // +--------------------------------------------------------------------+
7 // | This file is part of Intranet.                                    |
8 // |                                                                    |
9 // | Intranet is free software; you can redistribute it and/or modify  |
10 // | it under the terms of the GNU General Public License as published  |
11 // | by the Free Software Foundation; either version 2 of the License,  |
12 // | or (at your option) any later version.                             |
13 // |                                                                    |
14 // | Intranet is distributed in the hope that it will be useful, but   |
15 // | WITHOUT ANY WARRANTY; without even the implied warranty of         |
16 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU   |
17 // | General Public License for more details.                           |
18 // |                                                                    |
19 // | You should have received a copy of the GNU General Public License  |
20 // | along with Hooks; if not, write to the Free Software Foundation,   |
21 // | Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA      |
22 // +--------------------------------------------------------------------+
23 // | Creado: Thu Jul 10 15:14:06 2003                                   |
24 // | Autor:  Gonzalo Merayo <gmeray@mecon.gov.ar>                                                    |
25 // +--------------------------------------------------------------------+
26 //
27 // $Id$
28 //
29
30 require_once 'MECON/HTML/Image.php';
31
32
33 // +X2C includes
34 require_once 'HTML/Table.php';
35 // ~X2C
36
37 // +X2C Class 162 :HTML_Copete
38 /**
39  * @access public
40  */
41 class HTML_Copete extends HTML_Table {
42     /**
43      * @var    int $titulo
44      * @access private
45      */
46     var $titulo;
47
48     /**
49      * @var    int $seccion
50      * @access private
51      */
52     var $seccion;
53
54     // ~X2C
55
56     // +X2C Operation 163
57     /**
58      * @param  int $seccion 
59      *
60      * @return void
61      * @access public
62      */
63     function HTML_Copete($seccion) // ~X2C
64     {
65       $this->seccion = $seccion;
66     }
67     // -X2C
68
69     // +X2C Operation 169
70     /**
71      * @return void
72      * @access public
73      */
74     function getCSS() // ~X2C
75     {
76         return PATH_RAIZ."css/copete.css";
77     }
78     // -X2C
79
80     // +X2C Operation 175
81     /**
82      * @return void
83      * @access public
84      */
85     function toHTML() // ~X2C
86     {
87     $mapa = '<map name="intranet"
88                ><area shape="rect" coords="686,17,710,41"
89                       alt="E-mail" title="E-mail"
90                       href="mailto:intranet2@mecon.gov.ar"
91                ><area shape="rect" coords="645,17,669,41"
92                       href="http://password.mecon.ar/"
93                       alt="Cambio de Clave" title="Cambio de Clave" target="_blank"';
94     if(isset($_SESSION['usuario']))
95       $mapa .=   '><area shape="rect" coords="726,17,750,41" alt="Logout"
96                         title="Logout" href="'.PATH_RAIZ.'logout"';
97     $mapa .=   '><area shape="rect" coords="472,17,562,44"
98                       href="'.PATH_RAIZ.'sistemas" alt="Sistemas"
99                       title="Sistemas" 
100                ><area shape="rect" coords="366,17,456,44"
101                       href="'.PATH_RAIZ.'servicios.php" alt="Servicios"
102                       title="Servicios"
103                ><area shape="rect" coords="258,17,348,44"
104                       href="'.PATH_RAIZ.'noticias"
105                       alt="Noticias" title="Noticias"
106              ></map>';
107
108
109     parent::HTML_Table(array('width'  => '760',
110                              'border' => '0',
111                              'cellspacing' => '0',
112                              'cellpadding' => '0'));
113     
114     $anchos = array('12', '25', '712', '11');
115     $fila = array();
116     foreach($anchos as $a)
117       $fila[] = '<img src="'.PATH_RAIZ.'images/blanco.gif" width="'.$a.'" height="1">';
118     $this->addRow($fila);
119     
120     if(isset($_SESSION['usuario']))
121       $img_seccion = 'images/copete_'.$this->seccion.'_logout.jpg';
122     else
123       $img_seccion = 'images/copete_'.$this->seccion.'.jpg';
124     $this->addRow(array('<img src="'.PATH_RAIZ.$img_seccion.'" width="760" height="66" border="0" usemap="#intranet">'.$mapa), array('colspan' => '4'));
125     
126     $fila = array();
127       $fila[] = new MECON_HTML_Image(PATH_RAIZ.'images/copete_inicio.gif',
128                                      null, 
129                                      array('height' => '30',
130                                            'border' => '0'));
131       $fila[] = new MECON_HTML_Image(PATH_RAIZ.'images/copete_flecha_azul.gif',
132                                      null, 
133                                      array('height' => '30',
134                                            'border' => '0'));
135 /*
136     switch($this->seccion)
137     {
138       case 'noticias': $fila[] = 'Enlaces &uacute;tiles:
139          <a href="http://www.mecon.gov.ar/" target="_blank" class="copete_TextBlue">
140            Ministerio de Econom&iacute;a y Producci&oacute;n
141          </a>
142          -
143          <a href="http://boletinoficial.mecon.ar/" target="_blank" class="copete_TextBlue">
144            Bolet&iacute;n Oficial
145          </a>
146          -
147          <a href="http://infoleg.mecon.gov.ar/" target="_blank" class="copete_TextBlue">
148            INFOLEG
149          </a> 
150          -
151          <a href="http://cdi.mecon.gov.ar/" target="_blank" class="copete_TextBlue">
152            CDI
153          </a>';
154              break;
155      case 'servicios': $fila[] = '<span class="copete_titulo_uno">Servicios</span>';
156              break;
157      case 'sistemas': $fila[] = '<span class="copete_titulo_uno">Sistemas</span>';
158              break;
159     }
160     */
161       $fila[] = $this->titulo;
162       $fila[] = new MECON_HTML_Image(PATH_RAIZ.'images/copete_fin.gif',
163                                      null, 
164                                      array('height' => '30',
165                                            'border' => '0'));
166       $this->addRow($fila, array('class' => 'copete_titulo_vinculos'));
167     
168       for($n = 0; $n < 4; $n++)
169         $this->updateCellAttributes(1, $n, array('width'=>$anchos[$n]));
170       return parent::toHTML();
171     }
172     // -X2C
173
174     // +X2C Operation 176
175     /**
176      * @param  int $contenido 
177      *
178      * @return void
179      * @access public
180      */
181     function setTitulo($contenido) // ~X2C
182     {
183       $this->titulo = $contenido;
184     }
185     // -X2C
186
187 } // -X2C Class :HTML_Copete
188 ?>