synch'ing head and rel_2_2 (from 2.2.5, including npl templates)
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / includes / members-top.inc
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Lecteurs</title>
6 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
7 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
8 <script language="JavaScript" type="text/javascript">
9 function Help() {
10         newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
11 }
12 </script>
13
14 <style type="text/css">
15 .members {
16         background-color: #86c268;
17         color:#FFFFFF;
18         text-decoration: normal;
19         }
20 a.members:hover {
21         background-color: #86c268;
22         color: #FFFFFF;
23         text-decoration: normal;
24         }
25 </style>
26 </head>
27
28 <body>
29
30 <!-- MENUS -->
31 <!-- TMPL_INCLUDE name="menus.inc" -->
32 <!-- TMPL_IF NAME="loggedinusername" -->
33     <p class="user">Connecté en tant que : <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Déconnecter</a>]</p>
34 <!-- TMPL_ELSE -->
35     <p class="user"><a href="/cgi-bin/koha/opac-user.pl">Connectez-vous</a> à Koha</p>
36 <!-- /TMPL_IF -->