Clean up before final commits
[koha.git] / koha-tmpl / intranet-tmpl / default / pl / includes / parameters-top.inc
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Parametry</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
9 <style>
10 .parameters {
11         background-color: #86c268;
12         color: #FFFFFF;
13         text-decoration: normal;
14         font-weight: bold;
15         }
16 a.parameters:hover {
17         background-color: #86c268;
18         color: #FFFFFF;
19         text-decoration: normal;
20         font-weight: bold;
21         }
22 </style>
23 </head>
24 <body>
25
26 <!------------------------MENUS-------------------------------->
27 <div id="menubar">
28                 <span class="koha">KOHA</span>
29                         <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>
30 </div>
31 <div id="submenu">
32         <span class="koha">opcje &gt;&gt;&nbsp;&nbsp;</span>
33         <a href="/cgi-bin/koha/admin/aqbookfund.pl" class="submenu">Fundusze</a> <a href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu2">Wartość autoryz</a> <a href="/cgi-bin/koha/admin/thesaurus.pl" class="submenu">Tezaurus</a> <a href="/cgi-bin/koha/admin/currency.pl" class="submenu2">Waluty</a> <a href="/cgi-bin/koha/admin/printers.pl" class="submenu">Drukarki</a>
34 </div>
35 <!-- TMPL_IF NAME="loggedinusername" -->
36     <p align=left>Zalogowano jako: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Wyloguj</a>]</p>
37 <!-- TMPL_ELSE -->
38     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Zaloguj do</a> Systemu Koha</p>
39 <!-- /TMPL_IF -->