d9f712250a760311512015fa072e485952a9a2f2
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / default / en / includes / circulation-top.inc
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Circulation</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
7
8 <script language="JavaScript">
9 <!-- Hide from old browsers
10 function openWindow(targeturl, windowname) {
11 newwin =
12 window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
13 }
14 function focusOnFirst (){
15 document.forms[0].elements[0].focus();
16 }
17 // end hiding -->
18 </script>
19
20 <script>
21 function Help() {
22         newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
23 }
24 </script>
25
26
27 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
28 <style>
29 .circulation {
30         background-color: #be6170;
31         color:#FFFFFF;
32         background-image:none;
33         text-decoration: normal;
34         font-weight: bold;
35         }
36 a.circulation:hover {
37         background-color: #be6170;
38         color: #FFFFFF;
39         text-decoration: normal;
40         font-weight: bold;
41         }
42 </style>
43 </head>
44 <body onLoad="javascript:focusOnFirst()">
45
46 <!------------------------MENUS-------------------------------->
47 <div id="menubar">
48         <span class="koha">KOHA</span>
49         <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
50         <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
51         <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
52         <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
53         <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
54         <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
55         <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
56         <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
57         <a class="about" href="/cgi-bin/koha/about.pl">About</a>
58         <a class="catalogue" href="javascript:Help()">Help</a>
59 </div>
60 <div id="submenu">
61         <span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
62         <a href="/cgi-bin/koha/circ/circulation.pl" class="submenu">Issues</a>
63         <a href="/cgi-bin/koha/circ/returns.pl" class="submenu2">Returns</a>
64         <a href="/cgi-bin/koha/circ/branchtransfers.pl" class="submenu">Branch transfers</a>
65 </div>
66
67 <!-- TMPL_IF NAME="loggedinusername" -->
68     <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
69 <!-- TMPL_ELSE -->
70     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
71 <!-- /TMPL_IF -->