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" href="http://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/css/themes/smoothness/jquery-ui.min.css" />
112
		<link rel="stylesheet" href="http://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/css/themes/smoothness/jquery-ui.min.css" />
113
		<link rel="stylesheet" href="http://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/css/themes/smoothness/theme.css" />
113
		<link rel="stylesheet" href="http://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/css/themes/smoothness/theme.css" />
114
		<link rel="stylesheet" href="http://resources.tela-botanica.org/bootstrap/3.2.0/css/bootstrap.min.css" />
114
		<link rel="stylesheet" href="http://resources.tela-botanica.org/bootstrap/3.2.0/css/bootstrap.min.css" />
115
		<link rel="stylesheet" href="http://resources.tela-botanica.org/bootstrap/3.2.0/css/bootstrap-theme.min.css" />
115
		<link rel="stylesheet" href="http://resources.tela-botanica.org/bootstrap/3.2.0/css/bootstrap-theme.min.css" />
116
		<link rel="stylesheet" href="<?=$url_base?>modules/saisie/squelettes/arbres-tetards/css/<?=isset($_GET['style']) ? $_GET['style'] : 'arbres-tetards'?>.css" />
116
		<link rel="stylesheet" href="<?=$url_base?>modules/saisie/squelettes/arbres-tetards/css/<?=isset($_GET['style']) ? $_GET['style'] : 'arbres-tetards'?>.css" />
-
 
117
		
-
 
118
		<script>
-
 
119
		  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-
 
120
		  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-
 
121
		  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-
 
122
		  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
 
123
		
-
 
124
		  ga('create', 'UA-20092557-1', 'auto');
-
 
125
		  ga('require', 'displayfeatures');
-
 
126
		  ga('send', 'pageview');
-
 
127
		
-
 
128
		</script>
117
	</head>
129
	</head>
Line 118... Line 130...
118
 
130
 
119
	<body data-spy="scroll">
131
	<body data-spy="scroll">
120
		<div class="container">
132
		<div class="container">
Line 1007... Line 1019...
1007
							<button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Fermer</button>
1019
							<button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Fermer</button>
1008
						</div>
1020
						</div>
1009
					</div>
1021
					</div>
1010
				</div>
1022
				</div>
1011
			</div>
1023
			</div>
1012
 
-
 
1013
			<!-- Stats : Google Analytics-->
-
 
1014
			<script>
-
 
1015
				//<![CDATA[
-
 
1016
				var _gaq = _gaq || [];
-
 
1017
				_gaq.push(['_setAccount', 'UA-20092557-1']);
-
 
1018
				_gaq.push(['_trackPageview']);
-
 
1019
 
-
 
1020
				(function() {
-
 
1021
				  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-
 
1022
				  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-
 
1023
				  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-
 
1024
				})();
-
 
1025
				//]]>
-
 
1026
			</script>
-
 
1027
		</div>
1024
		</div>
1028
	</body>
1025
	</body>
1029
</html>
1026
</html>
1030
1027