Subversion Repositories Applications.referentiel

Rev

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

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