]> git.llucax.com Git - mecon/intranet.git/commitdiff
Se realizan correcciones varias derivadas del primer testing.
authorLeandro Lucarella <llucax@gmail.com>
Fri, 30 Apr 2004 20:09:26 +0000 (20:09 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Fri, 30 Apr 2004 20:09:26 +0000 (20:09 +0000)
sistema/local_lib/intranetdb.php
sistema/www/css/servicios_bandas.css
sistema/www/noticias.php
sistema/www/servicios/bandas/accesos.php
sistema/www/servicios/bandas/nov_dia.php

index 203162424cad965944e9319505f20c327983d4e7..80e717b7a8731a6a53a938e88009e319de831f5a 100644 (file)
@@ -41,7 +41,7 @@ class IntranetDB extends DB {
     function connect()
     {
         $config = @parse_ini_file(dirname(__FILE__).'/../conf/db.ini');
-        $dsn = @$config['dsn'] ? $config['dsn'] : 'mysql://intranet:c35b9aa6b0758@localhost/intranet';
+        $dsn = @$config['dsn'] ? $config['dsn'] : 'mysql://intranet:p007b2036@localhost/intranet';
         $db = DB::connect($dsn, isset($config['persistent']) ? $config['persistent'] : true);
         if (DB::isError($db)) {
             trigger_error($db->getMessage(), E_USER_ERROR);
index e750b3bf576afba02bff8bcbd00514fee648b6b5..19e234eb529363e673e6e1ef5ba6352ac45c2e2c 100644 (file)
 .imprimir_bandas {\r
        BACKGROUND-POSITION-X: right; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: normal; TEXT-ALIGN: right; VERTICAL-ALIGN: middle\r
 }\r
+.imprimir_bandas_izquierda {\r
+       BACKGROUND-POSITION-X: right; COLOR: #000000; FONT-FAMILY: Arial,\r
+        Helvetica, sans-serif; FONT-SIZE: 10pt; FONT-STYLE: normal; FONT-WEIGHT:\r
+        normal; LINE-HEIGHT: normal; TEXT-ALIGN: left; VERTICAL-ALIGN: middle\r
+}\r
 .titulo_dos {\r
        BACKGROUND-POSITION-X: left; COLOR: #ff9900; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11pt; FONT-STYLE: normal; FONT-WEIGHT: bold; LINE-HEIGHT: normal; TEXT-ALIGN: left; VERTICAL-ALIGN: middle\r
 }\r
index 9158e07addb5abf63e010446d3a3f12122776450..d2843d27820dd02dfe12022f60ec3f718536d3a0 100644 (file)
@@ -44,7 +44,8 @@ if($titulares->numero_noticias > 1){
     $noticias->updateCellAttributes(0, 1, array('valign'=>'top', 'width'=>'600'));
 }else//No hay ninguna
 {
-    $mensaje = new HTML_Mensaje('alerta', 'No hay Noticias en esta Seccion', 300);
+    $mensaje = new HTML_Mensaje('alerta', 'No hay noticias publicadas en esta
+            sección', 370);
     $noticias->addRow(array($arbol,$mensaje));
     $marco->addStyleSheet($mensaje->getCSS());
     $noticias->updateCellAttributes(0, 1, array('valign'=>'middle', 'align'=>'center','width'=>'600'));
index a0dd47bd37e3f93ecfb4a239e0223153ac97002a..5fa9c992e3cf21bae7df312fadbfd0918127d661 100644 (file)
@@ -45,28 +45,26 @@ if(isset($_GET['imprimir']))
        $pagina->updateAttributes(array('onload'=>'javascript:window.print()'));
 }else
 {
-       $row_encabezado = array(        $IMG_flecha->toHtml().' '.$agente->getNombre(),
-                                               "<a href=\"./accesos.php?nrodoc=".$_GET['nrodoc']."&fecha=".$_GET['fecha']."&imprimir=1\">Imprimir</a>",
-                                               $IMG->toHtml());
-
-       $tabla_encabezado->addRow($row_encabezado,array('height'=>'24'));
-       $IMG =& new MECON_HTML_Image('/MECON/images/blanco.gif',
-                                                       '',
-                                                       array('width'=>'400','height'=>'1','alt'=>'blanco','align'=>'top'));
-
-       $row_encabezado = array($IMG->toHtml());
-       $tabla_encabezado->addRow($row_encabezado,array('colspan'=>'3','bgcolor'=>'#FF9900','height'=>'1'));
-       
-       $tabla_encabezado->updateCellAttributes(0,
-                                                                               0,
-                                                                               array('width'=>'276','class'=>'dependencia'));
-       $tabla_encabezado->updateCellAttributes(0,
-                                                                               1,
-                                                                               array('width'=>'100','class'=>'imprimir_bandas'));
-       $tabla_encabezado->updateCellAttributes(0,
-                                                                               2,
-                                                                               array('width'=>'24','class'=>'imprimir_bandas'));
-       $estilo = "oscuro";
+    $row_encabezado = array(   $IMG_flecha->toHtml().' '.$agente->getNombre(),
+            "<a
+            href=\"./accesos.php?nrodoc=".$_GET['nrodoc']."&fecha=".$_GET['fecha']."&imprimir=1\">Imprimir</a>
+            &nbsp;".$IMG->toHtml());
+
+    $tabla_encabezado->addRow($row_encabezado,array('height'=>'24'));
+
+    $tabla_encabezado->updateColAttributes(0,
+            array('width'=>'80%','class'=>'dependencia'));
+    $tabla_encabezado->updateColAttributes(1,
+            array('width'=>'20%','class'=>'imprimir_bandas'));
+
+    $IMG =& new MECON_HTML_Image('/MECON/images/blanco.gif',
+            '',
+            array('width'=>'400','height'=>'1','alt'=>'blanco','align'=>'top'));
+
+    $row_encabezado = array($IMG->toHtml());
+    $tabla_encabezado->addRow($row_encabezado,array('colspan'=>'2','bgcolor'=>'#FF9900','height'=>'1'));
+    
+    $estilo = "oscuro";
 }
 
 
index ac479c26820bf97a8fbc2116935722927371122d..45711075f6f7451b9f1bfe3f32242fde9683cd35 100644 (file)
@@ -15,7 +15,7 @@ if(!isset($_SESSION['documento'])) {
 $nrodoc = $_SESSION['documento'];
 $fecha = $_GET['fecha'];
 
-$novedad =& new MECON_NovedadesDia($nrodoc,new date($fecha));
+$novedad =& new MECON_NovedadesDia($DB, $nrodoc,new date($fecha));
 $agente =& new BandasNovedades_AgenteBanda($nrodoc,new date($fecha),$DB);
 $IMG =& new MECON_HTML_Image('../../images/servicios_flecha_naranja.gif');
 $tabla =& new MECON_HTML_Tabla(array('width'=>'200'),'medio');