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>
|
227 |
jpm |
7 |
<div class="coel-consultation">
|
|
|
8 |
<p>
|
|
|
9 |
Pour plus d'informations ou nous faire part d'une erreur dans les informations affichées, veuillez nous contacter à l'adresse
|
|
|
10 |
<span class="courriel">coel [arrobase] tela-botanica [point] org</span>.
|
|
|
11 |
</p>
|
|
|
12 |
<p>
|
|
|
13 |
Merci de signaler
|
|
|
14 |
<a href="http://suivi.tela-botanica.org/index.php?project=36&do=index" class="lien_ext">
|
|
|
15 |
les bogues et améliorations pour l'application
|
|
|
16 |
<span class="coll-appli-info">
|
|
|
17 |
« <?=$appli['nom']?> » [<?=$appli['abr']?>]
|
|
|
18 |
v.<?=$appli['version']['code']['num']?> - <?=$appli['version']['nom']?>
|
|
|
19 |
</span>
|
|
|
20 |
</a>.
|
|
|
21 |
</p>
|
|
|
22 |
</div>
|
233 |
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 -->
|