fir for #208 + bugfix in adding an organisation
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / newimember.tmpl
1 <TMPL_INCLUDE NAME="members-top.inc">
2
3 <TMPL_IF NAME="missingloop">
4         Les champs obligatoires
5         suivants n'ont pas &eacute;t&eacute; saisis. Veuillez retourner &agrave; la page
6         pr&eacute;c&eacute;dantes et compl&eacute;ter les champs.
7         <TMPL_VAR Name="string">
8 <TMPL_ELSE>
9         <TMPL_IF NAME=invalid>
10                  Num&eacute;ro de carte erron&eacute;.
11         <TMPL_ELSE>
12                 Valeurs correctes. Cliquer sur OK pour valider.
13                 <form action="/cgi-bin/koha/insertidata.pl" method=post>
14                         <TMPL_LOOP NAME=inputsloop>
15                                 <input type=hidden name="<TMPL_VAR NAME="key">" value="<TMPL_VAR NAME="value">">
16                         </TMPL_LOOP>
17                         <input type=submit name=submit value=OK>
18                 </form>
19         </TMPL_IF>
20 </TMPL_IF>
21
22 <TMPL_INCLUDE NAME="members-bottom.inc">