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

13 lines
No EOL
790 B
HTML

<div id="usermenu">
<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>
<!-- TMPL_IF NAME="opacreadinghistory" -->
<a href="/cgi-bin/koha/opac-readingrecord.pl">mon historique de lecture</a>
<!-- /TMPL_IF -->
<!-- TMPL_IF name="virtualshelves" -->
<a href="/cgi-bin/koha/opac-shelves.pl" class="button">mes étagères virtuelles</a>
<!-- /TMPL_IF -->
<!-- TMPL_IF name="suggestion" -->
<a href="/cgi-bin/koha/opac-suggestions.pl">suggestions d'achat</a>
<!-- /TMPL_IF -->
</p>
</div>