minor bugfix (authorities link missing)
[koha.git] / koha-tmpl / intranet-tmpl / default / en / includes / cat-top.inc
index d1151bc..68711b7 100644 (file)
 <html>
 <head>
 <title>KOHA: INTRANET: Catalogue</title>
-</head>
-<body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
-marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 
-<style>
-#menubar {
-       border-top:1px solid #666;
+<script language="JavaScript">
+<!-- Hide from old browsers
+function openWindow(targeturl, windowname) {
+newwin =
+window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
 }
-.koha {
-       font-weight: normal;
-       text-decoration: none;
-       cursor: hand;
-       color:#777777;
-       padding:4px;
-       font-weight: bold;
-       text-align:center;
-       background-image:url("/images/background-mem.gif");
-       }
+// end hiding -->
+</script>
 
-a.home {
-       font-weight: normal;
-       text-decoration: none;
-       cursor: hand;
-       color:#777777;
-       padding:4px;
-       font-weight: bold;
-       }
-a.home:hover {
-       background-color: #339933;
-       color: #000000;
-       text-decoration: none;
-       font-weight: normal;
-       font-weight: bold;
-       }
-a.catalogue {
-       font-weight: normal;
-       text-decoration: none;
-       cursor: hand;
+<script>
+function Help() {
+       newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
+}
+</script>
+
+<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
+<style>
+.catalogue {
        background-color:#ad11ad;
        color:#FFFFFF;
-       padding:4px;
-       font-weight: bold;
-       margin:0;
+       background-image:none;
+       text-decoration: normal;
        }
 a.catalogue:hover {
        background-color: #ad11ad;
        color: #FFFFFF;
        text-decoration: none;
-       font-weight: normal;
-       font-weight: bold;
-       margin:0;
-       }
-a.members {
-       font-weight: normal;
-       text-decoration: none;
-       cursor: hand;
-       color:#777777;
-       padding:4px;
-       font-weight: bold;
-       }
-a.members:hover {
-       background-color: #86c268;
-       color: #000000;
-       text-decoration: none;
-       font-weight: bold;
-       }
-
-a.acquisition:hover {
-       background-color: #ffdf61;
-       color: #000000;
-       text-decoration: normal;
-       font-weight: bold;
-       }
-a.acquisition {
-       font-weight: normal;
-       text-decoration: none;
-       cursor: hand;
-       color:#777777;
-       padding:4px;
-       font-weight: bold;
-       }
-a.reports {
-       font-weight: normal;
-       text-decoration: none;
-       cursor: hand;
-       color:#777777;
-       padding:4px;
-       font-weight: bold;
-       }
-a.reports:hover {
-       background-color: #6b7cbe;
-       color: #000000;
-       text-decoration: normal;
-       font-weight: bold;
-       }
-a.circulation {
-       font-weight: normal;
-       text-decoration: none;
-       cursor: hand;
-       color:#777777;
-       padding:4px;
-       font-weight: bold;
-       }
-a.circulation:hover {
-       background-color: #be6170;
-       color: #000000;
-       text-decoration: normal;
-       font-weight: bold;
-       }
-a.parameters {
-       font-weight: normal;
-       text-decoration: none;
-       cursor: hand;
-       color:#777777;
-       padding:4px;
-       font-weight: bold;
-       }
-a.parameters:hover {
-       background-color: #86c268;
-       color: #000000;
-       text-decoration: normal;
-       font-weight: bold;
        }
 </style>
-
+</head>
+<body>
 <!------------------------MENUS-------------------------------->
-<table cellpadding=0 cellspacing=0 width="100%" border=0>
-<tr height="45">
-       <td valign="bottom" align="left">
-               <table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
-               <tr>
-                       <td>
-                       <div id="menubar">
-                       <table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
-                               <tr>
-                                       <td class="koha"><b>KOHA</b></td>
-                                       <td>
-                                               <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
-                                       </td>
-                                       <td>
-                                               <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
-                                       </td>
-                                       <td>
-                                               <a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
-                                       </td>
-                                       <td>
-                                               <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
-                                       </td>
-                                       <td>
-                                               <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=cataloguing">Cataloguing</a>
-                                       </td>
-                                       <td>
-                                               <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
-                                       </td>
-                                       <td>
-                                               <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
-                                       </td>
-                                       <td>
-                                               <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
-                                       </td>
-                               </TR>
-                       </TABLE>
-                       </div>
-               </td></tr></table>
-       </TD>
-</tr>
-</table>
-<BLOCKQUOTE>
+<div id="menubar">
+       <span class="koha">KOHA</span>
+       <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
+       <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
+       <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
+       <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
+       <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
+       <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
+       <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
+       <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
+       <a class="about" href="/cgi-bin/koha/about.pl">About</a>
+       <a class="catalogue" href="javascript:Help()">Help</a>
+</div>
+<div id="submenu">
+       <span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
+       <a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&type=intranet" class="submenu2">search</a>
+       <a href="/cgi-bin/koha/bookshelves/shelves.pl" class="submenu">Virtual shelves</a>
+       <a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&type=intranet" class="submenu2">Add biblio</a>
+       <a href="/cgi-bin/koha/maint/catmaintain.pl" class="submenu">Cat maintenance</a>
+</div>
+<!-- TMPL_IF NAME="loggedinusername" -->
+    <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
+<!-- TMPL_ELSE -->
+    <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
+<!-- /TMPL_IF -->
+<a href="
+javascript:(
+  function(){
+     var newSS;
+     newSS=document.getElementById('codepoetry-debug-stylesheet');
+     if(newSS){
+        newSS.href=null;
+        document.documentElement.childNodes[0].removeChild(newSS);
+      } else {
+        newSS=document.createElement('link');
+        newSS.rel='stylesheet';
+        newSS.type='text/css';
+        newSS.href='http://www.codepoetry.net/stuff/css-debug-2.css';
+        newSS.id='codepoetry-debug-stylesheet';
+        document.documentElement.childNodes[0].appendChild(newSS);
+      }
+   }
+)()">TOGGLE CSS</a>
\ No newline at end of file