X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/b1898620c4461ff170c6c18f6e68d792ac652125..781350db5ad13253b2f8deb6b052fef19322710a:/sistema/www/sistemas.php diff --git a/sistema/www/sistemas.php b/sistema/www/sistemas.php index 3897cfc..2ec1d8a 100644 --- a/sistema/www/sistemas.php +++ b/sistema/www/sistemas.php @@ -1,7 +1,19 @@ - toHTML(); + require_once '../local_lib/HTML_DietMarco.php'; + require_once '../local_lib/intranetdb.php'; + require_once 'MECON/HTML/Arbol/ArbolDB.php'; + $m = new HTML_DietMarco('sistemas'); + $m->addTitle('Sistemas'); + + $db = IntranetDB::connect(); + $dbdata = array( + 'db' => $db, + 'tabla' => 'sistema', + 'id' => 'sistema', + 'nombre' => 'sistema', + 'link' => 'link'); + $arbol = new HTML_ArbolDB($dbdata, '/MECON/images/arbol_noticias.gif'); + + $m->addBodyContent($arbol); + $m->display(); ?> -