Subversion Repositories Applications.referentiel

Rev

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

Rev 245 Rev 256
Line 9... Line 9...
9
<h1>Fiche du nom sélectionné : <?="<i>".$nom."</i> ".$info['auteur']?>
9
<h1>Fiche du nom sélectionné : <?="<i>".$nom."</i> ".$info['auteur']?>
10
	<?= ($num_nom != $num_nom_retenu) ? 
10
	<?= ($num_nom != $num_nom_retenu) ? 
11
		'(nom retenu : <a href='.FicheTaxon::getUrlFicheTaxon($num_nom_retenu).'> '.$num_nom_retenu.'</a> )' 
11
		'(nom retenu : <a href='.FicheTaxon::getUrlFicheTaxon($num_nom_retenu).'> '.$num_nom_retenu.'</a> )' 
12
		: ''; ?>
12
		: ''; ?>
13
	<?= ($exclu_taxref == 1 || $exclu_taxref == 9) ? 
13
	<?= ($exclu_taxref == 1 || $exclu_taxref == 9) ? 
14
		'<span title="nom présent dans la base de travail mais non transmis au MNHN">- nom exclu de tax-ref</span>' 
14
		'<span title="nom présent dans la base de travail mais non transmis au MNHN">- exclu de tax-ref</span>' 
15
		: '<span title="nom transmis au MNHN">- nom transmis à tax-ref</span>'; ?>
15
		: '<span title="nom transmis au MNHN">- transmis à tax-ref</span>'; ?>
Line 16... Line 16...
16
	
16
	
Line 17... Line 17...
17
</h1>
17
</h1>
18
 
18