Koha/koha-tmpl/intranet-tmpl/default/fr/includes/reports-top.inc
tipaul b2ee20c913 FRENCH templates
* moving all styles to common-style.css sheet. The styles specifics to a topic (the parameter button in parameters-top.inc is the only one defined in parameters-top.inc, he overwrittes the common-style definition)
* changing from <TMPL_INCLUDE> to <link rel=stylesheet> the *-top. This way, the style sheet is sent only once, then found in the cache of the navigator. A few kb to avoid transmitting.
* In some menus, adding a 2nd menu line. It contains some shorcuts for quick access. Like "quick search" and "MARC search". This way, the librarian can access the search he prefers in 1 clic.
* removing MARC topic in menu.
* managing correctly simple marc & non-marc acquisition system.
2003-06-05 12:40:49 +00:00

76 lines
2.2 KiB
HTML

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title>KOHA: INTRANET: Reports</title>
<link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
</head>
<body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<style>
a.reports {
font-weight: normal;
background-color: #6b7cbe;
text-decoration: none;
cursor: hand;
color:#FFFFFF;
padding:4px;
font-weight: bold;
}
a.reports:hover {
background-color: #6b7cbe;
color: #FFFFFF;
text-decoration: normal;
font-weight: bold;
}
</style>
<!------------------------MENUS-------------------------------->
<table cellpadding=0 cellspacing=0 width="100%" border=0>
<tr height="45">
<td valign="bottom" align="left">
<table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
<tr>
<td>
<div id="menubar">
<table cellpadding=0 cellspacing=0 border=0 height=29 width=70%>
<tr>
<td class="koha"><b>KOHA</b></td>
<td>
<a class="home" href="/cgi-bin/koha/mainpage.pl">Accueil</a>
</td>
<td>
<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
</td>
<td>
<a class="members" href="/cgi-bin/koha/members-home.pl">Lecteurs</a>
</td>
<td>
<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
</td>
<td>
<a class="circulation" href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
</td>
<td>
<a class="reports" href="/cgi-bin/koha/reports-home.pl">Etats</a>
</td>
<td>
<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Paramètres</a>
</td>
<td>
<a class="about" href="/cgi-bin/koha/about.pl">A propos</a>
</td>
</TR>
</TABLE>
</div>
</td></tr></table>
</TD>
</tr>
</table>
<BLOCKQUOTE>
<TMPL_IF NAME="loggedinusername">
<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>
<TMPL_ELSE>
<p align=left><a href=/cgi-bin/koha/opac-user.pl>Se connecter</a> à Koha</p>
</TMPL_IF>