removing image links
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / includes / members-top.inc
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Lecteurs</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 </style>
131
132 <!------------------------MENUS-------------------------------->
133 <table cellpadding=0 cellspacing=0 width="100%" border=0>
134 <tr height="45">
135         <td valign="bottom" align="left">
136                 <table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
137                 <tr>
138                         <td>
139                         <div id="menubar">
140                         <table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
141                                 <tr>
142                                         <td class="koha"><b>KOHA</b></td>
143                                         <td>
144                                                 <a class="home" href="/cgi-bin/koha/mainpage.pl">Accueil</a>
145                                         </td>
146                                         <td>
147                                                 <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
148                                         </td>
149                                         <td>
150                                                 <a class="members" href="/cgi-bin/koha/members-home.pl">Lecteurs</a>
151                                         </td>
152                                         <td>
153                                                 <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
154                                         </td>
155                                         <td>
156                                                 <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
157                                         </td>
158                                         <td>
159                                                 <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
160                                         </td>
161                                         <td>
162                                                 <a class="reports" href="/cgi-bin/koha/reports-home.pl">Etats</a>
163                                         </td>
164                                         <td>
165                                                 <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Paramètres</a>
166                                         </td>
167                                         <td>
168                                                 <a class="parameters" href="/cgi-bin/koha/about.pl">A propos</a>
169                                         </td>
170                                 </TR>
171                         </TABLE>
172                         </div>
173                 </td></tr></table>
174         </TD>
175 </tr>
176 </table>
177 <BLOCKQUOTE>
178 <TMPL_IF NAME="loggedinusername">
179         <p align=left>Connecté en tant que : <TMPL_VAR NAME="loggedinusername"> [<a href=/cgi-bin/koha/logout.pl>Log Out</a>]</p>
180 <TMPL_ELSE>
181     <p align=left><a href=/cgi-bin/koha/userpage.pl>Se connecter</a> à Koha</p>
182 </TMPL_IF>