Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 480 Rev 485
Line 520... Line 520...
520
	});
520
	});
521
	gestionBiblio(document);
521
	gestionBiblio(document);
522
}
522
}
Line 523... Line 523...
523
 
523
 
524
//+----------------------------------------------------------------------------------------------------------+
524
//+----------------------------------------------------------------------------------------------------------+
525
//Images CEL
525
// Images CEL
526
function ouvrirPopUpImgCel(event) {
526
function ouvrirPopUpImgCel(event) {
527
	event.preventDefault();
527
	event.preventDefault();
528
	window.open($(this).attr('href'), "Photo "+$(this).children("img").attr("alt"), 
528
	window.open($(this).attr('href'), "Photo "+$(this).children("img").attr("alt"), 
529
		'height=500, width=500, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes, status=no');
529
		'height=500, width=500, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes, status=no');
Line 530... Line 530...
530
}
530
}
-
 
531
 
-
 
532
//+----------------------------------------------------------------------------------------------------------+
-
 
533
// Contact
-
 
534
function ouvrirPopUpContact(event) {
-
 
535
	event.preventDefault();
-
 
536
	window.open($(this).attr('href'), "Contact", 
-
 
537
		'height=500, width=500, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes, status=no');
-
 
538
}
531
 
539
 
532
//+----------------------------------------------------------------------------------------------------------+
540
//+----------------------------------------------------------------------------------------------------------+
Line 533... Line 541...
533
// Initialisation
541
// Initialisation
534
var fancyboxinitialise = false;
542
var fancyboxinitialise = false;
Line 571... Line 579...
571
		event.preventDefault();
579
		event.preventDefault();
572
		window.open($(this).attr('href'));
580
		window.open($(this).attr('href'));
573
	});
581
	});
Line 574... Line 582...
574
	
582
	
-
 
583
	$('.lien-image-cel').live('click', ouvrirPopUpImgCel);
Line 575... Line 584...
575
	$('.lien-image-cel').live('click', ouvrirPopUpImgCel);
584
	$('.mailto').live('click', ouvrirPopUpContact);
576
	
585
	
577
	creerMenuOngletsFermes();
586
	creerMenuOngletsFermes();
578
	afficherOngletsPourNiveau();
587
	afficherOngletsPourNiveau();