Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 718 Rev 931
Line 45... Line 45...
45
	</thead>
45
	</thead>
46
	<tbody>
46
	<tbody>
47
	<? $i = 1 ?>
47
	<? $i = 1 ?>
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
				<? if ($nom['retenu'] !== 'absent') :  ?>
54
					<a href="<?=$nom['urlFiche']?>"><?=$nom['nomSci']?></a>
54
					<a href="<?=$nom['urlFiche']?>"><?=$nom['nomSci']?></a>
55
				<? else : ?><?=$nom['nomSci']?>
55
				<? else : ?><?=$nom['nomSci']?>