Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 439 Rev 440
Line 1... Line 1...
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
	<head>
3
	<head>
4
		<title>Google Maps API Example - Observations</title>
4
		<title>Observations publiques du CEL - Tela Botanica</title>
Line 5... Line 5...
5
		
5
		
-
 
6
		<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
-
 
7
		<meta http-equiv="Content-style-type" content="text/css" />
-
 
8
		<meta http-equiv="Content-script-type" content="text/javascript" />
-
 
9
		<meta http-equiv="Content-language" content="fr" />
-
 
10
		
-
 
11
		<meta name="revisit-after" content="15 days" />
-
 
12
        <meta name="robots" content="index,follow" />
-
 
13
        <meta name="author" content="Delphine CAUQUIL, Jean-Pascal MILCENT" />
-
 
14
        <meta name="keywords" content="Tela Botanica, cartographie, CEL" />
-
 
15
        <meta name="description" content="Widget de cartographie des observations publiques de plantes saisies dans le Carnet en Ligne (CEL)" />
-
 
16
 
6
		<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
17
		<!-- Spécial mobile -->
-
 
18
		<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
-
 
19
						
-
 
20
		<!-- Favicones -->
-
 
21
		<link rel="icon" type="image/png" href="http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.png" />
Line -... Line 22...
-
 
22
		<link rel="shortcut icon" type="image/x-icon" href="http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.ico" />
7
		<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
23
		
8
		
24
		<!-- Javascript : bibliothèques -->
Line -... Line 25...
-
 
25
		<script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3.2&sensor=false"></script>
9
		<script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3.2&sensor=false"></script>
26
		<script type="text/javascript" src="<?=$url_base?>modules/carto/squelettes/markerclusterer_compiled.js"></script>
-
 
27
		
-
 
28
		<!-- Javascript : données -->
10
		<script type="text/javascript" src="<?=$url_base?>modules/carto/squelettes/markerclusterer_compiled.js"></script>
29
		<script src="<?=$url_json?>" type="text/javascript"></script>
11
		
30
		
12
		<script src="<?=$url_json?>" type="text/javascript"></script>
31
		<!-- Javascript : appli carto -->
13
		<script type="text/javascript">
32
		<script type="text/javascript">
14
		//<![CDATA[
33
		//<![CDATA[
Line 86... Line 105...
86
				cacher();
105
				cacher();
87
				refreshMap();
106
				refreshMap();
88
			}
107
			}
89
		//]]>
108
		//]]>
90
		</script>
109
		</script>
-
 
110
		
-
 
111
		<!-- CSS -->
91
		<style type="text/css">
112
		<style type="text/css">
92
			html, body {
113
			html, body {
93
				margin:0;
114
				margin:0;
94
				padding:0;
115
				padding:0;
95
				height: 100%;
116
				height: 100%;