25 |
jpm |
1 |
<!-- COL - DEBUT PIED DE PAGE -->
|
136 |
jpm |
2 |
<script type="text/javascript">
|
|
|
3 |
$(document).ready(function() {
|
|
|
4 |
$('span.courriel').courriel();
|
|
|
5 |
});
|
|
|
6 |
</script>
|
230 |
jpm |
7 |
<div class="coel-consultation">
|
|
|
8 |
<p>
|
231 |
mathias |
9 |
Pour plus d'informations, nous faire part d'une erreur dans les informations affichées ou nous suggérer des améliorations,
|
|
|
10 |
<a href="<?= $donnees['url_base_widget_remarques'] ?>?service=coel&pageSource=<?php echo urlencode('http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'].'?'.$_SERVER['QUERY_STRING']); ?>"
|
|
|
11 |
target="_blank"
|
|
|
12 |
onclick="javascript:window.open(this.getAttribute('href'), 'Tela Botanica - Remarques', config='height=700, width=640, scrollbars=yes, resizable=yes'); return false;">
|
|
|
13 |
contactez-nous
|
|
|
14 |
</a>
|
230 |
jpm |
15 |
</p>
|
|
|
16 |
<p>
|
231 |
mathias |
17 |
<span class="coll-appli-info">
|
|
|
18 |
« <?=$appli['nom']?> » [<?=$appli['abr']?>]
|
|
|
19 |
v.<?=$appli['version']['code']['num']?> - <?=$appli['version']['nom']?>
|
|
|
20 |
</span>
|
230 |
jpm |
21 |
</p>
|
|
|
22 |
</div>
|
232 |
mathias |
23 |
<!-- Google Analytics -->
|
|
|
24 |
<script>
|
|
|
25 |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
26 |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
27 |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
28 |
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
29 |
ga('create', 'UA-57885-3', 'auto');
|
|
|
30 |
ga('send', 'pageview');
|
|
|
31 |
</script>
|
25 |
jpm |
32 |
<!-- COL - FIN PIED DE PAGE -->
|