cambios que generaron conflicto
This commit is contained in:
parent
46b9ba4193
commit
291d171d9d
@ -3,7 +3,7 @@ el otro archivo css style.css que está en la carpeta milfs
|
||||
no está referenciado en index.php de milfs*/
|
||||
|
||||
#contenedor_principal{
|
||||
padding-top: 100px;
|
||||
padding-top: 10em;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
@ -17,7 +17,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
|
||||
#toc {
|
||||
font-size: 1em;
|
||||
padding-top: 50px;
|
||||
padding-top: 11em;
|
||||
max-height: 95% !important;
|
||||
overflow: auto !important;
|
||||
}
|
||||
@ -43,6 +43,16 @@ h1, h2, h3, h4, h5, h6 {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.btn_hover:hover{
|
||||
background-color: #fb4f59;
|
||||
border-radius: 0px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.btn_hover>a:hover{
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
#contenedor_cabecera {
|
||||
padding-top: 0em;
|
||||
}
|
||||
@ -144,14 +154,6 @@ h1, h2, h3, h4, h5, h6 {
|
||||
padding: 4px 5px;
|
||||
}
|
||||
|
||||
.btn-botonera-admin {
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
#botonera-admin, #botonera-admin>a {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.btn-botonera-admin {
|
||||
/* margin-left: 20px; */
|
||||
|
@ -3969,8 +3969,8 @@ $link=Conectarse();
|
||||
$opciones .="<option value='$row[id]' $selected >$row[razon_social]</option>";
|
||||
}
|
||||
|
||||
$select="<div id='div_cambiar_empresa'></div>
|
||||
<select onChange=\"xajax_cambiar_empresa('$id_usuario',(this.value)); \" class='form-control ' id='cambiar_empresa' class='form_control'>$opciones</select>";
|
||||
$select="
|
||||
<select class='form-control ' id='cambiar_empresa' onChange=\"xajax_cambiar_empresa('$id_usuario',(this.value)); \" >$opciones</select> ";
|
||||
}
|
||||
|
||||
}
|
||||
@ -4144,13 +4144,12 @@ if($div =="") {
|
||||
$cambiar_empresa = cambiar_empresa($_SESSION['id'],'');
|
||||
if($_SESSION['grupo']=='3'){$desadministrador ="";}else{$desadministrador ="<a href='milfs/' class='btn btn-botonera-admin'>Des-administrador</a>";}
|
||||
$boton="
|
||||
<div style='max-width:100%;' class='container-fluid noprint text-center $no_mostrar ' id='cabecera-botonera-admin'>
|
||||
$cambiar_empresa
|
||||
<div class='btn-group btn form-inline' role='group' aria-label='botonera-administracion' id='botonera-admin'>
|
||||
<div onclick=\"xajax_panel_aplicaciones('$tipo','$empresa','div_panel_aplicaciones'); \" class='btn btn-botonera-admin'>Editor</div>
|
||||
<a href='milfs/' class='btn btn-botonera-admin'>Des-administrador</a>
|
||||
</div>
|
||||
</div>
|
||||
$no_mostrar
|
||||
|
||||
$cambiar_empresa
|
||||
|
||||
<li class='btn btn_hover'> <a onclick=\"xajax_panel_aplicaciones('$tipo','$empresa','div_panel_aplicaciones'); \" >Editor</a></li>
|
||||
<li class='btn btn_hover'> <a href='milfs/'>Des-administrador</a></li>
|
||||
|
||||
|
||||
<div class='container-fluid' id='div_panel_aplicacionesX' style='max-height:500px; overflow:auto;'></div>";
|
||||
@ -7475,12 +7474,12 @@ $array["responder"]= $contenido_respuestas;//"$contenido_respuestas $row[control
|
||||
|
||||
function isJson($str) {
|
||||
$json = json_decode($str);
|
||||
return (json_last_error() === JSON_ERROR_NONE);
|
||||
return (json_last_error() === JSON_ERROR_NONE);
|
||||
}
|
||||
|
||||
|
||||
function array_respuestas($id,$identificador,$plantilla) {
|
||||
|
||||
|
||||
$datos= array();
|
||||
//$datos['id']= $request->getAttribute('id');
|
||||
$datos['identificador']= $identificador;
|
||||
@ -7488,8 +7487,8 @@ function array_respuestas($id,$identificador,$plantilla) {
|
||||
//$datos['id']="76";
|
||||
|
||||
//return json($datos);
|
||||
|
||||
|
||||
|
||||
|
||||
if($id=='') {return;}
|
||||
$id = mysql_seguridad($id);
|
||||
$formulario_respuesta = formulario_respuesta("$id","$identificador");
|
||||
@ -11477,7 +11476,7 @@ mysqli_set_charset($link, "utf8");
|
||||
}else{}
|
||||
|
||||
if($datos["tipo"] == "array" ) {
|
||||
|
||||
|
||||
$resultado = $features;
|
||||
}else {
|
||||
|
||||
@ -11525,7 +11524,7 @@ mysqli_set_charset($link, "utf8");
|
||||
id_formulario, nombre as formulario, nombre as formulario,
|
||||
campo_nombre, form_campos.id AS id_campo ,contenido ,timestamp,
|
||||
control as identificador, form_datos.orden" ;}
|
||||
|
||||
|
||||
$consulta = "SELECT $campos,form_datos.control
|
||||
FROM `form_datos` , `form_campos` ,form_id
|
||||
WHERE form_datos.id_campo = `form_campos`.id
|
||||
@ -11565,17 +11564,17 @@ $features = array();
|
||||
if($datos['tipo']=="simple"){
|
||||
$contenido = remplacetas('form_datos','id',$row["id_dato"],'contenido',"") ;
|
||||
//$resultado[0]=str_replace('\n','<br>',$resultado[0]);
|
||||
|
||||
|
||||
$contenido[0] =stripslashes($contenido[0]);
|
||||
$is_json = isJson($contenido[0]);
|
||||
if($is_json == '1'){
|
||||
///$cadena='{"a":1,"b":2,"c":3,"d":4,"e":5}';
|
||||
|
||||
|
||||
$contenido[0] = json_decode($contenido[0]);
|
||||
}else{}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$contenido_limpio = $contenido[0];
|
||||
$id_campo = remplacetas('form_datos','id',$row["id_dato"],'id_campo',"") ;
|
||||
|
||||
@ -11591,7 +11590,7 @@ $features = array();
|
||||
}
|
||||
$row["contenido"]=str_replace('\n','<br>',$row["contenido"]);
|
||||
$row["contenido"] = html_entity_decode("$row[contenido]");
|
||||
|
||||
|
||||
$features[] = $row;
|
||||
}
|
||||
}
|
||||
@ -11788,7 +11787,7 @@ mysqli_set_charset($link, "utf8");
|
||||
mysqli_real_escape_string($link,$consulta);
|
||||
$sql=mysqli_query($link,$consulta);
|
||||
|
||||
//$resultado_array['consulta'] = $consulta;
|
||||
//$resultado_array['consulta'] = $consulta;
|
||||
if (mysqli_num_rows($sql)!='0'){
|
||||
mysqli_data_seek($sql, 0);
|
||||
$resultado_li .= "<ul class='list-group'>";
|
||||
@ -11807,7 +11806,8 @@ $vista_favorita = vista_favorita($row['id_formulario']);
|
||||
$accion = " href='./$vista_favorita' ";
|
||||
}else {
|
||||
$onclick ="";
|
||||
$accion = " href='./e$row[id_empresa]' ";
|
||||
// Por acá
|
||||
$accion = "href='./e$row[0]' ";
|
||||
}
|
||||
if ( isset ( $_SESSION['id'] ) ) {
|
||||
$botonera ="<a style ='font-size:20px;' title='Agregar contenido' class='link ' onclick=\"xajax_formulario_modal('$row[id]','','',''); \">
|
||||
@ -11848,8 +11848,9 @@ $resultado_nav .= "<li class='dropdown' >
|
||||
|
||||
if($mostrar[0] !="0") {
|
||||
$resultado_nav .= "<li class='dropdown' >
|
||||
<a class='' role='button'
|
||||
$accion class='dropdown-toggle' > $nombre</a>
|
||||
<a class='hola' role='button'
|
||||
$accion class='dropdown-toggle' > $nombre
|
||||
</a>
|
||||
$contenido_listado
|
||||
";
|
||||
$resultado_nav .="</li>";
|
||||
@ -11906,9 +11907,9 @@ $bg = "background-color: gray ;";
|
||||
$contenido <br>
|
||||
<a class='btn btn-default btn-block ' href='f$row[id]'>Visitar</a>
|
||||
$botonera</div>";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if($divider > 0 ) {
|
||||
if($i % $divider==0) { $resultado_final = " </div> "; }
|
||||
}
|
||||
@ -11935,7 +11936,7 @@ $contenido_listado = contenido_listado("$row[id]");
|
||||
$resultado_array[$row['id']]['cantidad_entradas']=formulario_contar($row['id']);
|
||||
$resultado_array[$row['id']]['proyecto']=strip_tags($row['id_empresa']);
|
||||
$resultado_array[$row['id']]['link']="proyectos/aplicaciones/$row[id]";
|
||||
|
||||
|
||||
//$resultado_array[$row['id']]['consulta']="$consulta";
|
||||
|
||||
}
|
||||
|
70
index.php
70
index.php
@ -14,12 +14,12 @@ require ("includes/markdown.php");
|
||||
require ("includes/simple_html_dom.php");
|
||||
require ("funciones/conex.php");
|
||||
|
||||
$xajax->processRequests();
|
||||
$xajax->processRequests();
|
||||
|
||||
$embebido =0;
|
||||
if (isset($_REQUEST['form'])) {
|
||||
$form = $_REQUEST['form'];
|
||||
$opciones["formato"]= $_REQUEST['formato'];
|
||||
$opciones["formato"]= $_REQUEST['formato'];
|
||||
} else {$form = "";}
|
||||
if($form !='') {$embebido = 1;}
|
||||
if (isset($_REQUEST['identificador'])) {$identificador = $_REQUEST['identificador'];} else {$identificador = "";}
|
||||
@ -37,18 +37,18 @@ if (isset($_REQUEST['t'])) {$t = $_REQUEST['t'];} else {$t = "";}
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="">
|
||||
|
||||
<?php
|
||||
$xajax->printJavascript("xajax/");
|
||||
|
||||
<?php
|
||||
$xajax->printJavascript("xajax/");
|
||||
// $xajax->debugOn();
|
||||
//$xajax->statusMessagesOn();
|
||||
?>
|
||||
<link rel="shortcut icon" href="favicon-152.png">
|
||||
<link rel="apple-touch-icon-precomposed" href="favicon-152.png">
|
||||
<!-- <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha256-k2/8zcNbxVIh5mnQ52A0r3a6jAgMGxFJFE2707UxGCk= sha512-ZV9KawG2Legkwp3nAlxLIVFudTauWuBpC10uEafMHYL0Sarrz5A7G79kXh5+5+woxQ5HM559XX2UZjMJ36Wplg==" crossorigin="anonymous"> -->
|
||||
<?php if($form !='') {
|
||||
<?php if($form !='') {
|
||||
//echo "<link href='css/embebidoXXX.css' rel='stylesheet'>";
|
||||
}else{
|
||||
}else{
|
||||
//echo "<link href='css/estilos.php?dd' rel='stylesheet'>";
|
||||
} ?>
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="css/milfs.css">
|
||||
@ -59,7 +59,7 @@ if (isset($_REQUEST['t'])) {$t = $_REQUEST['t'];} else {$t = "";}
|
||||
|
||||
<style>
|
||||
#map {width: 500px;height:200px;}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
@ -71,7 +71,7 @@ if (isset($_REQUEST['t'])) {$t = $_REQUEST['t'];} else {$t = "";}
|
||||
elseif($campo !=''){$onload ="<script type=\"text/javascript\"> xajax_formulario_crear_campo('','$campo','contenido')</script>";}
|
||||
elseif($consulta !=''){$onload ="<script type=\"text/javascript\"> xajax_consultar_formulario('$consulta','','','modal')</script>";}
|
||||
else{}
|
||||
|
||||
|
||||
if( isset($_REQUEST['psi'])){$onload ="<script type=\"text/javascript\"> xajax_mostrar_psi()</script>";}
|
||||
?>
|
||||
|
||||
@ -79,7 +79,7 @@ if (isset($_REQUEST['t'])) {$t = $_REQUEST['t'];} else {$t = "";}
|
||||
<script src="js/bootstrap.js"></script> -->
|
||||
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> -->
|
||||
<script src="js/jquery-2.1.4.min.js"></script>
|
||||
|
||||
|
||||
<!-- UPLOAD -->
|
||||
<script src="plugins/upload/js/vendor/jquery.ui.widget.js"></script>
|
||||
<script src="plugins/upload/js/jquery.iframe-transport.js"></script>
|
||||
@ -89,7 +89,7 @@ if (isset($_REQUEST['t'])) {$t = $_REQUEST['t'];} else {$t = "";}
|
||||
<!-- The Canvas to Blob plugin is included for image resizing functionality -->
|
||||
<script src="plugins/upload/js/canvas-to-blob.min.js"></script>
|
||||
<script src="plugins/upload/js/jquery.fileupload-process.js"></script>
|
||||
<script src="plugins/upload/js/jquery.fileupload-image.js"></script>
|
||||
<script src="plugins/upload/js/jquery.fileupload-image.js"></script>
|
||||
<script src="plugins/upload/js/jquery.fileupload-audio.js"></script>
|
||||
<script src="plugins/upload/js/jquery.fileupload-video.js"></script>
|
||||
<script src="plugins/upload/js/jquery.fileupload-validate.js"></script>
|
||||
@ -100,7 +100,7 @@ if (isset($_REQUEST['t'])) {$t = $_REQUEST['t'];} else {$t = "";}
|
||||
<link rel="stylesheet" href="plugins/upload/css/jquery.fileupload.css">
|
||||
<!-- <link rel="stylesheet" href="plugins/upload/css/style.css"> -->
|
||||
<!-- JavaScript used to call the fileupload widget to upload files -->
|
||||
|
||||
|
||||
|
||||
<!-- UPLOAD -->
|
||||
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> -->
|
||||
@ -109,7 +109,7 @@ if (isset($_REQUEST['t'])) {$t = $_REQUEST['t'];} else {$t = "";}
|
||||
<script src="js/to-markdown.js"></script>
|
||||
<script src="js/bootstrap-markdown.js"></script>
|
||||
<script src="js/scripts.js"></script>
|
||||
|
||||
|
||||
<!-- include codemirror (codemirror.css, codemirror.js, xml.js, formatting.js) -->
|
||||
<link rel="stylesheet" type="text/css" href="../librerias/codemirror/codemirror.css">
|
||||
<link rel="stylesheet" type="text/css" href="../librerias/codemirror/monokai.css">
|
||||
@ -122,11 +122,11 @@ if (isset($_REQUEST['t'])) {$t = $_REQUEST['t'];} else {$t = "";}
|
||||
<link href="../librerias/summernote/summernote.css" rel="stylesheet">
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
|
||||
//Recoger elemento arrastrable//
|
||||
function evdragstart(ev,el) { //ev= el evento, el=elemento arrastrado.
|
||||
cont1=el.parentNode; //guardamos el elemento padre del elemento en una variable.
|
||||
ev.dataTransfer.setData("text",ev.target.id); //guardamos datos del elemento.
|
||||
ev.dataTransfer.setData("text",ev.target.id); //guardamos datos del elemento.
|
||||
}
|
||||
//mientras se arrastra:
|
||||
function evdragover (ev) { //ev=el evento.
|
||||
@ -134,7 +134,7 @@ function evdragover (ev) { //ev=el evento.
|
||||
}
|
||||
//Al soltar el elemento arrastrado
|
||||
function evdrop(ev,el) { //ev=el evento; el=receptor de soltado
|
||||
ev.stopPropagation(); //impedir otras acciones
|
||||
ev.stopPropagation(); //impedir otras acciones
|
||||
ev.preventDefault(); //quitar comportamiento por defecto
|
||||
var data=ev.dataTransfer.getData("text"); //recogemos datos del elemento
|
||||
mielem=ev.target.appendChild(document.getElementById(data)); //obtenemos el elemento arrastrado
|
||||
@ -163,13 +163,13 @@ legend.legend-area {
|
||||
border-bottom:none;
|
||||
}
|
||||
.modal-dialog {
|
||||
width: 95% !important;
|
||||
width: 95% !important;
|
||||
height: auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.modal-lg {
|
||||
width: 95% !important;
|
||||
width: 95% !important;
|
||||
height: auto;
|
||||
padding: 0;
|
||||
}
|
||||
@ -185,7 +185,7 @@ legend.legend-area {
|
||||
</style>
|
||||
</head>
|
||||
<body >
|
||||
<?php if($embebido ==1) {
|
||||
<?php if($embebido ==1) {
|
||||
if($form!=''){ echo formulario_embebido($form,$opciones);}
|
||||
elseif($identificador !='') { echo mostrar_identificador($identificador,$id);}
|
||||
//elseif($_REQUEST['psi'] !='') { include("psi.php") ; echo $aviso;}
|
||||
@ -195,7 +195,7 @@ else{}
|
||||
|
||||
?>
|
||||
<?php echo @$onload; ?>
|
||||
<?php
|
||||
<?php
|
||||
if ( isset ( $_SESSION['id'] ) ) { ?>
|
||||
<div class="navbar navbar-inverse navbar-fixed-top " role="navigation">
|
||||
<div class="container-fluid">
|
||||
@ -213,7 +213,7 @@ else{}
|
||||
<?php echo milfs() ?>
|
||||
</div><!-- /.container-fluid -->
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<?php }else{ } ?>
|
||||
|
||||
@ -223,18 +223,18 @@ else{}
|
||||
<div id='contenido'>
|
||||
<div class='row'>
|
||||
<div id='' class='col-sm-6'>
|
||||
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
///echo adjuntar_basico('33');
|
||||
if(!isset($_SESSION['id_empresa'])) {$id_empresa_portada='1';} else{$id_empresa_portada = $_SESSION['id_empresa'];}
|
||||
$encabezado = empresa_datos("$id_empresa_portada",'encabezado');
|
||||
|
||||
|
||||
$pie = empresa_datos("$id_empresa_portada",'pie');
|
||||
echo "$encabezado";
|
||||
//if(isset($_SESSION['id_empresa'])) {$id_empresa_portada='1'; echo panel_aplicaciones('1',"");}
|
||||
echo "$encabezado";
|
||||
//if(isset($_SESSION['id_empresa'])) {$id_empresa_portada='1'; echo panel_aplicaciones('1',"");}
|
||||
echo " </div>
|
||||
<div id='div_login' class='col-sm-6'>";
|
||||
if(isset($_REQUEST['change'])){
|
||||
@ -257,7 +257,7 @@ echo "</div>";
|
||||
<div class='modal-content'>
|
||||
<button type='button' class='close' data-dismiss='modal' aria-hidden='true'><i class='fa fa-times-circle'></i></button>
|
||||
<div class='modal-header' >
|
||||
|
||||
|
||||
<h4 class='modal-title' id='myModalLabel_info'><div id='titulo_modal'></div></h4>
|
||||
</div>
|
||||
<div class='modal-body'>
|
||||
@ -265,8 +265,8 @@ echo "</div>";
|
||||
<div id='muestra_form'></div>
|
||||
</div>
|
||||
<div class='modal-footer' id='pie_modal'>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -279,15 +279,15 @@ echo "</div>";
|
||||
<div class="container">
|
||||
<a href='http://QWERTY.co/milfs'>© MILFS Un proyecto de http://QWERTY.co</a> Se distribuye bajo licencia GPL V3
|
||||
<a href="?psi" target="_psi"><i class="fa fa-smile-o "></i> Políticas de privacidad y protección de datos.</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<script type="text/javascript">
|
||||
|
||||
|
||||
$(document).delegate('*[data-toggle="lightbox"]', 'click', function(event) {
|
||||
event.preventDefault();
|
||||
$(this).ekkoLightbox();
|
||||
});
|
||||
});
|
||||
|
||||
//// wysiwyg
|
||||
var edit = function() {
|
||||
@ -304,6 +304,6 @@ $(document).ready(function() {
|
||||
$('.wysiwyg_auto').summernote({dialogsInBody: true});
|
||||
});
|
||||
|
||||
</script>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
204
js/scripts.js
204
js/scripts.js
@ -9,7 +9,7 @@
|
||||
prefin = (tiempo*60)-transcurrido
|
||||
|
||||
document.form_session.tiempo_session.value = "Cerrar en: "+restante+" minutos ";
|
||||
|
||||
|
||||
if(restante == 1 ){
|
||||
//alert(transcurrido);
|
||||
location.href="./includes/salir.php";
|
||||
@ -48,10 +48,10 @@ function loadArticle(pageNumber,id,plantilla,registros,scroll) {
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
function leer_exif(campo,campo_mapa) {
|
||||
// alert(campo)
|
||||
// var file = e.target.files[0]
|
||||
@ -60,11 +60,11 @@ function loadArticle(pageNumber,id,plantilla,registros,scroll) {
|
||||
if (file && file.name) {
|
||||
EXIF.getData(file, function() {
|
||||
var long = EXIF.getTag(this, 'GPSLongitude');
|
||||
var reflat = EXIF.getTag(this, 'GPSLatitudeRef');
|
||||
var reflon = EXIF.getTag(this, 'GPSLongitudeRef');
|
||||
var reflat = EXIF.getTag(this, 'GPSLatitudeRef');
|
||||
var reflon = EXIF.getTag(this, 'GPSLongitudeRef');
|
||||
var lat = EXIF.getTag(this, 'GPSLatitude');
|
||||
var altura = EXIF.getTag(this, 'GPSAltitude');
|
||||
|
||||
|
||||
/* if ( $exif['GPSLongitudeRef'] == 'W')
|
||||
$gps_longitude = -$gps_longitude; */
|
||||
var toDecimal = function (number) {
|
||||
@ -80,93 +80,93 @@ function loadArticle(pageNumber,id,plantilla,registros,scroll) {
|
||||
if (reflat == 'S') {
|
||||
lat = -lat;
|
||||
}
|
||||
|
||||
|
||||
|
||||
var coordenadas = "./milfs/mapa.php?lon="+lat+"&lat="+long+"&zoom=18&id="+campo_mapa+"[0]&exif";
|
||||
// alert(long+' '+lat+' '+altura );
|
||||
document.getElementById('mapita').contentWindow.document.location.href=coordenadas;
|
||||
var minimapa = campo+"//<img class='lazy img-round img img-responsive' src ='https://staticmap.openstreetmap.co/staticmap.php?center="+lat+","+long+"&zoom=12&size=250x100&maptype=mapnik&markers="+lat+","+long+",red-pushpin' >";
|
||||
document.getElementById("geo_"+campo).innerHTML = minimapa;
|
||||
|
||||
document.getElementById("geo_"+campo).innerHTML = minimapa;
|
||||
|
||||
} else {
|
||||
// alert("No EXIF data found in image '" + file.name + "'.");
|
||||
}
|
||||
});
|
||||
}
|
||||
else{
|
||||
//alert(file.name)
|
||||
//alert(file.name)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
function comprueba_imagen(campo,item, archivo,campo_mapa,ubicacion) {
|
||||
function comprueba_imagen(campo,item, archivo,campo_mapa,ubicacion) {
|
||||
var ubicacion;
|
||||
extensiones_permitidas = new Array('.gif', '.jpg', '.png', '.mp4', '.3gp', '.mov');
|
||||
mierror = '';
|
||||
if (!archivo) {
|
||||
//Si no tengo archivo, es que no se ha seleccionado un archivo en el formulario
|
||||
mierror = 'No has seleccionado ningún archivo';
|
||||
}else{
|
||||
//recupero la extensión de este nombre de archivo
|
||||
extension = (archivo.substring(archivo.lastIndexOf('.'))).toLowerCase();
|
||||
//alert (extension);
|
||||
//compruebo si la extensión está entre las permitidas
|
||||
permitida = false;
|
||||
for (var i = 0; i < extensiones_permitidas.length; i++) {
|
||||
if (extensiones_permitidas[i] == extension) {
|
||||
permitida = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (!permitida) {
|
||||
mierror = 'Comprueba la extensión de los archivos a subir. \nSólo se pueden subir archivos con extensiones: ' + extensiones_permitidas.join();
|
||||
}else{
|
||||
//submito!
|
||||
///alert ('Todo correcto. Voy a submitir el formulario.');
|
||||
extensiones_permitidas = new Array('.gif', '.jpg', '.png', '.mp4', '.3gp', '.mov');
|
||||
mierror = '';
|
||||
if (!archivo) {
|
||||
//Si no tengo archivo, es que no se ha seleccionado un archivo en el formulario
|
||||
mierror = 'No has seleccionado ningún archivo';
|
||||
}else{
|
||||
//recupero la extensión de este nombre de archivo
|
||||
extension = (archivo.substring(archivo.lastIndexOf('.'))).toLowerCase();
|
||||
//alert (extension);
|
||||
//compruebo si la extensión está entre las permitidas
|
||||
permitida = false;
|
||||
for (var i = 0; i < extensiones_permitidas.length; i++) {
|
||||
if (extensiones_permitidas[i] == extension) {
|
||||
permitida = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (!permitida) {
|
||||
mierror = 'Comprueba la extensión de los archivos a subir. \nSólo se pueden subir archivos con extensiones: ' + extensiones_permitidas.join();
|
||||
}else{
|
||||
//submito!
|
||||
///alert ('Todo correcto. Voy a submitir el formulario.');
|
||||
selectedFile(campo,item,campo_mapa,ubicacion);
|
||||
//uploadFile(campo,item);
|
||||
// formulario.submit();
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
//si estoy aqui es que no se ha podido submitir
|
||||
alert (mierror);
|
||||
return 0;
|
||||
// formulario.submit();
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
//si estoy aqui es que no se ha podido submitir
|
||||
alert (mierror);
|
||||
return 0;
|
||||
}
|
||||
|
||||
function comprueba_archivos(campo,item, archivo,campo_mapa,ubicacion) {
|
||||
function comprueba_archivos(campo,item, archivo,campo_mapa,ubicacion) {
|
||||
var ubicacion;
|
||||
extensiones_permitidas = new Array('.gif', '.jpg', '.jpeg', '.png', '.pdf', '.txt', '.csv', '.mp3', '.mov', '.mp4', '.orf', '.gpx', '.json');
|
||||
mierror = '';
|
||||
if (!archivo) {
|
||||
//Si no tengo archivo, es que no se ha seleccionado un archivo en el formulario
|
||||
mierror = 'No has seleccionado ningún archivo';
|
||||
}else{
|
||||
//recupero la extensión de este nombre de archivo
|
||||
extension = (archivo.substring(archivo.lastIndexOf('.'))).toLowerCase();
|
||||
//alert (extension);
|
||||
//compruebo si la extensión está entre las permitidas
|
||||
permitida = false;
|
||||
for (var i = 0; i < extensiones_permitidas.length; i++) {
|
||||
if (extensiones_permitidas[i] == extension) {
|
||||
permitida = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (!permitida) {
|
||||
mierror = 'Comprueba la extensión de los archivos a subir. \nSólo se pueden subir archivos con extensiones: ' + extensiones_permitidas.join();
|
||||
}else{
|
||||
//submito!
|
||||
//alert ('Todo correcto. Voy a submitir el formulario.');
|
||||
extensiones_permitidas = new Array('.gif', '.jpg', '.jpeg', '.png', '.pdf', '.txt', '.csv', '.mp3', '.mov', '.mp4', '.orf', '.gpx', '.json');
|
||||
mierror = '';
|
||||
if (!archivo) {
|
||||
//Si no tengo archivo, es que no se ha seleccionado un archivo en el formulario
|
||||
mierror = 'No has seleccionado ningún archivo';
|
||||
}else{
|
||||
//recupero la extensión de este nombre de archivo
|
||||
extension = (archivo.substring(archivo.lastIndexOf('.'))).toLowerCase();
|
||||
//alert (extension);
|
||||
//compruebo si la extensión está entre las permitidas
|
||||
permitida = false;
|
||||
for (var i = 0; i < extensiones_permitidas.length; i++) {
|
||||
if (extensiones_permitidas[i] == extension) {
|
||||
permitida = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (!permitida) {
|
||||
mierror = 'Comprueba la extensión de los archivos a subir. \nSólo se pueden subir archivos con extensiones: ' + extensiones_permitidas.join();
|
||||
}else{
|
||||
//submito!
|
||||
//alert ('Todo correcto. Voy a submitir el formulario.');
|
||||
selectedFile(campo,item,campo_mapa,ubicacion);
|
||||
// formulario.submit();
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
//si estoy aqui es que no se ha podido submitir
|
||||
alert (mierror);
|
||||
return 0;
|
||||
// formulario.submit();
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
//si estoy aqui es que no se ha podido submitir
|
||||
alert (mierror);
|
||||
return 0;
|
||||
}
|
||||
|
||||
//// funciones upload_generico
|
||||
@ -179,7 +179,7 @@ function comprueba_archivos(campo,item, archivo,campo_mapa,ubicacion) {
|
||||
// alert(nombre);
|
||||
var file = archivoSeleccionado.files[0];
|
||||
if (file) {
|
||||
|
||||
|
||||
var fileSize = 0;
|
||||
if (file.size > 1048576)
|
||||
{ fileSize = (Math.round(file.size * 100 / 1048576) / 100).toString() + ' MB';}
|
||||
@ -192,7 +192,7 @@ function comprueba_archivos(campo,item, archivo,campo_mapa,ubicacion) {
|
||||
document.getElementById("fileSize_"+nombre).innerHTML = " ";
|
||||
document.getElementById("fileType_"+nombre).innerHTML = " ";
|
||||
document.getElementById("percentageCalc_"+nombre).innerHTML = "Error subiendo el archivo";
|
||||
|
||||
|
||||
/// xmlHTTP.addEventListener("error", uploadFailed, false);
|
||||
}else{
|
||||
///alert("Todo buen");
|
||||
@ -204,22 +204,22 @@ function comprueba_archivos(campo,item, archivo,campo_mapa,ubicacion) {
|
||||
divfileType.innerHTML = 'Tipo: <strong>' + file.type+"</strong>";
|
||||
divfileName.innerHTML = 'Nombre original: <strong>' + file.name+"</strong><div id='geo_"+campo+"-"+item+"'></div>" ;
|
||||
if ((file.type != "image/jpeg") && (file.type != "image/png") ) {
|
||||
|
||||
|
||||
document.getElementById("div_preview_"+nombre).innerHTML = "<h2><i class='fa fa-file' aria-hidden='true'></i><br>"+file.type+"</h2>";
|
||||
}else{
|
||||
|
||||
|
||||
leer_exif(campo+"-"+item,campo_mapa)
|
||||
document.getElementById("div_preview_"+nombre).innerHTML = "<h2>"+file.type+"</h2>";
|
||||
document.getElementById("image_preview_"+nombre).src = window.URL.createObjectURL(archivoSeleccionado.files[0]);
|
||||
// document.getElementById("image_preview_"+nombre).alt = file.type;
|
||||
}
|
||||
document.getElementById("alert_"+nombre).className = "alert alert-success";
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function uploadFile(campo,item,ubicacion) {
|
||||
var campo;
|
||||
@ -233,9 +233,9 @@ function comprueba_archivos(campo,item, archivo,campo_mapa,ubicacion) {
|
||||
var nombrecillo = hex_md5(Math.random()+file.name)+"."+extension;
|
||||
// var arreglo = '[{"nombre_original":"'+file.name+'","tipo":"'+file.type+'","nombre":"'+nombrecillo+'","campo":"'+campo+'","item":"'+item+'","size":"'+file.size+'","extensión":"'+extension+'"}]';
|
||||
//var myJsonString = JSON.stringify(arreglo);
|
||||
|
||||
|
||||
//document.getElementById(nombre).value=nombrecillo;
|
||||
|
||||
|
||||
document.getElementById(nombre).value=nombrecillo;
|
||||
if(ubicacion =="externo"){
|
||||
var url = "../milfs/includes/upload_generico.php?nombrecillo="+nombrecillo+"&campo="+campo+"&item="+item+"&ubicacion="+ubicacion;
|
||||
@ -245,7 +245,7 @@ function comprueba_archivos(campo,item, archivo,campo_mapa,ubicacion) {
|
||||
///alert(url);
|
||||
var fd = new FormData();
|
||||
fd.append(campo+"-"+item, file);
|
||||
|
||||
|
||||
var xmlHTTP= new XMLHttpRequest();
|
||||
|
||||
xmlHTTP.upload.addEventListener("progress", progressFunction, false);
|
||||
@ -255,10 +255,10 @@ function comprueba_archivos(campo,item, archivo,campo_mapa,ubicacion) {
|
||||
xmlHTTP.open("POST", url, true);
|
||||
//xmlHTTP.setRequestHeader('book_id','10');
|
||||
xmlHTTP.send(fd);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function progressFunction(evt){
|
||||
|
||||
|
||||
var progressBar = document.getElementById("progressBar_");
|
||||
var percentageDiv = document.getElementById("percentageCalc_");
|
||||
if (evt.lengthComputable) {
|
||||
@ -274,7 +274,7 @@ function comprueba_archivos(campo,item, archivo,campo_mapa,ubicacion) {
|
||||
function uploadFailed(evt) {
|
||||
alert("Hubo un error al subir el archivo.");
|
||||
}
|
||||
|
||||
|
||||
function uploadCanceled(evt) {
|
||||
alert("La operación se canceló o la conexión fue interrunpida.");
|
||||
}
|
||||
@ -297,7 +297,7 @@ scrollDivs[1]="";
|
||||
function carga()
|
||||
{
|
||||
posicion=0;
|
||||
|
||||
|
||||
// IE
|
||||
if(navigator.userAgent.indexOf("MSIE")>=0) navegador=0;
|
||||
// Otros
|
||||
@ -331,45 +331,45 @@ function comienzoMovimiento(event)
|
||||
{
|
||||
var id=this.id;
|
||||
elMovimiento=document.getElementById(id);
|
||||
|
||||
|
||||
// Obtengo la posicion del cursor
|
||||
|
||||
|
||||
if(navegador==0)
|
||||
{
|
||||
cursorComienzoX=window.event.clientX+document.documentElement.scrollLeft+document.body.scrollLeft;
|
||||
cursorComienzoY=window.event.clientY+document.documentElement.scrollTop+document.body.scrollTop;
|
||||
}
|
||||
if(navegador==1)
|
||||
{
|
||||
{
|
||||
cursorComienzoX=event.clientX+window.scrollX;
|
||||
cursorComienzoY=event.clientY+window.scrollY;
|
||||
}
|
||||
|
||||
|
||||
elMovimiento.onmousemove=enMovimiento;
|
||||
elMovimiento.onmouseup=finMovimiento;
|
||||
|
||||
|
||||
elComienzoX=parseInt(elMovimiento.style.left);
|
||||
elComienzoY=parseInt(elMovimiento.style.top);
|
||||
// Actualizo el posicion del elemento
|
||||
elMovimiento.style.zIndex=++posicion;
|
||||
|
||||
|
||||
evitaEventos(event);
|
||||
}
|
||||
|
||||
function enMovimiento(event)
|
||||
{
|
||||
{
|
||||
var xActual, yActual;
|
||||
if(navegador==0)
|
||||
{
|
||||
{
|
||||
xActual=window.event.clientX+document.documentElement.scrollLeft+document.body.scrollLeft;
|
||||
yActual=window.event.clientY+document.documentElement.scrollTop+document.body.scrollTop;
|
||||
}
|
||||
}
|
||||
if(navegador==1)
|
||||
{
|
||||
xActual=event.clientX+window.scrollX;
|
||||
yActual=event.clientY+window.scrollY;
|
||||
}
|
||||
|
||||
|
||||
elMovimiento.style.left=(elComienzoX+xActual-cursorComienzoX)+"px";
|
||||
elMovimiento.style.top=(elComienzoY+yActual-cursorComienzoY)+"px";
|
||||
|
||||
@ -422,7 +422,7 @@ var mensaje = 'Error ! - No se pudo copiar Archivo. Posible problema de permisos
|
||||
document.getElementById(''+div+'').innerHTML=mensaje;
|
||||
//document.getElementById('archivo').value=file;
|
||||
xajax_formulario_importar(''+file+'','',(document.getElementById("seleccion_formulario").value));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// En Javascript
|
||||
@ -492,12 +492,12 @@ document.getElementById(val).className='sel';
|
||||
{
|
||||
bufferText: false,
|
||||
bufferTime: 500,
|
||||
|
||||
|
||||
modified : function(strId)
|
||||
{
|
||||
setTimeout('OnKeyRequestBuffer.compareBuffer("'+strId+'","'+xajax.$(strId).value+'");', this.bufferTime);
|
||||
},
|
||||
|
||||
|
||||
compareBuffer : function(strId, strText)
|
||||
{
|
||||
if (strText == xajax.$(strId).value && strText != this.bufferText)
|
||||
@ -506,10 +506,10 @@ document.getElementById(val).className='sel';
|
||||
OnKeyRequestBuffer.makeRequest(strId);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
makeRequest : function(strId)
|
||||
{
|
||||
|
||||
|
||||
this.bufferText = '';
|
||||
if(Vtipo == "generico"){
|
||||
xajax_sugiere_generico(xajax.$(strId).value,item_cie,Tabla,Campo,Campo_descripcion);
|
||||
@ -568,7 +568,7 @@ location.reload();
|
||||
resizeTo(screen.width-10,screen.height-80)
|
||||
moveTo(0, 0);
|
||||
}
|
||||
|
||||
|
||||
function abrir(ventana,nombre,a,b,c,d,v,r)
|
||||
{
|
||||
e='width='+a+','
|
||||
|
Loading…
Reference in New Issue
Block a user