if ($sistema) {
$url = $sistema->link;
if ($sistema->tipo == 'embperl') {
- $url .= '?soy_embperl=1';
+ $url = '/Php2Embperl_Session?redirect=' . urlencode($url);
}
$img = new MECON_HTML_Image(
"/sistemas/intranet/images/$sistema->icono",
$img,
array(),
array(
+ 'OnClick' =>
+ "javascript:window.open('$url','s{$sistema->sistema}',"
+ . "'width=790,height=500,scrollbars=yes');return false;",
'target' => '_blank',
)
);
$sistema->nombre,
array(),
array(
+ 'OnClick' =>
+ "javascript:window.open('$url','s{$sistema->sistema}',"
+ . "'width=790,height=500,scrollbars=yes');return false;",
'target' => '_blank',
'class' => 'intranet_sistemas_txt',
)
$img,
array(),
array(
+ 'OnClick' =>
+ "javascript:window.open('{$sistema->link_ayuda}',"
+ . "'sa{$sistema->sistema}',"
+ . "'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;