]> git.koha-community.org Git - koha.git/blob - koha-tmpl/intranet-tmpl/default/en/includes/parameters-top.inc
inc files for serials
[koha.git] / koha-tmpl / intranet-tmpl / default / en / includes / parameters-top.inc
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Parameters</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
7
8 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
9
10 <style type="text/css">
11 .parameters {
12         background-color: #86c268;
13         color: #FFFFFF;
14         text-decoration: normal;
15         font-weight: bold;
16         }
17 a.parameters:hover {
18         background-color: #86c268;
19         color: #FFFFFF;
20         text-decoration: normal;
21         font-weight: bold;
22         }
23 </style>
24 </head>
25 <body>
26
27 <script language="JavaScript" type="text/javascript">
28 function Help() {
29         newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
30 }
31 </script>
32 <!-- MENUS -->
33 <div id="menubar">
34         <span class="koha">KOHA</span>
35         <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
36         <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a>
37         <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
38         <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
39         <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
40         <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
41         <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
42         <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
43         <a class="about" href="/cgi-bin/koha/about.pl">About</a>
44                 &nbsp&nbsp&nbsp&nbsp&nbsp
45         &nbsp&nbsp&nbsp&nbsp&nbsp
46         &nbsp&nbsp
47         
48         <a class="bull" href="/cgi-bin/koha/bull-home.pl">Serial</a>
49         <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
50 </div>
51 <div id="submenu">
52         <span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
53         <a href="/cgi-bin/koha/admin/aqbookfund.pl" class="submenu">Funds</a>
54         <a href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu2">Auth value</a>
55         <a href="/cgi-bin/koha/admin/thesaurus.pl" class="submenu">Thesaurus</a>
56         <a href="/cgi-bin/koha/admin/currency.pl" class="submenu2">Currencies</a>
57         <a href="/cgi-bin/koha/admin/printers.pl" class="submenu">Printers</a>
58 </div>
59 <!-- TMPL_IF NAME="loggedinusername" -->
60     <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
61 <!-- TMPL_ELSE -->
62     <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
63 <!-- /TMPL_IF -->