2212 |
arthur |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
|
2 |
<html>
|
|
|
3 |
<head>
|
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
5 |
<style type="text/css">
|
|
|
6 |
<!--
|
|
|
7 |
body {
|
|
|
8 |
font-family:Arial,Helvetica,Verdana,sans-serif;
|
|
|
9 |
font-size:14px;
|
|
|
10 |
}
|
|
|
11 |
h1 > a {
|
|
|
12 |
color:#fd8c13;
|
|
|
13 |
}
|
|
|
14 |
.emphase {
|
|
|
15 |
color: #777777;
|
|
|
16 |
}
|
|
|
17 |
.observation {
|
|
|
18 |
font-size: 13px;
|
|
|
19 |
color: #454341 !important;
|
|
|
20 |
margin: 0;
|
|
|
21 |
}
|
|
|
22 |
.observation strong {
|
|
|
23 |
font-weight: bold;
|
|
|
24 |
}
|
|
|
25 |
.observation > a {
|
|
|
26 |
color:#454341;
|
|
|
27 |
border-bottom: dotted 1px;
|
|
|
28 |
border-color: #CCCCCC;
|
|
|
29 |
}
|
|
|
30 |
a {
|
|
|
31 |
cursor:pointer;
|
|
|
32 |
color:#598000;
|
|
|
33 |
text-decoration:none;
|
|
|
34 |
border-bottom:1px dotted #95ae5d;
|
|
|
35 |
}
|
|
|
36 |
a:hover {
|
|
|
37 |
color:#FD8C13;
|
|
|
38 |
border-bottom:1px dotted #95ae5d;
|
|
|
39 |
}
|
|
|
40 |
.description_message {
|
|
|
41 |
color: #333333;
|
|
|
42 |
font-size: 1.1em;
|
|
|
43 |
font-style: italic;
|
|
|
44 |
padding-top: 10px;
|
|
|
45 |
}
|
|
|
46 |
-->
|
|
|
47 |
</style>
|
|
|
48 |
</head>
|
|
|
49 |
<body>
|
|
|
50 |
<div>
|
|
|
51 |
<h1><span class="emphase">IdentiPlante</span> : Récapitulatif des observations à déterminer </h1>
|
|
|
52 |
</div>
|
|
|
53 |
<div class="description_message">
|
|
|
54 |
Ce message récapitule l'ensemble des observations dont l'auteur a demandé confirmation ou détermination via
|
|
|
55 |
l'outil <a href="http://www.tela-botanica.org/appli:identiplante" >Identiplante</a>
|
|
|
56 |
<br /><br />
|
|
|
57 |
</div>
|
|
|
58 |
|
|
|
59 |
<?php foreach ($liste_observations as $observation) : ?>
|
|
|
60 |
<div class="observation">
|
|
|
61 |
<a href="<?= $observation['lien']; ?>">Observation <?= $observation['id'] ?> - <em><strong><?= $observation['nom_propose']; ?></strong></em> </a>
|
|
|
62 |
observée le <strong><?= $observation['date']; ?></strong> à <strong><?= $observation['lieu']; ?></strong>, par <?= $observation['auteur']; ?>
|
|
|
63 |
</div>
|
|
|
64 |
<br />
|
|
|
65 |
<?php endforeach ; ?>
|
|
|
66 |
|
|
|
67 |
Bonne continuation sur nos outils botaniques !<br />
|
|
|
68 |
L'équipe de Tela Botanica<br />
|
|
|
69 |
<div>---------</div>
|
|
|
70 |
<br/>
|
|
|
71 |
<small>
|
|
|
72 |
Ce message vous est envoyé par l'intermédiaire de l'application IdentiPlante du réseau Tela Botanica.
|
|
|
73 |
<a href="http://www.tela-botanica.org/appli:identiplante">http://www.tela-botanica.org/appli:identiplante </a>
|
|
|
74 |
</small>
|
|
|
75 |
<br />
|
|
|
76 |
<small>
|
|
|
77 |
Si vous ne souhaitez plus recevoir ce mail décochez la case dans vos préférences
|
|
|
78 |
sur l'interface d'IdentiPlante.
|
|
|
79 |
</small>
|
|
|
80 |
</body>
|
|
|
81 |
</html>
|