]> git.llucax.com Git - mecon/intranet.git/commitdiff
Agrego el mapa del links al copete
authorGonzalo Merayo <merayo@gmail.com>
Tue, 24 Jun 2003 20:11:00 +0000 (20:11 +0000)
committerGonzalo Merayo <merayo@gmail.com>
Tue, 24 Jun 2003 20:11:00 +0000 (20:11 +0000)
sistema/local_lib/copete.php

index edda0cc1715a5f3cc688ab135d48d5ab19679f67..bc8b4daf5c1845c89d31cdaf4e44715e7e0b46d9 100644 (file)
@@ -9,7 +9,19 @@ class Copete extends HTML_Table
   function Copete($s)\r
   {\r
     echo '<link rel="stylesheet" href="css/copete.css">';\r
-    parent::HTML_Table(array('width'  => '760',\r
+    echo '<map name="intranet">\r
+            <area shape="rect" coords="14,0,209,54" href="#" alt="Intranet" title="Intranet" > \r
+            <area shape="rect" coords="605,17,629,41" href="#" alt="Mapa de Intranet" title="Mapa de Intranet" > \r
+            <area shape="rect" coords="645,17,669,41" href="#" alt="Cambio de Clave" title="Cambio de Clave" > \r
+            <area shape="rect" coords="685,17,709,41" href="#" alt="Ayuda" title="Ayuda" > \r
+            <area shape="rect" coords="726,17,750,41" href="#" alt="E-mail" title="E-mail" > \r
+            <area shape="poly" coords="473,19,473,43,475,45,561,45,563,43,563,19,561,17,475,17,473,19,473,19" href="sistemas.php" alt="Sistemas" title="Sistemas" > \r
+            <area shape="poly" coords="366,19,366,43,368,45,454,45,456,43,456,19,454,17,368,17,366,19,366,19" href="servicios.php" alt="Servicios" title="Servicios" > \r
+            <area shape="poly" coords="258,20,258,44,260,46,346,46,348,44,348,20,346,18,260,18,258,20,258,20" href="noticias.php" alt="Noticias" title="Noticias" > \r
+         </map>';\r
+\r
+\r
+parent::HTML_Table(array('width'  => '760',\r
                              'border' => '0',\r
                             'cellspacing' => '0',\r
                             'cellpadding' => '0'));\r
@@ -19,7 +31,7 @@ class Copete extends HTML_Table
       $fila[] = '<img src="images/blanco.gif" width="'.$a.'" height="1">';\r
     $this->addRow($fila);\r
     $seccion = 'images/copete_'.$s.'.jpg';\r
-    $this->addRow(array('<img src="'.$seccion.'" width="760" height="66" border="0">'), array('colspan' => '4'));\r
+    $this->addRow(array('<img src="'.$seccion.'" width="760" height="66" border="0" usemap="#intranet">'), array('colspan' => '4'));\r
     $fila = array();\r
     $fila[] = '<img src="images/copete_inicio.gif" height="30" border="0">';\r
     $fila[] = '<img src="images/copete_flecha_azul.gif" height="30" border="0">';\r