Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2848 Rev 2993
Line 17... Line 17...
17
        <!-- OpenGraph pour Facebook, Pinterest, Google+ -->
17
        <!-- OpenGraph pour Facebook, Pinterest, Google+ -->
18
		<meta property="og:type" content="website" />
18
		<meta property="og:type" content="website" />
19
		<meta property="og:title" content="Cartographie des observations publiques du CeL" />
19
		<meta property="og:title" content="Cartographie des observations publiques du CeL" />
20
		<meta property="og:site_name" content="Tela Botanica" />
20
		<meta property="og:site_name" content="Tela Botanica" />
21
		<meta property="og:description" content="Représentation cartographique des observations publiques du Carnet en Ligne, par commune" />
21
		<meta property="og:description" content="Représentation cartographique des observations publiques du Carnet en Ligne, par commune" />
22
		<meta property="og:image" content="http://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />
22
		<meta property="og:image" content="https://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />
23
		<meta property="og:image:type" content="image/png" /> 
23
		<meta property="og:image:type" content="image/png" /> 
24
		<meta property="og:image:width" content="256" /> 
24
		<meta property="og:image:width" content="256" /> 
25
		<meta property="og:image:height" content="256" />
25
		<meta property="og:image:height" content="256" />
26
		<meta property="og:locale" content="fr_FR" />
26
		<meta property="og:locale" content="fr_FR" />
Line 27... Line 27...
27
 
27
 
28
		<!-- Spécial mobile -->
28
		<!-- Spécial mobile -->
Line 29... Line 29...
29
		<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
29
		<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
30
		
30
		
31
		<!-- Favicones -->
31
		<!-- Favicones -->
Line 32... Line 32...
32
		<link rel="icon" type="image/png" href="http://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="http://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" />
34
		
34
		
35
		<!-- Javascript : bibliothèques -->
35
		<!-- Javascript : bibliothèques -->
36
		<!-- <script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script> -->
36
		<!-- <script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script> -->
37
		<!-- 	Google Map v3 -->
37
		<!-- 	Google Map v3 -->
38
		<script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3.5&amp;sensor=true&amp;language=fr&amp;region=FR"></script>
38
		<script type="text/javascript" src="https://maps.google.com/maps/api/js?v=3.5&amp;sensor=true&amp;language=fr&amp;region=FR"></script>
39
		<script type="text/javascript" src="http://www.tela-botanica.org/commun/google/map/3/markerclusterer/2.0.1/markerclusterer-2.0.1.pack.js"></script>
39
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/google/map/3/markerclusterer/2.0.1/markerclusterer-2.0.1.pack.js"></script>
40
		<!-- 	Jquery -->
40
		<!-- 	Jquery -->
41
		<script type="text/javascript" src="http://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/1.6.2/jquery-1.6.2.min.js"></script>
42
		<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.15/js/jquery-ui-1.8.15.custom.min.js"></script>
42
		<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>
43
		<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/tablesorter/2.0.5/jquery.tablesorter.min.js"></script>
43
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/tablesorter/2.0.5/jquery.tablesorter.min.js"></script>
44
		<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.pack.js"></script>
44
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.pack.js"></script>
45
		<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/pagination/2.2/jquery.pagination.js"></script>
45
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/pagination/2.2/jquery.pagination.js"></script>
Line 46... Line 46...
46
		<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js"></script>
46
		<script type="text/javascript" src="https://ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js"></script>
47
		<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/validate/1.8.1/jquery.validate.min.js"></script>
47
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/validate/1.8.1/jquery.validate.min.js"></script>
Line 48... Line 48...
48
		<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/validate/1.8.1/messages_fr.js"></script>
48
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/validate/1.8.1/messages_fr.js"></script>
Line 81... Line 81...
81
		//]]>
81
		//]]>
82
		</script>
82
		</script>
83
		<script type="text/javascript" src="<?=$url_base?>modules/carto/squelettes/scripts/carto.js"></script>
83
		<script type="text/javascript" src="<?=$url_base?>modules/carto/squelettes/scripts/carto.js"></script>
Line 84... Line 84...
84
		
84
		
85
		<!-- CSS -->
85
		<!-- CSS -->
86
		<link rel="stylesheet" href="http://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
86
		<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" />
87
		<link rel="stylesheet" href="http://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" />
87
		<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" />
Line 88... Line 88...
88
		<link href="<?=$url_base?>modules/carto/squelettes/css/carto.css" rel="stylesheet" type="text/css" media="screen" />
88
		<link href="<?=$url_base?>modules/carto/squelettes/css/carto.css" rel="stylesheet" type="text/css" media="screen" />
89
 
89
 
90
		<!--  Google Analytics -->
90
		<!--  Google Analytics -->
Line 98... Line 98...
98
			<h1 id="carte-titre">
98
			<h1 id="carte-titre">
99
				<span id="logo">
99
				<span id="logo">
100
					<a href="http://www.tela-botanica.org/site:accueil" 
100
					<a href="http://www.tela-botanica.org/site:accueil" 
101
						title="Aller à l'accueil de Tela Botanica" 
101
						title="Aller à l'accueil de Tela Botanica" 
102
						onclick="window.open(this.href); arreter(event); return false;">
102
						onclick="window.open(this.href); arreter(event); return false;">
103
						<img src="http://resources.tela-botanica.org/tb/img/16x16/favicon.png" alt="TB" />
103
						<img src="https://resources.tela-botanica.org/tb/img/16x16/favicon.png" alt="TB" />
104
					</a>
104
					</a>
105
				</span>
105
				</span>
106
				<span id="aucune-obs">Aucune observation</span>
106
				<span id="aucune-obs">Aucune observation</span>
107
				<span id="titre-decompte">
107
				<span id="titre-decompte">
108
					<span id="obs-nbre">&nbsp;</span> observations <?= ($photos != null && $photos == 1) ? 'avec photos' : ''; ?>
108
					<span id="obs-nbre">&nbsp;</span> observations <?= ($photos != null && $photos == 1) ? 'avec photos' : ''; ?>