Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 548 → Rev 537

/trunk/presentations/scripts/eflore.js
File deleted
\ No newline at end of file
/trunk/presentations/scripts/fiche-synthese.js
532,6 → 532,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;
 
569,8 → 577,14
});
});
$('a.lien-externe, a.lien_externe').live('click',function(event) {
event.preventDefault();
window.open($(this).attr('href'));
});
$('.lien-image-cel').live('click', ouvrirPopUpImgCel);
$('.mailto').live('click', ouvrirPopUpContact);
creerMenuOngletsFermes();
afficherOngletsPourNiveau();
ajouterTitreSurvolOnglets();