]> git.koha-community.org Git - koha.git/blob - koha-tmpl/intranet-tmpl/default/en/includes/cat-top.inc
adding about link
[koha.git] / koha-tmpl / intranet-tmpl / default / en / includes / cat-top.inc
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Catalogue</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         background-color:#ad11ad;
44         color:#FFFFFF;
45         padding:4px;
46         font-weight: bold;
47         margin:0;
48         }
49 a.catalogue:hover {
50         background-color: #ad11ad;
51         color: #FFFFFF;
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:hover {
73         background-color: #ffdf61;
74         color: #000000;
75         text-decoration: normal;
76         font-weight: bold;
77         }
78 a.acquisition {
79         font-weight: normal;
80         text-decoration: none;
81         cursor: hand;
82         color:#777777;
83         padding:4px;
84         font-weight: bold;
85         }
86 a.reports {
87         font-weight: normal;
88         text-decoration: none;
89         cursor: hand;
90         color:#777777;
91         padding:4px;
92         font-weight: bold;
93         }
94 a.reports:hover {
95         background-color: #6b7cbe;
96         color: #000000;
97         text-decoration: normal;
98         font-weight: bold;
99         }
100 a.circulation {
101         font-weight: normal;
102         text-decoration: none;
103         cursor: hand;
104         color:#777777;
105         padding:4px;
106         font-weight: bold;
107         }
108 a.circulation:hover {
109         background-color: #be6170;
110         color: #000000;
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 </style>
129
130 <!------------------------MENUS-------------------------------->
131 <table cellpadding=0 cellspacing=0 width="100%" border=0>
132 <tr height="45">
133         <td valign="bottom" align="left">
134                 <table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
135                 <tr>
136                         <td>
137                         <div id="menubar">
138                         <table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
139                                 <tr>
140                                         <td class="koha"><b>KOHA</b></td>
141                                         <td>
142                                                 <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
143                                         </td>
144                                         <td>
145                                                 <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
146                                         </td>
147                                         <td>
148                                                 <a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
149                                         </td>
150                                         <td>
151                                                 <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
152                                         </td>
153                                         <td>
154                                                 <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
155                                         </td>
156                                         <td>
157                                                 <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
158                                         </td>
159                                         <td>
160                                                 <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
161                                         </td>
162                                         <td>
163                                                 <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
164                                         </td>
165                                         <td>
166                                                 <a class="parameters" href="/cgi-bin/koha/about.pl">About</a>
167                                         </td>
168                                 </TR>
169                         </TABLE>
170                         </div>
171                 </td></tr></table>
172         </TD>
173 </tr>
174 </table>
175 <BLOCKQUOTE>
176 <TMPL_IF NAME="loggedinuser">
177     <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
178 <TMPL_ELSE>
179     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
180 </TMPL_IF>