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>
|
4 |
<span class="famille nomenclature" style="float: right;">
|
4 |
<span class="famille nomenclature" style="float: right;">
|
5 |
<?php if($famille != '') { ?>
|
5 |
<?php if($famille != '') { ?>
|
6 |
<a class="lien_recherche_hier" title="<?= $i18n['lien-recherche-hier-fam']; ?>" href="<?= $lien_recherche_famille ?>"> <?= $famille; ?> </a>
|
6 |
<a class="lien_recherche_hier" title="<?= $i18n['lien-recherche-hier-fam']; ?>" href="<?= $lien_recherche_famille ?>"> <?= $famille; ?> </a>
|
7 |
<?php } ?>
|
7 |
<?php } ?>
|
8 |
</span>
|
8 |
</span>
|
- |
|
9 |
<span class="nomenclature"><?=$nom_retenu_html?></span>
|
9 |
<br/>
|
10 |
</h1>
|
- |
|
11 |
<?php if($nom_vernaculaire): ?>
|
- |
|
12 |
<h2 class="vernaculaire"><?=$nom_vernaculaire;?></h2>
|
- |
|
13 |
<?php endif; ?>
|
10 |
<?php if($nom_appele_html): ?>
|
14 |
<?php if($nom_appele_html): ?>
|
- |
|
15 |
<h3 class="redirige_depuis">
|
- |
|
16 |
<span class="label_redirige_depuis">Nom recherché :</span>
|
11 |
<span class="redirige_depuis">Nom retenu du nom recherché <strong><?= $nom_appele_html ?></strong></span>
|
17 |
<span class="valeur_redirige_depuis"><?= $nom_appele_html ?></span>
|
12 |
<br/>
|
18 |
</h3>
|
13 |
<?php endif; ?>
|
19 |
<?php endif; ?>
|
14 |
<span class="vernaculaire"><?=$nom_vernaculaire;?></span></h1>
|
- |
|
- |
|
20 |
|
15 |
<hr class="nettoyage" />
|
21 |
<hr class="nettoyage" />
|
- |
|
22 |
|
16 |
<div id="zone_onglets" class="ui-tabs ui-widget ui-widget-content ui-corner-all">
|
23 |
<div id="zone_onglets" class="ui-tabs ui-widget ui-widget-content ui-corner-all">
|
17 |
<? $url = htmlentities('index.php?referentiel='.Registre::get('parametres.referentiel').'&niveau='.Registre::get('parametres.niveau').'&module=fiche&action=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
|
24 |
<? $url = htmlentities('index.php?referentiel='.Registre::get('parametres.referentiel').'&niveau='.Registre::get('parametres.niveau').'&module=fiche&action=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
|
18 |
<ul id="onglets" class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
|
25 |
<ul id="onglets" class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
|
19 |
<li title="<?=$i18n['onglet-descr-synth']?>" id="onglet_synthese" class="ui-state-default ui-corner-top <?= ($onglet == 'synthese') ? 'ui-tabs-selected ui-state-active' : '' ;?>">
|
26 |
<li title="<?=$i18n['onglet-descr-synth']?>" id="onglet_synthese" class="ui-state-default ui-corner-top <?= ($onglet == 'synthese') ? 'ui-tabs-selected ui-state-active' : '' ;?>">
|
20 |
<a class="lien-onglet lien-statique" rel="synthese" href="<?=$url;?>synthese">
|
27 |
<a class="lien-onglet lien-statique" rel="synthese" href="<?=$url;?>synthese">
|