Line 1... |
Line 1... |
1 |
<script type="text/Javascript">
|
1 |
<script type="text/Javascript">
|
2 |
var ongletsDefaut = [<?= $blocs; ?>];
|
2 |
var ongletsDefaut = [<?= $blocs; ?>];
|
3 |
</script>
|
3 |
</script>
|
4 |
<div id="bloc-fiche" class="importance1">
|
4 |
<div id="bloc-fiche" class="importance4">
|
5 |
<h1><span ><?=$nom_retenu?></span><span class="famille" style="float: right;"><?=($famille != '') ? $famille : '';?></span></h1>
|
5 |
<h1><span class="nomenclature"><?=$nom_retenu?></span><span class="famille nomenclature" style="float: right;"><?=($famille != '') ? $famille : '';?></span></h1>
|
6 |
<div id="zone_onglets" class="ui-tabs ui-widget ui-widget-content ui-corner-all">
|
6 |
<div id="zone_onglets" class="ui-tabs ui-widget ui-widget-content ui-corner-all">
|
7 |
<? $url = htmlentities('index.php?referentiel=bdtfx&niveau=1&module=fiche&action=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
|
7 |
<? $url = htmlentities('index.php?referentiel=bdtfx&niveau=1&module=fiche&action=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
|
8 |
<ul id="onglets" class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
|
8 |
<ul id="onglets" class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
|
9 |
<li id="onglet_synthese" class="ui-state-default ui-corner-top <?= ($onglet == 'synthese') ? 'ui-tabs-selected ui-state-active' : '' ;?>">
|
9 |
<li id="onglet_synthese" class="ui-state-default ui-corner-top <?= ($onglet == 'synthese') ? 'ui-tabs-selected ui-state-active' : '' ;?>">
|
10 |
<a class="lien-onglet lien-statique" href="<?=$url;?>synthese">Accueil</a>
|
10 |
<a class="lien-onglet lien-statique" href="<?=$url;?>synthese">Accueil</a>
|