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 65... Line 65...
65
	<!-- CSS -->
65
	<!-- CSS -->
66
	<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" />
66
	<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" />
67
	<!-- <link href="http://www.tela-botanica.org/commun/bootstrap/2.0.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" /> -->
67
	<!-- <link href="http://www.tela-botanica.org/commun/bootstrap/2.0.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" /> -->
68
	<link rel="stylesheet" type="text/css" href="http://resources.tela-botanica.org/bootstrap/3.1.0/css/bootstrap.min.css" />
68
	<link rel="stylesheet" type="text/css" href="http://resources.tela-botanica.org/bootstrap/3.1.0/css/bootstrap.min.css" />
69
	<link href="<?= $url_base; ?>modules/export/squelettes/css/export.css" rel="stylesheet" type="text/css" media="screen" />
69
	<link href="<?= $url_base; ?>modules/export/squelettes/css/export.css" rel="stylesheet" type="text/css" media="screen" />
-
 
70
	
-
 
71
	<script>
-
 
72
	  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-
 
73
	  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-
 
74
	  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-
 
75
	  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
 
76
	
-
 
77
	  ga('create', 'UA-20092557-1', 'auto');
-
 
78
	  ga('require', 'displayfeatures');
-
 
79
	  ga('send', 'pageview');
-
 
80
	
-
 
81
	</script>
70
  </head>
82
  </head>
Line 71... Line 83...
71
 
83
 
72
  <body>
84
  <body>
73
	<?php if ($bar !== false): ?>
85
	<?php if ($bar !== false): ?>
Line 161... Line 173...
161
		  <div id="liste_telechargements">
173
		  <div id="liste_telechargements">
162
		  </div>
174
		  </div>
163
		</div>
175
		</div>
164
	  </form>
176
	  </form>
165
	</div>
177
	</div>
166
	<!-- Stats : Google Analytics-->
-
 
167
	<script type="text/javascript">
-
 
168
	  //<![CDATA[
-
 
169
			var _gaq = _gaq || [];
-
 
170
			_gaq.push(['_setAccount', 'UA-20092557-1']);
-
 
171
			_gaq.push(['_trackPageview']);
-
 
172
			
-
 
173
			(function() {
-
 
174
			  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-
 
175
			  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-
 
176
			  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-
 
177
			})();
-
 
178
			//]]>
-
 
179
	</script>
-
 
180
  </body>
178
  </body>
181
</html>
179
</html>
182
180