]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios.php
- Agregué la posibilidad de imprimir los accesos del mes.
[mecon/intranet.git] / sistema / www / servicios.php
index 6ae724b8540e815d32fb5f8f131a3e3e31143006..8285219711ea5ff32b771aefa655cbb6c13f9f54 100644 (file)
@@ -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
         $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];
       }
+      $nombre = implode(' >> ', array_reverse($nombre));
     }
-    $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));
   }else
-    $nombre = 'Servicios  <<  Esto Va?';
+    $nombre = 'Servicios';//Nombre por default
   $m = new HTML_DietMarco('servicios', $nombre);
-  $m->addTitle('TODO poner ultimo aqui');
+//  $m->addTitle('Servicios');
   $serv->cargar($bd);
   $serv->cargarHijos($bd, true, AI_SERVICIO_ORDEN_LONG_HIJOS);
   $col_par = '';