Subversion Repositories eFlore/Applications.del

Rev

Rev 1724 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1723 jpm 1
** IdentiPlante : un telabotaniste vous a aidé **
2
 
3
Bonjour <?= $auteur_formate ?>,
4
 
5
<?php foreach ($liste_observations as $observation) : ?>
6
	<?php $nom_ret = (trim($observation['nom_ret']) != '') ? $observation['nom_ret'] : 'Esp&egrave;ce ind&eacute;termin&eacute;e'; ?>
7
 - Un Telabotaniste vient de proposer une nouvelle détermination ou de faire un commentaire concernant votre observation
8
<?= $observation['id_observation'] ?> - <?= $nom_ret; ?> <<?= $observation['lien']; ?>>
9
du <?= $observation['date']; ?> observée à <?= $observation['lieu']; ?>
10
	<?php foreach ($observation['commentaires'] as $commentaire) : ?>
11
		<?php if ($commentaire['nom_sel'] == '') : ?>
12
  - <?= $commentaire['auteur'] ?> a écrit "<?= $commentaire['texte'] ?>"
13
		<?php else : ?>
14
  - <?= $commentaire['auteur'] ?> a proposé <?= $commentaire['nom_sel'] ?>
15
			<?php if ($commentaire['texte'] != '') : ?>
16
et a écrit : "<?= $commentaire['texte'] ?>"
17
			<?php endif; ?>
18
		<?php endif; ?>
19
	<?php endforeach ; ?>
20
<?php endforeach ; ?>
21
 
22
Bonne continuation sur nos outils botaniques !
23
L'équipe de Tela Botanica
24
-------------------------------------------------
25
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
26
Si vous ne souhaitez plus recevoir ce courriel décochez la case dans vos préférences sur l'interface d'IdentiPlante.