Subversion Repositories Applications.referentiel

Rev

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

Rev 241 Rev 243
Line 600... Line 600...
600
							<th <?=($type == 'inférieurs') ? 'colspan="'.$niveau.'"' : '' ?>>Rang</th>
600
							<th <?=($type == 'inférieurs') ? 'colspan="'.$niveau.'"' : '' ?>>Rang</th>
601
							<th>Nom scientifique</th>
601
							<th>Nom scientifique</th>
602
							<th>Auteur</th>
602
							<th>Auteur</th>
603
							<th>Année</th>
603
							<th>Année</th>
604
							<th>Référence bibliographique</th>
604
							<th>Référence bibliographique</th>
-
 
605
							<th>Présence</th>
605
							<th>Nom addendum</th>
606
							<th>Nom addendum</th>
606
							<th title="Identifiant numérique du nom scientifique">num_nom</th>
607
							<th title="Identifiant numérique du nom scientifique">num_nom</th>
607
						</tr>				
608
						</tr>				
608
					</thead>
609
					</thead>
609
					<tbody>
610
					<tbody>
Line 629... Line 630...
629
										<a href="<?=Recherche::getUrlFicheTaxon($taxon)?>"><?=$taxon['nom_sci'];?></a>
630
										<a href="<?=Recherche::getUrlFicheTaxon($taxon)?>"><?=$taxon['nom_sci'];?></a>
630
									</td>
631
									</td>
631
									<td><?=$taxon['auteur'];?></td>
632
									<td><?=$taxon['auteur'];?></td>
632
									<td><?=$taxon['annee'];?></td>
633
									<td><?=$taxon['annee'];?></td>
633
									<td><?=$taxon['biblio_origine'];?></td>
634
									<td><?=$taxon['biblio_origine'];?></td>
-
 
635
									<td>
-
 
636
										<?=(isset($valeur_presence[$taxon['presence']])) ? 
-
 
637
													$valeur_presence[$taxon['presence']].' ('.$taxon['presence'].')' : 
-
 
638
													$taxon['presence'];?>
-
 
639
									</td>
634
									<td><?=$taxon['nom_addendum'];?></td>
640
									<td><?=$taxon['nom_addendum'];?></td>
635
									<td><?=$taxon['num_nom'];?></td>
641
									<td><?=$taxon['num_nom'];?></td>
636
								</tr>	
642
								</tr>	
637
							<? endforeach ?>
643
							<? endforeach ?>
638
						<? endif ?>
644
						<? endif ?>