Modèle:Form/Inscription : Différence entre versions

De Forum des Usages Coopératifs

(Page créée avec « <includeonly> {| class="wikitable" width="100%" |- ! colspan="2" | {{Frais}} |- ! width="35%" | {{Mandatory|Je m'inscris : }} | <nowiki>{{{field | status | input type=... »)
 
 
(19 révisions intermédiaires par 2 utilisateurs sont masquées)
Ligne 2 : Ligne 2 :
 
{| class="wikitable" width="100%"  
 
{| class="wikitable" width="100%"  
 
|-
 
|-
! colspan="2" | {{Frais}}
+
! colspan="2" | {{Frais | pro={{{nocontrib_max}}} | asso={{{nocontrib_min}}} }}
 
|-  
 
|-  
 
! width="35%" | {{Mandatory|Je m'inscris : }}
 
! width="35%" | {{Mandatory|Je m'inscris : }}
Ligne 12 : Ligne 12 :
 
  | default=à titre individuel
 
  | default=à titre individuel
 
  | show on select=à titre individuel=>autre;
 
  | show on select=à titre individuel=>autre;
                          avec demande de prise en charge=>organise;
+
                          avec demande de prise en charge=>organise;
                          comme intervenant=>intervenant;
+
                          comme intervenant=>intervenant;
 
}}}</nowiki>
 
}}}</nowiki>
 
|}
 
|}
 +
 
<!-- ============================== Formulaire Individuel ================ -->
 
<!-- ============================== Formulaire Individuel ================ -->
 
<div id="autre">
 
<div id="autre">
Ligne 25 : Ligne 26 :
 
  | input type=dropdown
 
  | input type=dropdown
 
  | mandatory
 
  | mandatory
  | values=une association, un établissement scolaire, une collectivité, une agence régionale, une entreprise, autre
+
  | values=une association, un établissement scolaire, une collectivité, une entreprise, autre
 
  | show on select= une collectivité=>max;
 
  | show on select= une collectivité=>max;
                            une agence régionale=>max;
 
 
                             une entreprise=>max;
 
                             une entreprise=>max;
 
                             une association=>min;
 
                             une association=>min;
Ligne 39 : Ligne 39 :
 
{| class="wikitable" width="100%"
 
{| class="wikitable" width="100%"
 
|-
 
|-
! colspan="2" | {{Individu| 150 | 130 }}
+
! colspan="2" | {{Individu| reduce = {{{reduce}}} | {{{nocontrib_max}}} | {{{contrib_max}}}}}
 
|-
 
|-
 
! width="35%" | Je choisis ma formule :
 
! width="35%" | Je choisis ma formule :
Ligne 46 : Ligne 46 :
 
  | input type=radiobutton
 
  | input type=radiobutton
 
  | mandatory
 
  | mandatory
  | values=130 € avec contribution, 150 € sans contribution
+
  | values=</nowiki>{{{contrib_max}}} € avec contribution, {{{nocontrib_max}}} € sans contribution<nowiki>
  | default=150 € sans contribution
+
  | default=</nowiki>{{{nocontrib_max}}} € sans contribution<nowiki>
 
}}}</nowiki>
 
}}}</nowiki>
 
|}
 
|}
Ligne 55 : Ligne 55 :
 
{| class="wikitable" width="100%"
 
{| class="wikitable" width="100%"
 
|-
 
|-
! colspan="2" | {{Individu| {{{nocontrib_min}}} | {{{contrib_min}}} }}
+
! colspan="2" | {{Individu| reduce = {{{reduce}}} | {{{nocontrib_min}}} | {{{contrib_min}}} }}
 
|-
 
|-
 
! width="35%" | Je choisis ma formule :
 
! width="35%" | Je choisis ma formule :
Ligne 62 : Ligne 62 :
 
  | input type=radiobutton
 
  | input type=radiobutton
 
  | mandatory
 
  | mandatory
  | values=</nowiki>{{{contrib_min}}}<nowiki> € avec contribution, </nowiki>{{{nocontrib_min}}}<nowiki> € sans contribution
+
  | values=</nowiki>{{{contrib_min}}} € avec contribution, {{{nocontrib_min}}} € sans contribution<nowiki>
  | default=</nowiki>{{{nocontrib_min}}}<nowiki> € sans contribution
+
  | default=</nowiki>{{{nocontrib_min}}} € sans contribution<nowiki>
 
}}}</nowiki>
 
}}}</nowiki>
 
|}
 
|}
Ligne 76 : Ligne 76 :
 
|-
 
|-
 
! width="35%" | Indiquez de quel organisateur il s'agit :
 
! width="35%" | Indiquez de quel organisateur il s'agit :
| {{{field
+
| <nowiki>{{{field
 
  | organisateur
 
  | organisateur
 
  | input type=dropdown
 
  | input type=dropdown
  | values=-- Sélectionnez un organisateur --, Région Bretagne, Telecom Bretagne, Brest et Pays de Brest, Ministère de la Culture et Communication, DUI, e-Megalis, FING
+
  | values=-- Sélectionnez un organisateur --, Brest et Pays de Brest, Conseil Département du Finistère, FING, IMT Atlantique, Mégalis Bretagne, Ministère de la Culture (DRAC), Mission Société Numérique, Région Bretagne
 
  | default=-- Sélectionnez un organisateur --
 
  | default=-- Sélectionnez un organisateur --
}}}
+
}}}</nowiki>
 
|-
 
|-
 
! width="35%" | J'apporte une contribution :
 
! width="35%" | J'apporte une contribution :
| {{{field
+
| <nowiki>{{{field
 
  | charge_contrib
 
  | charge_contrib
 
  | input type=radiobutton
 
  | input type=radiobutton
Ligne 90 : Ligne 90 :
 
  | values=Oui
 
  | values=Oui
 
  | default=Oui
 
  | default=Oui
}}}
+
}}}</nowiki>
 
|}
 
|}
 
</div>
 
</div>
Ligne 100 : Ligne 100 :
 
! colspan="2" | {{Intervenant}}
 
! colspan="2" | {{Intervenant}}
 
|-
 
|-
! width="35%" style="border-top:none;" | Indiquez pour quelle type d'intervention :
+
! width="35%" style="border-top:none;" | Indiquez pour quel type d'intervention :
| {{{field
+
| <nowiki>{{{field
 
  | intervention
 
  | intervention
 
  | input type=checkboxes
 
  | input type=checkboxes
  | values=Plénière,Session,Atelier, Séance pratique
+
  | values=Plénière,Session,Atelier,Pratique
}}}
+
}}}</nowiki>
 
|-
 
|-
 
! Précisez :
 
! Précisez :
| {{{field|detail}}}
+
| <nowiki>{{{field|detail}}}</nowiki>
 
|}
 
|}
</div></includeonly>
+
</div></includeonly><noinclude>[[Category:Bazar/Template]]{{Modèle:BazarDoc|modèle}}</noinclude>

Version actuelle en date du 18 avril 2018 à 12:13


Bittorrent.png

Portail :
Sémantique bazar

Il y a actuellement 19 articles liés à ce sujet.


Documentation


[create]

Template-info.svg Documentation du BazaR

Pour utiliser ce modèle, mettez {{Modèle:Form/Inscription}} dans la page où vous voulez l'utiliser.

Ce modèle n'a pas de documentation, s'il vous plaît ajoutez en