Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1482 Rev 1488
Line 635... Line 635...
635
	return false;
635
	return false;
636
}
636
}
Line 637... Line 637...
637
 
637
 
638
// Affiche en grand sous les miniatures l'image d'organe sur laquelle on a cliqué
638
// Affiche en grand sous les miniatures l'image d'organe sur laquelle on a cliqué
-
 
639
function afficherGrandeImageOrgane() {
-
 
640
	if ($(this).data('id-image') === "") {
-
 
641
		return false;
639
function afficherGrandeImageOrgane() {
642
	}
640
	var grandeImage = $('#grande-image-organe').find('img'),
643
	var grandeImage = $('#grande-image-organe').find('img'),
641
		source = $(this).find('img').attr('src');
644
		source = $(this).find('img').attr('src');
642
	source = obtenirUrlMoyenFormatIdImage($(this).data('id-image'));
645
	source = obtenirUrlMoyenFormatIdImage($(this).data('id-image'));
643
	// chargement image et lien popup
646
	// chargement image et lien popup