Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 159 Rev 719
Line 1... Line 1...
1
<ol>
1
<ol>
2
	<? foreach ($noms as $id => $nom) : ?>
2
	<? foreach ($noms as $id => $nom) : ?>
3
	<li>
3
	<li>
4
		<a href="<?=$nom['urlFiche']?>">
-
 
5
	<?php if ($nom['retenu'] == 'true') : ?>
4
	<?php if ($nom['retenu'] == 'absent') : ?>
6
		<strong class="nom-sci-retenu"><?=$nom['nomSci']?></strong>
-
 
7
	<?php else : ?>
-
 
8
		<?=$nom['nomSci']?>
5
		<?=$nom['nomSci']?>
-
 
6
	<?php else : ?>
-
 
7
		<a href="<?=$nom['urlFiche']?>">
-
 
8
			<?php if ($nom['retenu'] == 'true') : ?>
-
 
9
				<strong class="nom-sci-retenu"><?=$nom['nomSci']?></strong>
-
 
10
			<?php else : ?>
-
 
11
				<?=$nom['nomSci']?>
9
	<?php endif; ?>
12
			<?php endif; ?>
10
		</a>
13
		</a>
-
 
14
	<?php endif; ?>
11
	</li>
15
	</li>
12
	<? endforeach; ?>
16
	<? endforeach; ?>
13
</ol>
17
</ol>
14
18