french translation
[koha.git] / koha-tmpl / opac-tmpl / prog / en / includes / opac-basket-bottom.inc
1 <div id="bottombloc">
2 <!-- TMPL_IF NAME="loggedinusername" -->
3         <p>
4                 Logged in as <b><!-- TMPL_VAR NAME="loggedinusername" --></b> <a href="/cgi-bin/koha/opac-user.pl">Members Home</a>
5                 || <a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Log Out</a>
6         </p>
7 <!-- TMPL_ELSE -->
8         <p>
9                 <a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha
10         </p>
11 <!-- /TMPL_IF -->
12 </div>
13 </body>
14 </html>