gestion des exportations
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / includes / error-top.inc
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Catalogue</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 // end hiding -->
15 </script>
16
17 <script language="JavaScript" type="text/javascript">
18 function Help() {
19         newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
20 }
21 </script>
22
23 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
24 <style type="text/css">
25 .catalogue {
26         background-color:#ad11ad;
27         color:#FFFFFF;
28         background-image:none;
29         text-decoration: normal;
30         }
31 a.catalogue:hover {
32         background-color: #ad11ad;
33         color: #FFFFFF;
34         text-decoration: none;
35         }
36 </style>
37 </head>
38
39 <body>
40 <!-- MENUS -->
41 <div id="menubar">
42         <span class="koha">KOHA</span>
43         <span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
44         <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>
45 </div>
46 <div id="submenu">
47         <span class="koha">options >></span>
48         <a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&amp;type=intranet" class="submenu2">Recherche</a> <a href="/cgi-bin/koha/bookshelves/shelves.pl" class="submenu">Etagères viruelles</a> <a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&amp;type=intranet" class="submenu2">Ajout notice</a> <a href="/cgi-bin/koha/maint/catmaintain.pl" class="submenu">Maintenance catalogue</a>
49 </div>
50 <!-- TMPL_IF NAME="loggedinusername" -->
51     <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>
52 <!-- TMPL_ELSE -->
53     <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Connectez-vous</a> à Koha</p>
54 <!-- /TMPL_IF -->