<?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);
if($this->servicio->link == '')
$this->servicio->link = 'servicios.php?servicios='.$this->servicio->servicio;
if($this->servicio->link == '')
$this->servicio->link = 'servicios.php?servicios='.$this->servicio->servicio;
- $l = new HTML_Link($this->servicio->link, $this->servicio->nombre, array(),
+ elseif($this->servicio->necesita_logueo)
+ $this->servicio->link = 'login.php?redirect='.$this->servicio->servicio;
+ $l = new MECON_HTML_Link($this->servicio->link, $this->servicio->nombre, array(),
- $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',
'height'=>30,
'class' => 'servicio_titulo_tabla'));
array('align' => 'center',
'class' => 'arboltitulo',
'background'=>'images/servicio_cabecera.gif',
'height'=>30,
'class' => 'servicio_titulo_tabla'));
'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%',
'background' => 'images/servicio_borde_sup_der.gif'));
$par = false;
foreach($this->servicio->getHijos() as $s)
{
if($s->link == '')
$s->link = 'servicios.php?servicios='.$s->servicio;
'background' => 'images/servicio_borde_sup_der.gif'));
$par = false;
foreach($this->servicio->getHijos() as $s)
{
if($s->link == '')
$s->link = 'servicios.php?servicios='.$s->servicio;
- $int->setCellContents(0, 3, new HTML_Link($s->link, $s->nombre,
+ $int->setCellContents(0, 3, new MECON_HTML_Link($s->link, $s->nombre,
- $int->setCellContents(0, 1, new HTML_Link($s->link, $s->nombre,
+ $int->setCellContents(0, 1, new MECON_HTML_Link($s->link, $s->nombre,
- $int->setCellContents(0, 1, new HTML_Link($s->link, $s->nombre,
+ $int->setCellContents(0, 1, new MECON_HTML_Link($s->link, $s->nombre,
array(),
array('class' => 'servicio_tabla')));
$int->setCellContents(0, 2, '');
array(),
array('class' => 'servicio_tabla')));
$int->setCellContents(0, 2, '');