Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 429 Rev 717
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
				<a href="<?=htmlentities($nom['urlFiche'])?>"><?=$nom['nomSci']?></a>
53
				<a href="<?=$nom['urlFiche']?>"><?=$nom['nomSci']?></a>
54
			</td>
54
			</td>
55
			<td><?=$nom['auteur']?></td>
55
			<td><?=$nom['auteur']?></td>
56
			<td><?=$nom['annee']?></td>
56
			<td><?=$nom['annee']?></td>
57
			<td><?=$nom['biblio']?></td>
57
			<td><?=$nom['biblio']?></td>
58
			<td><?=$nom['addendum']?></td>
58
			<td><?=$nom['addendum']?></td>