Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 906 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 906 Rev 917
Line 8... Line 8...
8
	var VALEUR_DEFAUT_NOM_VERNA = "<?= $i18n['valeur-form-nom-verna']; ?>";
8
	var VALEUR_DEFAUT_NOM_VERNA = "<?= $i18n['valeur-form-nom-verna']; ?>";
9
	var VALEUR_DEFAUT_AU = "<?=$i18n['valeur-form-auteur']?>";
9
	var VALEUR_DEFAUT_AU = "<?=$i18n['valeur-form-auteur']?>";
10
	var VALEUR_DEFAUT_BIB = "<?=$i18n['valeur-form-bib']?>";
10
	var VALEUR_DEFAUT_BIB = "<?=$i18n['valeur-form-bib']?>";
11
	var VALEUR_DEFAUT_DATE = "<?=$i18n['valeur-form-date']?>";
11
	var VALEUR_DEFAUT_DATE = "<?=$i18n['valeur-form-date']?>";
12
	var URL_BASE_FICHE_TAXON = "<?=$url_base_fiche_taxon?>";
12
	var URL_BASE_FICHE_TAXON = "<?=$url_base_fiche_taxon?>";
-
 
13
	var URL_BASE_POPUP = "<?=Config::get('base_url_application_popup');?>";
Line 13... Line 14...
13
	
14
	
14
 // -->
15
 // -->
15
</script>
16
</script>
16
<form id="ef-form-nomenclature" name="ef-form-nomenclature" action="<?=$url_form;?>" method="get">
17
<form id="ef-form-nomenclature" name="ef-form-nomenclature" action="<?=$url_form;?>" method="get">