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>
|
25 |
jpm |
23 |
<!-- COL - FIN PIED DE PAGE -->
|