Koha/koha-tmpl/intranet-tmpl/default/de/includes/bull-top.inc
dnmeid 9539d449b2 First german contribution to 2.2.2
Thanks to Friedrich
2005-05-12 19:26:13 +00:00

46 lines
2.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>KOHA: INTRANET: Serienverwaltung</title>
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<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>
<style type="text/css">
.bull {
background-color: #803010;
color:#FFFFFF;
text-decoration: normal;
font-weight: bold;
background-image:none;
}
a.bull:hover {
background-color: #803010;
color: #FFFFFF;
text-decoration: normal;
font-weight: bold;
}
</style>
</head>
<body>
<!-- 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">Erwerbung</a> <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Katalog</a> <a class="circulation" href="/cgi-bin/koha/circ/circulation.pl">Ausleihe</a> <a class="members" href="/cgi-bin/koha/members/members-home.pl">Benutzer</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">Parameter</a> <a class="about" href="/cgi-bin/koha/about.pl">&Uuml;ber</a> <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Hilfe</a>
</div>
<div id="submenu">
<span class="koha">Optionen &gt;&gt;&nbsp;&nbsp;</span>
<a href="/cgi-bin/koha/bull-home.pl" class="submenu">Abonnement-Suche</a> <a href="/cgi-bin/koha/bull/lateissues.pl" class="submenu2">&Uuml;berf&auml;llige Hefte</a>
</div>
<!-- TMPL_IF NAME="loggedinusername" -->
<p align="left">Angemeldet als: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Abmelden</a>]</p>
<!-- TMPL_ELSE -->
<p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
<!-- /TMPL_IF -->