1
0
Fork 0
milfskleper/test.php

120 lines
4.4 KiB
PHP

<?php
session_start();
//ini_set('display_errors', 'On');
require ('xajax/xajax.inc.php');
$xajax = new xajax();
require ('funciones/funciones.php');
//require ('milfs/funciones/convert.php');
require ('funciones/login.php');
require_once ('includes/markdown.php');
$xajax->processRequests();
$logo = remplacetas('empresa','id','1','imagen') ;
?>
<!DOCTYPE html>
<html lang="en">
<head >
<meta charset="utf-8">
<meta name="viewport" content="user-scalable=no, width=device-width, maximum-scale=1, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="fredyrivera" >
<?php $xajax->printJavascript("xajax/"); ?>
<link rel="shortcut icon" href="favicon-152.png">
<link rel="apple-touch-icon-precomposed" href="favicon-152.png">
<link href="css/font-awesome/css/font-awesome.css" rel="stylesheet">
<!-- <link href="http://getbootstrap.com/examples/sticky-footer-navbar/sticky-footer-navbar.css" rel="stylesheet"> -->
<!-- <script src="http://cdn.leafletjs.com/leaflet-0.7/leaflet.js"></script> -->
<!-- <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css" /> -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/estilos.php" rel="stylesheet">
</head>
<body>
<body>
<div class="">
<!-- Static navbar -->
<img style="max-height:50px;" src="images/secure/?file=150/<?php echo $logo[0] ?>" >
<br>
<h1 style="text-align: center; margin-bottom: 0cm; line-height: 115%; page-break-before: auto; page-break-after: avoid">
<span style="font-family: Helvetica,Arial,sans-serif;"><font color="#222222"><font
style="font-size: 22pt" size="2"><b><span style="background: #ffffff">¿DÓNDE
ESTÁN
MIS DATOS?</span></b></font></font></span></h1>
</div><!-- /container -->
<div id ='contenedor' style=' ' class="container">
<?php
//echo formulario_campos_filtro("19","115","","xajax_mostrar_coincidencias('19','115',(this.value)); ");
// echo aplicacion_carrusel("¿DÓNDE ESTÁN MIS DATOS?","19","datos") ;
echo formulario_campos_filtro("19","115","","xajax_mostrar_coincidencias_plantilla('19','115',(this.value),'datos'); "); ?>
<div id='mostrar_resultado'></div>
</div>
</div>
<div class="center-block" style=" z-index:10000; bottom:10px;">
<div role='row' class='row center-block' style="width:95% ; "><?php //echo aplicacion_datos("$_REQUEST[id]");?></div>
</div>
<!-- Modal -->
<div class='modal fade ' id='muestraInfo' tabindex='-1' role='dialog' aria-labelledby='myModalLabel' aria-hidden='true'>
<div class='modal-dialog' >
<div class='modal-content'>
<div class='modal-header' >
<button type='button' class='close' data-dismiss='modal' aria-hidden='true'>&times;</button>
<h4 class='modal-title' id='myModalLabel_info'><div id='titulo_modal'></div></h4>
</div>
<div class='modal-body'>
<div id='muestra_form'></div>
</div>
<div class='modal-footer' id='pie_modal'>
</div>
</div>
</div>
</div>
<div>
<br>
<br>
Los datos que se encuentran en esta página estan asociados al resultado
de la investigación que se encuentra en <a target="_blank" href="http://www.dondeestanmisdatos.info/">http://www.dondeestanmisdatos.info/</a>
lo que se encuentra en este sitio es un visualización de datos creada a
partir de los resultados de la investigación después de ser ingresados a la
plataforma <a target="_blank" href="https://github.com/humano/milfs" target="_blank">MILFS</a>
<br>
Esta plataforma nos entrega los datos en forma de una
API que puede ser consumida en le siguiente enlace:
<br>
<br>
<a href="http://datos.labmde.org/api.php?id=19">http://datos.labmde.org/api.php?id=19</a>
<br>
<br>
<br>
</div>
<div style="position:fixed;
bottom:5px;">
<div class="container">
<a href='https://github.com/humano/milfs'>Powered by: &copy; MILFS </a>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>