big commit, still breaking things...
[koha.git] / koha-tmpl / intranet-tmpl / default / en / 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 <!-- Additions to enable Calendar system -->
7 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/calendar/calendar-system.css">
8 <!-- End of additions -->
9 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
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
19 <script language="JavaScript" type="text/javascript">
20 function Help() {
21         newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
22 }
23 </script>
24
25 <style type="text/css">
26 .reports {
27         background-color: #6b7cbe;
28         color:#FFFFFF;
29         text-decoration: normal;
30         background-image:none;
31         }
32 a.reports:hover {
33         background-color: #6b7cbe;
34         color: #FFFFFF;
35         text-decoration: normal;
36         }
37 </style>
38 </head>
39 <body>
40
41 <!-- TMPL_INCLUDE name="menus.inc" -->
42
43 <!-- TMPL_IF NAME="loggedinusername" -->
44     <p class="user">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
45 <!-- TMPL_ELSE -->
46     <p class="user"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
47 <!-- /TMPL_IF -->