Rev 1621 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
<!--
body {
font-family:Arial,Helvetica,Verdana,sans-serif;
font-size:14px;
}
h1 > a {
color:#fd8c13;
}
.emphase {
color: #777777;
}
h3 {
font-size:14px;
color:#454341 !important;
margin:0px;
}
h3 > a {
color:#454341;
}
h1 a, h3 a, h4 a {
color:inherit;
border-bottom:dotted 1px;
}
h3 a {
border-color:#CCCCCC;
}
a {
cursor:pointer;
color:#598000;
text-decoration:none;
border-bottom:1px dotted #95ae5d;
}
a:hover {
color:#FD8C13;
border-bottom:1px dotted #95ae5d;
}
.lire-suite {
padding-left:10px;
background:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/petit_carre.png) no-repeat 0px 4px;
}
.description_message {
color: #333333;
font-size: 1.1em;
font-style: italic;
padding-top: 10px;
}
-->
</style>
</head>
<body>
<div>
<h1><span class="emphase">IdentiPlante</span> : Récapitulatif des observations à déterminer </h1>
</div>
<div class="description_message">
Ce message récapitule l'ensemble des observations dont l'auteur a demandé confirmation ou détermination via
l'outil <a href="http://www.tela-botanica.org/appli:del" >Identiplante</a>
<br /><br />
</div>
<?php foreach($liste_observations as $observation) : ?>
<?php $nom_ret = (trim($observation['nom_propose']) != '') ? $observation['nom_propose'] : 'Espèce indéterminée'; ?>
<h3>
<a href="<?= $observation['lien']; ?>">Observation <?= $observation['id_observation'] ?> - <em><?= $nom_ret; ?></em> </a>
observée le <?= $observation['date']; ?> à <?= $observation['zone_geo']; ?>
</h3>
<br />
<?php endforeach ; ?>
Bonne continuation sur nos outils botaniques !<br />
L'équipe de Tela Botanica<br />
<div>---------</div>
<br/>
<small>
Ce message vous est envoyé par l'intermédiaire de l'application IdentiPlante du réseau Tela Botanica.
<a href="http://www.tela-botanica.org/eflore">http://www.tela-botanica.org/appli:identiplante </a>
</small>
<br />
<small>
Si vous ne souhaitez plus recevoir ce mail décochez la case dans vos préférences
sur l'interface d'IdentiPlante.
</small>
</body>
</html>