Started the process of getting rid of image buttons that contain text.
[koha.git] / koha-tmpl / intranet-tmpl / default / en / includes / marc-top.inc
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Acquisitions</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
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
60 a.members {
61         font-weight: normal;
62         text-decoration: none;
63         cursor: hand;
64         color:#777777;
65         padding:4px;
66         font-weight: bold;
67         }
68 a.members:hover {
69         background-color: #86c268;
70         color: #000000;
71         text-decoration: none;
72         font-weight: bold;
73         }
74
75 a.acquisition {
76         font-weight: normal;
77         text-decoration: none;
78         cursor: hand;
79         color:#777777;
80         padding:4px;
81         font-weight: bold;
82         }
83 a.acquisition:hover {
84         background-color: #ffdf61;
85         color: #000000;
86         text-decoration: normal;
87         font-weight: bold;
88         }
89 a.marc {
90         font-weight: normal;
91         text-decoration: none;
92         cursor: hand;
93         background-color: #ad11ad;
94         color:#FFFFFF;
95         padding:4px;
96         font-weight: bold;
97         margin:0;
98         }
99 a.marc:hover {
100         background-color: #ad11ad;
101         color: #000000;
102         text-decoration: none;
103         font-weight: normal;
104         font-weight: bold;
105         margin:0;
106         }
107
108 a.reports {
109         font-weight: normal;
110         text-decoration: none;
111         cursor: hand;
112         color:#777777;
113         padding:4px;
114         font-weight: bold;
115         }
116 a.reports:hover {
117         background-color: #6b7cbe;
118         color: #000000;
119         text-decoration: normal;
120         font-weight: bold;
121         }
122
123 a.circulation {
124         font-weight: normal;
125         text-decoration: none;
126         cursor: hand;
127         color:#777777;
128         padding:4px;
129         font-weight: bold;
130         }
131 a.circulation:hover {
132         background-color: #be6170;
133         color: #000000;
134         text-decoration: normal;
135         font-weight: bold;
136         }
137
138 a.parameters {
139         font-weight: normal;
140         text-decoration: none;
141         cursor: hand;
142         color:#777777;
143         padding:4px;
144         font-weight: bold;
145         }
146 a.parameters:hover {
147         background-color: #86c268;
148         color: #000000;
149         text-decoration: normal;
150         font-weight: bold;
151         }
152 a.about {
153         font-weight: normal;
154         text-decoration: none;
155         cursor: hand;
156         color:#777777;
157         padding:4px;
158         font-weight: bold;
159         }
160 a.about:hover {
161         background-color: #86c268;
162         color: #000000;
163         text-decoration: normal;
164         font-weight: bold;
165         }
166 </style>
167
168 <!------------------------MENUS-------------------------------->
169 <table cellpadding=0 cellspacing=0 width="100%" border=0>
170 <tr height="45">
171         <td valign="bottom" align="left">
172                 <table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
173                 <tr>
174                         <td>
175                         <div id="menubar">
176                         <table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
177                                 <tr>
178                                         <td class="koha"><b>KOHA</b></td>
179                                         <td>
180                                                 <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
181                                         </td>
182                                         <td>
183                                                 <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
184                                         </td>
185                                         <td>
186                                                 <a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
187                                         </td>
188                                         <td>
189                                                 <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
190                                         </td>
191                                         <td>
192                                                 <a class="marc" href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
193                                         </td>
194                                         <td>
195                                                 <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
196                                         </td>
197                                         <td>
198                                                 <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
199                                         </td>
200                                         <td>
201                                                 <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
202                                         </td>
203                                         <td>
204                                                 <a class="about" href="/cgi-bin/koha/about.pl">About</a>
205                                         </td>
206                                 </TR>
207                         </TABLE>
208                         </div>
209                 </td></tr></table>
210         </TD>
211 </tr>
212 </table>
213 <BLOCKQUOTE>
214 <TMPL_IF NAME="loggedinuser">
215     <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
216 <TMPL_ELSE>
217     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
218 </TMPL_IF>