Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1305 Rev 1306
Line 406... Line 406...
406
 
406
 
407
//+----------------------------------------------------------------------------------------------------------+
407
//+----------------------------------------------------------------------------------------------------------+
408
//Pop Up images
408
//Pop Up images
409
function ouvrirPopUpImg(event) {
409
function ouvrirPopUpImg(event) {
410
	event.preventDefault();
410
	event.preventDefault();
411
	window.open($(this).attr('href'),"Photo_"+$(this).children("img").attr("title"),
411
	window.open($(this).attr('href'),"Photo_"+$(this).children("img").attr("data-num-image"),
412
			'"'+'height='+event.data.h+',width='+event.data.w+',top='+event.data.t+',left='+event.data.l 
412
			'"'+'height='+event.data.h+',width='+event.data.w+',top='+event.data.t+',left='+event.data.l 
413
			+',toolbar='+event.data.toolbar+',menubar='+event.data.menubar +',location='
413
			+',toolbar='+event.data.toolbar+',menubar='+event.data.menubar +',location='
414
			+event.data.location+',resizable='+event.data.resizable+',scrollbars='+event.data.scrollbars 
414
			+event.data.location+',resizable='+event.data.resizable+',scrollbars='+event.data.scrollbars 
415
			+',status='+event.data.status+'"');
415
			+',status='+event.data.status+'"');