Koha/koha-tmpl/intranet-tmpl/default/en/includes/parameters-top.inc
tipaul c6cb3954b9 changing serial menu to a serial submenu in the catalogue module.
Serials are in the catalogue, so it's logical to consider them as a sub-module.
Other reason : the menu line is quite long & fits now in a 1025x768 screen, with 12pts default font.
2004-09-17 13:19:56 +00:00

57 lines
2.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>KOHA: INTRANET: Parameters</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
<style type="text/css">
.parameters {
background-color: #86c268;
color: #FFFFFF;
text-decoration: normal;
font-weight: bold;
background-image:none;
}
a.parameters:hover {
background-color: #86c268;
color: #FFFFFF;
text-decoration: normal;
font-weight: bold;
}
</style>
</head>
<body>
<script language="JavaScript" type="text/javascript">
function Help() {
newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
}
</script>
<!-- MENUS -->
<div id="menubar">
<span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a>
<a class="circulation" href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
<a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
<a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
<a class="about" href="/cgi-bin/koha/about.pl">About</a>
<a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
</div>
<div id="submenu">
<span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
<a href="/cgi-bin/koha/admin/aqbookfund.pl" class="submenu">Funds</a>
<a href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu2">Auth value</a>
<a href="/cgi-bin/koha/admin/currency.pl" class="submenu2">Currencies</a>
<a href="/cgi-bin/koha/admin/printers.pl" class="submenu">Printers</a>
</div>
<!-- TMPL_IF NAME="loggedinusername" -->
<p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
<!-- TMPL_ELSE -->
<p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
<!-- /TMPL_IF -->