Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 552 Rev 553
Line 1... Line 1...
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
 
3
<html xmlns="http://www.w3.org/1999/xhtml">
2
<html xmlns="http://www.w3.org/1999/xhtml">
4
	<head>
3
	<head>
5
		<title>Observations publiques du CEL - Tela Botanica</title>
4
		<title>Observations publiques du CEL - Tela Botanica</title>
Line 6... Line 5...
6
		
5
		
Line 41... Line 40...
41
			var markerClusterer = null;
40
			var markerClusterer = null;
42
			var map = null;
41
			var map = null;
43
			var nt = '<?=$num_taxon?>';
42
			var nt = '<?=$num_taxon?>';
44
			var infoBulle = new google.maps.InfoWindow();
43
			var infoBulle = new google.maps.InfoWindow();
45
			google.maps.event.addListener(infoBulle, 'domready', function() {
44
			google.maps.event.addListener(infoBulle, 'domready', function() {
-
 
45
				// Onglet Tableau : Jquery => TableSorter
46
				if ($("#observations table").get() != 'undefined') {
46
				if ($("#observations table").get() != '') {
47
					$("#observations table").tablesorter();
47
					$("#observations table").tablesorter();
48
				}
48
				}
-
 
49
				// Onglet Liste : Jquery => FancyBox
-
 
50
				if ($("#observations ol").get() != '') {
-
 
51
					$("a.cel-img").fancybox({
-
 
52
						transitionIn : 'elastic',
-
 
53
						transitionOut : 'elastic',
-
 
54
						speedIn	 : 600, 
-
 
55
						speedOut : 200, 
-
 
56
						overlayShow : true
-
 
57
					}).bind('click', function(e) {
-
 
58
						if (e.stopPropagation) {
-
 
59
							e.stopPropagation();
-
 
60
						}
-
 
61
						return false;
-
 
62
					});
-
 
63
				}
49
			});
64
			});
-
 
65
			
50
			var carteCentre = new google.maps.LatLng(46.4, 3.10);
66
			var carteCentre = new google.maps.LatLng(46.4, 3.10);
51
			var carteOptions = {
67
			var carteOptions = {
52
				zoom: 6,
68
				zoom: 6,
53
				mapTypeId: google.maps.MapTypeId.ROADMAP,
69
				mapTypeId: google.maps.MapTypeId.ROADMAP,
54
				mapTypeControlOptions: {
70
				mapTypeControlOptions: {