diff --git a/src/aplicacion.php b/src/aplicacion.php index 7103039..18d8b01 100644 --- a/src/aplicacion.php +++ b/src/aplicacion.php @@ -9,6 +9,8 @@ include_once("html/cabecera.php"); echo "

".$locale['002']."

"; +include("tablero.php"); + if($_SESSION["oid"]){ include_once("alarmas.php"); } diff --git a/src/detalles_usuario.php b/src/detalles_usuario.php index e774889..e5af323 100644 --- a/src/detalles_usuario.php +++ b/src/detalles_usuario.php @@ -454,7 +454,7 @@ if(in_array("personales",$mostrarDetalle)){ ?> -
+
- +
diff --git a/src/tablero.php b/src/tablero.php new file mode 100644 index 0000000..39016df --- /dev/null +++ b/src/tablero.php @@ -0,0 +1,83 @@ +
LISTA DE ÚLTIMOS CAMBIOS DE CANDIDATOS
+
+ + + + + + + + + + +execQuery($sql_usuarios); +while($row = mysql_fetch_array($resultado_usuarios)) { +?> + + + + + + + + +
Fecha cambioCandidatoAcciones
#historial"> +
+

+
LISTA DE ÚLTIMOS CAMBIOS DE SOLICITUDES DE OFERTA
+
+ + + + + + + + + +execQuery($sql_ofertas); +while($row = mysql_fetch_array($resultado_ofertas)) { +?> + + + + + + + + +
Fecha cambioSolicitud de ofertaAcciones
#historial"> +
diff --git a/src/ver_pedido.php b/src/ver_pedido.php index 883acca..30ab23e 100644 --- a/src/ver_pedido.php +++ b/src/ver_pedido.php @@ -721,9 +721,10 @@ if($mensaje!=""){

- +

+