From 299fe20b241945ae6db7efb22078741afc84a0c7 Mon Sep 17 00:00:00 2001 From: "camille.sauvage@espci.fr" <> Date: Fri, 5 Apr 2013 10:14:08 +0000 Subject: [PATCH] =?UTF-8?q?Export=20de=20l'analyse=20des=20r=C3=A9ponses?= =?UTF-8?q?=20en=20format=20CSV?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 1 + prive/squelettes/extra/formulaires_analyse.html | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100755 prive/squelettes/extra/formulaires_analyse.html diff --git a/.gitattributes b/.gitattributes index 75551890..23020f52 100644 --- a/.gitattributes +++ b/.gitattributes @@ -82,6 +82,7 @@ prive/squelettes/contenu/formulaires_reponse.html -text prive/squelettes/contenu/formulaires_reponses.html -text prive/squelettes/extra/formulaire.html -text prive/squelettes/extra/formulaire_edit.html -text +prive/squelettes/extra/formulaires_analyse.html -text prive/squelettes/extra/formulaires_reponses.html -text prive/squelettes/hierarchie/formulaire.html -text prive/squelettes/hierarchie/formulaire_edit.html -text diff --git a/prive/squelettes/extra/formulaires_analyse.html b/prive/squelettes/extra/formulaires_analyse.html new file mode 100755 index 00000000..9810f757 --- /dev/null +++ b/prive/squelettes/extra/formulaires_analyse.html @@ -0,0 +1,8 @@ +<BOUCLE_formulaire(FORMULAIRES){id_formulaire}> +<BOUCLE_autoriser(CONDITION){si #AUTORISER{voir, formulaires_analyse}}> +[(#BOITE_OUVRIR{<:formidable:titre_cadre_raccourcis:>,'info'})] +[(#URL_ACTION_AUTEUR{exporter_analyse_reponses,#ID_FORMULAIRE} + |icone_horizontale{<:formidable:analyse_exporter:>,formulaire,formulaire-analyse-exporter-24,center})] +#BOITE_FERMER +</BOUCLE_autoriser> +</BOUCLE_formulaire> -- GitLab