1st commit to go to zebra.
[koha.git] / koha-tmpl / intranet-tmpl / default / en / includes / cat-top.inc
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>KOHA: INTRANET: Catalogue</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6
7 <script language="JavaScript" type="text/javascript">
8 <!-- Hide from old browsers
9 function openWindow(targeturl, windowname) {
10         newwin =
11 window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
12 }
13 function Help() {
14         newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
15 }
16 // end hiding -->
17 </script>
18
19 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
20 <style type="text/css">
21 .catalogue {
22         background-color:#ad11ad;
23         color:#FFFFFF;
24         background-image:none;
25         text-decoration: normal;
26         }
27 a.catalogue:hover {
28         background-color: #ad11ad;
29         color: #FFFFFF;
30         text-decoration: none;
31         }
32 </style>
33 </head>
34
35 <body>
36
37 <!-- TMPL_INCLUDE name="menus.inc" -->
38 <!-- TMPL_IF NAME="loggedinusername" -->
39     <p class="user">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
40 <!-- TMPL_ELSE -->
41     <p class="user"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
42 <!-- /TMPL_IF -->
43