diff options
Diffstat (limited to 'admin/WebConsole/principal/colasacciones.php')
-rw-r--r-- | admin/WebConsole/principal/colasacciones.php | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/admin/WebConsole/principal/colasacciones.php b/admin/WebConsole/principal/colasacciones.php index 93f3e8a9..7e9a2c97 100644 --- a/admin/WebConsole/principal/colasacciones.php +++ b/admin/WebConsole/principal/colasacciones.php @@ -46,9 +46,11 @@ $resultados=""; $visupro=""; $visuprm=""; - $visucmd=""; - $sesion=""; - + $visucmd=""; + $sesion=""; + $urlimg=""; + $textambito=""; + if (isset($_GET["ambito"])) $ambito=$_GET["ambito"]; if (isset($_GET["idambito"])) $idambito=$_GET["idambito"]; if (isset($_GET["nombreambito"])) $nombreambito=$_GET["nombreambito"]; @@ -56,7 +58,7 @@ if (isset($_POST["ambito"])) $ambito=$_POST["ambito"]; if (isset($_POST["idambito"])) $idambito=$_POST["idambito"]; if (isset($_POST["nombreambito"])) $nombreambito=$_POST["nombreambito"]; - + if (isset($_POST["tipoaccion"])) $tipoaccion=$_POST["tipoaccion"]; if (isset($_POST["estado"])) $estado=$_POST["estado"]; if (isset($_POST["resultado"])) $resultado=$_POST["resultado"]; @@ -65,13 +67,12 @@ if (isset($_POST["fechafin"])) $fechafin=$_POST["fechafin"]; if (isset($_POST["horainicio"])) $horainicio=$_POST["horainicio"]; if (isset($_POST["horafin"])) $horafin=$_POST["horafin"]; - + if (isset($_POST["swPOST"])) $swPOST=$_POST["swPOST"]; if (isset($_POST["visuprm"])) $visuprm=$_POST["visuprm"]; if (isset($_POST["visupro"])) $visupro=$_POST["visupro"]; if (isset($_POST["visucmd"])) $visucmd=$_POST["visucmd"]; - if (isset($_POST["sesion"])) $sesion=$_POST["sesion"]; if (function_exists('date_default_timezone_set')) { @@ -100,8 +101,8 @@ $cmd=CreaComando($cadenaconexion); if (!$cmd) Header('Location: '.$pagerror.'?herror=2'); // Error de conexión con servidor B.D. - - $tbParametros=CreaTablaParametros($cmd); // Crea tabla en memmoria para acceder a detalles de comandos + + $tbParametros=CreaTablaParametros($cmd); // Crea tabla en mezmmoria para acceder a detalles de comandos //________________________________________________________________________________________________________ // @@ -299,7 +300,7 @@ ?> <BR> <BR> - <? + <?php // _________________________________________________________________________ // // Tabla de opciones que afectan a todas las acciones mostradas @@ -1109,15 +1110,15 @@ function escribiendoParametros($comando,$descripcion,$valor,$oA) $bgcolor="#cedcec"; $html.='<TR id="'.$oA->sesion.'" value="A">'; if($sw){ - $html.='<TD align=right style="BACKGROUND-COLOR: '.$bgcolor.';" colspan=2>'.$comando.'</TD>'; + $html.='<TD align=right style="BACKGROUND-COLOR: '.$bgcolor.';" colspan=2>'.$comando.' </TD>'; $sw=false; } else $html.='<TD style="BACKGROUND-COLOR: '.$bgcolor.';" colspan=2> </TD>'; $html.='<TD style="BACKGROUND-COLOR: '.$bgcolor.';"> </TD>'; - $html.='<TD style="BACKGROUND-COLOR: '.$bgcolor.';" colspan=4><b>'.$descripcion.'</b>: + $html.='<TD style="BACKGROUND-COLOR: '.$bgcolor.';" colspan=8><b>'.$descripcion.'</b>: '.$valor.'</TD>'; - $html.='<TD style="BACKGROUND-COLOR: '.$bgcolor.';" colspan=5 > </TD>'; + $html.='<TD style="BACKGROUND-COLOR: '.$bgcolor.';" colspan=1 > </TD>'; $html.='</TR>'; return($html); } |