]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/sistemas.php
-VersiĆ³n que levanta la fecha de actualizaciĆ³n automaticamente y muestra las inconsis...
[mecon/intranet.git] / sistema / www / sistemas.php
index 98512a82308b0a6fa9d77b8b28a0bf0da766a5f4..5e51dbcc12b1e0d3ebd65817b36922d58c30927e 100644 (file)
@@ -60,7 +60,7 @@ while ($sistema) {
     $row = array();
     for ($j = 1; $j <= COLUMNAS; $j++) {
         if ($sistema) {
     $row = array();
     for ($j = 1; $j <= COLUMNAS; $j++) {
         if ($sistema) {
-            $row[] = new MECON_HTML_Image(
+            $img = new MECON_HTML_Image(
                     "/sistemas/intranet/images/$sistema->icono",
                     $sistema->nombre,
                     array(
                     "/sistemas/intranet/images/$sistema->icono",
                     $sistema->nombre,
                     array(
@@ -69,6 +69,14 @@ while ($sistema) {
                         'height' => '46',
                     )
             );
                         'height' => '46',
                     )
             );
+                       $row[] = new MECON_HTML_Link(
+                               $sistema->link,
+                $img,
+                               array(),
+                       array(
+                                   'target' => '_blank',
+                               )
+                   );
             $row[] = '&nbsp;';
                        $link = new MECON_HTML_Link(
                                $sistema->link,
             $row[] = '&nbsp;';
                        $link = new MECON_HTML_Link(
                                $sistema->link,
@@ -92,7 +100,6 @@ while ($sistema) {
                                        array(),
                                        array(
                         'target' => '_blank',
                                        array(),
                                        array(
                         'target' => '_blank',
-                        'class' => 'intranet_sistemas_txt',
                     )
                                );
                 $html .= $link->toHtml();
                     )
                                );
                 $html .= $link->toHtml();
@@ -116,19 +123,13 @@ $m = new HTML_DietMarco('sistemas', 'Sistemas');
 $m->addTitle('Sistemas');
 $m->addStyleDeclaration('
     .intranet_sistemas_txt {
 $m->addTitle('Sistemas');
 $m->addStyleDeclaration('
     .intranet_sistemas_txt {
-        COLOR: #003366;
-        FONT-FAMILY: Arial, Helvetica, sans-serif;
-        FONT-SIZE: 10pt;
-        FONT-WEIGHT: normal;
-        font-style: normal;
-        line-height: normal;
-        background-position: left centre;
-        text-align: left;
-        vertical-align: middle;
-        text-decoration: none;
+        color: #003366;
+        font-family: Arial, Helvetica, sans-serif;
+        font-size: 10pt;
     }
     A.intranet_sistemas_txt {
         font-weight: bold;
     }
     A.intranet_sistemas_txt {
         font-weight: bold;
+        text-decoration: none;
     }'
 );
 $m->addBodyContent($t);
     }'
 );
 $m->addBodyContent($t);