Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 474 Rev 475
Line 563... Line 563...
563
	$('a.lien_externe').live('click',function(event) {
563
	$('a.lien_externe').live('click',function(event) {
564
		event.preventDefault();
564
		event.preventDefault();
565
		window.open($(this).attr('href'));
565
		window.open($(this).attr('href'));
566
	});
566
	});
Line 567... Line 567...
567
	
567
	
568
	$('.illustration_taxon').live('click',function(event) {
568
	/*$('.illustration_taxon').live('click',function(event) {
569
		if(!fancyboxinitialise) {
569
		if(!fancyboxinitialise) {
570
			event.preventDefault();
570
			event.preventDefault();
571
			$('.illustration_taxon').fancybox({
571
			$('.illustration_taxon').fancybox({
572
				cyclic:true
572
				cyclic:true
573
			});
573
			});
574
			fancyboxinitialise = true;
574
			fancyboxinitialise = true;
575
			$(this).click();
575
			$(this).click();
-
 
576
		}
-
 
577
	});*/
-
 
578
	$('.lien_image_cel').live('click', function(event) {
-
 
579
		event.preventDefault();
-
 
580
		window.open($(this).attr('href'), "Photo "+$(this).children("img").attr("alt"), 
576
		}
581
				'height=500, width=500, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes, status=no');
Line 577... Line 582...
577
	});
582
	});
578
	
583
	
579
	creerMenuOngletsFermes();
584
	creerMenuOngletsFermes();