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