Subversion Repositories eFlore/Applications.del

Rev

Rev 1136 | Rev 1574 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1136 Rev 1500
Line 10... Line 10...
10
}
10
}
Line 11... Line 11...
11
 
11
 
12
h1 > a {
12
h1 > a {
13
  color:#fd8c13;
13
  color:#fd8c13;
-
 
14
}
-
 
15
 
-
 
16
.emphase {
-
 
17
	color: #777777;
Line 14... Line 18...
14
}
18
}
15
 
19
 
16
h3 {
20
h3 {
17
	font-size:14px;
21
	font-size:14px;
Line 72... Line 76...
72
}
76
}
73
-->
77
-->
74
</style>
78
</style>
75
</head>
79
</head>
76
<body>
80
<body>
77
<div id="titre">
81
<div>
78
	<h1>IdentiPlante - Récapitulatif de vos observations </h1>
82
	<h1><span class="emphase">IdentiPlante</span> : un telabotaniste vous a aidé </h1>
79
</div>
83
</div>
80
<div class="description_message">
84
<div class="description_message">
81
	Ce message récapitule l'ensemble des déterminations et commentaires réalisés aujourd'hui sur vos observations via
-
 
82
	l'outil <a href="http://www.tela-botanica.org/appli:del" >Identiplante</a>
85
	Bonjour <?= $auteur_formate ?>,<br />
83
	<br /><br />
86
	<br />
84
</div>
87
</div>
Line 85... Line 88...
85
	
88
	
-
 
89
<?php foreach($liste_observations as $observation) : ?>
86
<?php foreach($liste_observations as $observation) : ?>
90
	<span class="emphase">-&gt;</span> Un Telabotaniste vient de proposer une nouvelle détermination ou de faire un commentaire concernant votre observation de 
87
	<?php $nom_ret = (trim($observation['nom_ret']) != '') ? $observation['nom_ret'] : 'Espèce indéterminée'; ?>
91
	<?php $nom_ret = (trim($observation['nom_ret']) != '') ? $observation['nom_ret'] : 'Espèce indéterminée'; ?>
88
	<h3><a href="<?= $observation['lien']; ?>">Observation <?= $observation['id_observation'] ?> - <em><?= $nom_ret; ?></em></a> 
92
	<h3><a href="<?= $observation['lien']; ?>">Observation <?= $observation['id_observation'] ?> - <em><?= $nom_ret; ?></em></a> 
89
		observée le <?= $observation['date']; ?> à <?= $observation['zone_geo']; ?></h3>
93
		du <?= $observation['date']; ?> à <?= $observation['lieu']; ?></h3>
90
	<?php foreach($observation['commentaires'] as $commentaire) : ?>
94
	<?php foreach($observation['commentaires'] as $commentaire) : ?>
91
		<?php if($commentaire['nom_sel'] == '') { ?>
95
		<?php if($commentaire['nom_sel'] == '') { ?>
92
			<div class="commentaire"> 
96
			<div class="commentaire"> 
93
				- <?= $commentaire['auteur'] ?> a écrit <em>"<?= $commentaire['texte'] ?>"</em>
97
				- <?= $commentaire['auteur'] ?> a écrit <em>"<?= $commentaire['texte'] ?>"</em>
Line 101... Line 105...
101
			</div>
105
			</div>
102
		<?php } ?>
106
		<?php } ?>
103
	<?php endforeach ; ?>
107
	<?php endforeach ; ?>
104
	<br />
108
	<br />
105
<?php endforeach ; ?>
109
<?php endforeach ; ?>
-
 
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>
106
</body>
119
</body>
107
</html>
120
</html>
108
121