moving & templating charges to admin part of Koha
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / includes / circulation-top.inc
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Circulation</title>
6
7 <script language="JavaScript">
8 <!-- Hide from old browsers
9 function openWindow(targeturl, windowname) {
10 newwin =
11 window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
12 }
13 function focusOnFirst (){
14 document.forms[0].elements[0].focus();
15 }
16
17 // end hiding -->
18 </script>
19
20 <link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
21 <style>
22 a.circulation {
23         font-weight: normal;
24         text-decoration: none;
25         background-color: #be6170;
26         cursor: hand;
27         color:#FFFFFF;
28         padding:4px;
29         font-weight: bold;
30         }
31 a.circulation:hover {
32         background-color: #be6170;
33         color: #FFFFFF;
34         text-decoration: normal;
35         font-weight: bold;
36         }
37 </style>
38 </head>
39 <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
40 marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 onLoad="javascript:focusOnFirst()">
41
42 <!------------------------MENUS-------------------------------->
43 <table cellpadding=0 cellspacing=0 width="100%" border=0>
44 <tr height="65">
45         <td valign="bottom" align="left">
46                 <table width="100%" cellpadding=0 cellspacing=0>
47                 <tr>
48                         <td>
49                         <div id="menubar">
50                         <table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
51                                 <tr>
52                                         <td class="koha"><b>KOHA</b></td>
53                                         <td>
54                                                 <a class="home" href="/cgi-bin/koha/mainpage.pl">Accueil</a>
55                                         </td>
56                                         <td>
57                                                 <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
58                                         </td>
59                                         <td>
60                                                 <a class="members" href="/cgi-bin/koha/members-home.pl">Lecteurs</a>
61                                         </td>
62                                         <td>
63                                                 <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
64                                         </td>
65                                         <td>
66                                                 <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
67                                         </td>
68                                         <td>
69                                                 <a class="reports" href="/cgi-bin/koha/reports-home.pl">Etats</a>
70                                         </td>
71                                         <td>
72                                                 <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Paramètres</a>
73                                         </td>
74                                         <td>
75                                                 <a class="about" href="/cgi-bin/koha/about.pl">A propos</a>
76                                         </td>
77                                 </TR>
78                         </TABLE>
79                         </div>
80                         <table cellpadding=0 cellspacing=0  border=0 height=29>
81                                 <tr>
82                                         <td width="100"></td>
83                                         <td><b>options &gt;&gt;&nbsp;&nbsp;</b></td>
84                                         <td>
85                                                 <a href="/cgi-bin/koha/circ/circulation.pl" class="submenu">Prêts</a>
86                                         </td>
87                                         <td>
88                                                 <a href="/cgi-bin/koha/circ/returns.pl" class="submenu2">Retours</a>
89                                         </td>
90                                         <td>
91                                                 <a href="/cgi-bin/koha/circ/branchtransfers.pl" class="submenu">Transferts</a>
92                                         </td>
93                                 </tr>
94                         </table>
95                         </div>
96                 </td></tr></table>
97         </TD>
98 </tr>
99 </table>
100 <BLOCKQUOTE>
101 <TMPL_IF NAME="loggedinusername">
102     <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>
103 <TMPL_ELSE>
104     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Se connecter</a> à Koha</p>
105 </TMPL_IF>