X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/44fcb3a7b8938f963abbb0579d7b9283fcf739df..c2ed540d11c8dea3ab4c4e5da7152da137a1463c:/sistema/www/sistemas.php?ds=sidebyside diff --git a/sistema/www/sistemas.php b/sistema/www/sistemas.php index 46e6310..40c6bce 100644 --- a/sistema/www/sistemas.php +++ b/sistema/www/sistemas.php @@ -72,7 +72,7 @@ while ($sistema) { 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", @@ -88,6 +88,9 @@ while ($sistema) { $img, array(), array( + 'OnClick' => + "javascript:window.open('$url','s{$sistema->sistema}'," + . "'width=790,height=500,scrollbars=yes');return false;", 'target' => '_blank', ) ); @@ -97,6 +100,9 @@ while ($sistema) { $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', ) @@ -113,6 +119,10 @@ while ($sistema) { $img, array(), array( + 'OnClick' => + "javascript:window.open('{$sistema->link_ayuda}'," + . "'sa{$sistema->sistema}'," + . "'width=790,height=500,scrollbars=yes');return false;", 'target' => '_blank', ) ); @@ -134,7 +144,7 @@ while ($sistema) { } $m = new HTML_DietMarco('sistemas', 'Sistemas'); -$m->addTitle('Sistemas'); +//$m->addTitle('Sistemas'); $m->addStyleDeclaration(' .intranet_sistemas_txt { color: #003366;