Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3038 Rev 3039
Line 32... Line 32...
32
		<link rel="icon" type="image/png" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.png" />
32
		<link rel="icon" type="image/png" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.png" />
33
		<link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
33
		<link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
Line 34... Line 34...
34
		
34
		
35
		<!-- Javascript : bibliothèques -->
35
		<!-- Javascript : bibliothèques -->
36
		<!-- 	Google Map v3 -->
36
		<!-- 	Google Map v3 -->
37
		<script type="text/javascript" src="https://maps.google.com/maps/api/js?key=<?php echo $cleGoogleMaps; ?>&v=3.5&amp;sensor=true&amp;language=fr&amp;region=FR"></script>
37
		<script type="text/javascript" src="https://maps.google.com/maps/api/js?key=<?php echo $cleGoogleMaps; ?>&v=3.5&amp;sensor=true&amp;language=nl&amp;region=NL"></script>
38
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/google/map/3/markermanager/1.0/markermanager-1.0.pack.js"></script>
38
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/google/map/3/markermanager/1.0/markermanager-1.0.pack.js"></script>
39
		<!-- 	Jquery -->
39
		<!-- 	Jquery -->
40
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/1.6.2/jquery-1.6.2.min.js"></script>
40
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/1.6.2/jquery-1.6.2.min.js"></script>
41
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.15/js/jquery-ui-1.8.15.custom.min.js"></script>
41
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.15/js/jquery-ui-1.8.15.custom.min.js"></script>
Line 47... Line 47...
47
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/validate/1.8.1/messages_fr.js"></script>
47
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/validate/1.8.1/messages_fr.js"></script>
Line 48... Line 48...
48
		
48
		
49
		<!-- Javascript : appli carto -->
49
		<!-- Javascript : appli carto -->
50
		<script type="text/javascript">
50
		<script type="text/javascript">
-
 
51
		//<![CDATA[
-
 
52
		    global_lang = "nl"; // langue pour la traduction du JS
51
		//<![CDATA[
53
 
52
			var urlWidgetSaisie = '<?= $url_widget_saisie; ?>',
54
			var urlWidgetSaisie = '<?= $url_widget_saisie; ?>',
53
				urlsLimitesCommunales = '<?= $url_limites_communales; ?>',
55
				urlsLimitesCommunales = '<?= $url_limites_communales; ?>',
54
				nt = '<?=$num_taxon?>',
56
				nt = '<?=$num_taxon?>',
55
				filtreCommun = 
57
				filtreCommun = 
Line 95... Line 97...
95
				pointImageUrl = '<?= $pointImageUrl; ?>',
97
				pointImageUrl = '<?= $pointImageUrl; ?>',
96
				groupeImageUrlTpl = '<?= $groupeImageUrlTpl; ?>';
98
				groupeImageUrlTpl = '<?= $groupeImageUrlTpl; ?>';
97
		//]]>
99
		//]]>
98
		</script>
100
		</script>
99
		<script type="text/javascript" src="<?=$url_base?>modules/cartopoint/squelettes/scripts/carto.js"></script>
101
		<script type="text/javascript" src="<?=$url_base?>modules/cartopoint/squelettes/scripts/carto.js"></script>
-
 
102
		<script type="text/javascript" src="<?=$url_base?>modules/cartopoint/squelettes/scripts/carto_msgs.js"></script>
Line 100... Line 103...
100
		
103
		
101
		<!-- CSS -->
104
		<!-- CSS -->
102
		<link rel="stylesheet" href="https://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
105
		<link rel="stylesheet" href="https://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
103
		<link rel="stylesheet" href="https://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.15/css/smoothness/jquery-ui-1.8.15.custom.css" type="text/css" media="screen" />
106
		<link rel="stylesheet" href="https://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.15/css/smoothness/jquery-ui-1.8.15.custom.css" type="text/css" media="screen" />