Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1271 Rev 1277
Line 1... Line 1...
1
<?= $entete; ?>
1
<?= $entete; ?>
2
<div id="bloc-fiche" class="importance4">
2
<div id="bloc-fiche" class="importance4">
3
	<h1><span class="nomenclature"><?=$nom_retenu_html?></span>
3
	<h1><span class="nomenclature"><?=$nom_retenu_html?></span>
4
	<span class="famille nomenclature" style="float: right;"><?=($famille != '') ? $famille : '';?></span>
4
	<span class="famille nomenclature" style="float: right;">
-
 
5
		<?php if($famille != '') { ?>
-
 
6
			<a class="lien_recherche_hier" title="<?= $i18n['lien-recherche-hier-fam']; ?>" href="<?= $lien_recherche_famille ?>"> <?= $famille; ?> </a>
-
 
7
		<?php } ?>
-
 
8
	</span>
5
	<br/>
9
	<br/>
6
	<?php if($nom_appele_html): ?>
10
	<?php if($nom_appele_html): ?>
7
		<span class="redirige_depuis">Nom retenu du nom recherché <strong><?= $nom_appele_html ?></strong></span>
11
		<span class="redirige_depuis">Nom retenu du nom recherché <strong><?= $nom_appele_html ?></strong></span>
8
		<br/>
12
		<br/>
9
	<?php endif; ?>
13
	<?php endif; ?>