Subversion Repositories eFlore/Applications.del

Rev

Rev 1737 | Rev 1824 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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