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