css'ing
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / default / en / includes / members-top.inc
1 <!doctype html public "-//w3c//dtd html 4.0 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 </head>
9 <body>
10
11 <style>
12 a.members {
13         font-weight: normal;
14         text-decoration: none;
15         background-color: #86c268;
16         cursor: hand;
17         color:#FFFFFF;
18         font-weight: bold;
19         }
20 a.members:hover {
21         background-color: #86c268;
22         color: #FFFFFF;
23         text-decoration: none;
24         font-weight: bold;
25         }
26 </style>
27
28 <!------------------------MENUS-------------------------------->
29 <div id="menubar">
30         <span class="koha">KOHA</span>
31         <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
32         <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
33         <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
34         <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
35         <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
36         <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
37         <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
38         <a class="about" href="/cgi-bin/koha/about.pl">About</a>
39 </div>
40 <div id="submenu">
41         <span class="koha">options &gt;&gt;&nbsp;&nbsp;</b></span>
42         <a href="/cgi-bin/koha/members/members-home.pl" class="submenu">Member home</a>
43         <a href="/cgi-bin/koha/members/memberentry.pl?actionType=Add" class="submenu2">Add member</a>
44         <a href="/cgi-bin/koha/members/memberentry.pl?categorycode=I&actionType=Add" class="submenu">Add organisation</a>
45 </div>
46 <!-- TMPL_IF NAME="loggedinusername" -->
47     <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
48 <!-- TMPL_ELSE -->
49     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
50 <!-- /TMPL_IF -->