]> git.koha-community.org Git - koha.git/blob - koha-tmpl/intranet-tmpl/default/pl/includes/acquisitions-top.inc
minor update of translation, removal of fuzzies
[koha.git] / koha-tmpl / intranet-tmpl / default / pl / includes / acquisitions-top.inc
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Gromadzenie</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=utf-8">
8 </head>
9 <body>
10
11 <style>
12 .acquisition {
13         background-color: #ffdf61;
14         color:#000000;
15         background-image:none;
16         text-decoration: normal;
17         font-weight: bold;
18         }
19 a.acquisition:hover {
20         background-color: #ffdf61;
21         color: #000000;
22         text-decoration: normal;
23         font-weight: bold;
24         }
25 </style>
26
27 <!------------------------MENUS-------------------------------->
28 <div id="menubar">
29         <span class="koha">KOHA</span>
30         <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>
31 </div>
32 <!-- TMPL_IF NAME="loggedinusername" -->
33     <p align=left>Zalogowano jako: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Wyloguj</a>]</p>
34 <!-- TMPL_ELSE -->
35     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Zaloguj do</a> Systemu Koha</p>
36 <!-- /TMPL_IF -->