synch'ing head and rel_2_2 (from 2.2.5, including npl templates)
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / includes / about-top.inc
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3 <html>
4 <head>
5 <title>KOHA : INTRANET : A propos</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
16 .about {
17         background-color: #86c268;
18         color: #FFFFFF;
19         text-decoration: normal;
20         }
21 a.about:hover {
22         background-color: #86c268;
23         color: #FFFFFF;
24         text-decoration: normal;
25         }
26 </style>
27 </head>
28 <body>
29
30
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 -->