a0ff4736bb05405937d582956bb9c9792e42b112
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / default / en / includes / about-top.inc
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: About</title>
6 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
7 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
8
9 </head>
10 <body>
11
12 <script>
13 function Help() {
14         newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
15 }
16 </script>
17
18 <style>
19
20 .about {
21         background-color: #86c268;
22         color: #FFFFFF;
23         text-decoration: normal;
24         font-weight: bold;
25         }
26 a.about:hover {
27         background-color: #86c268;
28         color: #FFFFFF;
29         text-decoration: normal;
30         font-weight: bold;
31         }
32 </style>
33
34 <!------------------------MENUS-------------------------------->
35 <div id="menubar">
36         <span class="koha">KOHA</span>
37         <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
38         <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
39         <a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
40         <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
41         <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
42         <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
43         <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
44         <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
45         <a class="about" href="/cgi-bin/koha/about.pl">About</a>
46         <a class="catalogue" href="javascript:Help()">Help</a>
47 </div>
48
49 <!-- TMPL_IF NAME="loggedinusername" -->
50     <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
51 <!-- TMPL_ELSE -->
52     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
53 <!-- /TMPL_IF -->