From f4fede9cdbb119e31d7248627a8c71e1c8061801 Mon Sep 17 00:00:00 2001 From: h4ckypurpl3 Date: Wed, 7 Nov 2018 20:43:45 -0500 Subject: [PATCH 01/11] actualizando cambios sin guardar submodulo --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index adaac18..e23806c 100644 --- a/css/style.css +++ b/css/style.css @@ -37,7 +37,7 @@ border-color: transparent; padding-top: 5em; } -#lo_ultimo{ +#texto_articulo{ padding-bottom: 3em; } @@ -573,7 +573,7 @@ a.dropdown-toggle.img-rounded.visible-xs{ padding-top: 21em; } - #lo_ultimo{ + #texto_articulo{ padding-left: 0px; padding-right: 0px; } From 918bc0b791e943e4b2c938dcf3bdf1dd7709cdb6 Mon Sep 17 00:00:00 2001 From: kleper Date: Sun, 16 Dec 2018 09:15:12 -0500 Subject: [PATCH 02/11] =?UTF-8?q?Correcci=C3=B3n=20de=20ID=20contenedor=20?= =?UTF-8?q?landingpage=20que=20tenia=20un=20espacio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 0d0b641..3ae61ac 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -7056,7 +7056,7 @@ if($publico[0] =='1') { } } $linea =" -
+
$linea
From c62238b45877412fa89242c375140b1425f51625 Mon Sep 17 00:00:00 2001 From: humano Date: Wed, 26 Dec 2018 12:08:16 -0500 Subject: [PATCH 03/11] campo buscador --- funciones/funciones.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 54cd903..e0b59b4 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -11286,7 +11286,8 @@ $div ="div_buscador_$name"; //$onchange = " delay(xajax_buscador_select('$id_campo','$form_id',(document.getElementById('buscador_$name').value),'$name','$control','$tipo'),'10500'); document.getElementById('$name').value='';"; $claves = remplacetas("form_campos_valores","id_form_campo","$id_campo","campo_valor",""); $claves= $claves[0]; -$onchange = " delayFunction(function() { javascript:xajax_buscador_select('$id_campo','$form_id',(document.getElementById('buscador_$name').value),'$name','$control','$claves')},0); ; document.getElementById('$name').value='';"; +//$onchange = " delayFunction(function() { javascript:xajax_buscador_select('$id_campo','$form_id',(document.getElementById('buscador_$name').value),'$name','$control','$claves')},0); ; document.getElementById('$name').value='';"; +$onchange = "javascript:xajax_buscador_select('$id_campo','$form_id',(document.getElementById('buscador_$name').value),'$name','$control','$claves'); ; document.getElementById('$name').value='';"; $onclick = " xajax_buscador_select('$id_campo','$form_id','','$name','$control','$tipo'); document.getElementById('$name').value=''; (this).value='';"; $resultado =" @@ -11448,7 +11449,7 @@ $resultado .= " - $respuesta->addAssign("$div","innerHTML","$resultado $consulta"); + $respuesta->addAssign("$div","innerHTML","$resultado"); return $respuesta; } From 43c64ded469bd8f87509b008740a2052bd1e86a3 Mon Sep 17 00:00:00 2001 From: humano Date: Wed, 26 Dec 2018 12:09:48 -0500 Subject: [PATCH 04/11] campo buscador --- funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 410dc7c..e0b59b4 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -7056,7 +7056,7 @@ if($publico[0] =='1') { } } $linea =" -
+
$linea
From 9017e1c0ed768aa03b70471ef00c892eedf19409 Mon Sep 17 00:00:00 2001 From: humano Date: Wed, 26 Dec 2018 12:13:41 -0500 Subject: [PATCH 05/11] espacio en landingpage --- funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index e0b59b4..410dc7c 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -7056,7 +7056,7 @@ if($publico[0] =='1') { } } $linea =" -
+
$linea
From ae05c7f3dc48020298b7e8af708b7f91057f7fcd Mon Sep 17 00:00:00 2001 From: humano Date: Wed, 26 Dec 2018 17:35:10 -0500 Subject: [PATCH 06/11] campo buscador --- funciones/funciones.php | 1 + 1 file changed, 1 insertion(+) diff --git a/funciones/funciones.php b/funciones/funciones.php index 410dc7c..1a27d1b 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -11424,6 +11424,7 @@ if (mysqli_num_rows($sql)!='0'){ while( $row = mysqli_fetch_array( $sql ) ) { $campo_descripcion= remplacetas("form_datos","control","$row[control]","contenido"," id_campo = '$descripcion' "); +$campo_descripcion[0] = trim($campo_descripcion[0]); $campo_key= remplacetas("form_datos","control","$row[control]","contenido"," id_campo = '$key' "); if($row['control'] == "$valor") { From 678e38156693571b0766a5b52557468f071df5b7 Mon Sep 17 00:00:00 2001 From: humano Date: Wed, 26 Dec 2018 18:30:42 -0500 Subject: [PATCH 07/11] debug aceso local --- funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 1a27d1b..28e0026 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -5409,7 +5409,7 @@ $consulta= "SELECT *, $tabla_autenticacion.id AS id_usuario { $autorizacion ="autorizado";} elseif($ipes[0] =="local" AND ($rango_local[0] != $rango_real[0] )) - { $autorizacion ="Autorizado solo para acceso local";} + { $autorizacion ="Autorizado solo para acceso local / $ipes[0] / $rango_local[0] != $rango_real[0] ";} elseif(filter_var($ipes[0], FILTER_VALIDATE_IP)) { if($ipes[0] == $real_ip) From 307dc26b041ad4e893ec63514a43e043ef8628d6 Mon Sep 17 00:00:00 2001 From: humano Date: Sun, 17 Feb 2019 14:34:53 -0500 Subject: [PATCH 08/11] mejoras en login --- funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 28e0026..4dd842e 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -5279,7 +5279,7 @@ $resultado = "
"; -if(!isset($_SESSION['id'])){ print $resultado; }else { +if(!isset($_SESSION['id'])){ print $resultado; return;}else { //print $nuevo ; } From 7da49adf93348b282b6556f4684ee920bce89031 Mon Sep 17 00:00:00 2001 From: humano Date: Tue, 19 Feb 2019 05:46:49 -0500 Subject: [PATCH 09/11] revision de login --- funciones/funciones.php | 2 +- index.php | 2 +- js/scripts.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 4dd842e..82a2442 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -5459,7 +5459,7 @@ $consulta= "SELECT *, $tabla_autenticacion.id AS id_usuario

Hola $_SESSION[username]

"; //$url=urlencode('../index.php'); //$respuesta->addRedirect("$_SESSION[site]"); - $respuesta->addScript("window.location='../'"); + $respuesta->addScript("window.location='./'"); // $respuesta->addAssign($div,"innerHTML",$resultado); //header("Location: ../"); //return; diff --git a/index.php b/index.php index 2208576..7bf8e63 100644 --- a/index.php +++ b/index.php @@ -33,7 +33,7 @@ if (isset($_REQUEST['consulta'])) {$consulta = $_REQUEST['consulta'];} else {$co if (isset($_REQUEST['t'])) {$t = $_REQUEST['t'];} else {$t = "";} ?> - + diff --git a/js/scripts.js b/js/scripts.js index d0a3024..a03e626 100644 --- a/js/scripts.js +++ b/js/scripts.js @@ -20,11 +20,11 @@ function delayTimer() { restante = (tiempo - transcurrido_minutos); prefin = (tiempo*60)-transcurrido; - document.form_session.tiempo_session.value = "Cierra en: "+restante+" minutos "; + document.form_session.tiempo_session.value = "Cierra en: "+restante+" minutos "+inicio; if(restante == 1 ){ //alert(transcurrido); - location.href="./salir.php"; + location.href="../../salir.php"; }else{ setTimeout("revisarSession()",2000) ; } From 546875dbced7afc9ed33d56a35f764b4c3dd4d5f Mon Sep 17 00:00:00 2001 From: humano Date: Tue, 19 Feb 2019 06:08:03 -0500 Subject: [PATCH 10/11] revision de login --- js/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/scripts.js b/js/scripts.js index a03e626..4d78fab 100644 --- a/js/scripts.js +++ b/js/scripts.js @@ -20,7 +20,7 @@ function delayTimer() { restante = (tiempo - transcurrido_minutos); prefin = (tiempo*60)-transcurrido; - document.form_session.tiempo_session.value = "Cierra en: "+restante+" minutos "+inicio; + document.form_session.tiempo_session.value = "Cierra en: "+restante+" minutos "; if(restante == 1 ){ //alert(transcurrido); From 7960e96562ed72e3583aef34b1ec5e126f476e6d Mon Sep 17 00:00:00 2001 From: humano Date: Wed, 20 Mar 2019 17:41:47 -0500 Subject: [PATCH 11/11] funcion para actualizar linea --- funciones/funciones.php | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/funciones/funciones.php b/funciones/funciones.php index 82a2442..2850d5c 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -13469,6 +13469,44 @@ if($div !='') { $xajax->registerFunction("eliminar_campo"); +function actualizar_linea($id,$tabla,$formulario,$div) { + //$valores ="$formulario[0]"; + $nombre = $formulario['nombre']; + foreach($formulario as $c=>$v){ + + $valores .= " $c = '$v',"; + } + $valores = "$valores id_empresa = '$_SESSION[id_empresa]'"; + $key = limpiar_caracteres($key); +$respuesta = new xajaxResponse('utf-8'); + $link=Conectarse(); + mysqli_set_charset($link, "utf8"); + //$insertar = "INSERT INTO $tabla set $valores"; + $edit = "UPDATE $tabla SET $valores WHERE id = '$id' limit 1; "; + $sql=mysqli_query($link,$edit); + if(mysqli_affected_rows($link) != 0){ + $respuesta->addAssign("$div","innerHTML","
El registro se insertó con éxito
"); + // return $respuesta; + + } + else{ + //$respuesta->addAlert("$consulta "); + $respuesta->addAssign("$div","innerHTML","Problema al editar los datos"); + // return $respuesta; + } +if($div !='') { + //$respuesta->addAssign($div,"innerHTML",""); + + }else{ + //$respuesta->addAlert("$insertar"); +//$areas = tabla_areas('form_areas','id','nombre,descripcion,estado,orden','',"",'Areas',''); +// $respuesta->addScript("javascript:xajax_tabla_areas('form_areas','id','nombre,descripcion,estado,orden','','','Areas','div_campos')"); + $respuesta->addAssign("$div","innerHTML","$consulta"); +} + return $respuesta; +} +$xajax->registerFunction("actualizar_linea"); + function insertar_campo($tabla,$formulario,$div) { //$valores ="$formulario[0]"; $nombre = $formulario['nombre'];