Minor changes to correct for validity
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / default / en / includes / circulation-top.inc
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 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 language="JavaScript" type="text/javascript">
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 type="text/css">
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
45 <body onload="javascript:focusOnFirst()">
46
47 <!-- MENUS -->
48 <div id="menubar">
49         <span class="koha">KOHA</span>
50         <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
51         <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a>
52         <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
53         <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
54         <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
55         <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
56         <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
57         <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
58         <a class="about" href="/cgi-bin/koha/about.pl">About</a>
59         <a class="catalogue" href="javascript:Help()">Help</a>
60 </div>
61 <div id="submenu">
62         <span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
63         <a href="/cgi-bin/koha/circ/circulation.pl" class="submenu">Issues</a>
64         <a href="/cgi-bin/koha/circ/returns.pl" class="submenu2">Returns</a>
65         <a href="/cgi-bin/koha/circ/branchtransfers.pl" class="submenu">Branch transfers</a>
66 </div>
67
68 <!-- TMPL_IF NAME="loggedinusername" -->
69     <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
70 <!-- TMPL_ELSE -->
71     <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
72 <!-- /TMPL_IF -->