Started the process of getting rid of image buttons that contain text.
[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 <TMPL_INCLUDE NAME="common-style.css">
12 #menubar {
13         border-top:1px solid #666;
14 }
15
16 .koha {
17         font-weight: normal;
18         text-decoration: none;
19         cursor: hand;
20         color:#777777;
21         padding:4px;
22         font-weight: bold;
23         text-align:center;
24         background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
25 }
26
27 a.home {
28         font-weight: normal;
29         text-decoration: none;
30         cursor: hand;
31         color:#777777;
32         padding:4px;
33         font-weight: bold;
34         }
35 a.home:hover {
36         background-color: #339933;
37         color: #000000;
38         text-decoration: none;
39         font-weight: normal;
40         font-weight: bold;
41         }
42 a.catalogue {
43         font-weight: normal;
44         text-decoration: none;
45         cursor: hand;
46         color:#777777;
47         padding:4px;
48         font-weight: bold;
49         margin:0;
50         }
51 a.catalogue:hover {
52         background-color: #ad11ad;
53         color: #000000;
54         text-decoration: none;
55         font-weight: normal;
56         font-weight: bold;
57         margin:0;
58         }
59 a.members {
60         font-weight: normal;
61         text-decoration: none;
62         cursor: hand;
63         color:#777777;
64         padding:4px;
65         font-weight: bold;
66         }
67 a.members:hover {
68         background-color: #86c268;
69         color: #000000;
70         text-decoration: none;
71         font-weight: bold;
72         }
73
74 a.acquisition {
75         font-weight: normal;
76         text-decoration: none;
77         cursor: hand;
78         color:#777777;
79         padding:4px;
80         font-weight: bold;
81         }
82 a.acquisition:hover {
83         background-color: #ffdf61;
84         color: #000000;
85         text-decoration: normal;
86         font-weight: bold;
87         }
88 a.reports {
89         font-weight: normal;
90         text-decoration: none;
91         cursor: hand;
92         color:#777777;
93         padding:4px;
94         font-weight: bold;
95         }
96 a.reports:hover {
97         background-color: #6b7cbe;
98         color: #000000;
99         text-decoration: normal;
100         font-weight: bold;
101         }
102 a.circulation {
103         font-weight: normal;
104         text-decoration: none;
105         background-color: #be6170;
106         cursor: hand;
107         color:#FFFFFF;
108         padding:4px;
109         font-weight: bold;
110         }
111 a.circulation:hover {
112         background-color: #be6170;
113         color: #FFFFFF;
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 </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>