Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 970 Rev 1007
Line 39... Line 39...
39
		   if(screen.height < 800) {
39
		   if(screen.height < 800) {
40
			hauteurImage = 340;
40
			hauteurImage = 340;
41
			configurerAffichagePetiteTaille();
41
			configurerAffichagePetiteTaille();
42
		   } else {
42
		   } else {
43
		   	hauteurImage = 580;
43
		   	hauteurImage = 580;
-
 
44
		   	$("#info-img-galerie").height('100%');
44
		   }
45
		   }
Line 45... Line 46...
45
		   
46
		   
46
		   largeurImage = hauteurImage*rapport;
47
		   largeurImage = hauteurImage*rapport;
47
		   $('#illustration').attr("height", hauteurImage);
48
		   $('#illustration').attr("height", hauteurImage);
Line 60... Line 61...
60
	$("#info-img-galerie").height('100%');
61
	$("#info-img-galerie").height('100%');
61
	$('html').css('height', '100%');
62
	$('html').css('height', '100%');
62
	$('body').css('height', '100%');
63
	$('body').css('height', '100%');
63
	$("#zone-corps").height('100%');
64
	$("#zone-corps").height('100%');
64
	$("#zone-conteneur").height('100%');
65
	$("#zone-conteneur").height('100%');
65
	$("#info-img-galerie").css('overflow','auto');
-
 
66
   }
66
   }
Line 67... Line 67...
67
   
67
   
68
   function imageSuivante() {
68
   function imageSuivante() {
69
	   indexImage++;
69
	   indexImage++;
Line 132... Line 132...
132
	   }  	
132
	   }  	
133
   	}
133
   	}
Line 134... Line 134...
134
   
134
   
135
	function afficherMetadonnees(data) {
135
	function afficherMetadonnees(data) {
136
		$("#tpl-obs-meta").tmpl(data).appendTo('.img-cadre');
136
		$("#tpl-obs-meta").tmpl(data).appendTo('.img-cadre');
137
		if($(window).height() > 800) {
137
		//if($(window).height() > 800) {
138
		    window.resizeTo($(window).width(),hauteurSansMeta+215);
138
		    window.resizeTo($(window).width(),hauteurSansMeta+300);
139
		}
139
		//}
140
		$("#lien-voir-meta").html('Cacher les informations');
140
		$("#lien-voir-meta").html('Cacher les informations');
Line 141... Line 141...
141
	}
141
	}
142
   
142
   
143
   function cacherMetadonnees() {
143
   function cacherMetadonnees() {
144
	   if($(window).height() > 800) {
144
	   //if($(window).height() > 800) {
145
		    window.resizeTo($(window).width(),hauteurSansMeta);
145
		    window.resizeTo($(window).width(),hauteurSansMeta);
146
	   }
146
	   //}
147
	   $('#info-obs-meta').remove();
147
	   $('#info-obs-meta').remove();
148
	   $("#lien-voir-meta").html('Informations sur cette image / Contacter l\'auteur');
148
	   $("#lien-voir-meta").html('Informations sur cette image / Contacter l\'auteur');