Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 12344 | Rev 16822 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 12344 Rev 14939
Línea 1784... Línea 1784...
1784
		window.clearInterval(editorNoticia);	
1784
		window.clearInterval(editorNoticia);	
1785
		setTimeout(function(){
1785
		setTimeout(function(){
1786
			scroll_altura=$(".articulo_noticia").offset().top-110;
1786
			scroll_altura=$(".articulo_noticia").offset().top-110;
1787
			anchoFondoOscuro = $(".articulo_noticia").width();
1787
			anchoFondoOscuro = $(".articulo_noticia").width();
1788
			altoFondoOscuro = $(".editor_imagenes").height();
1788
			altoFondoOscuro = $(".editor_imagenes").height();
1789
			$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
-
 
1790
			$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
-
 
Línea 1791... Línea 1789...
1791
		
1789
		
Línea 1792... Línea 1790...
1792
		},navegacion(nuevoHtmlImagen,campo,image));
1790
		},navegacion(nuevoHtmlImagen,campo,image));
1793
 
1791
 
Línea 1819... Línea 1817...
1819
		window.clearInterval(editorNoticia);
1817
		window.clearInterval(editorNoticia);
1820
		setTimeout(function(){
1818
		setTimeout(function(){
1821
			scroll_altura=$(".articulo_noticia").offset().top-110;
1819
			scroll_altura=$(".articulo_noticia").offset().top-110;
1822
			anchoFondoOscuro = $(".articulo_noticia").width();
1820
			anchoFondoOscuro = $(".articulo_noticia").width();
1823
			altoFondoOscuro = $(".editor_imagenes").height();
1821
			altoFondoOscuro = $(".editor_imagenes").height();
1824
			$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
-
 
1825
			$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
-
 
Línea 1826... Línea 1822...
1826
		
1822
		
Línea 1827... Línea 1823...
1827
		},navegacion(nuevoHtmlImagen,seleccionarCampo));
1823
		},navegacion(nuevoHtmlImagen,seleccionarCampo));
Línea 1896... Línea 1892...
1896
		}
1892
		}
1897
	})
1893
	})
1898
	$(window).resize(function() { 
1894
	$(window).resize(function() { 
1899
		anchoFondoOscuro = $(".articulo_noticia").width();
1895
		anchoFondoOscuro = $(".articulo_noticia").width();
1900
		altoFondoOscuro = $(".editor_imagenes").height();
1896
		altoFondoOscuro = $(".editor_imagenes").height();
1901
		$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
-
 
1902
		$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
-
 
1903
		setTimeout(function(){
1897
		setTimeout(function(){
1904
			anchoFondoOscuro = $(".articulo_noticia").width();
1898
			anchoFondoOscuro = $(".articulo_noticia").width();
1905
			altoFondoOscuro = $(".editor_imagenes").height();
1899
			altoFondoOscuro = $(".editor_imagenes").height();
1906
			$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
-
 
1907
			$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
-
 
1908
		},300)
1900
		},300)
Línea 1909... Línea 1901...
1909
		
1901
		
1910
	});
1902
	});
1911
	$(document).on("dragover", "#imagen_noticia", function(e){
1903
	$(document).on("dragover", "#imagen_noticia", function(e){
Línea 2484... Línea 2476...
2484
	$(document).on("click", ".recortar10", function(e){
2476
	$(document).on("click", ".recortar10", function(e){
Línea 2485... Línea 2477...
2485
		
2477
		
2486
		e.preventDefault();
2478
		e.preventDefault();
2487
		recorte_listo=false;
2479
		recorte_listo=false;
2488
		uno=true;
-
 
2489
		$(".fondo_oscuro").css("display","block");
2480
		uno=true;
2490
		$("#boton_recortar").addClass("recortar").text("Recortar").removeClass("info_noticia");
2481
		$("#boton_recortar").addClass("recortar").text("Recortar").removeClass("info_noticia");
2491
		$("#boton_recortar3").addClass("recortar").text("Recortar").removeClass("info_noticia3");
2482
		$("#boton_recortar3").addClass("recortar").text("Recortar").removeClass("info_noticia3");
2492
		$(".contenido_text").css("display", "none");
2483
		$(".contenido_text").css("display", "none");
2493
		$(".contenido_filter").css("display", "none");
2484
		$(".contenido_filter").css("display", "none");