From c5ea2c5d3cc9098213df7c18cb422fcd6b3295eb Mon Sep 17 00:00:00 2001 From: roberto Date: Wed, 11 May 2011 16:44:19 +0000 Subject: [PATCH] =?UTF-8?q?Tareas=20#598.=20En=20el=20men=C3=BA=20"Tablero?= =?UTF-8?q?",=20mostrar=20las=20=C3=BAltimas=20acciones=20realizadas=20alm?= =?UTF-8?q?acenadas=20en=20el=20historial=20de=20cambios?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk/src@58 e2b1556b-49f8-d141-9351-52d6861a72d9 --- aplicacion.php | 2 ++ detalles_usuario.php | 2 +- tablero.php | 83 ++++++++++++++++++++++++++++++++++++++++++++ ver_pedido.php | 5 +-- 4 files changed, 89 insertions(+), 3 deletions(-) create mode 100644 tablero.php diff --git a/aplicacion.php b/aplicacion.php index 7103039..18d8b01 100644 --- a/aplicacion.php +++ b/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/detalles_usuario.php b/detalles_usuario.php index e774889..e5af323 100644 --- a/detalles_usuario.php +++ b/detalles_usuario.php @@ -454,7 +454,7 @@ if(in_array("personales",$mostrarDetalle)){ ?> -
+
- +
diff --git a/tablero.php b/tablero.php new file mode 100644 index 0000000..39016df --- /dev/null +++ b/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/ver_pedido.php b/ver_pedido.php index 883acca..30ab23e 100644 --- a/ver_pedido.php +++ b/ver_pedido.php @@ -721,9 +721,10 @@ if($mensaje!=""){

- +

+