]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/brigada/brigada.php
Arreglo del login
[mecon/intranet.git] / sistema / www / servicios / brigada / brigada.php
index 3a90c31395ec046bd13123d85e06a539d87a769d..15b6469f145e134ff064970b3ae43c09080eed69 100644 (file)
@@ -24,7 +24,7 @@ if (DB::isError($dbh)) {
 }
 
 //Marco de servicios en intranet
-$MARCO     = new HTML_DietMarco('servicios', 'Servicios');
+$MARCO     = new HTML_DietMarco('servicios', 'Evacuación ante Emergencias');
 $MARCO->addTitle('Brigada de Evacuación ante Emergencias');
 $MARCO->addStyleSheet('../../css/servicios_brigada.css');
 
@@ -123,7 +123,7 @@ if (isset($_GET['Piso'])){
        $IMG_Normas =&new MECON_HTML_Image('/MECON/images/general_nuevo.gif', '=>');
        $IMG_Plano =&new MECON_HTML_Image('/MECON/images/general_posterior.gif', '->');
 
-       $LINK_Normas =&new MECON_HTML_Link('../estatico/normas/brigadistasnor.htm', 'Normas y Procedimientos - Evacuación');
+       $LINK_Normas =&new MECON_HTML_Link('../estatico/normas/brigadistasnor.php', 'Normas y Procedimientos - Evacuación');
            $popup = "window.open('./plano.php?Edif=".$_GET['Edif']."&Piso=".$_GET['Piso']."','plano','scrollbars=yes,width=670,height=505,screenX=10,screenY=10');return(false);";
        $LINK_Plano =&new MECON_HTML_Link('', 'Plano del piso', array(), array('onClick'=>$popup));