Subversion Repositories Applications.referentiel

Rev

Rev 415 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 415 Rev 416
Line 128... Line 128...
128
		<? endif; ?>
128
		<? endif; ?>
129
		<? if ((isset($selectionne['nom_francais']) && $selectionne['nom_francais'] != '') || 
129
		<? if ((isset($selectionne['nom_francais']) && $selectionne['nom_francais'] != '') || 
130
						(isset($retenu['nom_francais']) && $retenu['nom_francais'] != '')) : ?>
130
						(isset($retenu['nom_francais']) && $retenu['nom_francais'] != '')) : ?>
131
			<strong>Nom français :</strong> 
131
			<strong>Nom français :</strong> 
132
				<?= isset($retenu['nom_francais']) ? $retenu['nom_francais'] : $selectionne['nom_francais'];?>
132
				<?= isset($retenu['nom_francais']) ? $retenu['nom_francais'] : $selectionne['nom_francais'];?>
133
					<a href="<?=Recherche::getUrlRecherche($retenu['nom_francais'], $referentiel)?>">
133
					<a href="<?=Recherche::getUrlRecherche($selectionne['nom_francais'], $referentiel)?>">
134
						<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
134
						<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
135
					</a>
135
					</a>
136
			<br />
136
			<br />
137
		<? endif; ?>
137
		<? endif; ?>
138
		<?= ($info['nom_addendum']) != "" ? "<strong>Nom addendum :</strong> ".$info['nom_addendum']."<br />" : "" ;?>
138
		<?= ($info['nom_addendum']) != "" ? "<strong>Nom addendum :</strong> ".$info['nom_addendum']."<br />" : "" ;?>