Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1584 Rev 1593
Line 255... Line 255...
255
var param_popup_Cel = {h: 750, w: 630, t: 100, l: 100, 
255
var param_popup_Cel = {h: 750, w: 630, t: 100, l: 100, 
256
		toolbar: 'no', menubar: 'no', location: 'no', resizable: 'yes', scrollbars: 'yes', status: 'no'};
256
		toolbar: 'no', menubar: 'no', location: 'no', resizable: 'yes', scrollbars: 'yes', status: 'no'};
Line 257... Line 257...
257
 
257
 
258
//Initialisation (uniquement sur la présence de la div bloc-fiche, qui contient la fiche eflore)
258
//Initialisation (uniquement sur la présence de la div bloc-fiche, qui contient la fiche eflore)
259
$(document).one('ficheSyntheseChargee', function() {
-
 
260
	initialiserOnglets();
-
 
261
 
259
$(document).one('ficheSyntheseChargee', function() {
262
	// TODO : devrait être .on() à la place de live()
260
	// TODO : devrait être .on() à la place de live()
263
	$('.lien_popup').live('click',function(event) {
261
	$('.lien_popup').live('click',function(event) {
264
		event.preventDefault();
262
		event.preventDefault();
265
		$.fancybox(this,{
263
		$.fancybox(this,{
Line 277... Line 275...
277
	});
275
	});
Line 278... Line 276...
278
		
276
		
279
	$('.lien-image-cel').live('click', param_popup_Cel , ouvrirPopUpImg);
277
	$('.lien-image-cel').live('click', param_popup_Cel , ouvrirPopUpImg);
Line 280... Line -...
280
	$('.lien-image-coste').live('click', param_popup_Coste , ouvrirPopUpImg);
-
 
281
	
-
 
282
	afficherOngletsPourNiveau();
278
	$('.lien-image-coste').live('click', param_popup_Coste , ouvrirPopUpImg);
283
 
279
	
Line 284... Line 280...
284
	gererEvenementsWiki();
280
	gererEvenementsWiki();
285
	gererEvenementsPliage();
281
	gererEvenementsPliage();