CSS'ing
[koha.git] / koha-tmpl / intranet-tmpl / default / en / includes / cat-top.inc
1 <!doctype html public "-//w3c//dtd html 4.0 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">
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 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
18 <style>
19 .catalogue {
20         background-color:#ad11ad;
21         color:#FFFFFF;
22         background-image:none;
23         text-decoration: normal;
24         }
25 a.catalogue:hover {
26         background-color: #ad11ad;
27         color: #FFFFFF;
28         text-decoration: none;
29         }
30 </style>
31 </head>
32 <body>
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="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
42         <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
43         <a class="about" href="/cgi-bin/koha/about.pl">About</a>
44 </div>
45 <div id="submenu">
46         <span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
47         <a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=0&type=intranet" class="submenu">Quick search</a>
48         <a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&type=intranet" class="submenu2">MARC search</a>
49         <a href="/cgi-bin/koha/bookshelves/shelves.pl" class="submenu">Virtual shelves</a>
50         <a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&type=intranet" class="submenu2">Add biblio</a>
51         <a href="/cgi-bin/koha/maint/catmaintain.pl" class="submenu">Cat maintenance</a>
52 </div>
53 <!-- TMPL_IF NAME="loggedinusername" -->
54     <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
55 <!-- TMPL_ELSE -->
56     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
57 <!-- /TMPL_IF -->
58 <a href="
59 javascript:(
60   function(){
61      var newSS;
62      newSS=document.getElementById('codepoetry-debug-stylesheet');
63      if(newSS){
64         newSS.href=null;
65         document.documentElement.childNodes[0].removeChild(newSS);
66       } else {
67         newSS=document.createElement('link');
68         newSS.rel='stylesheet';
69         newSS.type='text/css';
70         newSS.href='http://www.codepoetry.net/stuff/css-debug-2.css';
71         newSS.id='codepoetry-debug-stylesheet';
72         document.documentElement.childNodes[0].appendChild(newSS);
73       }
74    }
75 )()">TOGGLE CSS</a>