1 | <plugin> |
---|
2 | <nom> <!-- Nom du plugin --> |
---|
3 | <multi>[ar]الاستمارات[en]Forms[de]Formulare und Tabellen[fr]Formulaires&Tables[it] Forms[es] Formularios</multi> (SPIP 2.0+) |
---|
4 | </nom> |
---|
5 | <icon>img_pack/form-24.png</icon> |
---|
6 | <auteur> <!-- Auteur du plugin --> |
---|
7 | <multi>[ar]انطوان بترو، سيدريك موران، ريناتو |
---|
8 | [fr]Antoine Pitrou, Cedric Morin, Renato Formato, Jerome Escoffier (adaptation à SPIP2) |
---|
9 | [it]Antoine Pitrou, Cedric Morin, Renato Formato, Jerome Escoffier (adaptation à SPIP2) |
---|
10 | [de]Antoine Pitrou, Cedric Morin, Renato Formato, Jerome Escoffier (Anpassung für SPIP2) |
---|
11 | [es]Antoine Pitrou, Cedric Morin, Renato Formato, Jerome Escoffier (adaptation à SPIP2) |
---|
12 | </multi> |
---|
13 | </auteur> |
---|
14 | <version> |
---|
15 | 0.401 |
---|
16 | </version> |
---|
17 | <etat> |
---|
18 | test |
---|
19 | </etat> |
---|
20 | <description> |
---|
21 | <multi> |
---|
22 | [ar]إدارة الاستمارات وتحريرها. |
---|
23 | يتيح هذا الملحق أيضاً نشر الاستطلاعات والتحقيقات وحفظ الردود عليها في قاعرد البيانات وتحميلها بتنسيق CSV |
---|
24 | [en]editable forms management an administration. |
---|
25 | This plugin can also publish polls and surveys, store the replies in the database and upload them in CSV format |
---|
26 | [fr]Gestion et administration de formulaires éditables. |
---|
27 | Ce plugin permet également la publication de sondages et enquètes, la collecte des reponses |
---|
28 | dans la base de données et le téléchargement au format csv. |
---|
29 | <br /><br />Adaptation SPIP2 : |
---|
30 | <br /><br />Quelques remarques concernant cette adaptation : |
---|
31 | <br /><br />1-champ de type monetaire : |
---|
32 | <br /><br />l'unite saisie en administration est exploitee uniquement dans le tableau des reponses. |
---|
33 | Il serait interessant de voir si on ne peut pas laisser un choix a la saisie |
---|
34 | (soit au moment de la construction du formulaire soit au moment de la saisie par l'utilisateur). |
---|
35 | Il serait ensuite interessant d'exploiter cette donnee ailleurs (export, suivi des reponses). |
---|
36 | <br /><br />To do : faire ces modifications pour utiliser la donnee monetaire. |
---|
37 | <br /><br /> |
---|
38 | 2- nous avons reactive le tableau des resultats (nous ne le voyons pas en SPIP 1.9+ ): |
---|
39 | <br /><br />Par contre, dans ce tableau les tris sur "id" et "date" marchent. Ca ne marche pas sur les autres champs. |
---|
40 | <br /><br />To do : generaliser le tri sur les autres champs |
---|
41 | <br /><br /> |
---|
42 | 3- probleme confirmation d'une reponse a un sondage (a voir) |
---|
43 | <br /><br />la fonction de confirmation d'une reponse dans un sondage est pour l'instant by passee, |
---|
44 | la reponse est automatiquement valide sans passage par confirmation = attente. Cette fonction |
---|
45 | doit servir a traiter des multiple via des robots ou quelque chose comme ça. |
---|
46 | <br /><br />To do : faire marcher cette fonction de confirmation de la reponse, sur SPIP2, et enlever |
---|
47 | le by pass decrit ci-dessus. |
---|
48 | <br /><br /><a href="http://zone.spip.org/trac/spip-zone/wiki/SpipForms" target="_new">documentation</a> |
---|
49 | [it]Gestione ed amministrazione di form modificabili. |
---|
50 | Questo plugin consente anche la publicazione di sondaggi ed inchieste, la raccolta delle risposte all'interno della base dati e le mette a disposizione per lo scaricamento in formato csv |
---|
51 | [es]Gestión y administración de formularios editables. |
---|
52 | Este plugin también permite la publicación de sondeos y encuestas, la colecta de las respuestas en la base de datos y su descarga en formato CSV (Comma Sepparated Variables). |
---|
53 | [de]Verwaltung und Konfiguration editierbarer Eingabeformulare. |
---|
54 | Mit diesem Plugin können auch Befragungen und Abstimmungen realisiert werden. Die Ergebnisse werden in der Datenbank |
---|
55 | erfaßt und können als CSV-Datei oder Excel-Datei heruntergeladen werden. |
---|
56 | </multi> |
---|
57 | </description> |
---|
58 | <lien>http://www.spip-contrib.net/Forms-Tables-2-0</lien> <!-- URI de documentation --> |
---|
59 | <options> <!-- fichier charge a chaque hit --> |
---|
60 | forms_options.php |
---|
61 | </options> |
---|
62 | <fonctions> <!-- fichier charge a chaque recalul de page --> |
---|
63 | forms_fonctions.php |
---|
64 | </fonctions> |
---|
65 | <fonctions> <!-- fichier charge a chaque recalul de page --> |
---|
66 | public/forms_boucles.php |
---|
67 | </fonctions> |
---|
68 | <fonctions> <!-- fichier charge a chaque recalul de page --> |
---|
69 | public/forms_balises.php |
---|
70 | </fonctions> |
---|
71 | <prefix> |
---|
72 | Forms |
---|
73 | </prefix> |
---|
74 | <install>base/forms_upgrade.php</install> |
---|
75 | <!-- Definitions des fonctions qui s'inserent dans les pipelines --> |
---|
76 | <pipeline> |
---|
77 | <nom>definir_session</nom> |
---|
78 | </pipeline> |
---|
79 | <pipeline> |
---|
80 | <nom>pre_propre</nom> |
---|
81 | <action>forms_avant_propre</action> |
---|
82 | <inclure>forms_filtres.php</inclure> |
---|
83 | </pipeline> |
---|
84 | <pipeline> |
---|
85 | <nom>post_propre</nom> |
---|
86 | <action>forms_apres_propre</action> |
---|
87 | <inclure>forms_filtres.php</inclure> |
---|
88 | </pipeline> |
---|
89 | <pipeline> |
---|
90 | <nom>insert_head</nom> |
---|
91 | <inclure>forms_filtres.php</inclure> |
---|
92 | </pipeline> |
---|
93 | <pipeline> |
---|
94 | <nom>post_edition</nom> |
---|
95 | <inclure>forms_filtres.php</inclure> |
---|
96 | </pipeline> |
---|
97 | <pipeline> |
---|
98 | <nom>affiche_droite</nom> |
---|
99 | <action>affiche_droite</action> |
---|
100 | <inclure>forms_pipeline.php</inclure> |
---|
101 | </pipeline> |
---|
102 | <pipeline> |
---|
103 | <nom>header_prive</nom> |
---|
104 | <inclure>forms_pipeline.php</inclure> |
---|
105 | </pipeline> |
---|
106 | <pipeline> |
---|
107 | <nom>ajouter_boutons</nom> |
---|
108 | <inclure>forms_pipeline.php</inclure> |
---|
109 | </pipeline> |
---|
110 | <pipeline> |
---|
111 | <nom>affiche_milieu</nom> |
---|
112 | <inclure>forms_pipeline.php</inclure> |
---|
113 | </pipeline> |
---|
114 | <chemin dir='' /> |
---|
115 | <categorie>communication</categorie> |
---|
116 | </plugin> |
---|