Fixed bug #396
[koha.git] / koha-tmpl / intranet-tmpl / default / en / includes / reports-top.inc
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Reports</title>
6 </head>
7 <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
8 marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
9
10 <style>
11 <TMPL_INCLUDE NAME="common-style.css">
12 #menubar {
13         border-top:1px solid #666;
14 }
15 .koha {
16         font-weight: normal;
17         text-decoration: none;
18         cursor: hand;
19         color:#777777;
20         padding:4px;
21         font-weight: bold;
22         text-align:center;
23         background-image:url("<TMPL_VAR name="themelang">/images/background-mem.gif");
24         }
25
26 a.home {
27         font-weight: normal;
28         text-decoration: none;
29         cursor: hand;
30         color:#777777;
31         padding:4px;
32         font-weight: bold;
33         }
34 a.home:hover {
35         background-color: #339933;
36         color: #000000;
37         text-decoration: none;
38         font-weight: normal;
39         font-weight: bold;
40         }
41 a.catalogue {
42         font-weight: normal;
43         text-decoration: none;
44         cursor: hand;
45         color:#777777;
46         padding:4px;
47         font-weight: bold;
48         margin:0;
49         }
50 a.catalogue:hover {
51         background-color: #ad11ad;
52         color: #000000;
53         text-decoration: none;
54         font-weight: normal;
55         font-weight: bold;
56         margin:0;
57         }
58 a.members {
59         font-weight: normal;
60         text-decoration: none;
61         cursor: hand;
62         color:#777777;
63         padding:4px;
64         font-weight: bold;
65         }
66 a.members:hover {
67         background-color: #86c268;
68         color: #000000;
69         text-decoration: none;
70         font-weight: bold;
71         }
72
73 a.acquisition {
74         font-weight: normal;
75         text-decoration: none;
76         cursor: hand;
77         color:#777777;
78         padding:4px;
79         font-weight: bold;
80         }
81 a.acquisition:hover {
82         background-color: #ffdf61;
83         color: #000000;
84         text-decoration: normal;
85         font-weight: bold;
86         }
87
88 a.reports {
89         font-weight: normal;
90         background-color: #6b7cbe;
91         text-decoration: none;
92         cursor: hand;
93         color:#FFFFFF;
94         padding:4px;
95         font-weight: bold;
96         }
97 a.reports:hover {
98         background-color: #6b7cbe;
99         color: #FFFFFF;
100         text-decoration: normal;
101         font-weight: bold;
102         }
103 a.circulation {
104         font-weight: normal;
105         text-decoration: none;
106         cursor: hand;
107         color:#777777;
108         padding:4px;
109         font-weight: bold;
110         }
111 a.circulation:hover {
112         background-color: #be6170;
113         color: #000000;
114         text-decoration: normal;
115         font-weight: bold;
116         }
117 a.parameters {
118         font-weight: normal;
119         text-decoration: none;
120         cursor: hand;
121         color:#777777;
122         padding:4px;
123         font-weight: bold;
124         }
125 a.parameters:hover {
126         background-color: #86c268;
127         color: #000000;
128         text-decoration: normal;
129         font-weight: bold;
130         }
131 a.about {
132         font-weight: normal;
133         text-decoration: none;
134         cursor: hand;
135         color:#777777;
136         padding:4px;
137         font-weight: bold;
138         }
139 a.about:hover {
140         background-color: #86c268;
141         color: #000000;
142         text-decoration: normal;
143         font-weight: bold;
144         }
145
146 </style>
147
148 <!------------------------MENUS-------------------------------->
149 <table cellpadding=0 cellspacing=0 width="100%" border=0>
150 <tr height="45">
151         <td valign="bottom" align="left">
152                 <table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
153                 <tr>
154                         <td>
155                         <div id="menubar">
156                         <table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
157                                 <tr>
158                                         <td class="koha"><b>KOHA</b></td>
159                                         <td>
160                                                 <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
161                                         </td>
162                                         <td>
163                                                 <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
164                                         </td>
165                                         <td>
166                                                 <a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
167                                         </td>
168                                         <td>
169                                                 <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
170                                         </td>
171                                         <td>
172                                                 <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
173                                         </td>
174                                         <td>
175                                                 <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
176                                         </td>
177                                         <td>
178                                                 <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
179                                         </td>
180                                         <td>
181                                                 <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
182                                         </td>
183                                         <td>
184                                                 <a class="about" href="/cgi-bin/koha/about.pl">About</a>
185                                         </td>
186                                 </TR>
187                         </TABLE>
188                         </div>
189                 </td></tr></table>
190         </TD>
191 </tr>
192 </table>
193 <BLOCKQUOTE>
194 <TMPL_IF NAME="loggedinuser">
195     <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
196 <TMPL_ELSE>
197     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
198 </TMPL_IF>