Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 116 Rev 125
Line 1... Line 1...
1
<ul id="ef-resultats-determination">
1
<ul id="ef-resultats-determination">
2
	<? foreach ($noms as $nnTaxon => $nom) : ?>
2
	<? foreach ($noms as $nnTaxon => $nom) : ?>
3
	<li style="min-height:101px;">
3
	<li class="zone-resultat">
4
		<a href="<?=$nom['url']?>">
4
		<a href="<?=$nom['url']?>">
5
			<strong class="nom-sci-retenu"><?=$nom['nom_sci_retenu']?></strong>
5
			<strong class="nom-sci-retenu"><?=$nom['nom_sci_retenu']?></strong>
6
		</a>
6
		</a>
Line 7... Line 7...
7
		
7