]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/brigada/brigada.php
Se actualizan los planos de la brigada.
[mecon/intranet.git] / sistema / www / servicios / brigada / brigada.php
index 60a44d58b236f63300a1b0bb56b3f4f94d156aef..048982e54426faf7e7cc7d82ca2c1e3ade7c8cdf 100644 (file)
@@ -24,8 +24,8 @@ if (DB::isError($dbh)) {
 }
 
 //Marco de servicios en intranet
-$MARCO     = new HTML_DietMarco('servicios', 'Servicios');
-$MARCO->addTitle('Brigada de Evacuación ante Emergencias');
+$MARCO     = new HTML_DietMarco('servicios', 'Evacuación ante Emergencias');
+//$MARCO->addTitle('Brigada de Evacuación ante Emergencias');
 $MARCO->addStyleSheet('../../css/servicios_brigada.css');
 
 
@@ -58,7 +58,7 @@ foreach ($filas_edificios AS $fila){
 }
 
 if(isset($resaltar)){
-    $TABLA_Edificios->updateCellAttributes($resaltar['fila'], $resaltar['columna'], 'class="txt_naranja"');
+    $TABLA_Edificios->updateCellAttributes($resaltar['fila'], $resaltar['columna'], 'class="servicios_brigada_txt_naranja"');
 }    
 
 $MARCO->addBodyContent('<br>');
@@ -98,7 +98,7 @@ if (isset($_GET['Edif'])){
     $TABLA_Pisos->updateCellAttributes(0, 0, $attrs);
 
     if(isset($resaltar2)){
-       $TABLA_Pisos->updateCellAttributes($resaltar2['fila'], $resaltar2['columna'], 'class="txt_naranja"');
+       $TABLA_Pisos->updateCellAttributes($resaltar2['fila'], $resaltar2['columna'], 'class="servicios_brigada_txt_naranja"');
     }    
 
     $MARCO->addBodyContent('<br>');
@@ -123,14 +123,14 @@ 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('#', '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));
 
     $TABLA_Pie->addRow(array($IMG_Normas->toHtml(), $LINK_Normas->toHtml(), 
                             $LINK_Plano->toHtml(), $IMG_Plano->toHtml()), 'width="24"'); 
-    $TABLA_Pie->updateColAttributes(1, 'align="left" width="276" class="txt_chicoiz"');
-    $TABLA_Pie->updateColAttributes(2, 'align="right" width="276" class="txt_chicoder"');
+    $TABLA_Pie->updateColAttributes(1, 'align="left" width="276" class="servicios_brigada_txt_chicoiz"');
+    $TABLA_Pie->updateColAttributes(2, 'align="right" width="276" class="servicios_brigada_txt_chicoder"');
 
     $MARCO->addBodyContent('<br>');
     $MARCO->addBodyContent($TABLA_Brigadistas);