Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 591 Rev 599
Line 525... Line 525...
525
//+----------------------------------------------------------------------------------------------------------+
525
//+----------------------------------------------------------------------------------------------------------+
526
// Images CEL
526
// Images CEL
527
function ouvrirPopUpImgCel(event) {
527
function ouvrirPopUpImgCel(event) {
528
	event.preventDefault();
528
	event.preventDefault();
529
	window.open($(this).attr('href'), "Photo "+$(this).children("img").attr("alt"), 
529
	window.open($(this).attr('href'), "Photo "+$(this).children("img").attr("alt"), 
530
		'height=500, width=500, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes, status=no');
530
		'height=750, width=630, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes, status=no');
531
}
531
}
Line 532... Line 532...
532
 
532
 
533
//+----------------------------------------------------------------------------------------------------------+
533
//+----------------------------------------------------------------------------------------------------------+
534
// Initialisation
534
// Initialisation