moving loggedinuser => loggedinusername in includes and Auth.pm :
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / includes / acquisitions-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 #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("/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         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 {
73         font-weight: normal;
74         text-decoration: none;
75         background-color: #ffdf61;
76         cursor: hand;
77         color:#000000;
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">Accueil</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">Lecteurs</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="catalogue" 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">Etats</a>
162                                         </td>
163                                         <td>
164                                                 <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Paramètres</a>
165                                         </td>
166                                         <td>
167                                                 <a class="parameters" href="/cgi-bin/koha/about.pl">A propos</a>
168                                         </td>
169                                 </TR>
170                         </TABLE>
171                         </div>
172                 </td></tr></table>
173         </TD>
174 </tr>
175 </table>
176 <BLOCKQUOTE>
177 <TMPL_IF NAME="loggedinusername">
178         <p align=left>Connecté en tant que : <TMPL_VAR NAME="loggedinusername"> [<a href=/cgi-bin/koha/logout.pl>Log Out</a>]</p>
179 <TMPL_ELSE>
180     <p align=left><a href=/cgi-bin/koha/userpage.pl>Se connecter</a> à Koha</p>
181 </TMPL_IF>