french translation of librarian interface
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / includes / circulation-top.inc
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Circulation</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
7
8 <script language="JavaScript">
9 <!-- Hide from old browsers
10 function openWindow(targeturl, windowname) {
11 newwin =
12 window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
13 }
14 function focusOnFirst (){
15 document.forms[0].elements[0].focus();
16 }
17 // end hiding -->
18 </script>
19
20 <script language="JavaScript" type="text/javascript">
21 function Help() {
22         newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
23 }
24 </script>
25
26
27 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
28 <style type="text/css">
29 .circulation {
30         background-color: #be6170;
31         color:#FFFFFF;
32         background-image:none;
33         text-decoration: normal;
34         font-weight: bold;
35         }
36 a.circulation:hover {
37         background-color: #be6170;
38         color: #FFFFFF;
39         text-decoration: normal;
40         font-weight: bold;
41         }
42 </style>
43 </head>
44
45 <body onload="javascript:focusOnFirst()">
46
47 <!-- MENUS -->
48 <div id="menubar">
49         <span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
50         <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>
51 </div>
52 <div id="submenu">
53         <span class="koha">options >></span>
54         <a href="/cgi-bin/koha/circ/circulation.pl" class="submenu">Prêts</a> <a href="/cgi-bin/koha/circ/returns.pl" class="submenu2">Retours</a> <a href="/cgi-bin/koha/circ/branchtransfers.pl" class="submenu">Transferts</a>
55 </div>
56
57 <!-- TMPL_IF NAME="loggedinusername" -->
58     <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>
59 <!-- TMPL_ELSE -->
60     <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Connectez-vous</a> à Koha</p>
61 <!-- /TMPL_IF -->