<?php
// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
// +--------------------------------------------------------------------+
<?php
// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
// +--------------------------------------------------------------------+
// | Intranet |
// +--------------------------------------------------------------------+
// | This file is part of Intranet. |
// | Intranet |
// +--------------------------------------------------------------------+
// | This file is part of Intranet. |
$bd = DB::Connect('mysql://intranet:intranet@bal747f/intranet');//FIXME
$this->servicio = new AI_Servicio($seccion);
$this->servicio->cargar($bd);
$bd = DB::Connect('mysql://intranet:intranet@bal747f/intranet');//FIXME
$this->servicio = new AI_Servicio($seccion);
$this->servicio->cargar($bd);
$this->servicio->link = 'login.php?redirect='.$this->servicio->servicio;
$l = new MECON_HTML_Link($this->servicio->link, $this->servicio->nombre, array(),
array('class' => 'servicio_titulo_tabla'));
$this->servicio->link = 'login.php?redirect='.$this->servicio->servicio;
$l = new MECON_HTML_Link($this->servicio->link, $this->servicio->nombre, array(),
array('class' => 'servicio_titulo_tabla'));
- $this->addRow(array(' '.$l->toHTML()),
+ //$this->addRow(array(' '.$l->toHTML()),//Volvera...
+ $this->addRow(array(' '.$this->servicio->nombre),
array('align' => 'center',
'class' => 'arboltitulo',
'background'=>'images/servicio_cabecera.gif',
array('align' => 'center',
'class' => 'arboltitulo',
'background'=>'images/servicio_cabecera.gif',
'background' => 'images/servicio_borde_sup_izq.gif',
'valign' => 'top'));
$int->updateColAttributes(1, array('width' => '40%',
'background' => 'images/servicio_borde_sup_izq.gif',
'valign' => 'top'));
$int->updateColAttributes(1, array('width' => '40%',
'background' => 'images/servicio_borde_sup_cen.gif'));
$int->updateColAttributes(2, array('width' => '10%',
'background' => 'images/servicio_borde_sup_cen.gif',
'valign' => 'top'));
$int->updateColAttributes(3, array('width' => '40%',
'background' => 'images/servicio_borde_sup_cen.gif'));
$int->updateColAttributes(2, array('width' => '10%',
'background' => 'images/servicio_borde_sup_cen.gif',
'valign' => 'top'));
$int->updateColAttributes(3, array('width' => '40%',
$s->link = 'servicios.php?servicios='.$s->servicio;
elseif($s->necesita_logueo)
$s->link = 'login.php?redirect='.$s->servicio;
$s->link = 'servicios.php?servicios='.$s->servicio;
elseif($s->necesita_logueo)
$s->link = 'login.php?redirect='.$s->servicio;
{
$int->setCellContents(0, 3, new MECON_HTML_Link($s->link, $s->nombre,
array(),
{
$int->setCellContents(0, 3, new MECON_HTML_Link($s->link, $s->nombre,
array(),