Subversion Repositories Applications.referentiel

Rev

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

Rev 110 Rev 113
Line 270... Line 270...
270
		<? if (isset($fiche_synonymie)) : ?>
270
		<? if (isset($fiche_synonymie)) : ?>
271
			<? foreach ($fiche_synonymie as $type => $synonymes) : ?>
271
			<? foreach ($fiche_synonymie as $type => $synonymes) : ?>
272
			<table>
272
			<table>
273
				<thead>
273
				<thead>
274
					<tr>
274
					<tr>
275
						<th><?=($type == 'Homonymie (sensu)') ? $type : "Synonymie ".$type;?></th>
275
						<th><?=$type_synonymie[$type];?></th>
276
						<th class="vide" colspan="<?=($type == 'Homonymie (sensu)' || $type == 'mal appliquée') ? '6' : '5';?>">&nbsp;</th>
276
						<th class="vide" colspan="<?=($type == 'Homonymie (sensu)' || $type == 'mal appliquée') ? '6' : '5';?>">&nbsp;</th>
277
					</tr>
277
					</tr>
278
					<tr>
278
					<tr>
279
						<?=($type == 'Homonymie (sensu)' || $type == 'mal appliquée') ? "<th>Statut</th>" : '';?>
279
						<?=($type == 'Homonymie (sensu)' || $type == 'mal appliquée') ? "<th>Statut</th>" : '';?>
280
						<th>Nom scientifique</th>
280
						<th>Nom scientifique</th>
Line 334... Line 334...
334
											<? else : ?>
334
											<? else : ?>
335
												<td></td>	
335
												<td></td>	
336
											<? endif; ?>	
336
											<? endif; ?>	
337
										<? endfor; ?>
337
										<? endfor; ?>
338
									<? else : ?>
338
									<? else : ?>
339
										<td><?=$taxon['rang'];?></td>	
339
										<td><?=$valeur_rang[$taxon['rang']].' ('.$taxon['rang'].')';?></td>	
340
									<? endif; ?>		
340
									<? endif; ?>		
341
									<td>
341
									<td>
342
										<a href="<?=Recherche::getUrlFicheTaxon($taxon)?>"><?=$taxon['nom_complet'];?></a>
342
										<a href="<?=Recherche::getUrlFicheTaxon($taxon)?>"><?=$taxon['nom_complet'];?></a>
343
									</td>
343
									</td>
344
									<td><?=$taxon['auteur'];?></td>
344
									<td><?=$taxon['auteur'];?></td>