X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/d1b87d273a1fb8cbb226afeff7cd67669c779d7e..f202634e3a4c316e77afe97770b1558f9e0b6346:/sistema/www/servicios.php?ds=inline diff --git a/sistema/www/servicios.php b/sistema/www/servicios.php index 6ae724b..95cc69c 100644 --- a/sistema/www/servicios.php +++ b/sistema/www/servicios.php @@ -22,7 +22,7 @@ $padre = $row[1]; $nombre[] = $row[0]; $nombre_corto = $row[0]; - + $i = 0; if(is_null($row)) $nombre = "Esta pagina no esta cargada en AI!"; else @@ -32,17 +32,25 @@ $row = $bd->getRow("SELECT nombre, servicio_padre FROM servicio WHERE servicio = $padre"); + $i++; + if(!($i%2)) + { + $tmp = new MECON_HTML_Link("servicios.php", + $row[0], + array('servicios' => $padre), + array('class' => 'copete_titulo_vinculos')); + $nombre[] = $tmp->toHTML(); + } $padre = $row[1]; - $nombre[] = $row[0]; } - } - $image = new MECON_HTML_Image(PATH_RAIZ.'images/copete_flecha_azul.gif', - null, - array('height' => '15', + $image = new MECON_HTML_Image(PATH_RAIZ.'images/copete_flecha_azul.gif', + null, + array('height' => '15', 'border' => '0')); - $nombre = implode(' '.$image->toHTML().' ', array_reverse($nombre)); + $nombre = implode(' '.$image->toHTML().' ', array_reverse($nombre)); + } }else - $nombre = 'Servicios << Esto Va?'; + $nombre = '';//Nombre por default $m = new HTML_DietMarco('servicios', $nombre); $m->addTitle('TODO poner ultimo aqui'); $serv->cargar($bd);