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 126... Line 126...
126
		<!-- CSS -->
126
		<!-- CSS -->
127
		<link href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.10.2/css/smoothness/jquery-ui-1.10.2.custom.css" rel="stylesheet" type="text/css" media="screen" />
127
		<link href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.10.2/css/smoothness/jquery-ui-1.10.2.custom.css" rel="stylesheet" type="text/css" media="screen" />
128
		<link href="http://www.tela-botanica.org/commun/bootstrap/2.3.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" />
128
		<link href="http://www.tela-botanica.org/commun/bootstrap/2.3.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" />
129
		<link href="http://www.tela-botanica.org/commun/bootstrap/2.3.2/css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css" media="screen" />
129
		<link href="http://www.tela-botanica.org/commun/bootstrap/2.3.2/css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css" media="screen" />
130
		<link href="<?=$url_base?>modules/saisie/squelettes/sauvages/css/<?=isset($_GET['style']) ? $_GET['style'] : 'sauvages'?>.css" rel="stylesheet" type="text/css" media="screen" />
130
		<link href="<?=$url_base?>modules/saisie/squelettes/sauvages/css/<?=isset($_GET['style']) ? $_GET['style'] : 'sauvages'?>.css" rel="stylesheet" type="text/css" media="screen" />
-
 
131
	
-
 
132
		<script>
-
 
133
		  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-
 
134
		  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-
 
135
		  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-
 
136
		  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
 
137
		
-
 
138
		  ga('create', 'UA-20092557-1', 'auto');
-
 
139
		  ga('require', 'displayfeatures');
-
 
140
		  ga('send', 'pageview');
-
 
141
		
-
 
142
		</script>		
131
	</head>
143
	</head>
Line 132... Line 144...
132
 
144
 
133
	<body data-spy="scroll">
145
	<body data-spy="scroll">
134
		<div id="zone-appli" class="container">
146
		<div id="zone-appli" class="container">
Line 718... Line 730...
718
							  target="_blank"
730
							  target="_blank"
719
							  onclick="javascript:window.open(this.getAttribute('href'), 'Tela Botanica - Remarques', config='height=700, width=640, scrollbars=yes, resizable=yes'); return false;">
731
							  onclick="javascript:window.open(this.getAttribute('href'), 'Tela Botanica - Remarques', config='height=700, width=640, scrollbars=yes, resizable=yes'); return false;">
720
							  le formulaire de signalement d'erreurs</a>.
732
							  le formulaire de signalement d'erreurs</a>.
721
			</p>
733
			</p>
722
		</div>
734
		</div>
723
 
-
 
724
		<!-- Stats : Google Analytics-->
-
 
725
		<script type="text/javascript">
-
 
726
			//<![CDATA[
-
 
727
			var _gaq = _gaq || [];
-
 
728
			_gaq.push(['_setAccount', 'UA-20092557-1']);
-
 
729
			_gaq.push(['_trackPageview']);
-
 
730
 
-
 
731
			(function() {
-
 
732
			  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-
 
733
			  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-
 
734
			  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-
 
735
			})();
-
 
736
			//]]>
-
 
737
		</script>
-
 
738
	</body>
735
	</body>
739
</html>
736
</html>
740
737