<area shape="rect" coords="14,0,209,54" href="#" alt="Intranet" title="Intranet" >
<area shape="rect" coords="605,17,629,41" href="#" alt="Mapa de Intranet" title="Mapa de Intranet" >
<area shape="rect" coords="645,17,669,41" href="#" alt="Cambio de Clave" title="Cambio de Clave" >
<area shape="rect" coords="14,0,209,54" href="#" alt="Intranet" title="Intranet" >
<area shape="rect" coords="605,17,629,41" href="#" alt="Mapa de Intranet" title="Mapa de Intranet" >
<area shape="rect" coords="645,17,669,41" href="#" alt="Cambio de Clave" title="Cambio de Clave" >
$anchos = array('12', '25', '712', '11');
$fila = array();
foreach($anchos as $a)
$anchos = array('12', '25', '712', '11');
$fila = array();
foreach($anchos as $a)
- $seccion = 'images/copete_'.$s.'.jpg';
- $this->addRow(array('<img src="'.$seccion.'" width="760" height="66" border="0" usemap="#intranet">'), array('colspan' => '4'));
+ $img_seccion = 'images/copete_'.$seccion.'.jpg';
+ $this->addRow(array('<img src="'.PATH_RAIZ.$img_seccion.'" width="760" height="66" border="0" usemap="#intranet">'.$mapa), array('colspan' => '4'));
- $fila[] = '<img src="images/copete_inicio.gif" height="30" border="0">';
- $fila[] = '<img src="images/copete_flecha_azul.gif" height="30" border="0">';
- switch($s)
+ $fila[] = '<img src="'.PATH_RAIZ.'images/copete_inicio.gif" height="30" border="0">';
+ $fila[] = '<img src="'.PATH_RAIZ.'images/copete_flecha_azul.gif" height="30" border="0">';
+ switch($seccion)
- case 'noticias': $fila[] = 'Enlaces útiles: <a href="http://www.mecon.gov.ar/" target="_blank"><span class="TextBlue">Ministerio
- de EconomÃa y Producción</span></a><span class="TextBlue"> - <a href="http://boletinoficial.mecon.ar/" target="_blank">Boletín
- Oficial</a> - <a href="http://infoleg.mecon.gov.ar/" target="_blank">INFOLEG</a>
- - <a href="http://cdi.mecon.gov.ar/" target="_blank">CDI</a></span>';
+ case 'noticias': $fila[] = 'Enlaces útiles:
+ <a href="http://www.mecon.gov.ar/" target="_blank" class="copete_TextBlue">
+ Ministerio de Economía y Producción
+ </a>
+ -
+ <a href="http://boletinoficial.mecon.ar/" target="_blank" class="copete_TextBlue">
+ Boletín Oficial
+ </a>
+ -
+ <a href="http://infoleg.mecon.gov.ar/" target="_blank" class="copete_TextBlue">
+ INFOLEG
+ </a>
+ -
+ <a href="http://cdi.mecon.gov.ar/" target="_blank" class="copete_TextBlue">
+ CDI
+ </a>';
- $fila[] = '<img src="images/copete_fin.gif" height="30" border="0">';
- $this->addRow($fila, array('class' => 'titulo_vinculos'));
+ $fila[] = '<img src="'.PATH_RAIZ.'images/copete_fin.gif" height="30" border="0">';
+ $this->addRow($fila, array('class' => 'copete_titulo_vinculos'));
+ }
+ // -X2C
+
+ // +X2C Operation 169
+ /**
+ * @return void
+ * @access public
+ */
+ function getCSS() // ~X2C
+ {
+ return "css/copete.css";