Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 984 | Rev 999 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 984 Rev 988
Line 405... Line 405...
405
	});
405
	});
406
	gestionBiblio(document);
406
	gestionBiblio(document);
407
}
407
}
Line 408... Line 408...
408
 
408
 
409
//+----------------------------------------------------------------------------------------------------------+
-
 
410
// ancienne fonction CEL  
-
 
411
function ouvrirPopUpImgCel(event) {
-
 
412
	event.preventDefault();
-
 
413
	window.open($(this).attr('href'), "Photo "+$(this).children("img").attr("data-num-nom"), 
-
 
414
		'height= 750, width= 630, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes, status=no');
-
 
415
}
-
 
416
 
-
 
417
 
409
//+----------------------------------------------------------------------------------------------------------+
418
//Pop Up images
410
//Pop Up images
419
function ouvrirPopUpImg(event) {
411
function ouvrirPopUpImg(event) {
420
	event.preventDefault();
412
	event.preventDefault();
421
	window.open($(this).attr('href'),"Photo_"+$(this).children("img").attr("title"),
413
	window.open($(this).attr('href'),"Photo_"+$(this).children("img").attr("title"),