FRENCH templates
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / includes / reports-top.inc
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Reports</title>
6 <link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
7 </head>
8 <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
9 marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
10
11 <style>
12 a.reports {
13         font-weight: normal;
14         background-color: #6b7cbe;
15         text-decoration: none;
16         cursor: hand;
17         color:#FFFFFF;
18         padding:4px;
19         font-weight: bold;
20         }
21 a.reports:hover {
22         background-color: #6b7cbe;
23         color: #FFFFFF;
24         text-decoration: normal;
25         font-weight: bold;
26         }
27 </style>
28
29 <!------------------------MENUS-------------------------------->
30 <table cellpadding=0 cellspacing=0 width="100%" border=0>
31 <tr height="45">
32         <td valign="bottom" align="left">
33                 <table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
34                 <tr>
35                         <td>
36                         <div id="menubar">
37                         <table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
38                                 <tr>
39                                         <td class="koha"><b>KOHA</b></td>
40                                         <td>
41                                                 <a class="home" href="/cgi-bin/koha/mainpage.pl">Accueil</a>
42                                         </td>
43                                         <td>
44                                                 <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
45                                         </td>
46                                         <td>
47                                                 <a class="members" href="/cgi-bin/koha/members-home.pl">Lecteurs</a>
48                                         </td>
49                                         <td>
50                                                 <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
51                                         </td>
52                                         <td>
53                                                 <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
54                                         </td>
55                                         <td>
56                                                 <a class="reports" href="/cgi-bin/koha/reports-home.pl">Etats</a>
57                                         </td>
58                                         <td>
59                                                 <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Paramètres</a>
60                                         </td>
61                                         <td>
62                                                 <a class="about" href="/cgi-bin/koha/about.pl">A propos</a>
63                                         </td>
64                                 </TR>
65                         </TABLE>
66                         </div>
67                 </td></tr></table>
68         </TD>
69 </tr>
70 </table>
71 <BLOCKQUOTE>
72 <TMPL_IF NAME="loggedinusername">
73     <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>
74 <TMPL_ELSE>
75     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Se connecter</a> à Koha</p>
76 </TMPL_IF>