Line 52... |
Line 52... |
52 |
-->
|
52 |
-->
|
53 |
</style>
|
53 |
</style>
|
54 |
</head>
|
54 |
</head>
|
55 |
<body>
|
55 |
<body>
|
56 |
<div>
|
56 |
<div>
|
57 |
<h1><span class="emphase">IdentiPlante</span> : Récapitulatif des observations à déterminer </h1>
|
57 |
<h1><span class="emphase">IdentiPlante</span> : Récapitulatif des observations à déterminer </h1>
|
58 |
</div>
|
58 |
</div>
|
59 |
<div class="description_message">
|
59 |
<div class="description_message">
|
60 |
Ce message récapitule l'ensemble des observations dont l'auteur a demandé confirmation ou détermination via
|
60 |
Ce message récapitule l'ensemble des observations dont l'auteur a demandé confirmation ou détermination via
|
61 |
l'outil <a href="http://www.tela-botanica.org/appli:del" >Identiplante</a>
|
61 |
l'outil <a href="http://www.tela-botanica.org/appli:identiplante" >Identiplante</a>
|
62 |
<br /><br />
|
62 |
<br /><br />
|
63 |
</div>
|
63 |
</div>
|
Line 64... |
Line 64... |
64 |
|
64 |
|
65 |
<?php foreach($liste_observations as $observation) : ?>
|
65 |
<?php foreach ($liste_observations as $observation) : ?>
|
66 |
<?php $nom_ret = (trim($observation['nom_propose']) != '') ? $observation['nom_propose'] : 'Espèce indéterminée'; ?>
|
66 |
<?php $nom_ret = (trim($observation['nom_propose']) != '') ? $observation['nom_propose'] : 'Espèce indéterminée'; ?>
|
67 |
<h3>
|
67 |
<h3>
|
68 |
<a href="<?= $observation['lien']; ?>">Observation <?= $observation['id_observation'] ?> - <em><?= $nom_ret; ?></em> </a>
|
68 |
<a href="<?= $observation['lien']; ?>">Observation <?= $observation['id_observation'] ?> - <em><?= $nom_ret; ?></em> </a>
|
69 |
observée le <?= $observation['date']; ?> à <?= $observation['zone_geo']; ?>
|
69 |
observée le <?= $observation['date']; ?> à <?= $observation['zone_geo']; ?>
|
70 |
</h3>
|
70 |
</h3>
|
71 |
<br />
|
71 |
<br />
|
72 |
<?php endforeach ; ?>
|
72 |
<?php endforeach ; ?>
|
73 |
|
73 |
|
74 |
Bonne continuation sur nos outils botaniques !<br />
|
74 |
Bonne continuation sur nos outils botaniques !<br />
|
75 |
L'équipe de Tela Botanica<br />
|
75 |
L'équipe de Tela Botanica<br />
|
76 |
<div>---------</div>
|
76 |
<div>---------</div>
|
77 |
<br/>
|
77 |
<br/>
|
78 |
<small>
|
78 |
<small>
|
79 |
Ce message vous est envoyé par l'intermédiaire de l'application IdentiPlante du réseau Tela Botanica.
|
79 |
Ce message vous est envoyé par l'intermédiaire de l'application IdentiPlante du réseau Tela Botanica.
|
80 |
<a href="http://www.tela-botanica.org/eflore">http://www.tela-botanica.org/appli:identiplante </a>
|
80 |
<a href="http://www.tela-botanica.org/appli:identiplante">http://www.tela-botanica.org/appli:identiplante </a>
|
81 |
</small>
|
81 |
</small>
|
82 |
<br />
|
82 |
<br />
|
83 |
<small>
|
83 |
<small>
|
84 |
Si vous ne souhaitez plus recevoir ce mail décochez la case dans vos préférences
|
84 |
Si vous ne souhaitez plus recevoir ce mail décochez la case dans vos préférences
|
85 |
sur l'interface d'IdentiPlante.
|
85 |
sur l'interface d'IdentiPlante.
|
86 |
</small>
|
86 |
</small>
|
87 |
</body>
|
87 |
</body>
|
88 |
</html>
|
88 |
</html>
|