Line 3... |
Line 3... |
3 |
</script>
|
3 |
</script>
|
4 |
<style>
|
4 |
<style>
|
5 |
.ui-tabs { padding:0; position: relative; }
|
5 |
.ui-tabs { padding:0; position: relative; }
|
6 |
</style>
|
6 |
</style>
|
7 |
<div id="bloc-fiche" class="importance1">
|
7 |
<div id="bloc-fiche" class="importance1">
|
8 |
<h1><?=$nom_retenu?><?=($famille != '') ? ' - '.$famille : '';?></h1>
|
8 |
<h1><span ><?=$nom_retenu?></span><span class="famille" style="float: right;"><?=($famille != '') ? $famille : '';?></span></h1>
|
9 |
<div id="zone_onglets" class="ui-tabs ui-widget ui-widget-content ui-corner-all">
|
9 |
<div id="zone_onglets" class="ui-tabs ui-widget ui-widget-content ui-corner-all">
|
10 |
<? $url = 'index.php?referentiel=bdtfx&niveau=1&module=fiche&action=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=';?>
|
10 |
<? $url = 'index.php?referentiel=bdtfx&niveau=1&module=fiche&action=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=';?>
|
11 |
<ul id="onglets" class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
|
11 |
<ul id="onglets" class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
|
12 |
<li id="onglet_synthese" class="ui-state-default ui-corner-top <?= ($onglet == 'synthese') ? 'ui-tabs-selected ui-state-active' : '' ;?>">
|
12 |
<li id="onglet_synthese" class="ui-state-default ui-corner-top <?= ($onglet == 'synthese') ? 'ui-tabs-selected ui-state-active' : '' ;?>">
|
13 |
<a class="lien-onglet lien-statique" href="<?=$url;?>synthese">Accueil</a>
|
13 |
<a class="lien-onglet lien-statique" href="<?=$url;?>synthese">Accueil</a>
|