From 52d96e6a87efae981a1b29ca580fc0116dbe0236 Mon Sep 17 00:00:00 2001 From: humano Date: Mon, 6 Nov 2017 11:23:43 -0500 Subject: [PATCH] mejoras en la api --- index.php | 46 ++++++++++++- librerias/infinite.php | 124 ++++++++++++++++++++++++++++++++++ milfs/api.php | 14 +++- milfs/funciones/funciones.php | 64 +++++++++++------- 4 files changed, 220 insertions(+), 28 deletions(-) create mode 100644 librerias/infinite.php diff --git a/index.php b/index.php index 463311f..f51526f 100644 --- a/index.php +++ b/index.php @@ -414,6 +414,30 @@ if('serviceWorker' in navigator) { .then(function() { console.log('Service Worker Registered'); }); } --> + + "; $registros = aplicacion_carrusel("$form",'10','','embebido','',"carousel"); @@ -471,7 +495,7 @@ if('serviceWorker' in navigator) {
-
+
$mapa
+
+ +
+
test div
+
+
$footer"; //$onload = "$footer $aplicacion "; @@ -1322,6 +1352,20 @@ $(document).ready(function() { ?> + + diff --git a/librerias/infinite.php b/librerias/infinite.php new file mode 100644 index 0000000..c182e13 --- /dev/null +++ b/librerias/infinite.php @@ -0,0 +1,124 @@ + + + Test Image + + + + + + +
+

This is the div content

+

This is the div content

+

This is the div content

+

This is the div content

+

This is the div content

+

This is the div content

This is the div content

+

This is the div content

+

This is the div content

+

This is the div content

+

This is the div content

+

This is the div content

This is the div content

+

This is the div content

+

This is the div content

+

This is the div content

+

This is the div content

+

This is the div content

This is the div content

+

This is the div content

+

This is the div content

+

This is the div content

+

This is the div content

+

This is the div content

+
+
+
+
+
+
+
las paginas
+ Scroll Height:
+ Scroll position: + + +shareimprove this answer \ No newline at end of file diff --git a/milfs/api.php b/milfs/api.php index 374f169..02d608d 100644 --- a/milfs/api.php +++ b/milfs/api.php @@ -16,16 +16,24 @@ if(isset($_REQUEST['start'])) {$datos['start']=$_REQUEST['start'];} if(isset($_REQUEST['fin'])) {$datos['fin']=$_REQUEST['fin'];} if(isset($_REQUEST['end'])) {$datos['end']=$_REQUEST['end'];} if(isset($_REQUEST['tipo'])) {$datos['tipo']=$_REQUEST['tipo'];} +if(isset($_REQUEST['formato'])) {$datos['formato']=$_REQUEST['formato'];} +if(isset($_REQUEST['registros'])) {$datos['registros']=$_REQUEST['registros'];} +if(isset($_REQUEST['pagina'])) {$datos['pagina']=$_REQUEST['pagina'];} /*$datos['dato']=$_REQUEST['dato']; $datos['inicio']=$_REQUEST['inicio']; $datos['start']=$_REQUEST['start']; $datos['fin']=$_REQUEST['fin']; $datos['end']=$_REQUEST['end']; $datos['tipo']=$_REQUEST['tipo'];*/ -if(isset($_REQUEST['debug'])) {ini_set('display_errors', 'On'); -} + +if(isset($_REQUEST['debug'])) {ini_set('display_errors', 'On');} +if(!isset($_REQUEST['formato'])) { header('Content-Type: application/json'); -//echo "hola /// $_REQUEST[id] // " ; echo json($datos); +}else{ +echo "".consultar_contenido_formulario("$datos[id]","$datos[registros]","$datos[pagina]","$datos[formato]",'',"li"); +} +//echo "hola /// $_REQUEST[id] // " ; + ?> diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index 110a777..89370fd 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -993,6 +993,7 @@ elseif($tipo=="aplicacion"){ $acciones="
  • +
  • $mapa_aplicacion $galeria_aplicacion
  • @@ -2206,7 +2207,7 @@ while( $row = mysqli_fetch_array( $datos_consulta ) ) { $contenido = remplacetas('form_datos','form_id',"$row[form_id]",'contenido'," id_campo ='$row[id_campo]' and control ='$identificador' $orden_multiple ") ; if($contenido[0] !="" AND $privado !="1") { $tipo_campo = remplacetas('form_campos','id',"$row[id_campo]",'campo_tipo',"") ; - if($tipo_campo[0] =="15" ) {$imagen =" "; $contenido[0]="";}else{$imagen ="";} + if($tipo_campo[0] =="15" ) {$imagen =" "; $contenido[0]="";}else{$imagen ="";} if($tipo_campo[0] =="6" ) {$contenido[0] =imprimir_buscador_campo("$row[id_campo]",$contenido[0]) ; } if($tipo_campo[0] =="29" ) {$contenido[0] =" "; }//$contenido=""; if($tipo_campo[0] =="31" ) { @@ -3784,6 +3785,7 @@ $linea .= landingpage_contenido_identificador("$row[control]","$id_form","$plant //$linea .= "
    $row[control]"; $linea_listado .= landingpage_contenido_identificador("$row[control]","$id_form","$plantilla",'listado'); $linea_planilla .= landingpage_contenido_identificador("$row[control]","$id_form","$plantilla",'planilla'); +$linea_li .= landingpage_contenido_identificador("$row[control]","$id_form","$plantilla",'li'); } $buscador = buscar_datos("*formato*","$form","grid","mostrar_resultado"); //$filtro = portal_filtro_campos_select($form,"$campo_filtro","mostrar_resultado","landingpage"); @@ -3844,8 +3846,9 @@ $encabezado "; } else { -$resultado ="

    Aún no hay resultados 0021

    "; - if($tipo =="contenido" OR $tipo =="embebido" ) { +$resultado ="

    No hay resultados 0021

    "; + if($tipo =="contenido" OR $tipo =="embebido" OR $tipo =="li" ) { + if($tipo=="li") {$resultado="";} return $resultado; } $respuesta->addAlert("No hay resultados 0022"); @@ -3876,6 +3879,10 @@ return $respuesta; // unset($_SESSION['proceso']); return "$linea_planilla"; } + elseif($tipo =="li") { +// unset($_SESSION['proceso']); + return "$linea_li"; + } else {} } $xajax->registerFunction("consultar_contenido_formulario"); @@ -4166,9 +4173,9 @@ function landingpage_contenido_identificador($identificador,$form,$plantilla,$ti - +
    -
    +
    $contenido
    @@ -4223,30 +4230,39 @@ $encabezado_empresa = empresa_datos("$id_empresa[0]",'encabezado'); $usuario_datos
    -
    ";}else{ +
    ";} + + + else{ $cabecera=""; $pie=""; $salto=""; } - $linea = " - - - -
    - $cabecera $manejadores - $documento - $impresion - $edicion - -
    $respuestas
    - - -$pie -
    -$salto - "; - + if($tipo =="li") { + $linea =" + $impresion + "; + } + else{ + $linea = " + + + +
    + $cabecera $manejadores + $documento + $impresion + $edicion + +
    $respuestas
    + + + $pie +
    + $salto + "; + } return $linea; } }