Clean up before final commits
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / default / fr / members / member-password.tmpl
index 9ed0c7b..bd107d3 100644 (file)
@@ -1,20 +1,17 @@
-<HTML>
+<!-- TMPL_INCLUDE NAME="members-top.inc" -->
 
-<TMPL_INCLUDE NAME="members-top.inc">
-
-<TMPL_IF NAME=newpassword>
-Cliquer <a href="/cgi-bin/koha/moremember.pl?bornum=<TMPL_VAR NAME=member>">Ici</a> Pour voir la fiche
-
-<TMPL_ELSE>
-       <h2><TMPL_VAR NAME="title"> <TMPL_VAR NAME="othernames"> <TMPL_VAR NAME="surname">, <TMPL_VAR NAME="firstname"></h2>
-       <form method=post>
-       <input type=hidden name=member value=<TMPL_VAR NAME=member>>
-       Identifiant utilisateur : <input name=newuserid size=20 value=<TMPL_VAR NAME=userid>> <br>
-       Nouveau mot de passe : <input name=newpassword size=20 value=<TMPL_VAR NAME=defaultnewpassword>>
-       <p>
-       <input type=submit value="Confirm Password">
-       </form>
-</TMPL_IF>
-
-
-<TMPL_INCLUDE NAME="members-bottom.inc">
+<div id="mainbloc">
+               <div id="bloc25">
+               <div id="bloctitle"><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="othernames" --> <!-- TMPL_VAR NAME="surname" -->, <!-- TMPL_VAR NAME="firstname" --></div>
+               <form method="post" action="/cgi-bin/koha/members/member-password.pl">
+                       <input type="hidden" name="member" value="<!-- TMPL_VAR NAME="member" -->">
+                       <!-- TMPL_IF NAME="warn" -->
+                                Vous avez saisi un nom d'utilisateur qui existe déjà. Merci de choisir un autre nom.<br>
+                       <!-- /TMPL_IF -->
+                       Nouvel Identifiant Utilisateur : <input name="newuserid" size="20" value="<!-- TMPL_VAR NAME="userid" -->"> <br>
+                       Nouveau mot de passe : <input name="newpassword" size="20" value="<!-- TMPL_VAR NAME="defaultnewpassword" -->"><br>
+                       <input type="submit" value="Confirmer le mot de passe" class="button">
+               </form>
+</div>
+</div>
+<!-- TMPL_INCLUDE NAME="members-bottom.inc" -->