french translation
[koha.git] / koha-tmpl / opac-tmpl / prog / fr / includes / usermenu.inc
1 <div id="usermenu">
2         <p><a href="/cgi-bin/koha/opac-user.pl">mon compte</a> <a href="/cgi-bin/koha/opac-account.pl">mes amendes</a> <a href="/cgi-bin/koha/opac-userdetails.pl">mes renseignements personnels</a> <a href="/cgi-bin/koha/opac-passwd.pl">changer mon mot de passe</a>
3         <!-- TMPL_IF NAME="opacreadinghistory" -->
4              <a href="/cgi-bin/koha/opac-readingrecord.pl">mon historique de lecture</a>
5         <!-- /TMPL_IF -->
6         <!-- TMPL_IF name="virtualshelves" -->
7              <a href="/cgi-bin/koha/opac-shelves.pl" class="button">mes étagères virtuelles</a>
8         <!-- /TMPL_IF -->
9         <!-- TMPL_IF name="suggestion" -->
10             <a href="/cgi-bin/koha/opac-suggestions.pl">suggestions d'achat</a>
11         <!-- /TMPL_IF -->
12         </p>
13 </div>