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