french translation of librarian interface
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / includes / parameters-top.inc
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Paramètres</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
7
8 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
9
10 <style type="text/css">
11 .parameters {
12         background-color: #86c268;
13         color: #FFFFFF;
14         text-decoration: normal;
15         font-weight: bold;
16         background-image:none;
17         }
18 a.parameters:hover {
19         background-color: #86c268;
20         color: #FFFFFF;
21         text-decoration: normal;
22         font-weight: bold;
23         }
24 </style>
25 </head>
26 <body>
27
28 <script language="JavaScript" type="text/javascript">
29 function Help() {
30         newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
31 }
32 </script>
33 <!-- MENUS -->
34 <div id="menubar">
35         <span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
36         <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>  <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a>  <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>  <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>  <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>  <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>  <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>  <a class="about" href="/cgi-bin/koha/about.pl">About</a>  <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
37 </div>
38 <div id="submenu">
39         <span class="koha">options >></span>
40          <a href="/cgi-bin/koha/admin/aqbookfund.pl" class="submenu">Fonds</a> <a href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu2">Valeurs autorisées</a> <a href="/cgi-bin/koha/admin/currency.pl" class="submenu2">Devises</a> <a href="/cgi-bin/koha/admin/printers.pl" class="submenu">Imprimantes</a>
41 </div>
42 <!-- TMPL_IF NAME="loggedinusername" -->
43     <p align="left">Connecté en tant que : <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Déconnecter</a>]</p>
44 <!-- TMPL_ELSE -->
45     <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Connectez-vous</a> à Koha</p>
46 <!-- /TMPL_IF -->