0e2e8d83b7a799e4ee7fed8d6d52d09d7aad994d
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / default / en / includes / acquisitions-top.inc
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Acquisitions</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 <script>
12 function Help() {
13         newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
14 }
15 </script>
16
17 <style>
18 .acquisition {
19         background-color: #ffdf61;
20         color:#000000;
21         background-image:none;
22         text-decoration: normal;
23         font-weight: bold;
24         }
25 a.acquisition:hover {
26         background-color: #ffdf61;
27         color: #000000;
28         text-decoration: normal;
29         font-weight: bold;
30         }
31 </style>
32
33 <!------------------------MENUS-------------------------------->
34 <div id="menubar">
35         <span class="koha">KOHA</span>
36         <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
37         <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
38         <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
39         <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
40         <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
41         <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
42         <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
43         <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
44         <a class="about" href="/cgi-bin/koha/about.pl">About</a>
45         <a class="catalogue" href="javascript:Help()">Help</a>
46 </div>
47 <!-- TMPL_IF NAME="loggedinusername" -->
48     <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
49 <!-- TMPL_ELSE -->
50     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
51 <!-- /TMPL_IF -->