french translation
[koha.git] / koha-tmpl / opac-tmpl / prog / fr / includes / opac-basket-bottom.inc
1 <div id="bottombloc">
2 <!-- TMPL_IF NAME="loggedinusername" -->
3         <p>
4                 Connecté en tant que <b><!-- TMPL_VAR NAME="loggedinusername" --></b> <a href="/cgi-bin/koha/opac-user.pl">Accueil Lecteurs</a>
5                 || <a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Déconnexion</a>
6         </p>
7 <!-- TMPL_ELSE -->
8         <p>
9                 <a href="/cgi-bin/koha/opac-user.pl">S'identifier</a> dans Koha
10         </p>
11 <!-- /TMPL_IF -->
12 </div>
13 </body>
14 </html>