Subversion Repositories eFlore/Applications.cel

Rev

Rev 2670 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2670 Rev 2683
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="http://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="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" />
-
 
88
		<link href="<?=$url_base?>modules/carto/squelettes/css/carto.css" rel="stylesheet" type="text/css" media="screen" />
-
 
89
		
-
 
90
		<script>
-
 
91
		  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-
 
92
		  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-
 
93
		  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-
 
94
		  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
 
95
		
-
 
96
		  ga('create', 'UA-20092557-1', 'auto');
-
 
97
		  ga('require', 'displayfeatures');
-
 
98
		  ga('send', 'pageview');
-
 
99
		
88
		<link href="<?=$url_base?>modules/carto/squelettes/css/carto.css" rel="stylesheet" type="text/css" media="screen" />
100
		</script>
Line 89... Line 101...
89
	</head>
101
	</head>
90
 
102
 
91
	<body>
103
	<body>
Line 329... Line 341...
329
					&nbsp;
341
					&nbsp;
330
					<input id="fc_envoyer" type="submit" value="Envoyer" />
342
					<input id="fc_envoyer" type="submit" value="Envoyer" />
331
				</p>
343
				</p>
332
			</form>
344
			</form>
333
		</div>
345
		</div>
334
		
-
 
335
		<!-- Stats : Google Analytics -->
-
 
336
		<script type="text/javascript">
-
 
337
			//<![CDATA[
-
 
338
			var _gaq = _gaq || [];
-
 
339
			_gaq.push(['_setAccount', 'UA-20092557-1']);
-
 
340
			_gaq.push(['_trackPageview']);
-
 
341
			
-
 
342
			(function() {
-
 
343
			  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-
 
344
			  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-
 
345
			  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-
 
346
			})();
-
 
347
			//]]>
-
 
348
		</script>
-
 
349
	</body>
346
	</body>
350
</html>
347
</html>