Fixed bug #396
[koha.git] / koha-tmpl / intranet-tmpl / default / en / includes / members-top.inc
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Members</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 a.catalogue {
42         font-weight: normal;
43         text-decoration: none;
44         cursor: hand;
45         color:#777777;
46         padding:4px;
47         font-weight: bold;
48         margin:0;
49         }
50 a.catalogue:hover {
51         background-color: #ad11ad;
52         color: #000000;
53         text-decoration: none;
54         font-weight: normal;
55         font-weight: bold;
56         margin:0;
57         }
58 a.members {
59         font-weight: normal;
60         text-decoration: none;
61         background-color: #86c268;
62         cursor: hand;
63         color:#FFFFFF;
64         padding:4px;
65         font-weight: bold;
66         }
67 a.members:hover {
68         background-color: #86c268;
69         color: #FFFFFF;
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         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 </style>
145
146 <!------------------------MENUS-------------------------------->
147 <table cellpadding=0 cellspacing=0 width="100%" border=0>
148 <tr height="45">
149         <td valign="bottom" align="left">
150                 <table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
151                 <tr>
152                         <td>
153                         <div id="menubar">
154                         <table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
155                                 <tr>
156                                         <td class="koha"><b>KOHA</b></td>
157                                         <td>
158                                                 <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
159                                         </td>
160                                         <td>
161                                                 <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
162                                         </td>
163                                         <td>
164                                                 <a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
165                                         </td>
166                                         <td>
167                                                 <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
168                                         </td>
169                                         <td>
170                                                 <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
171                                         </td>
172                                         <td>
173                                                 <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
174                                         </td>
175                                         <td>
176                                                 <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
177                                         </td>
178                                         <td>
179                                                 <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
180                                         </td>
181                                         <td>
182                                                 <a class="about" href="/cgi-bin/koha/about.pl">About</a>
183                                         </td>
184                                 </TR>
185                         </TABLE>
186                         </div>
187                 </td></tr></table>
188         </TD>
189 </tr>
190 </table>
191 <BLOCKQUOTE>
192 <TMPL_IF NAME="loggedinuser">
193     <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
194 <TMPL_ELSE>
195     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
196 </TMPL_IF>