forked from qwerty/tupali
arreglando conflicto
This commit is contained in:
commit
c648d45027
61
index.php
61
index.php
@ -34,6 +34,7 @@
|
||||
<meta name='apple-mobile-web-app-status-bar-style' content='black-translucent'/>
|
||||
<!-- Chrome, Firefox OS y Opera -->
|
||||
<link rel='stylesheet' href='./librerias/animate/animate.min.css'>
|
||||
<<<<<<< HEAD
|
||||
<script type="text/javascript">
|
||||
window.addEventListener("load",function() {
|
||||
setTimeout(function(){
|
||||
@ -41,6 +42,9 @@ window.addEventListener("load",function() {
|
||||
}, 0);
|
||||
});
|
||||
</script>
|
||||
=======
|
||||
|
||||
>>>>>>> c119b18641256b0d142514cd0030b24aa799685a
|
||||
|
||||
|
||||
|
||||
@ -182,6 +186,7 @@ $presentacion_pie="
|
||||
progress: true,
|
||||
history: true,
|
||||
center: true,
|
||||
mouseWheel: true,
|
||||
|
||||
transition: 'slide', // none/fade/slide/convex/concave/zoom
|
||||
|
||||
@ -479,6 +484,11 @@ if ($variable !=''){
|
||||
|
||||
</script>
|
||||
";
|
||||
|
||||
|
||||
// $no_mostrar="display:none; ";
|
||||
|
||||
|
||||
$onload =" <script type=\"text/javascript\">xajax_formulario_embebido_ajax('','$form','','nuevo')</script>";
|
||||
}
|
||||
elseif($v[0] =='c') {
|
||||
@ -487,6 +497,8 @@ if ($variable !=''){
|
||||
//$presentacion = contenido_presentacion("$form");
|
||||
$presentacion = contenido_presentacion("$form");
|
||||
$embebido = "1";
|
||||
//$no_mostrar ="display:none; ";
|
||||
|
||||
$empresa = remplacetas('form_id','id',"$form",'id_empresa',"") ;
|
||||
$id_empresa= $empresa[0];
|
||||
$logo = remplacetas('empresa','id',$id_empresa,'imagen','') ;
|
||||
@ -505,17 +517,9 @@ if ($variable !=''){
|
||||
}
|
||||
elseif($v[0] =='a') {
|
||||
$form =$v[1];
|
||||
$plantilla="carousel";
|
||||
/// a=Aplicacion
|
||||
$geo = buscar_campo_tipo($form,"14");
|
||||
$embebido = "1";
|
||||
$empresa = remplacetas('form_id','id',$form,'id_empresa',"") ;
|
||||
$razon_social_portal = remplacetas('empresa','id',"1",'razon_social','') ;
|
||||
$id_empresa = $empresa[0];
|
||||
$titulo = remplacetas('form_id','id',$form,'nombre',"") ;
|
||||
$descripcion = remplacetas('form_id','id',$form,'descripcion',"") ;
|
||||
$no_mostrar ="display:none; ";
|
||||
$aplicacion_pie="
|
||||
$no_mostrar ="display:none; ";
|
||||
$aplicacion_pie="
|
||||
|
||||
|
||||
<script src='librerias/reveal/lib/js/head.min.js'></script>
|
||||
@ -664,6 +668,7 @@ if('serviceWorker' in navigator) {
|
||||
|
||||
";
|
||||
|
||||
<<<<<<< HEAD
|
||||
// $registros = aplicacion_carrusel("$form",'10','','embebido','',"carousel");
|
||||
//$registros="<div id='mostrar_carrusel'>$registros</div>";
|
||||
// $formulario = formulario_embebido($form,$opciones);
|
||||
@ -781,6 +786,9 @@ $acciones
|
||||
</div>$footer";
|
||||
//$onload = "$footer $aplicacion ";
|
||||
|
||||
=======
|
||||
$onload = vista_aplicacion($form);
|
||||
>>>>>>> c119b18641256b0d142514cd0030b24aa799685a
|
||||
}
|
||||
elseif($v[0] =='g') {
|
||||
/// g=FORMULARIO EMBEBIDO
|
||||
@ -826,8 +834,7 @@ $acciones
|
||||
});
|
||||
|
||||
</script>
|
||||
";
|
||||
}
|
||||
";}
|
||||
elseif($v[0] =='h') {
|
||||
/// h=ADDON
|
||||
$addon =$v[1];
|
||||
@ -1421,7 +1428,7 @@ document.oncopy = addLink;
|
||||
<?php } ?>
|
||||
</head>
|
||||
|
||||
<body data-spy="scroll" data-target="#toc" onload="revisarSession()"; >
|
||||
<body data-spy="scroll" data-target="#toc" onload="revisarSession(); "; >
|
||||
<?php
|
||||
if(isset($_REQUEST['debug'])) {
|
||||
print_r( $_SESSION );
|
||||
@ -1821,6 +1828,34 @@ $(document).delegate('*[data-toggle="lightbox"]', 'click', function(event) {
|
||||
<span class='input-group-addon'><a href='#' onclick="location.reload();" title='Renovar'> <i class='fa fa-refresh' aria-hidden='true'></i></a></span>
|
||||
</div>
|
||||
</form>
|
||||
<script type="text/javascript">
|
||||
$('.navbar-collapse a').click(function(){
|
||||
$(".navbar-collapse").collapse('hide');
|
||||
});
|
||||
|
||||
var page_size_check = null, q_body;
|
||||
(q_body = $('#body')).bind('DOMSubtreeModified', function() {
|
||||
if (page_size_check === null) {
|
||||
return;
|
||||
}
|
||||
page_size_check = setTimeout(function() {
|
||||
q_body.css('height', '');
|
||||
if (q_body.height() < window.innerHeight) {
|
||||
q_body.css('height', window.innerHeight + 'px');
|
||||
}
|
||||
if (!(window.pageYOffset > 1)) {
|
||||
window.scrollTo(0, 1);
|
||||
}
|
||||
page_size_check = null;
|
||||
}, 400);
|
||||
});
|
||||
/*
|
||||
window.addEventListener("load",function() {
|
||||
setTimeout(function(){
|
||||
window.scrollTo(0, 1);
|
||||
}, 0);
|
||||
});*/
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
|
@ -71,7 +71,7 @@ $plantilla ="mapa";
|
||||
<link rel="stylesheet" href="librerias/leaflet/dist/MarkerCluster.css" />
|
||||
<link rel="stylesheet" href="librerias/leaflet/dist/MarkerCluster.Default.css" />
|
||||
<script src="librerias/leaflet/dist/leaflet.markercluster-src.js"></script>
|
||||
<script type="text/javascript" src="milfs/geojson.js.php?id=<?php echo $_REQUEST['id'] ?>&buscar=<?php echo $_REQUEST['buscar'] ?>"></script>
|
||||
<script type="text/javascript" src="milfs/geojson.js.php?id=<?php echo $_REQUEST['id'] ?>&buscar=<?php echo $_REQUEST['buscar'] ?>&item=<?php echo $_REQUEST['item'] ?>"></script>
|
||||
<?php
|
||||
$otro_json = remplacetas('form_parametrizacion','campo',$_REQUEST[id],'descripcion'," tabla='form_id' and opcion = 'json'") ;;
|
||||
//$obj = file_get_contents('https://www.kleper.net/wiki/RutaPazTerritorial.geojson');
|
||||
@ -135,7 +135,7 @@ $ids = json_decode($otro_json[0]);
|
||||
}
|
||||
|
||||
|
||||
.leaflet-popup-content { word-wrap: break-word !important; /*width:600px !important; */ }
|
||||
.leaflet-popup-content { word-wrap: break-word !important; width:600px !important; }
|
||||
|
||||
#map { position:absolute; top:0; bottom:0; width:100%; }
|
||||
/* Sticky footer styles
|
||||
|
Loading…
Reference in New Issue
Block a user