Subversion Repositories Applications.referentiel

Rev

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

Rev 133 Rev 135
Line 390... Line 390...
390
						</tr>		
390
						</tr>		
391
					<? endforeach ?>
391
					<? endforeach ?>
392
				</tbody>
392
				</tbody>
393
			</table>
393
			</table>
394
		<? endif; ?>
394
		<? endif; ?>
395
		<? if (isset($b)) : ?>
-
 
396
			<table class="largeur-16">
-
 
397
				<thead>
-
 
398
					<tr>
-
 
399
						<th class="largeur-03">Basionyme commun</th>
-
 
400
						<th class="largeur-13 vide" colspan="5">&nbsp;</th>
-
 
401
					</tr>
-
 
402
					<tr>
-
 
403
						<th class="largeur-03">Nom scientifique</th>
-
 
404
						<th class="largeur-04">Auteur</th>
-
 
405
						<th class="largeur-01">Année</th>
-
 
406
						<th class="largeur-05">Référence bibliographique</th>
-
 
407
						<th class="largeur-02">Nom addendum</th>
-
 
408
						<th class="largeur-01" title="Identifiant numérique du nom scientifique">Id</th>
-
 
409
					</tr>				
-
 
410
				</thead>
-
 
411
				<tbody>
-
 
412
					<? foreach ($b as $synonyme) : ?>
-
 
413
						<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
-
 
414
							<td>
-
 
415
								<a href="<?=Recherche::getUrlFicheTaxon($synonyme)?>"><?=$synonyme['nom_complet'];?></a>
-
 
416
							</td>
-
 
417
							<td><?=$synonyme['auteur'];?></td>
-
 
418
							<td><?=$synonyme['annee'];?></td>
-
 
419
							<td><?=$synonyme['biblio_origine'];?></td>
-
 
420
							<td><?=$synonyme['nom_addendum'];?></td>
-
 
421
							<td><?=$synonyme['num_nom'];?></td>
-
 
422
						</tr>		
-
 
423
					<? endforeach ?>
-
 
424
				</tbody>
-
 
425
			</table>
-
 
426
		<? endif; ?>
-
 
427
		<? if (isset($ma)) : ?>
395
		<? if (isset($ma)) : ?>
428
			<table class="largeur-16">
396
			<table class="largeur-16">
429
				<thead>
397
				<thead>
430
					<tr>
398
					<tr>
431
						<th class="largeur-03">Synonymie mal appliquée</th>
399
						<th class="largeur-03">Synonymie mal appliquée</th>