Subversion Repositories eFlore/Applications.del

Rev

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