[(#REM) /*******************************************************************************\ * BIODIV, plugin et squelette pour SPIP - https://www.spip.net/ * * dédié à la gestion d'observations naturalistes * * * * Copyright (C) 2008-2020 Renaud LAURETTE * * * * BIODIV a été développé initialement pour le projet Biodiv.Balma de l'APCVEB * * (Association de Protection du Cadre de Vie et de l'Environnement balmanais) * * voir Biodiv.Balma : https://balma.biodiv.fr/ * * voir APCVEB : http://apcveb.free.fr/ * * * * Ce programme est un logiciel libre distribué sous licence GNU/GPL. * * Pour plus de détails voir les fichier COPYING.txt et LICENCE-BIODIV.md * \*******************************************************************************/ ] [(#REM) On force les coordonnées sur le lieu central par défaut et on indique les latitudes/longitudes min/max de la commune ] [(#SET{lat,[(#ENV**{lat,[(#CONFIG{biodiv/lat})]})]})] [(#SET{lng,[(#ENV**{lng,[(#CONFIG{biodiv/lng})]})]})] [(#SET{commune,[(#ENV**{commune,[(#CONFIG{biodiv/commune})]})]})] [(#SET{insee,[(#ENV**{insee,[(#CONFIG{biodiv/codeCommune})]})]})]
#ACTION_FORMULAIRE{#ENV{action}} [(#AUTORISER{typer,observation}|non)] [(#AUTORISER{typer,observation}|oui) ]
<:observation:champ_titre_label:>
<:observation:champ_type_obs_label:>
<:observation:champ_quantite_label:>
<:observation:champ_lat_label:>
<:observation:champ_lng_label:>
<:observation:champ_adresse_label:>
<:observation:champ_commune_label:>
<:observation:champ_insee_label:>
[(#REM) Zone d'accrochage dynamique des fichiers image attachés]