1783 |
mathias |
1 |
Bonjour <?= $auteur_formate ?>,
|
|
|
2 |
Un Telabotaniste vient de proposer une nouvelle détermination ou de faire un commentaire concernant vos données :
|
|
|
3 |
|
|
|
4 |
<?php foreach ($liste_observations as $observation) : ?>
|
|
|
5 |
--> Observation #<?= $observation['id'] ?> - <<?= $observation['lien']; ?>>
|
|
|
6 |
* <?= $observation['nom_sci']; ?> observée le <?= $observation['date']; ?> à <?= $observation['lieu']; ?> *
|
|
|
7 |
<?php foreach ($observation['commentaires'] as $commentaire) : ?>
|
|
|
8 |
<?php if ($commentaire['nom_sel'] == '') : ?>
|
|
|
9 |
- <?= $commentaire['auteur'] ?> a écrit "<?= $commentaire['texte'] ?>"
|
|
|
10 |
<?php else : ?>
|
|
|
11 |
- <?= $commentaire['auteur'] ?> a proposé "<?= $commentaire['nom_sel'] ?>"<?php if ($commentaire['texte'] != '') : ?> et a écrit : "<?= $commentaire['texte'] ?>"<?php endif; ?>
|
|
|
12 |
|
|
|
13 |
<?php endif; ?>
|
|
|
14 |
<?php endforeach ; ?>
|
|
|
15 |
|
|
|
16 |
|
|
|
17 |
<?php endforeach ; ?>
|
|
|
18 |
|
|
|
19 |
Je souhaite poursuivre ma participation :
|
1784 |
mathias |
20 |
- En m'inscrivant gratuitement à Tela Botanica <http://www.tela-botanica.org/inscription>
|
|
|
21 |
- En utilisant Identiplante, l'outil de détermination collaborative en ligne <http://www.tela-botanica.org/page:validation_donnees>
|
|
|
22 |
- En gérant finement mes données avec le Carnet en Ligne <http://www.tela-botanica.org/page:cel>
|
1783 |
mathias |
23 |
|
|
|
24 |
Bonne continuation sur nos outils botaniques !
|
|
|
25 |
--
|
|
|
26 |
L'équipe de Tela Botanica
|
|
|
27 |
|
|
|
28 |
Ce message vous est envoyé par l'intermédiaire de l'application IdentiPlante du réseau Tela Botanica : http://www.tela-botanica.org/appli:identiplante
|
|
|
29 |
Si vous ne souhaitez plus recevoir ce courriel décochez la case dans vos préférences sur l'interface d'IdentiPlante.
|