X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/d04684a5f579cabd2a28c49e51324f72f6064712..0505d35b40c4819ffb0a94b557ef7c614c3545a5:/sistema/www/sistemas.php?ds=inline diff --git a/sistema/www/sistemas.php b/sistema/www/sistemas.php index 8dfb339..d4d61e2 100644 --- a/sistema/www/sistemas.php +++ b/sistema/www/sistemas.php @@ -9,7 +9,8 @@ if(!isset($_SESSION['usuario'])) } require_once '../local_lib/intranetdb.php'; require_once 'HTML/Table.php'; -require_once 'HTML/Link.php'; +require_once 'MECON/HTML/Link.php'; +require_once 'MECON/HTML/Image.php'; #require_once 'AI/DB.php'; require_once 'DB.php'; require_once 'AI/Sistema.php'; @@ -36,7 +37,7 @@ while ($sistema) { $row = array(); for ($j = 0; $j < COLUMNAS; $j++) { if ($sistema) { - $img = new HTML_Image( + $img = new MECON_HTML_Image( "/sistemas/intranet/images/$sistema->icono", $sistema->nombre, array( @@ -45,7 +46,7 @@ while ($sistema) { 'align' => 'absmiddle', ) ); - $link = new HTML_Link( + $link = new MECON_HTML_Link( $sistema->link, $sistema->nombre, array(), @@ -57,7 +58,7 @@ while ($sistema) { $html = $img->toHtml() . $link->toHtml() . '
' . $sistema->descripcion; if ($sistema->link_ayuda) { - $link = new HTML_Link( + $link = new MECON_HTML_Link( $sistema->link_ayuda, '(?)', array(),