Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 717 Rev 718
Line 48... Line 48...
48
	<? foreach ($noms as $nom) : ?>
48
	<? foreach ($noms as $nom) : ?>
49
		<tr 
49
		<tr 
50
			class="<?=$nom['retenu'] === true ? 'retenu' : 'synonyme' ?>" 
50
			class="<?=$nom['retenu'] === true ? 'retenu' : 'synonyme' ?>" 
51
			title="Ligne #<?=$i++?>">
51
			title="Ligne #<?=$i++?>">
52
			<td>
52
			<td>
-
 
53
				<? if ($nom['retenu'] !== 'absent') :  ?>
53
				<a href="<?=$nom['urlFiche']?>"><?=$nom['nomSci']?></a>
54
					<a href="<?=$nom['urlFiche']?>"><?=$nom['nomSci']?></a>
-
 
55
				<? else : ?><?=$nom['nomSci']?>
-
 
56
				<? endif; ?>
54
			</td>
57
			</td>
55
			<td><?=$nom['auteur']?></td>
58
			<td><?=$nom['auteur']?></td>
56
			<td><?=$nom['annee']?></td>
59
			<td><?=$nom['annee']?></td>
57
			<td><?=$nom['biblio']?></td>
60
			<td><?=$nom['biblio']?></td>
58
			<td><?=$nom['addendum']?></td>
61
			<td><?=$nom['addendum']?></td>