Line 1... |
Line 1... |
1 |
<!-- Fichier expert -->
|
1 |
<!-- Fichier expert -->
|
- |
|
2 |
<!-- Variables js communes injectée dans fiche_entete.tpl.tml -->
|
2 |
<? $url = htmlentities('?referentiel='.Registre::get('parametres.referentiel').'&niveau='.Registre::get('parametres.niveau').'&module=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
|
3 |
<? $url = htmlentities('?referentiel='.Registre::get('parametres.referentiel').'&niveau='.Registre::get('parametres.niveau').'&module=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
|
3 |
<script type="text/javascript">
|
- |
|
4 |
//<![CDATA[
|
- |
|
5 |
var urlTexteBrutSectionWikiTpl = "<?= Config::get('texteBrutSectionWikiTpl'); ?>";
|
- |
|
6 |
var urlEditionSectionWikiTpl = "<?= Config::get('editionSectionWikiTpl'); ?>";
|
- |
|
7 |
var urlTexteFormateSectionWikiTpl = "<?= Config::get('texteFormateSectionWikiTpl'); ?>";
|
- |
|
8 |
var pageWikiTaxon = "<?= strtoupper($infos['referentiel']); ?>nt<?= $infos['num_tax']; ?>";
|
- |
|
9 |
var urlPopup = "<?= Config::get('base_url_application_popup'); ?>";
|
- |
|
10 |
//]]>
|
- |
|
11 |
</script>
|
- |
|
12 |
<div class="synthese">
|
4 |
<div class="synthese onglet_contenu" id="synthese">
|
13 |
<div class="colonne deuxtiers">
|
5 |
<div class="colonne deuxtiers">
|
14 |
<!-- Nomenclature -->
|
6 |
<!-- Nomenclature -->
|
15 |
<div id="synthese_nomenclature" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
7 |
<div id="synthese_nomenclature" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
16 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-6">
|
8 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-6">
|
17 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature">Classification</a>
|
9 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature">Classification</a>
|