Subversion Repositories eFlore/Applications.del

Rev

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

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