Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 512 Rev 547
Line 530... Line 530...
530
	window.open($(this).attr('href'), "Photo "+$(this).children("img").attr("alt"), 
530
	window.open($(this).attr('href'), "Photo "+$(this).children("img").attr("alt"), 
531
		'height=500, width=500, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes, status=no');
531
		'height=500, width=500, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes, status=no');
532
}
532
}
Line 533... Line 533...
533
 
533
 
534
//+----------------------------------------------------------------------------------------------------------+
-
 
535
// Contact
-
 
536
function ouvrirPopUpContact(event) {
-
 
537
	event.preventDefault();
-
 
538
	window.open($(this).attr('href'), "Contact", 
-
 
539
		'height=500, width=500, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes, status=no');
-
 
540
}
-
 
541
 
-
 
542
//+----------------------------------------------------------------------------------------------------------+
534
//+----------------------------------------------------------------------------------------------------------+
543
// Initialisation
535
// Initialisation
Line 544... Line 536...
544
var fancyboxinitialise = false;
536
var fancyboxinitialise = false;
545
 
537
 
Line 575... Line 567...
575
			autoDimensions:false,
567
			autoDimensions:false,
576
			width:580
568
			width:580
577
		});
569
		});
578
	});
570
	});
Line 579... Line -...
579
	
-
 
580
	$('a.lien-externe, a.lien_externe').live('click',function(event) {
-
 
581
		event.preventDefault();
-
 
582
		window.open($(this).attr('href'));
-
 
583
	});
-
 
584
	
571
	
585
	$('.lien-image-cel').live('click', ouvrirPopUpImgCel);
-
 
586
	$('.mailto').live('click', ouvrirPopUpContact);
572
	$('.lien-image-cel').live('click', ouvrirPopUpImgCel);
587
	
573
		
588
	creerMenuOngletsFermes();
574
	creerMenuOngletsFermes();
589
	afficherOngletsPourNiveau();
575
	afficherOngletsPourNiveau();
590
	ajouterTitreSurvolOnglets();
576
	ajouterTitreSurvolOnglets();
591
	redimensionnerOnglets();
577
	redimensionnerOnglets();