Subversion Repositories eFlore/Applications.del

Rev

Rev 1500 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1020 aurelien 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
 
12
h1 > a {
13
  color:#fd8c13;
14
}
1500 aurelien 15
 
16
.emphase {
17
	color: #777777;
18
}
1020 aurelien 19
 
20
h3 {
21
	font-size:14px;
22
	color:#454341 !important;
23
	margin:0px;
24
}
25
 
26
h3 > a {
27
  color:#454341;
28
}
29
 
30
h1 a, h3 a, h4 a {
31
	color: inherit;
32
	border-bottom: dotted 1px;
33
}
34
h3 a {
35
	border-color:#CCCCCC;
36
}
37
a {
1036 aurelien 38
	cursor: pointer;
1020 aurelien 39
	color:#598000;
40
	text-decoration:none;
41
	border-bottom:1px dotted #95ae5d;
42
}
43
a:hover {
44
	color:#FD8C13;
45
	border-bottom:1px dotted #95ae5d;
46
}
47
.lire-suite {
48
	padding-left:10px;
49
	background:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/petit_carre.png) no-repeat 0px 4px;
50
}
51
 
52
#titre {
53
    background: none repeat scroll 0 0 #9AC343;
54
    opacity: 0.9;
55
    position: relative;
56
    text-align: center;
57
    width: 100%;
58
}
59
 
60
#titre h1 {
61
    background: url("http://www.tela-botanica.org/eflore-test/del/img/identiplante_mini.png") no-repeat scroll 150px 7px transparent;
62
    color: #777777;
63
    font-size: 2em;
64
    font-weight: bold;
65
    margin: 0 0 0;
66
    padding: 18px 60px;
67
    text-align: center;
68
    width: 100%;
69
}
70
 
71
.description_message {
72
    color: #333333;
73
    font-size: 1.1em;
74
    font-style: italic;
75
    padding-top: 10px;
76
}
77
-->
78
</style>
79
</head>
80
<body>
1500 aurelien 81
<div>
82
	<h1><span class="emphase">IdentiPlante</span> : un telabotaniste vous a aidé </h1>
1020 aurelien 83
</div>
84
<div class="description_message">
1500 aurelien 85
	Bonjour <?= $auteur_formate ?>,<br />
86
	<br />
1020 aurelien 87
</div>
88
 
89
<?php foreach($liste_observations as $observation) : ?>
1500 aurelien 90
	<span class="emphase">-&gt;</span> Un Telabotaniste vient de proposer une nouvelle détermination ou de faire un commentaire concernant votre observation de
1020 aurelien 91
	<?php $nom_ret = (trim($observation['nom_ret']) != '') ? $observation['nom_ret'] : 'Espèce indéterminée'; ?>
1136 aurelien 92
	<h3><a href="<?= $observation['lien']; ?>">Observation <?= $observation['id_observation'] ?> - <em><?= $nom_ret; ?></em></a>
1500 aurelien 93
		du <?= $observation['date']; ?> à <?= $observation['lieu']; ?></h3>
1020 aurelien 94
	<?php foreach($observation['commentaires'] as $commentaire) : ?>
95
		<?php if($commentaire['nom_sel'] == '') { ?>
96
			<div class="commentaire">
97
				- <?= $commentaire['auteur'] ?> a écrit <em>"<?= $commentaire['texte'] ?>"</em>
98
			</div>
99
		<?php } else { ?>
100
			<div class="proposition">
101
				- <?= $commentaire['auteur'] ?> a proposé <em><?= $commentaire['nom_sel'] ?></em><br />
102
				<?php if($commentaire['texte'] != '') { ?>
103
					et a écrit : <em>"<?= $commentaire['texte'] ?>"</em>
104
				<?php } ?>
105
			</div>
106
		<?php } ?>
107
	<?php endforeach ; ?>
108
	<br />
109
<?php endforeach ; ?>
1500 aurelien 110
 
111
Bonne continuation sur nos outils botaniques !<br />
112
L'&eacute;quipe de Tela Botanica<br />
113
<div>---------</div>
114
<br/>
115
<small>Ce message vous est envoy&eacute; par l'interm&eacute;diaire de l'application IdentiPlante du r&eacute;seau Tela Botanica.
116
<a href="http://www.tela-botanica.org/eflore">http://www.tela-botanica.org/appli:identiplante </a></small><br />
117
<small>Si vous ne souhaitez plus recevoir ce mail d&eacute;cochez
118
la case dans vos pr&eacute;f&eacute;rences sur l'interface d'IdentiPlante.</small>
1020 aurelien 119
</body>
120
</html>