gestion des exportations
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / includes / bull-top.inc
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Gestion des périodiques</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 .bull {
16         background-color: #803010;
17         color:#FFFFFF;
18         text-decoration: normal;
19         font-weight: bold;
20         background-image:none;
21         }
22 a.bull:hover {
23         background-color: #803010;
24         color: #FFFFFF;
25         text-decoration: normal;
26         font-weight: bold;
27         }
28 </style>
29 </head>
30 <body>
31
32 <!-- MENUS -->
33 <div id="menubar">
34         <span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
35         <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">Prêt</a> <a class="members" href="/cgi-bin/koha/members/members-home.pl">Lecteurs</a> <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Autorités</a> <a class="reports" href="/cgi-bin/koha/reports-home.pl">Bilans</a> <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Paramètres</a> <a class="about" href="/cgi-bin/koha/about.pl">A propos</a> <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Aide</a>
36 </div>
37 <div id="submenu">
38         <span class="koha">options >></span>
39         <a href="/cgi-bin/koha/bull-home.pl" class="submenu"> Abonnement </a> <a href="/cgi-bin/koha/bull/lateissues.pl" class="submenu2"> Numéros </a>
40 </div>
41
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 -->