<?php
// vim: set binary expandtab ts=4 shiftwidth=4 textwidth=80:
// $Id$
-require_once '../local_lib/HTML_DietMarco.php';
+require_once 'HTML_DietMarco.php';
if(!isset($_SESSION['usuario']))
{
- header('location: login?redirect=sistemas');
- exit;
+ header('location: login?redirect=sistemas');
+ exit;
}
-require_once '../local_lib/intranetdb.php';
+require_once 'intranetdb.php';
require_once 'HTML/Table.php';
require_once 'MECON/HTML/Link.php';
require_once 'MECON/HTML/Image.php';
$fila[] = $img;
$t->addRow($fila);
-$db = IntranetDB::connect();
-$sistemas = AI_Sistema::getSistemas($db);
+$sistemas = AI_Sistema::getSistemas($DB);
// Me fijo que sistemas puede ver este usuario.
require_once 'SAMURAI/Perm.php';
-$perm = new SAMURAI_Perm($_SESSION['usuario'], 0, $db);
+$perm = new SAMURAI_Perm($_SESSION['usuario'], 0, $DB);
foreach ($sistemas as $i => $s) {
// Si no tiene permisos para el sistema, lo saco de la lista.
$perm->setSistema($s->sistema);
array(
'OnClick' =>
"javascript:window.open('$url','s{$sistema->sistema}',"
- . "'width=800,height=600,scrollbars=yes');return false;",
+ . "'width=790,height=500,scrollbars=yes');return false;",
'target' => '_blank',
)
);
array(
'OnClick' =>
"javascript:window.open('$url','s{$sistema->sistema}',"
- . "'width=800,height=600,scrollbars=yes');return false;",
+ . "'width=790,height=500,scrollbars=yes');return false;",
'target' => '_blank',
'class' => 'intranet_sistemas_txt',
)
'OnClick' =>
"javascript:window.open('{$sistema->link_ayuda}',"
. "'sa{$sistema->sistema}',"
- . "'width=800,height=600,scrollbars=yes');return false;",
+ . "'width=790,height=500,scrollbars=yes');return false;",
'target' => '_blank',
)
);
}
$m = new HTML_DietMarco('sistemas', 'Sistemas');
-$m->addTitle('Sistemas');
+//$m->addTitle('Sistemas');
$m->addStyleDeclaration('
.intranet_sistemas_txt {
color: #003366;