Clean up before final commits
[koha.git] / koha-tmpl / intranet-tmpl / default / pl / includes / circulation-top.inc
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Cyrkulacja</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
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 function focusOnFirst (){
15 document.forms[0].elements[0].focus();
16 }
17 // end hiding -->
18 </script>
19
20 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
21 <style>
22 .circulation {
23         background-color: #be6170;
24         color:#FFFFFF;
25         background-image:none;
26         text-decoration: normal;
27         font-weight: bold;
28         }
29 a.circulation:hover {
30         background-color: #be6170;
31         color: #FFFFFF;
32         text-decoration: normal;
33         font-weight: bold;
34         }
35 </style>
36 </head>
37 <body onLoad="javascript:focusOnFirst()">
38
39 <!------------------------MENUS-------------------------------->
40 <div id="menubar">
41         <span class="koha">KOHA</span>
42         <a class="home" href="/cgi-bin/koha/mainpage.pl">Początek</a> <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Katalog</a> <a class="members" href="/cgi-bin/koha/members/members-home.pl">Członkowie</a> <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Gromadzenie</a> <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Wypożyczalnia</a> <a class="reports" href="/cgi-bin/koha/reports-home.pl">Raporty</a> <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parametry</a> <a class="about" href="/cgi-bin/koha/about.pl">O nas</a>
43 </div>
44 <div id="submenu">
45         <span class="koha">opcje &gt;&gt;&nbsp;&nbsp;</span>
46         <a href="/cgi-bin/koha/circ/circulation.pl" class="submenu">Wypożyczenia</a> <a href="/cgi-bin/koha/circ/returns.pl" class="submenu2">Zwroty</a> <a href="/cgi-bin/koha/circ/branchtransfers.pl" class="submenu">Transfery oddziałowe</a>
47 </div>
48
49 <!-- TMPL_IF NAME="loggedinusername" -->
50     <p align=left>Zalogowano jako: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Wyloguj</a>]</p>
51 <!-- TMPL_ELSE -->
52     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Zaloguj do</a> Systemu Koha</p>
53 <!-- /TMPL_IF -->