Line 133... |
Line 133... |
133 |
<link rel="stylesheet" href="http://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/css/themes/smoothness/jquery-ui.min.css" />
|
133 |
<link rel="stylesheet" href="http://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/css/themes/smoothness/jquery-ui.min.css" />
|
134 |
<link rel="stylesheet" href="http://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/css/themes/smoothness/theme.css" />
|
134 |
<link rel="stylesheet" href="http://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/css/themes/smoothness/theme.css" />
|
135 |
<link rel="stylesheet" href="http://resources.tela-botanica.org/bootstrap/3.2.0/css/bootstrap.min.css" />
|
135 |
<link rel="stylesheet" href="http://resources.tela-botanica.org/bootstrap/3.2.0/css/bootstrap.min.css" />
|
136 |
<link rel="stylesheet" href="http://resources.tela-botanica.org/bootstrap/3.2.0/css/bootstrap-theme.min.css" />
|
136 |
<link rel="stylesheet" href="http://resources.tela-botanica.org/bootstrap/3.2.0/css/bootstrap-theme.min.css" />
|
137 |
<link rel="stylesheet" href="<?=$url_base?>modules/saisie/squelettes/missions-flore/css/<?=isset($_GET['style']) ? $_GET['style'] : 'missions-flore'?>.css" />
|
137 |
<link rel="stylesheet" href="<?=$url_base?>modules/saisie/squelettes/missions-flore/css/<?=isset($_GET['style']) ? $_GET['style'] : 'missions-flore'?>.css" />
|
138 |
|
138 |
|
139 |
<script>
|
- |
|
140 |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
- |
|
141 |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
- |
|
142 |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
- |
|
143 |
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
- |
|
144 |
|
- |
|
145 |
ga('create', 'UA-20092557-1', 'auto');
|
139 |
<!-- Google Analytics -->
|
146 |
ga('require', 'displayfeatures');
|
140 |
<?php if($prod): ?>
|
147 |
ga('send', 'pageview');
|
141 |
<?php include "analytics.html"; ?>
|
148 |
|
- |
|
149 |
</script>
|
142 |
<?php endif; ?>
|
150 |
</head>
|
143 |
</head>
|
Line 151... |
Line 144... |
151 |
|
144 |
|
152 |
<body data-spy="scroll">
|
145 |
<body data-spy="scroll">
|
153 |
<div class="container">
|
146 |
<div class="container">
|