Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2563 Rev 2678
Line 98... Line 98...
98
		
98
		
99
		<!-- CSS -->
99
		<!-- CSS -->
100
		<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" />
100
		<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" />
101
		<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" />
101
		<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" />
-
 
102
		<link href="<?=$url_base?>modules/cartopoint/squelettes/css/<?=isset($_GET['style']) ? $_GET['style'] : 'carto'?>.css" rel="stylesheet" type="text/css" media="screen" />
-
 
103
		
-
 
104
		<script>
-
 
105
		  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-
 
106
		  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-
 
107
		  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-
 
108
		  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
 
109
		
-
 
110
		  ga('create', 'UA-20092557-1', 'auto');
-
 
111
		  ga('require', 'displayfeatures');
-
 
112
		  ga('send', 'pageview');
-
 
113
		
102
		<link href="<?=$url_base?>modules/cartopoint/squelettes/css/<?=isset($_GET['style']) ? $_GET['style'] : 'carto'?>.css" rel="stylesheet" type="text/css" media="screen" />
114
		</script>
Line 103... Line 115...
103
	</head>
115
	</head>
104
 
116
 
105
	<body>
117
	<body>
Line 400... Line 412...
400
					&nbsp;
412
					&nbsp;
401
					<input id="fc_envoyer" type="submit" value="Envoyer" />
413
					<input id="fc_envoyer" type="submit" value="Envoyer" />
402
				</p>
414
				</p>
403
			</form>
415
			</form>
404
		</div>
416
		</div>
405
		
-
 
406
		<!-- Stats : Google Analytics -->
-
 
407
		<script type="text/javascript">
-
 
408
			//<![CDATA[
-
 
409
			var _gaq = _gaq || [];
-
 
410
			_gaq.push(['_setAccount', 'UA-20092557-1']);
-
 
411
			_gaq.push(['_trackPageview']);
-
 
412
			
-
 
413
			(function() {
-
 
414
			  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-
 
415
			  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-
 
416
			  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-
 
417
			})();
-
 
418
			//]]>
-
 
419
		</script>
-
 
420
	</body>
417
	</body>
421
</html>
418
</html>
422
419