Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 474 → Rev 475

/trunk/presentations/scripts/fiche-synthese.js
565,7 → 565,7
window.open($(this).attr('href'));
});
$('.illustration_taxon').live('click',function(event) {
/*$('.illustration_taxon').live('click',function(event) {
if(!fancyboxinitialise) {
event.preventDefault();
$('.illustration_taxon').fancybox({
574,6 → 574,11
fancyboxinitialise = true;
$(this).click();
}
});*/
$('.lien_image_cel').live('click', function(event) {
event.preventDefault();
window.open($(this).attr('href'), "Photo "+$(this).children("img").attr("alt"),
'height=500, width=500, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes, status=no');
});
creerMenuOngletsFermes();