Subversion Repositories Applications.referentiel

Rev

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

Rev 116 Rev 117
Line 4... Line 4...
4
		$("#ref-ref").tabs({
4
		$("#ref-ref").tabs({
5
			cookie: {expires: 1}// Stocke un cookie pour 1 jour
5
			cookie: {expires: 1}// Stocke un cookie pour 1 jour
6
		});
6
		});
7
	});
7
	});
8
</script>
8
</script>
9
<h1>Fiche : <?=$nom." (".$num_nom.")"?></h1>
9
<h1>Fiche du nom sélectionné : <?=$nom." (".$num_nom.")"?></h1>
Line 10... Line 10...
10
 
10
 
11
<hr class="nettoyeur"/>
11
<hr class="nettoyeur"/>
12
<div id="ref-ref" class="ref-onglets">
12
<div id="ref-ref" class="ref-onglets">
13
	<ul class="ref-sommaire">
13
	<ul class="ref-sommaire">
Line 34... Line 34...
34
					<th title="Identifiant numérique du nom scientifique">Id</th>
34
					<th title="Identifiant numérique du nom scientifique">Id</th>
35
				</tr>				
35
				</tr>				
36
			</thead>
36
			</thead>
37
			<tbody>
37
			<tbody>
38
				<? if (isset($selectionne)) : ?>
38
				<? if (isset($selectionne)) : ?>
39
					<tr>
39
					<?=($num_nom == $num_nom_retenu)? '<tr class="nom_retenu">' : "<tr>";?>
40
						<th>Nom sélectionné <?=($num_nom == $num_nom_retenu) ? '(retenu)' : ''?></th>
40
						<th>Nom sélectionné <?=($num_nom == $num_nom_retenu) ? '(retenu)' : ''?></th>
41
						<td><?=$selectionne['nom_complet'];?>
41
						<td><?=$selectionne['nom_complet'];?>
42
							<? if ($selectionne['nom_complet'] != '') : ?>
42
							<? if ($selectionne['nom_complet'] != '') : ?>
43
								<a href="<?=Recherche::getUrlRecherche($selectionne['nom_complet'], $referentiel)?>">
43
								<a href="<?=Recherche::getUrlRecherche($selectionne['nom_complet'], $referentiel)?>">
44
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
44
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
Line 69... Line 69...
69
						</td>
69
						</td>
70
						<td><?=$selectionne['nom_addendum'];?></td>
70
						<td><?=$selectionne['nom_addendum'];?></td>
71
						<td><?=$selectionne['num_nom'];?></td>
71
						<td><?=$selectionne['num_nom'];?></td>
72
					</tr>
72
					</tr>
73
					<? if (isset($selectionne['bas_num'])) : ?>
73
					<? if (isset($selectionne['bas_num'])) : ?>
74
						<tr>
-
 
-
 
74
						<?=($selectionne['bas_num'] == $selectionne['bas_num_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
75
							<th style="text-align:right;" title="Basionyme du nom sélectionné">a pour basionyme</th>
75
							<th style="text-align:right;" title="Basionyme du nom sélectionné">a pour basionyme</th>
76
							<td>
76
							<td>
77
								<a href="<?=FicheTaxon::getUrlFicheTaxon($selectionne, 'bas')?>">
77
								<a href="<?=FicheTaxon::getUrlFicheTaxon($selectionne, 'bas')?>">
78
									<?=$selectionne['bas_nom'];?>
78
									<?=$selectionne['bas_nom'];?>
79
								</a>
79
								</a>
Line 108... Line 108...
108
							<td><?=$selectionne['bas_num'];?></td>
108
							<td><?=$selectionne['bas_num'];?></td>
109
						</tr>
109
						</tr>
110
					<? endif; ?>
110
					<? endif; ?>
111
				<? endif; ?>
111
				<? endif; ?>
112
				<? if (isset($retenu)) : ?>
112
				<? if (isset($retenu)) : ?>
113
					<tr>
113
					<tr class="nom_retenu">
114
						<th>Nom retenu</th>
114
						<th>Nom retenu</th>
115
						<td><a href="<?=Recherche::getUrlFicheTaxon($retenu)?>"><?=$retenu['nom_complet'];?></a>
115
						<td><a href="<?=Recherche::getUrlFicheTaxon($retenu)?>"><?=$retenu['nom_complet'];?></a>
116
							<? if ($retenu['nom_complet'] != '') : ?>
116
							<? if ($retenu['nom_complet'] != '') : ?>
117
								<a href="<?=Recherche::getUrlRecherche($retenu['nom_complet'], $referentiel)?>">
117
								<a href="<?=Recherche::getUrlRecherche($retenu['nom_complet'], $referentiel)?>">
118
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
118
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
Line 142... Line 142...
142
						</td>
142
						</td>
143
						<td><?=$retenu['nom_addendum'];?></td>
143
						<td><?=$retenu['nom_addendum'];?></td>
144
						<td><?=$retenu['num_nom'];?></td>
144
						<td><?=$retenu['num_nom'];?></td>
145
					</tr>
145
					</tr>
146
					<? if (isset($retenu['bas_num'])) : ?>
146
					<? if (isset($retenu['bas_num'])) : ?>
147
						<tr>
147
						<?=($retenu['bas_num'] == $retenu['bas_num_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
148
							<th style="text-align:right;" title="Basionyme du nom retenu">a pour basionyme</th>
148
							<th style="text-align:right;" title="Basionyme du nom retenu">a pour basionyme</th>
149
							<td><a href="<?=FicheTaxon::getUrlFicheTaxon($retenu, 'bas')?>"><?=$retenu['bas_nom'];?>
149
							<td><a href="<?=FicheTaxon::getUrlFicheTaxon($retenu, 'bas')?>"><?=$retenu['bas_nom'];?>
150
								<? if ($retenu['bas_nom'] != '') : ?>
150
								<? if ($retenu['bas_nom'] != '') : ?>
151
									<a href="<?=Recherche::getUrlRecherche($retenu['bas_nom'], $referentiel)?>">
151
									<a href="<?=Recherche::getUrlRecherche($retenu['bas_nom'], $referentiel)?>">
152
										<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
152
										<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
Line 191... Line 191...
191
							</a>
191
							</a>
192
						</td>
192
						</td>
193
					</tr>
193
					</tr>
194
				<? endif; ?>
194
				<? endif; ?>
195
				<? if (isset($parents)) : ?>
195
				<? if (isset($parents)) : ?>
196
					<tr>
196
					<?=($parents['p1_num'] == $parents['p1_num_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
197
						<th>Parent 01</th>
197
						<th>Parent 01</th>
198
						<td><a href="<?=FicheTaxon::getUrlFicheTaxon($parents, 'p1')?>"><?=$parents['p1_nom'];?></a>
198
						<td><a href="<?=FicheTaxon::getUrlFicheTaxon($parents, 'p1')?>"><?=$parents['p1_nom'];?></a>
199
							<? if ($parents['p1_nom'] != '') : ?>
199
							<? if ($parents['p1_nom'] != '') : ?>
200
								<a href="<?=Recherche::getUrlRecherche($parents['p1_nom'], $referentiel)?>">
200
								<a href="<?=Recherche::getUrlRecherche($parents['p1_nom'], $referentiel)?>">
201
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
201
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
Line 224... Line 224...
224
							<? endif; ?>
224
							<? endif; ?>
225
						</td>
225
						</td>
226
						<td><?=$parents['p1_nom_add'];?></td>
226
						<td><?=$parents['p1_nom_add'];?></td>
227
						<td><?=$parents['p1_num'];?></td>
227
						<td><?=$parents['p1_num'];?></td>
228
					</tr>
228
					</tr>
229
					<tr>
229
					<?=($parents['p2_num'] == $parents['p2_num_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
230
						<th>Parent 02</th>
230
						<th>Parent 02</th>
231
						<td><a href="<?=FicheTaxon::getUrlFicheTaxon($parents, 'p2')?>"><?=$parents['p2_nom'];?></a>
231
						<td><a href="<?=FicheTaxon::getUrlFicheTaxon($parents, 'p2')?>"><?=$parents['p2_nom'];?></a>
232
							<? if ($parents['p2_nom'] != '') : ?>
232
							<? if ($parents['p2_nom'] != '') : ?>
233
								<a href="<?=Recherche::getUrlRecherche($parents['p2_nom'], $referentiel)?>">
233
								<a href="<?=Recherche::getUrlRecherche($parents['p2_nom'], $referentiel)?>">
234
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
234
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
Line 266... Line 266...
266
		<hr class="nettoyeur"/>
266
		<hr class="nettoyeur"/>
267
	</div>
267
	</div>
Line 268... Line 268...
268
 
268
 
269
	<div id="ref-ref-synonymie">
269
	<div id="ref-ref-synonymie">
-
 
270
		<h2>Synonymie</h2>
-
 
271
		<? if ($info['synonyme_douteux'] == 1) : ?>
-
 
272
			<table>
-
 
273
				<thead>
-
 
274
					<tr>
-
 
275
						<th title="Le nom sélectionné est un synonyme douteux">Synonymie douteuse</th>
-
 
276
						<th class="vide" colspan="5">&nbsp;</th>
-
 
277
					</tr>
-
 
278
					<tr>
-
 
279
						<th>Nom scientifique</th>
-
 
280
						<th>Auteur</th>
-
 
281
						<th>Année</th>
-
 
282
						<th>Référence bibliographique</th>
-
 
283
						<th>Nom addendum</th>
-
 
284
						<th title="Identifiant numérique du nom scientifique">Id</th>
-
 
285
					</tr>				
-
 
286
				</thead>
-
 
287
				<tbody>
-
 
288
					<tr>
-
 
289
						<td><?=$info['nom_complet'];?></td>
-
 
290
						<td><?=$info['auteur'];?></td>
-
 
291
						<td><?=$info['annee'];?></td>
-
 
292
						<td><?=$info['biblio_origine'];?></td>
-
 
293
						<td><?=$info['nom_addendum'];?></td>
-
 
294
						<td><?=$info['num_nom'];?></td>
-
 
295
					</tr>
-
 
296
				</tbody>
-
 
297
			</table>
-
 
298
		<? endif; ?>
-
 
299
		<? if (isset($n)) : ?>
-
 
300
			<table>
-
 
301
				<thead>
-
 
302
					<tr>
-
 
303
						<th>Synonymie nomenclaturale</th>
-
 
304
						<th class="vide" colspan="5">&nbsp;</th>
-
 
305
					</tr>
-
 
306
					<tr>
-
 
307
						<th>Nom scientifique</th>
-
 
308
						<th>Auteur</th>
-
 
309
						<th>Année</th>
-
 
310
						<th>Référence bibliographique</th>
-
 
311
						<th>Nom addendum</th>
-
 
312
						<th title="Identifiant numérique du nom scientifique">Id</th>
-
 
313
					</tr>				
-
 
314
				</thead>
-
 
315
				<tbody>
-
 
316
					<? foreach ($n as $synonyme) : ?>
-
 
317
						<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
-
 
318
							<td>
-
 
319
								<a href="<?=Recherche::getUrlFicheTaxon($synonyme)?>"><?=$synonyme['nom_complet'];?></a>
-
 
320
							</td>
-
 
321
							<td><?=$synonyme['auteur'];?></td>
-
 
322
							<td><?=$synonyme['annee'];?></td>
-
 
323
							<td><?=$synonyme['biblio_origine'];?></td>
-
 
324
							<td><?=$synonyme['nom_addendum'];?></td>
-
 
325
							<td><?=$synonyme['num_nom'];?></td>
-
 
326
						</tr>		
-
 
327
					<? endforeach ?>
-
 
328
				</tbody>
-
 
329
			</table>
-
 
330
		<? endif; ?>
-
 
331
		<? if (isset($t)) : ?>
-
 
332
			<table>
-
 
333
				<thead>
-
 
334
					<tr>
-
 
335
						<th>Synonymie taxonomique</th>
-
 
336
						<th class="vide" colspan="5">&nbsp;</th>
-
 
337
					</tr>
-
 
338
					<tr>
-
 
339
						<th>Nom scientifique</th>
-
 
340
						<th>Auteur</th>
-
 
341
						<th>Année</th>
-
 
342
						<th>Référence bibliographique</th>
-
 
343
						<th>Nom addendum</th>
-
 
344
						<th title="Identifiant numérique du nom scientifique">Id</th>
-
 
345
					</tr>				
-
 
346
				</thead>
-
 
347
				<tbody>
-
 
348
					<? foreach ($t as $synonyme) : ?>
-
 
349
						<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
-
 
350
							<td>
-
 
351
								<a href="<?=Recherche::getUrlFicheTaxon($synonyme)?>"><?=$synonyme['nom_complet'];?></a>
-
 
352
							</td>
-
 
353
							<td><?=$synonyme['auteur'];?></td>
-
 
354
							<td><?=$synonyme['annee'];?></td>
-
 
355
							<td><?=$synonyme['biblio_origine'];?></td>
-
 
356
							<td><?=$synonyme['nom_addendum'];?></td>
-
 
357
							<td><?=$synonyme['num_nom'];?></td>
-
 
358
						</tr>		
-
 
359
					<? endforeach ?>
-
 
360
				</tbody>
-
 
361
			</table>
-
 
362
		<? endif; ?>
-
 
363
		<? if (isset($i)) : ?>
-
 
364
			<table>
-
 
365
				<thead>
-
 
366
					<tr>
-
 
367
						<th>Synonymie indéterminée (pas de basionyme)</th>
-
 
368
						<th class="vide" colspan="5">&nbsp;</th>
-
 
369
					</tr>
-
 
370
					<tr>
-
 
371
						<th>Nom scientifique</th>
-
 
372
						<th>Auteur</th>
-
 
373
						<th>Année</th>
-
 
374
						<th>Référence bibliographique</th>
-
 
375
						<th>Nom addendum</th>
-
 
376
						<th title="Identifiant numérique du nom scientifique">Id</th>
-
 
377
					</tr>				
-
 
378
				</thead>
-
 
379
				<tbody>
-
 
380
					<? foreach ($i as $synonyme) : ?>
-
 
381
						<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
-
 
382
							<td>
-
 
383
								<a href="<?=Recherche::getUrlFicheTaxon($synonyme)?>"><?=$synonyme['nom_complet'];?></a>
-
 
384
							</td>
-
 
385
							<td><?=$synonyme['auteur'];?></td>
-
 
386
							<td><?=$synonyme['annee'];?></td>
-
 
387
							<td><?=$synonyme['biblio_origine'];?></td>
-
 
388
							<td><?=$synonyme['nom_addendum'];?></td>
-
 
389
							<td><?=$synonyme['num_nom'];?></td>
-
 
390
						</tr>		
-
 
391
					<? endforeach ?>
-
 
392
				</tbody>
-
 
393
			</table>
-
 
394
		<? endif; ?>
-
 
395
		<? if (isset($b)) : ?>
-
 
396
			<table>
-
 
397
				<thead>
-
 
398
					<tr>
-
 
399
						<th>Basionyme commun</th>
-
 
400
						<th class="vide" colspan="5">&nbsp;</th>
-
 
401
					</tr>
-
 
402
					<tr>
-
 
403
						<th>Nom scientifique</th>
-
 
404
						<th>Auteur</th>
-
 
405
						<th>Année</th>
-
 
406
						<th>Référence bibliographique</th>
-
 
407
						<th>Nom addendum</th>
-
 
408
						<th 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>
270
		<h2>Synonymie</h2>
426
		<? endif; ?>
-
 
427
		<? if (isset($ma)) : ?>
-
 
428
			<table>
-
 
429
				<thead>
-
 
430
					<tr>
-
 
431
						<th>Synonymie mal appliquée</th>
-
 
432
						<th class="vide" colspan="6">&nbsp;</th>
-
 
433
					</tr>
-
 
434
					<tr>
-
 
435
						<th>Statut</th>
-
 
436
						<th>Nom scientifique</th>
-
 
437
						<th>Auteur</th>
-
 
438
						<th>Année</th>
-
 
439
						<th>Référence bibliographique</th>
-
 
440
						<th>Nom addendum</th>
-
 
441
						<th title="Identifiant numérique du nom scientifique">Id</th>
-
 
442
					</tr>				
-
 
443
				</thead>
271
		<? if (isset($fiche_synonymie)) : ?>
444
				<tbody>
-
 
445
					<? foreach ($ma as $synonyme) : ?>
-
 
446
						<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
-
 
447
							<td><?=$synonyme['statut']?></td>
-
 
448
							<td>
-
 
449
								<a href="<?=Recherche::getUrlFicheTaxon($synonyme)?>"><?=$synonyme['nom_complet'];?></a>
-
 
450
							</td>
-
 
451
							<td><?=$synonyme['auteur'];?></td>
-
 
452
							<td><?=$synonyme['annee'];?></td>
-
 
453
							<td><?=$synonyme['biblio_origine'];?></td>
-
 
454
							<td><?=$synonyme['nom_addendum'];?></td>
-
 
455
							<td><?=$synonyme['num_nom'];?></td>
-
 
456
						</tr>		
-
 
457
					<? endforeach ?>
-
 
458
				</tbody>
-
 
459
			</table>
-
 
460
		<? endif; ?>
-
 
461
		<? if (isset($o)) : ?>
-
 
462
			<table>
-
 
463
				<thead>
-
 
464
					<tr>
-
 
465
						<th>Synonymie orthographique</th>
-
 
466
						<th class="vide" colspan="6">&nbsp;</th>
-
 
467
					</tr>
-
 
468
					<tr>
-
 
469
						<th>Statut</th>
-
 
470
						<th>Nom scientifique</th>
-
 
471
						<th>Auteur</th>
-
 
472
						<th>Année</th>
-
 
473
						<th>Référence bibliographique</th>
-
 
474
						<th>Nom addendum</th>
-
 
475
						<th title="Identifiant numérique du nom scientifique">Id</th>
-
 
476
					</tr>				
-
 
477
				</thead>
-
 
478
				<tbody>
-
 
479
					<? foreach ($o as $synonyme) : ?>
-
 
480
						<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
-
 
481
							<td><?=$synonyme['statut']?></td>
-
 
482
							<td>
-
 
483
								<a href="<?=Recherche::getUrlFicheTaxon($synonyme)?>"><?=$synonyme['nom_complet'];?></a>
-
 
484
							</td>
-
 
485
							<td><?=$synonyme['auteur'];?></td>
-
 
486
							<td><?=$synonyme['annee'];?></td>
-
 
487
							<td><?=$synonyme['biblio_origine'];?></td>
-
 
488
							<td><?=$synonyme['nom_addendum'];?></td>
-
 
489
							<td><?=$synonyme['num_nom'];?></td>
-
 
490
						</tr>		
-
 
491
					<? endforeach ?>
-
 
492
				</tbody>
-
 
493
			</table>
-
 
494
		<? endif; ?>
-
 
495
		<? if (isset($pp)) : ?>
-
 
496
			<table>
-
 
497
				<thead>
-
 
498
					<tr>
-
 
499
						<th>Synonymie pro parte</th>
-
 
500
						<th class="vide" colspan="5">&nbsp;</th>
-
 
501
					</tr>
-
 
502
					<tr>
-
 
503
						<th>Nom scientifique</th>
-
 
504
						<th>Auteur</th>
-
 
505
						<th>Année</th>
-
 
506
						<th>Référence bibliographique</th>
-
 
507
						<th>Nom addendum</th>
-
 
508
						<th title="Identifiant numérique du nom scientifique">Id</th>
-
 
509
					</tr>				
-
 
510
				</thead>
-
 
511
				<tbody>
-
 
512
					<? foreach ($pp as $synonyme) : ?>
-
 
513
						<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
-
 
514
							<td>
-
 
515
								<a href="<?=Recherche::getUrlFicheTaxon($synonyme)?>"><?=$synonyme['nom_complet'];?></a>
-
 
516
							</td>
-
 
517
							<td><?=$synonyme['auteur'];?></td>
-
 
518
							<td><?=$synonyme['annee'];?></td>
-
 
519
							<td><?=$synonyme['biblio_origine'];?></td>
-
 
520
							<td><?=$synonyme['nom_addendum'];?></td>
-
 
521
							<td><?=$synonyme['num_nom'];?></td>
-
 
522
						</tr>		
-
 
523
					<? endforeach ?>
-
 
524
				</tbody>
-
 
525
			</table>
-
 
526
		<? endif; ?>
272
			<? foreach ($fiche_synonymie as $type => $synonymes) : ?>
527
		<? if (isset($h)) : ?>
273
			<table>
528
			<table>
274
				<thead>
529
				<thead>
275
					<tr>
530
					<tr>
276
						<th><?=$type_synonymie[$type];?></th>
531
						<th>Homonymie (sensu)</th>
277
						<th class="vide" colspan="<?=($type == 'Homonymie (sensu)' || $type == 'mal appliquée') ? '6' : '5';?>">&nbsp;</th>
532
						<th class="vide" colspan="6">&nbsp;</th>
278
					</tr>
533
					</tr>
279
					<tr>
534
					<tr>
280
						<?=($type == 'Homonymie (sensu)' || $type == 'mal appliquée') ? "<th>Statut</th>" : '';?>
535
						<th>Statut</th>
281
						<th>Nom scientifique</th>
536
						<th>Nom scientifique</th>
282
						<th>Auteur</th>
537
						<th>Auteur</th>
283
						<th>Année</th>
538
						<th>Année</th>
284
						<th>Référence bibliographique</th>
539
						<th>Référence bibliographique</th>
285
						<th>Nom addendum</th>
540
						<th>Nom addendum</th>
286
						<th title="Identifiant numérique du nom scientifique">Id</th>
541
						<th title="Identifiant numérique du nom scientifique">Id</th>
287
					</tr>				
542
					</tr>				
288
				</thead>
543
				</thead>
289
				<tbody>
544
				<tbody>
290
					<? foreach ($synonymes as $synonyme) : ?>
545
					<? foreach ($h as $synonyme) : ?>
291
						<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
546
						<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
292
							<?=($type == 'Homonymie (sensu)' || $type == 'mal appliquée') ? "<td>".$synonyme['statut']."</td>" : "";?>
547
							<td><?=$synonyme['statut']?></td>
293
							<td>
548
							<td>
294
								<a href="<?=Recherche::getUrlFicheTaxon($synonyme)?>"><?=$synonyme['nom_complet'];?></a>
549
								<a href="<?=Recherche::getUrlFicheTaxon($synonyme)?>"><?=$synonyme['nom_complet'];?></a>
295
							</td>
550
							</td>
296
							<td><?=$synonyme['auteur'];?></td>
551
							<td><?=$synonyme['auteur'];?></td>
Line 300... Line 555...
300
							<td><?=$synonyme['num_nom'];?></td>
555
							<td><?=$synonyme['num_nom'];?></td>
301
						</tr>		
556
						</tr>		
302
					<? endforeach ?>
557
					<? endforeach ?>
303
				</tbody>
558
				</tbody>
304
			</table>
559
			</table>
305
			<? endforeach ?>
-
 
306
		<? endif; ?>
560
		<? endif; ?>
307
	</div>
561
	</div>
Line 308... Line 562...
308
	
562
	
309
	<div id="ref-ref-classification">
563
	<div id="ref-ref-classification">