synch'ing 2.2 and head
[koha.git] / koha-tmpl / intranet-tmpl / default / en / includes / marc-top.inc
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Catalogue</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
7
8 <script language="JavaScript" type="text/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 // end hiding -->
15 </script>
16
17 <script language="JavaScript" type="text/javascript">
18 function Help() {
19         newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
20 }
21 </script>
22
23 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
24 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/marc-editor.css">
25 <style type="text/css">
26 .catalogue {
27         background-color:#ad11ad;
28         color:#FFFFFF;
29         background-image:none;
30         text-decoration: normal;
31         }
32 a.catalogue:hover {
33         background-color: #ad11ad;
34         color: #FFFFFF;
35         text-decoration: none;
36         }
37 </style>
38 </head>
39
40 <body>
41 <!-- TMPL_UNLESS name="popup" -->
42         <!-- MENUS -->
43         <div id="menubar">
44                 <span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
45                 <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
46                 <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a>
47                 <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
48                 <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
49                 <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
50                 <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
51                 <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
52                 <a class="about" href="/cgi-bin/koha/about.pl">About</a>
53                 <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
54         </div>
55         <div id="submenu">
56                 <span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
57                 <a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&amp;type=intranet" class="submenu2">search</a>
58                 <a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&amp;type=intranet" class="submenu">Add biblio</a>
59                 <a class="submenu2" href="/cgi-bin/koha/bull-home.pl">Serial</a>
60                 <a href="/cgi-bin/koha/bookshelves/shelves.pl" class="submenu">Virtual shelves</a>
61         </div>
62 <!-- /TMPL_UNLESS -->
63 <!-- TMPL_IF NAME="loggedinusername" -->
64     <p> Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
65 <!-- TMPL_ELSE -->
66     <p><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
67 <!-- /TMPL_IF -->