| Line 4... |
Line 4... |
| 4 |
var AUTOCOMPLETION_ELEMENTS_NBRE = 50;
|
4 |
var AUTOCOMPLETION_ELEMENTS_NBRE = 50;
|
| 5 |
var URL_SERVICE_AUTOCOMPLETION_NOM_SCI = "<?=$url_base_completion_noms_sci?>";
|
5 |
var URL_SERVICE_AUTOCOMPLETION_NOM_SCI = "<?=$url_base_completion_noms_sci?>";
|
| 6 |
var URL_SERVICE_AUTOCOMPLETION_NOM_VERNA = "<?=$url_base_completion_noms_verna?>";
|
6 |
var URL_SERVICE_AUTOCOMPLETION_NOM_VERNA = "<?=$url_base_completion_noms_verna?>";
|
| 7 |
var VALEUR_DEFAUT_NOM_SCI = "<?= $i18n['valeur-form-nom-sci']; ?>";
|
7 |
var VALEUR_DEFAUT_NOM_SCI = "<?= $i18n['valeur-form-nom-sci']; ?>";
|
| 8 |
var VALEUR_DEFAUT_NOM_VERNA = "<?= $i18n['valeur-form-nom-verna']; ?>";
|
8 |
var VALEUR_DEFAUT_NOM_VERNA = "<?= $i18n['valeur-form-nom-verna']; ?>";
|
| - |
|
9 |
|
| 9 |
// -->
|
10 |
// -->
|
| 10 |
</script>
|
11 |
</script>
|
| 11 |
<form id="ef-form-nomenclature" name="ef-form-nomenclature" action="<?=$url_form;?>" method="get">
|
12 |
<form id="ef-form-nomenclature" name="ef-form-nomenclature" action="<?=$url_form;?>" method="get">
|
| 12 |
<fieldset>
|
13 |
<fieldset>
|
| 13 |
<span class="zone-choix-type-nom">
|
14 |
<span class="zone-choix-type-nom">
|
| Line 51... |
Line 52... |
| 51 |
<?= ($message['nom_approche'][$cle+1]['nom'] != '') ? ' ou ' : ''; ?>
|
52 |
<?= ($message['nom_approche'][$cle+1]['nom'] != '') ? ' ou ' : ''; ?>
|
| 52 |
<?php endforeach; ?>
|
53 |
<?php endforeach; ?>
|
| 53 |
<?php endif; ?>
|
54 |
<?php endif; ?>
|
| 54 |
</p>
|
55 |
</p>
|
| 55 |
<?php endif; ?>
|
56 |
<?php endif; ?>
|
| 56 |
<!-- FIN FORM_NOM -->
|
- |
|
| 57 |
|
57 |
<!-- FIN FORM_NOM -->
|
| - |
|
58 |
<br/>
|
| - |
|
59 |
|
| 58 |
|
60 |
|