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