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 127... Line 127...
127
		<!-- CSS -->
127
		<!-- CSS -->
128
		<link href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.18/css/smoothness/jquery-ui-1.8.18.custom.css" rel="stylesheet" type="text/css" media="screen" />
128
		<link href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.18/css/smoothness/jquery-ui-1.8.18.custom.css" rel="stylesheet" type="text/css" media="screen" />
129
		<link href="http://www.tela-botanica.org/commun/bootstrap/2.0.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" />
129
		<link href="http://www.tela-botanica.org/commun/bootstrap/2.0.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" />
130
		<link href="http://www.tela-botanica.org/commun/bootstrap/2.0.2/css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css" media="screen" />
130
		<link href="http://www.tela-botanica.org/commun/bootstrap/2.0.2/css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css" media="screen" />
131
		<link href="<?=$url_base?>modules/saisie/squelettes/defaut/css/<?=isset($_GET['style']) ? $_GET['style'] : 'defaut'?>.css" rel="stylesheet" type="text/css" media="screen" />
131
		<link href="<?=$url_base?>modules/saisie/squelettes/defaut/css/<?=isset($_GET['style']) ? $_GET['style'] : 'defaut'?>.css" rel="stylesheet" type="text/css" media="screen" />
-
 
132
	
-
 
133
		<script>
-
 
134
		  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-
 
135
		  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-
 
136
		  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-
 
137
		  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
 
138
		
-
 
139
		  ga('create', 'UA-20092557-1', 'auto');
-
 
140
		  ga('require', 'displayfeatures');
-
 
141
		  ga('send', 'pageview');
-
 
142
		
-
 
143
		</script>
132
	</head>
144
	</head>
Line 133... Line 145...
133
 
145
 
134
	<body data-spy="scroll">
146
	<body data-spy="scroll">
135
		<div class="container">
147
		<div class="container">
Line 570... Line 582...
570
								  target="_blank"
582
								  target="_blank"
571
								  onclick="javascript:window.open(this.getAttribute('href'), 'Tela Botanica - Remarques', config='height=700, width=640, scrollbars=yes, resizable=yes'); return false;">
583
								  onclick="javascript:window.open(this.getAttribute('href'), 'Tela Botanica - Remarques', config='height=700, width=640, scrollbars=yes, resizable=yes'); return false;">
572
								  le formulaire de signalement d'erreurs</a>.
584
								  le formulaire de signalement d'erreurs</a>.
573
				</p>
585
				</p>
574
			</div>
586
			</div>
575
 
-
 
576
			<!-- Stats : Google Analytics-->
-
 
577
			<script type="text/javascript">
-
 
578
				//<![CDATA[
-
 
579
				var _gaq = _gaq || [];
-
 
580
				_gaq.push(['_setAccount', 'UA-20092557-1']);
-
 
581
				_gaq.push(['_trackPageview']);
-
 
582
 
-
 
583
				(function() {
-
 
584
				  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-
 
585
				  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-
 
586
				  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-
 
587
				})();
-
 
588
				//]]>
-
 
589
			</script>
-
 
590
		</div>
587
		</div>
591
	</body>
588
	</body>
592
</html>
589
</html>
593
590