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 112... Line 112...
112
		<link rel="stylesheet" media="screen" href="http://resources.tela-botanica.org/bootstrap/2.3.2/css/bootstrap.min.css" />
112
		<link rel="stylesheet" media="screen" href="http://resources.tela-botanica.org/bootstrap/2.3.2/css/bootstrap.min.css" />
113
		<link rel="stylesheet" media="screen" href="http://resources.tela-botanica.org/bootstrap/2.3.2/css/bootstrap-responsive.min.css" />
113
		<link rel="stylesheet" media="screen" href="http://resources.tela-botanica.org/bootstrap/2.3.2/css/bootstrap-responsive.min.css" />
114
		<link rel="stylesheet" media="screen" href="http://resources.tela-botanica.org/bootstrap/modal/2.2.5/css/bootstrap-modal.css" />
114
		<link rel="stylesheet" media="screen" href="http://resources.tela-botanica.org/bootstrap/modal/2.2.5/css/bootstrap-modal.css" />
115
		<link rel="stylesheet" media="screen" href="<?=$url_base?>modules/saisie/squelettes/ambrosia/css/<?=isset($_GET['style']) ? $_GET['style'] : 'ambrosia'?>.css"/>
115
		<link rel="stylesheet" media="screen" href="<?=$url_base?>modules/saisie/squelettes/ambrosia/css/<?=isset($_GET['style']) ? $_GET['style'] : 'ambrosia'?>.css"/>
Line -... Line 116...
-
 
116
 
-
 
117
		<script>
-
 
118
		  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-
 
119
		  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-
 
120
		  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-
 
121
		  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
 
122
		
-
 
123
		  ga('create', 'UA-20092557-1', 'auto');
-
 
124
		  ga('require', 'displayfeatures');
-
 
125
		  ga('send', 'pageview');
-
 
126
		
116
 
127
		</script>
Line 117... Line 128...
117
	</head>
128
	</head>
118
 
129
 
119
	<body data-spy="scroll">
130
	<body data-spy="scroll">
Line 684... Line 695...
684
				</div>
695
				</div>
685
				<div class="modal-footer dsc-clean">
696
				<div class="modal-footer dsc-clean">
686
					<button class="btn" data-dismiss="modal" aria-hidden="true">Fermer</button>
697
					<button class="btn" data-dismiss="modal" aria-hidden="true">Fermer</button>
687
				</div>
698
				</div>
688
			</div>
699
			</div>
689
 
-
 
690
			<!-- Stats : Google Analytics-->
-
 
691
			<script type="text/javascript">
-
 
692
				//<![CDATA[
-
 
693
				var _gaq = _gaq || [];
-
 
694
				_gaq.push(['_setAccount', 'UA-20092557-1']);
-
 
695
				_gaq.push(['_trackPageview']);
-
 
696
 
-
 
697
				(function() {
-
 
698
				  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-
 
699
				  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-
 
700
				  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-
 
701
				})();
-
 
702
				//]]>
-
 
703
			</script>
-
 
704
		</div>
700
		</div>
705
	</body>
701
	</body>
706
</html>
702
</html>
707
703