improving opac default CSS to have a npl/ccfls like theme (look at http://o15.bureau...
[koha.git] / koha-tmpl / opac-tmpl / prog / en / includes / opac-bottom.inc
1 </div>
2 <div id="login">
3     <!-- TMPL_IF NAME="loggedinusername" -->
4         <a href="/cgi-bin/koha/opac-user.pl"><b>User Info</b></a>
5         <p>Logged in as: <b> <!-- TMPL_VAR NAME="loggedinusername" --> </b></p>
6         <p><a href="/cgi-bin/koha/opac-logout.pl?logout=Log Out">Log Out</a></p>
7     <!-- TMPL_ELSE -->
8         <form action="/cgi-bin/koha/opac-user.pl" method="POST" name="auth" id="auth">
9             <p>Login:</p>
10             <input type="text" id="userid" size="10" name="userid" />
11             <p>Pass:</p>
12             <input type="password" id="password" size="10" name="password" />
13             <p>
14                 <input type="submit" value="Log In" class="submit" />
15             </p>
16             </form>
17     <!-- /TMPL_IF -->
18 </div>
19 <!-- TMPL_IF NAME="opaccredits" -->
20     <div id="footer">
21         <!-- TMPL_VAR NAME="opaccredits" -->
22     </div>
23 <!-- /TMPL_IF -->
24
25 </body>
26 </html>