Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 484 → Rev 485

/trunk/presentations/scripts/fiche-synthese.js
522,7 → 522,7
}
 
//+----------------------------------------------------------------------------------------------------------+
//Images CEL
// Images CEL
function ouvrirPopUpImgCel(event) {
event.preventDefault();
window.open($(this).attr('href'), "Photo "+$(this).children("img").attr("alt"),
530,6 → 530,14
}
 
//+----------------------------------------------------------------------------------------------------------+
// Contact
function ouvrirPopUpContact(event) {
event.preventDefault();
window.open($(this).attr('href'), "Contact",
'height=500, width=500, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes, status=no');
}
 
//+----------------------------------------------------------------------------------------------------------+
// Initialisation
var fancyboxinitialise = false;
 
573,6 → 581,7
});
$('.lien-image-cel').live('click', ouvrirPopUpImgCel);
$('.mailto').live('click', ouvrirPopUpContact);
creerMenuOngletsFermes();
afficherOngletsPourNiveau();