Koha/koha-tmpl/opac-tmpl/prog/fr/opac-userupdate.tmpl
2007-05-23 16:16:55 +00:00

39 lines
2.5 KiB
Cheetah

<!-- TMPL_INCLUDE name="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> Catalogue -- Mettre à jour les informations de <!-- TMPL_LOOP name="BORROWER_INFO" --><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --><!-- /TMPL_LOOP -->
<!-- TMPL_INCLUDE name="doc-head-close.inc" -->
<!-- TMPL_INCLUDE name="masthead.inc" -->
<!-- TMPL_INCLUDE name="navigation.inc" -->
<!-- TMPL_INCLUDE name="usermenu.inc" -->
<!-- TMPL_LOOP name="BORROWER_INFO" -->
<h3>Mettre à jour les coordonnées de : <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --></h3>
<p>Prière de signaler ici les changements importants dans vos informations. Proposer le formulaire avertira un membre de l'équipe de la bibliothèque, qui validera ces changements.</p>
<form action="/cgi-bin/koha/opac-userupdate.pl" method="get">
<input type="hidden" name="title" value="">
<table>
<tr><th><label for="surname">Nom de famille</label></th><td><input id="surname" type="text" size="25" value="<!-- TMPL_VAR name="surname" -->" name="surname"></td></tr>
<tr><th><label for="firstname">Prénom</label></th><td><input id="firstname" type="text" size="25" value="<!-- TMPL_VAR name="firstname" -->" name="firstname"></td></tr>
<tr>
<th><label for="streetaddress">Adresse E-mail</label></th>
<td>
<textarea id="streetaddress" cols="25" name="streetaddress"><!--TMPL_VAR NAME="streetnumber"--> <!-- TMPL_VAR name="address" --> <!-- TMPL_VAR NAME="zipcode"--></textarea>
</td>
</tr>
<tr><th><label for="city">Ville, Département</label></th><td><input id="city" type="text" size="25" value="<!-- TMPL_VAR name="city" -->" name="city"></td></tr>
<tr><th><label for="phone">Téléphone domicile</label></th><td><input id="phone" type="text" size="25" value="<!-- TMPL_VAR name="phone" -->" name="phone"></td></tr>
<tr><th><label for="faxnumber">N° de téléphone/fax bureau</label></th><td><input id="faxnumber" type="text" size="25" value="<!-- TMPL_VAR name="fax" -->" name="faxnumber"></td></tr>
<tr><th><label for="emailaddress">Email</label></th><td><input id="emailaddress" type="text" size="25" value="<!-- TMPL_VAR name="email" -->" name="emailaddress"></td></tr>
</table>
<p>En cliquant sur 'Proposez les ' vous enverrez un mail, contenant les informations, que vous avez saisies, à un membre du personnel de la bibliothèque.Vous serez ensuite redirigé sur votre compte lecteur.</p>
<p><input type="submit" value="Proposer les modifications à la bibliothèque"></p>
</form>
<!-- /TMPL_LOOP -->
</body>
</html>