Koha/koha-tmpl/intranet-tmpl/default/en/includes/parameters-top.inc
acli 9aeb2fe85d Various pedantic SGML syntax corrections (e.g., <!----...--> must contain
a multiple of 4 hyphens)

Inserted some blank rows in admin-home for visual consistency.
2004-02-10 03:13:41 +00:00

97 lines
2.9 KiB
HTML

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title>KOHA: INTRANET: Parameters</title>
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
</head>
<body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<style>
a.parameters {
background-color: #86c268;
font-weight: normal;
text-decoration: none;
cursor: hand;
color: #FFFFFF;
padding:4px;
font-weight: bold;
}
a.parameters:hover {
background-color: #86c268;
color: #FFFFFF;
text-decoration: normal;
font-weight: bold;
}
</style>
<!------------------------MENUS-------------------------------->
<table cellpadding=0 cellspacing=0 width="100%" border=0>
<tr height="65">
<td valign="bottom" align="left">
<table width="100%" cellpadding=0 cellspacing=0 height=60>
<tr>
<td>
<div id="menubar">
<table cellpadding=0 cellspacing=0 border=0 height=29 width="70%">
<tr>
<td class="koha"><b>KOHA</b></td>
<td>
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
</td>
<td>
<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
</td>
<td>
<a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
</td>
<td>
<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
</td>
<td>
<a class="circulation" href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
</td>
<td>
<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
</td>
<td>
<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
</td>
<td>
<a class="about" href="/cgi-bin/koha/about.pl">About</a>
</td>
</TR>
</TABLE>
</div>
<table cellpadding=0 cellspacing=0 border=0 height=29>
<tr>
<td width="100"></td>
<td><b>options &gt;&gt;&nbsp;&nbsp;</b></td>
<td>
<a href="/cgi-bin/koha/admin/aqbookfund.pl" class="submenu">Funds</a>
</td>
<td>
<a href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu2">Auth value</a>
</td>
<td>
<a href="/cgi-bin/koha/admin/thesaurus.pl" class="submenu">Thesaurus</a>
</td>
<td>
<a href="/cgi-bin/koha/admin/currency.pl" class="submenu2">Currencies</a>
</td>
<td>
<a href="/cgi-bin/koha/admin/printers.pl" class="submenu">Printers</a>
</td>
</tr>
</table>
</td></tr></table>
</TD>
</tr>
</table>
<BLOCKQUOTE>
<!-- 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 -->