Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1308 → Rev 1309

/trunk/presentations/scripts/fiche-synthese.js
541,10 → 541,10
afficherOngletOrgane(null, premier);
$("a.lien_telechargement_image").fancybox({
"type" : "iframe",
"autoDimensions" : false,
"width" : 800,
"height" : 405,
"overlayOpacity" : "1",
"titleShow" : false
});
});
620,6 → 620,15
$('#grande-image-legende-auteur').attr('href', 'http://tela-botanica.org/profil:' + $(this).data('id-destinataire'));
$('#grande-image-legende-auteur').attr('target', '_blank');
$('#grande-image-legende-auteur').attr('title', "Voir le profil de cet utilisateur (nécessite d'être identifié)");
 
 
$('#grande-image-legende-id-image a.lien_telechargement_image').unbind('click.fb').fancybox({
"type" : "iframe",
"autoDimensions" : false,
"width" : 800,
"height" : 405,
"titleShow" : false
});
}
 
function obtenirUrlMoyenFormatIdImage(idImage) {