Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 233 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
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
</div>
233 mathias 13
<!-- Google Analytics -->
14
<script>
15
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
16
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
17
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
18
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
19
  ga('create', 'UA-57885-3', 'auto');
20
  ga('send', 'pageview');
21
</script>
25 jpm 22
<!-- COL - FIN PIED DE PAGE -->