synch'ing 2.0.0 branch (RC4 tag) and head
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / members / member-password.tmpl
1 <HTML>
2
3 <!-- TMPL_INCLUDE NAME="members-top.inc" -->
4
5 <!-- TMPL_IF NAME=newpassword -->
6 Clic <a href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR NAME=member -->">ici</a> voir la suite des informations Lecteur.
7
8 <!-- TMPL_ELSE -->
9         <h2><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="othernames" --> <!-- TMPL_VAR NAME="surname" -->, <!-- TMPL_VAR NAME="firstname" --></h2>
10         <form method=post>
11         <input type=hidden name=member value=<!-- TMPL_VAR NAME=member -->>
12         <!-- TMPL_IF NAME="warn" -->
13                 Vous avez entered a UserID that already exists.  Please choose another one.<br>
14         <!-- /TMPL_IF -->
15         Nouvel identifiant utilisateur: <input name=newuserid size=20 value=<!-- TMPL_VAR NAME=userid -->> <br>
16         Nouveau Mot de passe: <input name=newpassword size=20 value=<!-- TMPL_VAR NAME=defaultnewpassword -->>
17         <p>
18         <input type=submit value="Confirmer Mot de passe" class="button">
19         </form>
20 <!-- /TMPL_IF -->
21
22
23 <!-- TMPL_INCLUDE NAME="members-bottom.inc" -->