require_once 'MECON/HTML/Image.php';
require_once 'DB.php';
require_once 'AI/Sistema.php';
+require_once 'HTML_Mensaje.php';
define('COLUMNAS', 3);
unset($sists);
unset($samurai);
+if (!$sistemas) {
+ $t = new HTML_Mensaje('denegado',
+ 'No tiene permisos para usar ningĂșn sistema', 370);
+}
$sistema = @array_shift($sistemas);
while ($sistema) {
$row = array();
array(
'OnClick' =>
"javascript:window.open('$url','s{$sistema->sistema}',"
- . "'width=790,height=500,scrollbars=yes');return false;",
+ . "'width=790,height=550,scrollbars=yes,resizable=yes');return false;",
'target' => '_blank',
)
);
array(
'OnClick' =>
"javascript:window.open('$url','s{$sistema->sistema}',"
- . "'width=790,height=500,scrollbars=yes');return false;",
+ . "'width=790,height=550,scrollbars=yes,resizable=yes');return false;",
'target' => '_blank',
'class' => 'intranet_sistemas_txt',
)
'OnClick' =>
"javascript:window.open('{$sistema->link_ayuda}',"
. "'sa{$sistema->sistema}',"
- . "'width=790,height=500,scrollbars=yes');return false;",
+ . "'width=790,height=550,scrollbars=yes,resizable=yes');return false;",
'target' => '_blank',
)
);