big commit, still breaking things...
[koha.git] / koha-tmpl / intranet-tmpl / default / en / includes / members-top.inc
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Members</title>
6 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
7 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
8 <script language="JavaScript" type="text/javascript">
9 function Help() {
10         newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
11 }
12 </script>
13
14 <style type="text/css">
15 .members {
16         background-color: #86c268;
17         color:#FFFFFF;
18         text-decoration: normal;
19         }
20 a.members:hover {
21         background-color: #86c268;
22         color: #FFFFFF;
23         text-decoration: normal;
24         }
25 </style>
26 </head>
27
28 <body>
29
30 <!-- TMPL_INCLUDE name="menus.inc" -->
31 <!-- TMPL_IF NAME="loggedinusername" -->
32     <p class="user">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
33 <!-- TMPL_ELSE -->
34     <p class="user"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
35 <!-- /TMPL_IF -->