Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 559 Rev 569
Line 156... Line 156...
156
				document.getElementById('carte').style.left = '24px';
156
				document.getElementById('carte').style.left = '24px';
157
				google.maps.event.trigger(map, 'resize');
157
				google.maps.event.trigger(map, 'resize');
158
			};
158
			};
Line 159... Line 159...
159
 
159
 
160
			function ouvrirPopUp(url, nom) {
160
			function ouvrirPopUp(url, nom) {
161
				window.open(url, nom, 'directories=no, location=no, menubar=no, scrollbars=yes, status=no, toolbar=no, width=650,height=600');
161
				window.open(url, nom, 'scrollbars=yes,width=650,height=600,directories=no,location=no,menubar=no,status=no,toolbar=no');
Line 162... Line 162...
162
			};
162
			};
163
			
163
			
164
			function filtrerParTaxon(ntAFiltrer) {
164
			function filtrerParTaxon(ntAFiltrer) {
Line 184... Line 184...
184
				// Ajout des limites communales sur la carte
184
				// Ajout des limites communales sur la carte
185
				<? if (isset($url_limites_communales)) : ?>
185
				<? if (isset($url_limites_communales)) : ?>
186
					<? foreach ($url_limites_communales as $url) : ?>
186
					<? foreach ($url_limites_communales as $url) : ?>
187
						ctaLayer = new google.maps.KmlLayer('<?=$url?>', {preserveViewport: true});
187
						ctaLayer = new google.maps.KmlLayer('<?=$url?>', {preserveViewport: true});
188
						ctaLayer.setMap(map);
188
						ctaLayer.setMap(map);
189
					<? endforeach; ?>
189
					<? endforeach ?>
190
				<? endif; ?>
190
				<? endif ?>
Line 191... Line 191...
191
				
191
				
192
				<? if ($num_taxon == '*') : ?>
192
				<? if ($num_taxon == '*') : ?>
193
				var ouvertureDiv = document.getElementById('pl-ouverture');
193
				var ouvertureDiv = document.getElementById('pl-ouverture');