Minor changes to correct for validity (quoting attributes, encoding entities, etc.)
[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         font-weight: bold;
20         }
21 a.members:hover {
22         background-color: #86c268;
23         color: #FFFFFF;
24         text-decoration: normal;
25         font-weight: bold;
26         }
27 </style>
28 </head>
29
30 <body>
31
32 <!-- MENUS -->
33 <div id="menubar">
34         <span class="koha">KOHA</span>
35         <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
36         <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a>
37         <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
38         <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
39         <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
40         <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
41         <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
42         <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
43         <a class="about" href="/cgi-bin/koha/about.pl">About</a>
44         <a class="catalogue" href="javascript:Help()">Help</a>
45 </div>
46 <div id="submenu">
47         <span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
48         <a href="/cgi-bin/koha/members/members-home.pl" class="submenu">Member home</a>
49         <a href="/cgi-bin/koha/members/memberentry.pl?actionType=Add" class="submenu2">Add member</a>
50         <a href="/cgi-bin/koha/members/memberentry.pl?categorycode=I&amp;actionType=Add" class="submenu">Add organisation</a>
51 </div>
52 <!-- TMPL_IF NAME="loggedinusername" -->
53     <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
54 <!-- TMPL_ELSE -->
55     <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
56 <!-- /TMPL_IF -->