Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1020 Rev 1036
Line 29... Line 29...
29
}
29
}
30
h3 a {
30
h3 a {
31
	border-color:#CCCCCC;
31
	border-color:#CCCCCC;
32
}
32
}
33
a {
33
a {
-
 
34
	cursor: pointer;
34
	color:#598000;
35
	color:#598000;
35
	text-decoration:none;
36
	text-decoration:none;
36
	border-bottom:1px dotted #95ae5d;
37
	border-bottom:1px dotted #95ae5d;
37
}
38
}
38
a:hover {
39
a:hover {
Line 82... Line 83...
82
	<br /><br />
83
	<br /><br />
83
</div>
84
</div>
Line 84... Line 85...
84
	
85
	
85
<?php foreach($liste_observations as $observation) : ?>
86
<?php foreach($liste_observations as $observation) : ?>
86
	<?php $nom_ret = (trim($observation['nom_ret']) != '') ? $observation['nom_ret'] : 'Espèce indéterminée'; ?>
87
	<?php $nom_ret = (trim($observation['nom_ret']) != '') ? $observation['nom_ret'] : 'Espèce indéterminée'; ?>
87
	<h3>Observation <?= $observation['id_observation'] ?> - <em><?= $nom_ret; ?></em> 
88
	<h3><a href="<?= $observation['lien']; ?>">Observation <?= $observation['id_observation'] ?> - <em><?= $nom_ret; ?> </a></em> 
88
		observée le <?= $observation['date']; ?> à <?= $observation['zone_geo']; ?></h3>
89
		observée le <?= $observation['date']; ?> à <?= $observation['zone_geo']; ?></h3>
89
	<?php foreach($observation['commentaires'] as $commentaire) : ?>
90
	<?php foreach($observation['commentaires'] as $commentaire) : ?>
90
		<?php if($commentaire['nom_sel'] == '') { ?>
91
		<?php if($commentaire['nom_sel'] == '') { ?>
91
			<div class="commentaire"> 
92
			<div class="commentaire">