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 129... Line 129...
129
		<link rel="stylesheet" href="http://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/css/themes/smoothness/jquery-ui.min.css" />
129
		<link rel="stylesheet" href="http://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/css/themes/smoothness/jquery-ui.min.css" />
130
		<link rel="stylesheet" href="http://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/css/themes/smoothness/theme.css" />
130
		<link rel="stylesheet" href="http://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/css/themes/smoothness/theme.css" />
131
		<link rel="stylesheet" href="http://resources.tela-botanica.org/bootstrap/3.2.0/css/bootstrap.min.css" />
131
		<link rel="stylesheet" href="http://resources.tela-botanica.org/bootstrap/3.2.0/css/bootstrap.min.css" />
132
		<link rel="stylesheet" href="http://resources.tela-botanica.org/bootstrap/3.2.0/css/bootstrap-theme.min.css" />
132
		<link rel="stylesheet" href="http://resources.tela-botanica.org/bootstrap/3.2.0/css/bootstrap-theme.min.css" />
133
		<link rel="stylesheet" href="<?=$url_base?>modules/saisie/squelettes/missions-flore/css/<?=isset($_GET['style']) ? $_GET['style'] : 'missions-flore'?>.css" />
133
		<link rel="stylesheet" href="<?=$url_base?>modules/saisie/squelettes/missions-flore/css/<?=isset($_GET['style']) ? $_GET['style'] : 'missions-flore'?>.css" />
-
 
134
		
-
 
135
		<script>
-
 
136
		  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-
 
137
		  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-
 
138
		  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-
 
139
		  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
 
140
		
-
 
141
		  ga('create', 'UA-20092557-1', 'auto');
-
 
142
		  ga('require', 'displayfeatures');
-
 
143
		  ga('send', 'pageview');
-
 
144
		
-
 
145
		</script>
134
	</head>
146
	</head>
Line 135... Line 147...
135
 
147
 
136
	<body data-spy="scroll">
148
	<body data-spy="scroll">
137
		<div class="container">
149
		<div class="container">
Line 789... Line 801...
789
						Cela peut prendre plusieurs minutes en fonction de la taille des images et du nombre
801
						Cela peut prendre plusieurs minutes en fonction de la taille des images et du nombre
790
						d'observations à transférer.
802
						d'observations à transférer.
791
					</p>
803
					</p>
792
				</div>
804
				</div>
793
			</div>
805
			</div>
794
 
-
 
795
			<!-- Stats : Google Analytics-->
-
 
796
			<script type="text/javascript">
-
 
797
				//<![CDATA[
-
 
798
				var _gaq = _gaq || [];
-
 
799
				_gaq.push(['_setAccount', 'UA-20092557-1']);
-
 
800
				_gaq.push(['_trackPageview']);
-
 
801
 
-
 
802
				(function() {
-
 
803
				  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-
 
804
				  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-
 
805
				  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-
 
806
				})();
-
 
807
				//]]>
-
 
808
			</script>
-
 
809
		</div>
806
		</div>
810
	</body>
807
	</body>
811
</html>
808
</html>
812
809