Subversion Repositories eFlore/Applications.del

Rev

Rev 1737 | 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
			.description_message {
47
				color: #333333;
48
				font-size: 1.1em;
49
				font-style: italic;
50
				padding-top: 10px;
51
			}
52
			-->
53
		</style>
54
	</head>
55
	<body>
56
		<div>
1737 jpm 57
			<h1><span class="emphase">IdentiPlante</span> : un telabotaniste vous a aid&eacute; </h1>
1574 jpm 58
		</div>
59
		<div class="description_message">
60
			Bonjour <?= $auteur_formate ?>,<br />
1737 jpm 61
			Un Telabotaniste vient de proposer une nouvelle d&eacute;termination ou de faire un commentaire concernant vos données :<br />
1574 jpm 62
			<br />
63
		</div>
1737 jpm 64
 
1574 jpm 65
		<?php foreach ($liste_observations as $observation) : ?>
66
			<h3>
1737 jpm 67
				<span class="emphase">--&gt;</span>
1574 jpm 68
				<a href="<?= $observation['lien']; ?>">
1737 jpm 69
					observation <?= $observation['id'] ?> - <em><?= $observation['nom_sci']; ?></em>
70
				</a>
71
				observ&eacute; le <?= $observation['date']; ?> &agrave; <?= $observation['lieu']; ?>
1574 jpm 72
			</h3>
73
			<?php foreach ($observation['commentaires'] as $commentaire) : ?>
1737 jpm 74
				<?php if ($commentaire['nom_sel'] == '') : ?>
75
					<div class="commentaire">
76
						&nbsp;&nbsp;- <?= $commentaire['auteur'] ?> a &eacute;crit <em>"<?= $commentaire['texte'] ?>"</em>
1574 jpm 77
					</div>
1737 jpm 78
				<?php else : ?>
79
					<div class="proposition">
80
						&nbsp;&nbsp;- <?= $commentaire['auteur'] ?> a propos&eacute; <em><?= $commentaire['nom_sel'] ?></em><br />
1574 jpm 81
						<?php if ($commentaire['texte'] != '') : ?>
1737 jpm 82
							et a &eacute;crit : <em>"<?= $commentaire['texte'] ?>"</em>
1574 jpm 83
						<?php endif; ?>
84
					</div>
1737 jpm 85
				<?php endif; ?>
1574 jpm 86
			<?php endforeach ; ?>
87
			<br />
88
		<?php endforeach ; ?>
1737 jpm 89
 
1574 jpm 90
		Bonne continuation sur nos outils botaniques !<br />
91
		L'&eacute;quipe de Tela Botanica<br />
92
		<div>---------</div>
93
		<br/>
94
		<small>
95
			Ce message vous est envoy&eacute; par l'interm&eacute;diaire de l'application IdentiPlante du r&eacute;seau Tela Botanica.
1737 jpm 96
			<a href="http://www.tela-botanica.org/appli:identiplante">http://www.tela-botanica.org/appli:identiplante </a>
1574 jpm 97
		</small>
98
		<br />
99
		<small>
1737 jpm 100
			Si vous ne souhaitez plus recevoir ce mail d&eacute;cochez la case dans vos pr&eacute;f&eacute;rences sur l'interface d'IdentiPlante.
1574 jpm 101
		</small>
102
	</body>
1020 aurelien 103
</html>