Minor display changes.
[koha.git] / koha-tmpl / intranet-tmpl / default / de / includes / reportswcal-top.inc
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Reports</title>
6 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
7 <!-- Additions to enable Calendar system -->
8 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/calendar/calendar-system.css">
9 <!-- End of additions -->
10
11 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
12 <!-- Additions to enable Calendar system -->
13 <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/includes/calendar/calendar.js"></script>
14 <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/includes/calendar/calendar-en.js"></script>
15 <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/includes/calendar/calendar-setup.js"></script>
16 <!-- End of additions -->
17
18 <script language="JavaScript" type="text/javascript">
19 function Help() {
20         newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
21 }
22 </script>
23
24 <style type="text/css">
25 .reports {
26         background-color: #6b7cbe;
27         color:#FFFFFF;
28         text-decoration: normal;
29         font-weight: bold;
30         background-image:none;
31         }
32 a.reports:hover {
33         background-color: #6b7cbe;
34         color: #FFFFFF;
35         text-decoration: normal;
36         font-weight: bold;
37         }
38 </style>
39 </head>
40 <body>
41
42 <!-- MENUS -->
43 <div id="menubar">
44         <span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
45         <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>
46 </div>
47 <div id="submenu">
48         <span class="koha">Optionen &gt;&gt;&nbsp;&nbsp;</span>
49         <a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes" class="submenu">Medientypen</a>
50 </div>
51
52 <!-- TMPL_IF NAME="loggedinusername" -->
53     <p align="left">Angemeldet als: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Abmelden</a>]</p>
54 <!-- TMPL_ELSE -->
55     <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
56 <!-- /TMPL_IF -->