[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/includes auth-bottom.inc,NONE,1.1 auth-search-bottom.inc,NONE,1.1 auth-search-top.inc,NONE,1.1 auth-top.inc,NONE,1.1 bull-bottom.inc,NONE,1.1 bull-top.inc,NONE,1.1 cat-class-list.inc,NONE,1.1 error-bottom.inc,NONE,1.1 error-top.inc,NONE,1.1 help-bottom.inc,NONE,1.1 help-top.inc,NONE,1.1 intranet-main.css,NONE,1.1 marc-editor.css,NONE,1.1 marc-top.inc,NONE,1.1 neutral-top.inc,NONE,1.1 onlinehelp.css,NONE,1.1 popup-bottom.inc,NONE,1.1 popup-top.inc,NONE,1.1 about-bottom.inc,1.3,1.4 about-top.inc,1.4,1.5 acquisitions-bottom.inc,1.5,1.6 acquisitions-top.inc,1.9,1.10 cat-bottom.inc,1.5,1.6 cat-top.inc,1.13,1.14 circulation-bottom.inc,1.5,1.6 circulation-top.inc,1.12,1.13 common-style.css,1.5,1.6 issues-bottom.inc,1.5,1.6 issues-top.inc,1.4,1.5 members-bottom.inc,1.5,1.6 members-top.inc,1.11,1.12 opac-bottom.inc,1.4,1.5 opac-top.inc,1.4,1.5 parameters-bottom.inc,1.5,1.6 parameters-top.inc,1.11,1.12 reports-bottom.inc,1.5,1.6 reports-top.inc,1.10,1.11

Paul POULAIN tipaul at users.sourceforge.net
Wed Nov 24 17:16:59 CET 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16962/koha-tmpl/intranet-tmpl/default/fr/includes

Modified Files:
	about-bottom.inc about-top.inc acquisitions-bottom.inc 
	acquisitions-top.inc cat-bottom.inc cat-top.inc 
	circulation-bottom.inc circulation-top.inc common-style.css 
	issues-bottom.inc issues-top.inc members-bottom.inc 
	members-top.inc opac-bottom.inc opac-top.inc 
	parameters-bottom.inc parameters-top.inc reports-bottom.inc 
	reports-top.inc 
Added Files:
	auth-bottom.inc auth-search-bottom.inc auth-search-top.inc 
	auth-top.inc bull-bottom.inc bull-top.inc cat-class-list.inc 
	error-bottom.inc error-top.inc help-bottom.inc help-top.inc 
	intranet-main.css marc-editor.css marc-top.inc neutral-top.inc 
	onlinehelp.css popup-bottom.inc popup-top.inc 
Log Message:
french translation of librarian interface

--- NEW FILE ---
<br clear="all">
<p> &nbsp; </p>

<div class="center">
<a href="/cgi-bin/koha/mainpage.pl">Accueil</a> ||
<a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a> ||
<a href="/cgi-bin/koha/members/members-home.pl">Lecteurs</a> ||
<a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
<a href="/cgi-bin/koha/circ/circulation.pl">Prêt</a> ||
<a href="/cgi-bin/koha/authorities/authorities-home.pl">Autorités</a> ||
<a href="/cgi-bin/koha/reports-home.pl">Rapports</a> ||
<a href="/cgi-bin/koha/admin-home.pl">Paramètres</a> ||
<a href="/cgi-bin/koha/about.pl">A propos</a> || 
Aide
</div>

</body>
</html>

--- NEW FILE ---
<br clear="all">
<p> &nbsp; </p>

<div class="center">
<a href="/cgi-bin/koha/mainpage.pl">Accueil</a> ||
<a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a> ||
<a href="/cgi-bin/koha/members/members-home.pl">Lecteurs</a> ||
<a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
<a href="/cgi-bin/koha/circ/circulation.pl">Prêt</a> ||
<a href="/cgi-bin/koha/authorities/authorities-home.pl">Autorités</a> ||
<a href="/cgi-bin/koha/reports-home.pl">Rapports</a> ||
<a href="/cgi-bin/koha/admin-home.pl">Paramètres</a> ||
<a href="/cgi-bin/koha/about.pl">A propos</a> || 
Aide
</div>

</body>
</html>

--- NEW FILE ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>KOHA: INTRANET: Autorités</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<script language="JavaScript">
<!-- Hide from old browsers
function openWindow(targeturl, windowname) {
newwin =
window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
}
// end hiding -->
</script>

<script language="JavaScript" type="text/javascript">
function Help() {
	newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
}

function addauthority() {
	X = document.forms[0].authtype.value;
	window.location="/cgi-bin/koha/authorities/authorities.pl?authtypecode="+X;
}
</script>

<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
<style type="text/css">
.authority {
	background-color: #6b7cbe;
	color:#FFFFFF;
	text-decoration: normal;
	font-weight: bold;
	background-image:none;
	}
a.authority:hover {
	background-color: #6b7cbe;
	color: #FFFFFF;
	text-decoration: normal;
	font-weight: bold;
	}
</style>
</head>

<body>
<!-- MENUS -->
<!-- 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">Connectez-vous</a> à Koha</p>
<!-- /TMPL_IF -->
--- NEW FILE ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>KOHA: INTRANET: Autorités</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<script language="JavaScript">
<!-- Hide from old browsers
function openWindow(targeturl, windowname) {
newwin =
window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
}
// end hiding -->
</script>

<script language="JavaScript" type="text/javascript">
function Help() {
	newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
}

function addauthority() {
	X = document.forms[0].authtype.value;
	window.location="/cgi-bin/koha/authorities/authorities.pl?authtypecode="+X;
}
</script>

<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
<style type="text/css">
.authority {
	background-color: #6b7cbe;
	color:#FFFFFF;
	text-decoration: normal;
	font-weight: bold;
	background-image:none;
	}
a.authority:hover {
	background-color: #6b7cbe;
	color: #FFFFFF;
	text-decoration: normal;
	font-weight: bold;
	}
</style>
</head>

<body>
<!-- MENUS -->
<form>
<div id="menubar">
	<span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
	<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">Circulation</a>  <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>  <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>  <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>  <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>  <a class="about" href="/cgi-bin/koha/about.pl">About</a>  <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
</div>
<div id="submenu">
	<span class="koha">options >></span>
	<select name="authtype">
		<!-- TMPL_LOOP name="authtypesloop" -->
			<option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->>
				<!-- TMPL_VAR name="authtypetext" -->
			</option>
		<!-- /TMPL_LOOP -->
	</select>
	<a href="javascript:addauthority()" class="submenu2">
		Ajouter une autorité</a>
</div>
</form>
<!-- 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">Connectez-vous</a> à Koha</p>
<!-- /TMPL_IF -->

--- NEW FILE ---
<br clear="all">
<p> &nbsp; </p>

<div class="center">
<a href="/cgi-bin/koha/mainpage.pl">Accueil</a> ||
<a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a> ||
<a href="/cgi-bin/koha/members/members-home.pl">Lecteurs</a> ||
<a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
<a href="/cgi-bin/koha/circ/circulation.pl">Prêt</a> ||
<a href="/cgi-bin/koha/reports-home.pl">Rapports</a> ||
<a href="/cgi-bin/koha/admin-home.pl">Paramètres</a> ||
<a href="/cgi-bin/koha/about.pl">A propos</a> || 
Aide
</div>

</body>
</html>

--- NEW FILE ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>KOHA: INTRANET: Gestion des périodiques</title>
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/javascript">
function Help() {
	newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
}
</script>

<style type="text/css">
.bull {
	background-color: #803010;
	color:#FFFFFF;
	text-decoration: normal;
	font-weight: bold;
	background-image:none;
	}
a.bull:hover {
	background-color: #803010;
	color: #FFFFFF;
	text-decoration: normal;
	font-weight: bold;
	}
</style>
</head>
<body>

<!-- MENUS -->
<div id="menubar">
	<span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
	<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">Circulation</a>  <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>  <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>  <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>  <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>  <a class="about" href="/cgi-bin/koha/about.pl">About</a>  <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
</div>
<div id="submenu">
	<span class="koha">options >></span>
	<a href="/cgi-bin/koha/bull-home.pl" class="submenu">Recherche abonnement</a>
</div>

<!-- 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">Connectez-vous</a> à Koha</p>
<!-- /TMPL_IF -->

--- NEW FILE ---
<!--
 list of Classes to be included in /catalogue/index.html and cat/index.html
 This is a qick-fix - These should really be fetched from the database
-->
<option value="E">Facile/livres d'images
<option value="ER">Lecteur débutant	
<option value="JNF">Junior Hors fiction
<option value="JF">Junior Fiction
<option value="TREF">Référence du professeur
<option value="FYA">Fiction Jeune Adulte	
<option value="REF">Ouvrages de référence
<option value="F">Fiction
<option value="NF">Non-Fiction
<option value="CD">CD
<!--	<option value="E|ER">Easy Books-->


--- NEW FILE ---
<br clear="all">
<p> &nbsp; </p>

<div class="center">
<a href="/cgi-bin/koha/mainpage.pl">Accueil</a> ||
<a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a> ||
<a href="/cgi-bin/koha/members/members-home.pl">Lecteurs</a> ||
<a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
<a href="/cgi-bin/koha/circ/circulation.pl">Prêt</a> ||
<a href="/cgi-bin/koha/reports-home.pl">Rapports</a> ||
<a href="/cgi-bin/koha/admin-home.pl">Paramètres</a> ||
<a href="/cgi-bin/koha/about.pl">A propos</a> || 
Aide
</div>

</body>
</html>

--- NEW FILE ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>KOHA: INTRANET: Catalogue</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<script language="JavaScript">
<!-- Hide from old browsers
function openWindow(targeturl, windowname) {
newwin =
window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
}
// end hiding -->
</script>

<script language="JavaScript" type="text/javascript">
function Help() {
	newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
}
</script>

<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
<style type="text/css">
.catalogue {
	background-color:#ad11ad;
	color:#FFFFFF;
	background-image:none;
	text-decoration: normal;
	}
a.catalogue:hover {
	background-color: #ad11ad;
	color: #FFFFFF;
	text-decoration: none;
	}
</style>
</head>

<body>
<!-- MENUS -->
<div id="menubar">
	<span class="koha">KOHA</span>
	<span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
	<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">Circulation</a>  <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>  <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>  <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>  <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>  <a class="about" href="/cgi-bin/koha/about.pl">About</a>  <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
</div>
<div id="submenu">
	<span class="koha">options >></span>
	<a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&amp;type=intranet" class="submenu2">search</a>  <a href="/cgi-bin/koha/bookshelves/shelves.pl" class="submenu">Virtual shelves</a>  <a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&amp;type=intranet" class="submenu2">Add biblio</a>  <a href="/cgi-bin/koha/maint/catmaintain.pl" class="submenu">Cat maintenance</a>
</div>
<!-- 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">Connectez-vous</a> à Koha</p>
<!-- /TMPL_IF -->

--- NEW FILE ---
<a href="javascript:window.close()" class="button">Fermer l'aide en ligne</a>
</div>
</body>
</html>
--- NEW FILE ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>KOHA: Aide en Ligne</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
<body>
<div id="mainbloc">

--- NEW FILE ---
body {
	font-family:verdana,arial,helvetica;
	font-size:10pt;
	margin:0px;
	padding:0px;
	background-color:#99CC33;
	color:#000000;
}

#mainbloc {
	margin:2%;
}
#menus {
	margin:0%;
}

.hint {
	background-color:#FFF;
	color:#000000;
	border:1px solid #000000;
	padding:5px;
	margin-left:200px;
	height:90%;
	width:40%;
	-moz-border-radius:6px;
	position:absolute;
	display:inline;
}

.image {
	float:left;
	background-image:url("/intranet-tmpl/default/images/koha-logo.gif");
	background-repeat:no-repeat;
	width:300px;
	height:430px;
	padding-top:90px;
	text-align:center;
	vertical-align:middle;
/* 	display:inline; */
	position:relative;
}

a {
	text-decoration: none;
	font-size:20pt;
	padding:3px 50px 3px 3px;
	line-height:200%;
}
.koha {
	text-align:center;
	background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
}

h1.catalogue{
	text-align:center;
	background-color:#ad11ad;
	color: #FFFFFF;
	text-decoration: normal;
	font-weight: bold;
}

h1.members{
	text-align:center;
	background-color: #86c268;
	color: #000000;
	text-decoration: normal;
	font-weight: bold;
}

h1.acquisition{
	text-align:center;
	background-color: #ffdf61;
	color: #000000;
	text-decoration: normal;
	font-weight: bold;
}

h1.reports{
	text-align:center;
	background-color: #6b7cbe;
	color: #000000;
	text-decoration: normal;
	font-weight: bold;
}

h1.circulation{
	text-align:center;
	background-color: #be6170;
	color: #000000;
	text-decoration: normal;
	font-weight: bold;
}

h1.parameters{
	text-align:center;
	background-color: #86c268;
	color: #000000;
	text-decoration: normal;
	font-weight: bold;
}

h1.bull{
	text-align:center;
	background-color: #803010;
	color: #000000;
	text-decoration: normal;
	font-weight: bold;
}

a.catalogue {
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	color:#777777;
	font-weight: bold;
	line-height:200%;
	}
a.catalogue:hover {
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	background-color:#ad11ad;
	color:#FFFFFF;
	font-weight: bold;
	border:1px solid #000000;
	line-height:200%;
	}

a.members {
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	color:#777777;
	font-weight: bold;
	line-height:200%;
	}
a.members:hover {
	background-color: #86c268;
	border:1px solid #000000;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	line-height:200%;
	}

a.acquisition {
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	color:#777777;
	font-weight: bold;
	line-height:200%;
	}
a.acquisition:hover {
	background-color: #ffdf61;
	border:1px solid #000000;
	color: #000000;
	text-decoration: normal;
	font-weight: bold;
	line-height:200%;
	}

a.reports {
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	color:#777777;
	font-weight: bold;
	line-height:200%;
	}
a.reports:hover {
	background-color: #6b7cbe;
	border:1px solid #000000;
	color: #000000;
	text-decoration: normal;
	font-weight: bold;
	line-height:200%;
	}

a.circulation {
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	color:#777777;
	font-weight: bold;
	line-height:200%;
	}
a.circulation:hover {
	background-color: #be6170;
	border:1px solid #000000;
	color: #000000;
	text-decoration: normal;
	font-weight: bold;
	line-height:200%;
	}

a.parameters {
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	color:#777777;
	font-weight: bold;
	line-height:200%;
	}
a.parameters:hover {
	background-color: #86c268;
	border:1px solid #000000;
	color: #000000;
	text-decoration: normal;
	font-weight: bold;
	line-height:200%;
	}
a.about {
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	color:#777777;
	font-weight: bold;
	line-height:200%;
	}
a.about:hover {
	background-color: #86c268;
	border:1px solid #000000;
	color: #000000;
	text-decoration: normal;
	font-weight: bold;
	line-height:200%;
	}

a.bull {
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	color:#777777;
	font-weight: bold;
	line-height:200%;
	}
a.bull:hover {
	background-color: #803010;
	border:1px solid #000000;
	color: #000000;
	text-decoration: normal;
	font-weight: bold;
	line-height:200%;
	}

.kohalogo {
	font-size:250%;
	font-weight:bold;
	font-style:italic;
	font-family:Times;
	color:#99CC33;
	margin:10px;
	padding:0px;
}
.kohalogo2 {
	font-size:125%;
	font-style:italic;
	font-family:Times;
	color:#000000;
	margin:0px;
	padding:0px;
}

--- NEW FILE ---
body {
	font-family:verdana,arial,helvetica;
	font-size:10pt;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

div.tabbed {
	position: absolute;
	margin-left:5%;
	width:90%;
	display:block;
}

div.tabs {
	width:10px;
	position:absolute;
	margin-left:50px;
	margin-top:110px;
}

div.tabs a {
	display:block;
	font-size: 9px;
	background-color: #ad11ad;
	color: #FFFFFF;
	border: thin solid black;
	margin-right: 2px;
	padding: 10px 10px;
	-moz-border-radius: 5px 0px 0px 5px;
}

div.tab {
	width:90%;
	display: block;
	visibility:hidden;
	position:absolute;
	margin-left:80px;
	margin-top:110px;
}

.MARCtag { /* style for tag definition (700 - Statement of responsability) */
	font-weight:bold;
	color:#ad11ad;
	background-color:FFFFFF;
	background-image:url('');
	border-bottom: thin solid #ad11ad;
	margin-right:30%;
}

.labelsubfield { /* style for each subfield (like : a Publication year), just before the biblio subfield */
	float:left;
	width: 12em;
	margin-left:30px;
	display:inline;
}

--- NEW FILE ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>KOHA: INTRANET: Catalogue</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<script language="JavaScript" type="text/javascript">
<!-- Hide from old browsers
function openWindow(targeturl, windowname) {
newwin =
window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
}
// end hiding -->
</script>

<script language="JavaScript" type="text/javascript">
function Help() {
	newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
}
</script>

<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/marc-editor.css">
<style type="text/css">
.catalogue {
	background-color:#ad11ad;
	color:#FFFFFF;
	background-image:none;
	text-decoration: normal;
	}
a.catalogue:hover {
	background-color: #ad11ad;
	color: #FFFFFF;
	text-decoration: none;
	}
</style>
</head>

<body>
<!-- TMPL_UNLESS name="popup" -->
	<!-- MENUS -->
	<div id="menubar">
		<span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
		<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">Circulation</a>  <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>  <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>  <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>  <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>  <a class="about" href="/cgi-bin/koha/about.pl">About</a>  <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
	</div>
	<div id="submenu">
		<span class="koha">options >></span>
		<a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&amp;type=intranet" class="submenu2">search</a>  <a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&amp;type=intranet" class="submenu2">Add biblio</a>  <a class="bull" href="/cgi-bin/koha/bull-home.pl">Serial</a>  <a href="/cgi-bin/koha/bookshelves/shelves.pl" class="submenu">Virtual shelves</a>
	</div>
<!-- /TMPL_UNLESS -->
<!-- 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">Connectez-vous</a> à Koha</p>
<!-- /TMPL_IF -->

--- NEW FILE ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>KOHA: INTRANET: Catalogue</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<script language="JavaScript">
<!-- Hide from old browsers
function openWindow(targeturl, windowname) {
newwin =
window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
}
// end hiding -->
</script>

<script language="JavaScript" type="text/javascript">
function Help() {
	newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
}
</script>

<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
<style type="text/css">
.catalogue {
	background-color:#ad11ad;
	color:#FFFFFF;
	background-image:none;
	text-decoration: normal;
	}
a.catalogue:hover {
	background-color: #ad11ad;
	color: #FFFFFF;
	text-decoration: none;
	}
</style>
</head>

<body>
<!-- MENUS -->

--- NEW FILE ---
body {
	font-family:arial,helvetica;
	font-size:10pt;
	margin:0px;
	padding:0px;
	background-color:#99CC33;
}

p {
	margin-bottom:0px;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	padding:0px;
	clear:left;
}

.center {
	text-align:center;
}

.button {
	text-align: center;
	font: 1.2em sans-serif;
	padding: 0px 5px 0px 5px;
	margin:2px;
	display:inline;
	position:static;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	text-decoration: none;
	color: black;
	border-radius: 6px;
	cursor:pointer;
	vertical-align:middle;
	-moz-border-radius: 6px;
	background-color:#F00000;
	background-image:url("/intranet-tmpl/default/images/background-mem.gif");
}

h1 {
	color:#000000;
	background-color:#99CC33;
	font-size: 150%;
	text-align:center;
	padding: 4px;
	border: 4px inset #99CC33;
}

h2 {
	margin-top:0px;
	margin-bottom:4px;
	text-align:left;
	background-color:#99CC33;
	padding:0px;
	font-size:125%;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:3px;
	padding-top:3px;
	margin-right:30%;
}

h3 {
	margin-top:0px;
	margin-bottom:4px;
	padding:0px;
	font-size:100%;
	font-weight:bold;
}

#mainbloc {
	float:left;
	width:90%;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:3px solid #000000;
	border-bottom:3px solid #000000;
	background-color:#FFFFFF;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:100px;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
}
--- NEW FILE ---
</body>
</html>

--- NEW FILE ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>fenêtre contextuelle</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">

</head>

<body>
<!-- NO MENUS for popup-top -->

Index: about-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/about-bottom.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** about-bottom.inc	11 Feb 2004 09:00:20 -0000	1.3
--- about-bottom.inc	24 Nov 2004 16:16:53 -0000	1.4
***************
*** 1,22 ****
! <br clear=all>
  <p> &nbsp; </p>
  
  
! </BLOCKQUOTE>
! 
! <CENTER>
! <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/cgi-bin/koha/mainpage.pl">Accueil</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Lecteurs</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulation</a> ||
! <A HREF="/cgi-bin/koha/reports-home.pl">Rapports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Paramètres</a> ||
! <A HREF="/cgi-bin/koha/about.pl">A propos</a> || 
! Help
! </FONT>
! </CENTER>
! </BODY>
! 
! </HTML>
--- 1,17 ----
! <br clear="all">
  <p> &nbsp; </p>
  
+ <div class="center">
+ <a href="/cgi-bin/koha/mainpage.pl">Accueil</a> ||
+ <a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a> ||
+ <a href="/cgi-bin/koha/members/members-home.pl">Lecteurs</a> ||
+ <a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
+ <a href="/cgi-bin/koha/circ/circulation.pl">Prêt</a> ||
+ <a href="/cgi-bin/koha/reports-home.pl">Rapports</a> ||
+ <a href="/cgi-bin/koha/admin-home.pl">Paramètres</a> ||
+ <a href="/cgi-bin/koha/about.pl">A propos</a> || 
+ Aide
+ </div>
  
! </body>
! </html>

Index: about-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/about-top.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** about-top.inc	11 Feb 2004 09:00:20 -0000	1.4
--- about-top.inc	24 Nov 2004 16:16:53 -0000	1.5
***************
*** 1,22 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  
  <html>
  <head>
! <title>KOHA: INTRANET: Paramètres</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" Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
! 
! <style>
  
! a.about {
  	background-color: #86c268;
- 	font-weight: normal;
- 	text-decoration: none;
- 	cursor: hand;
  	color: #FFFFFF;
! 	padding:4px;
  	font-weight: bold;
  	}
--- 1,21 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  
  <html>
  <head>
! <title>KOHA : INTRANET : A propos</title>
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <script language="JavaScript" type="text/javascript">
+ function Help() {
+ 	newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
+ }
+ </script>
  
! <style type="text/css">
  
! .about {
  	background-color: #86c268;
  	color: #FFFFFF;
! 	text-decoration: normal;
  	font-weight: bold;
  	}
***************
*** 28,78 ****
  	}
  </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">Acquisitions</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">Rapports</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é comme: <!-- 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>S'identifier</a> à Koha</p>
  <!-- /TMPL_IF -->
--- 27,42 ----
  	}
  </style>
+ </head>
+ <body>
+ 
+ <!-- MENUS -->
+ <div id="menubar">
+ 	<span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
+ 	<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">Circulation</a>  <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>  <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>  <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>  <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>  <a class="about" href="/cgi-bin/koha/about.pl">About</a>  <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
+ </div>
  
  <!-- 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">Connectez-vous</a> à Koha</p>
  <!-- /TMPL_IF -->

Index: acquisitions-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/acquisitions-bottom.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** acquisitions-bottom.inc	11 Feb 2004 09:00:20 -0000	1.5
--- acquisitions-bottom.inc	24 Nov 2004 16:16:53 -0000	1.6
***************
*** 1,22 ****
! <br clear=all>
  <p> &nbsp; </p>
  
  
! </BLOCKQUOTE>
! 
! <CENTER>
! <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/cgi-bin/koha/mainpage.pl">Accueil</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Lecteurs</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulation</a> ||
! <A HREF="/cgi-bin/koha/reports-home.pl">Rapports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Paramètres</a> ||
! <A HREF="/cgi-bin/koha/about.pl">A propos</a> || 
! Help
! </FONT>
! </CENTER>
! </BODY>
! 
! </HTML>
--- 1,17 ----
! <br clear="all">
  <p> &nbsp; </p>
  
+ <div class="center">
+ <a href="/cgi-bin/koha/mainpage.pl">Accueil</a> ||
+ <a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a> ||
+ <a href="/cgi-bin/koha/members/members-home.pl">Lecteurs</a> ||
+ <a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
+ <a href="/cgi-bin/koha/circ/circulation.pl">Prêt</a> ||
+ <a href="/cgi-bin/koha/reports-home.pl">Rapports</a> ||
+ <a href="/cgi-bin/koha/admin-home.pl">Paramètres</a> ||
+ <a href="/cgi-bin/koha/about.pl">A propos</a> || 
+ Aide
+ </div>
  
! </body>
! </html>

Index: acquisitions-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/acquisitions-top.inc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** acquisitions-top.inc	11 Feb 2004 09:00:20 -0000	1.9
--- acquisitions-top.inc	24 Nov 2004 16:16:53 -0000	1.10
***************
*** 1,20 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  
  <html>
  <head>
! <title>KOHA: INTRANET: Acquisitions</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.acquisition {
! 	font-weight: normal;
! 	text-decoration: none;
  	background-color: #ffdf61;
! 	cursor: hand;
! 	color:#FFFFFF;
! 	padding:4px;
  	font-weight: bold;
  	}
--- 1,21 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  
  <html>
  <head>
! <title>KOHA : INTRANET : Acquisitions</title>
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
! <script language="JavaScript" type="text/javascript">
! function Help() {
! 	newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
! }
! </script>
  
! <style type="text/css">
! .acquisition {
  	background-color: #ffdf61;
! 	color:#000000;
! 	background-image:none;
! 	text-decoration: normal;
  	font-weight: bold;
  	}
***************
*** 26,76 ****
  	}
  </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">Acquisitions</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">Rapports</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é comme: <!-- 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>S'identifier</a> à Koha</p>
  <!-- /TMPL_IF -->
--- 27,41 ----
  	}
  </style>
+ </head>
+ <body>
  
! <!-- MENUS -->
! <div id="menubar">
! 	<span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
! 	<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">Circulation</a>  <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>  <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>  <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>  <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>  <a class="about" href="/cgi-bin/koha/about.pl">About</a>  <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
! </div>
  <!-- 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">Connectez-vous</a> à Koha</p>
  <!-- /TMPL_IF -->

Index: cat-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/cat-bottom.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** cat-bottom.inc	11 Feb 2004 09:00:20 -0000	1.5
--- cat-bottom.inc	24 Nov 2004 16:16:54 -0000	1.6
***************
*** 1,22 ****
! <br clear=all>
  <p> &nbsp; </p>
  
  
! </BLOCKQUOTE>
! 
! <CENTER>
! <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/cgi-bin/koha/mainpage.pl">Accueil</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Lecteurs</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulation</a> ||
! <A HREF="/cgi-bin/koha/reports-home.pl">Rapports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Paramètres</a> ||
! <A HREF="/cgi-bin/koha/about.pl">A propos</a> || 
! Help
! </FONT>
! </CENTER>
! </BODY>
! 
! </HTML>
--- 1,17 ----
! <br clear="all">
  <p> &nbsp; </p>
  
+ <div class="center">
+ <a href="/cgi-bin/koha/mainpage.pl">Accueil</a> ||
+ <a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a> ||
+ <a href="/cgi-bin/koha/members/members-home.pl">Lecteurs</a> ||
+ <a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
+ <a href="/cgi-bin/koha/circ/circulation.pl">Prêt</a> ||
+ <a href="/cgi-bin/koha/reports-home.pl">Rapports</a> ||
+ <a href="/cgi-bin/koha/admin-home.pl">Paramètres</a> ||
+ <a href="/cgi-bin/koha/about.pl">A propos</a> || 
+ Aide
+ </div>
  
! </body>
! </html>

Index: cat-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/cat-top.inc,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** cat-top.inc	11 Feb 2004 09:00:20 -0000	1.13
--- cat-top.inc	24 Nov 2004 16:16:54 -0000	1.14
***************
*** 1,7 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  
  <html>
  <head>
  <title>KOHA: INTRANET: Catalogue</title>
  
  <script language="JavaScript">
--- 1,8 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  
  <html>
  <head>
  <title>KOHA: INTRANET: Catalogue</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  
  <script language="JavaScript">
***************
*** 14,28 ****
  </script>
  
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
! <style>
! a.catalogue {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
  	background-color:#ad11ad;
  	color:#FFFFFF;
! 	padding:4px;
! 	font-weight: bold;
! 	margin:0;
  	}
  a.catalogue:hover {
--- 15,31 ----
  </script>
  
+ <script language="JavaScript" type="text/javascript">
+ function Help() {
+ 	newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
+ }
+ </script>
+ 
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
! <style type="text/css">
! .catalogue {
  	background-color:#ad11ad;
  	color:#FFFFFF;
! 	background-image:none;
! 	text-decoration: normal;
  	}
  a.catalogue:hover {
***************
*** 30,111 ****
  	color: #FFFFFF;
  	text-decoration: none;
- 	font-weight: normal;
- 	font-weight: bold;
- 	margin:0;
  	}
  </style>
  </head>
- <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
- marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
- 
- 
  
! <!------------------------MENUS-------------------------------->
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="65">
! 	<td valign="bottom" align="left">
! 		<table width="100%" cellpadding=0 cellspacing=0 height=60>
! 		<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">Acquisitions</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">Rapports</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>
! 			<table cellpadding=0 cellspacing=0  border=0 height=29>
! 				<tr>
! 					<td width="100"></td>
! 					<td><b>options &gt;&gt;&nbsp;&nbsp;</b></td>
! 					<td>
! 						<a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=0&type=intranet" class="submenu">Recherche rapide</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&type=intranet" class="submenu2">Recherche MARC</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/shelves.pl" class="submenu">Rayonnages virtuels</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&type=intranet" class="submenu2">Ajouter une notice biblio</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/maint/catmaintain.pl" target="window0" class="submenu">Maintenance Cat</a>
! 					</td>
! 				</tr>
! 			</table>
! 		</td></tr></table>
! 	</TD>
! </tr>
! </table>
! <BLOCKQUOTE>
  <!-- TMPL_IF NAME="loggedinusername" -->
!     <p align=left>Connecté comme: <!-- 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>S'identifier</a> à Koha</p>
  <!-- /TMPL_IF -->
--- 33,53 ----
  	color: #FFFFFF;
  	text-decoration: none;
  	}
  </style>
  </head>
  
! <body>
! <!-- MENUS -->
! <div id="menubar">
! 	<span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
! 	<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">Circulation</a>  <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>  <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>  <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>  <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>  <a class="about" href="/cgi-bin/koha/about.pl">About</a>  <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
! </div>
! <div id="submenu">
! 	<span class="koha">options >></span>
! 	<a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&amp;type=intranet" class="submenu2">search</a>  <a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&amp;type=intranet" class="submenu">Add biblio</a>  <a class="submenu2" href="/cgi-bin/koha/bull-home.pl">Serial</a>  <a href="/cgi-bin/koha/bookshelves/shelves.pl" class="submenu">Virtual shelves</a>
! </div>
  <!-- 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">Connectez-vous</a> à Koha</p>
  <!-- /TMPL_IF -->

Index: circulation-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/circulation-bottom.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** circulation-bottom.inc	11 Feb 2004 09:00:20 -0000	1.5
--- circulation-bottom.inc	24 Nov 2004 16:16:54 -0000	1.6
***************
*** 1,22 ****
! <br clear=all>
  <p> &nbsp; </p>
  
  
! </BLOCKQUOTE>
! 
! <CENTER>
! <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/cgi-bin/koha/mainpage.pl">Accueil</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Lecteurs</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulation</a> ||
! <A HREF="/cgi-bin/koha/reports-home.pl">Rapports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Paramètres</a> ||
! <A HREF="/cgi-bin/koha/about.pl">A propos</a> || 
! Help
! </FONT>
! </CENTER>
! </BODY>
! 
! </HTML>
--- 1,17 ----
! <br clear="all">
  <p> &nbsp; </p>
  
+ <div class="center">
+ <a href="/cgi-bin/koha/mainpage.pl">Accueil</a> ||
+ <a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a> ||
+ <a href="/cgi-bin/koha/members/members-home.pl">Lecteurs</a> ||
+ <a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
+ <a href="/cgi-bin/koha/circ/circulation.pl">Prêt</a> ||
+ <a href="/cgi-bin/koha/reports-home.pl">Rapports</a> ||
+ <a href="/cgi-bin/koha/admin-home.pl">Paramètres</a> ||
+ <a href="/cgi-bin/koha/about.pl">A propos</a> || 
+ Aide
+ </div>
  
! </body>
! </html>

Index: circulation-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/circulation-top.inc,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** circulation-top.inc	11 Feb 2004 09:00:20 -0000	1.12
--- circulation-top.inc	24 Nov 2004 16:16:54 -0000	1.13
***************
*** 1,7 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  
  <html>
  <head>
  <title>KOHA: INTRANET: Circulation</title>
  
  <script language="JavaScript">
--- 1,8 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  
  <html>
  <head>
  <title>KOHA: INTRANET: Circulation</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  
  <script language="JavaScript">
***************
*** 17,29 ****
  </script>
  
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
! <style>
! a.circulation {
! 	font-weight: normal;
! 	text-decoration: none;
  	background-color: #be6170;
- 	cursor: hand;
  	color:#FFFFFF;
! 	padding:4px;
  	font-weight: bold;
  	}
--- 18,35 ----
  </script>
  
+ <script language="JavaScript" type="text/javascript">
+ function Help() {
+ 	newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
+ }
+ </script>
+ 
+ 
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
! <style type="text/css">
! .circulation {
  	background-color: #be6170;
  	color:#FFFFFF;
! 	background-image:none;
! 	text-decoration: normal;
  	font-weight: bold;
  	}
***************
*** 36,104 ****
  </style>
  </head>
- <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
- marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 onLoad="javascript:focusOnFirst()">
  
! <!------------------------MENUS-------------------------------->
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="65">
! 	<td valign="bottom" align="left">
! 		<table 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">Acquisitions</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">Rapports</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>
! 			<table cellpadding=0 cellspacing=0  border=0 height=29>
! 				<tr>
! 					<td width="100"></td>
! 					<td><b>options &gt;&gt;&nbsp;&nbsp;</b></td>
! 					<td>
! 						<a href="/cgi-bin/koha/circ/circulation.pl" class="submenu">Prêts</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/circ/returns.pl" class="submenu2">Retours</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/circ/branchtransfers.pl" class="submenu">Transferts entre annexes</a>
! 					</td>
! 				</tr>
! 			</table>
! 			</div>
! 		</td></tr></table>
! 	</TD>
! </tr>
! </table>
! <BLOCKQUOTE>
  <!-- TMPL_IF NAME="loggedinusername" -->
!     <p align=left>Connecté comme: <!-- 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>S'identifier</a> à Koha</p>
  <!-- /TMPL_IF -->
--- 42,61 ----
  </style>
  </head>
  
! <body onload="javascript:focusOnFirst()">
! 
! <!-- MENUS -->
! <div id="menubar">
! 	<span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
! 	<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">Circulation</a>  <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>  <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>  <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>  <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>  <a class="about" href="/cgi-bin/koha/about.pl">About</a>  <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
! </div>
! <div id="submenu">
! 	<span class="koha">options >></span>
! 	<a href="/cgi-bin/koha/circ/circulation.pl" class="submenu">Prêts</a> <a href="/cgi-bin/koha/circ/returns.pl" class="submenu2">Retours</a> <a href="/cgi-bin/koha/circ/branchtransfers.pl" class="submenu">Transferts</a>
! </div>
! 
  <!-- 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">Connectez-vous</a> à Koha</p>
  <!-- /TMPL_IF -->

Index: common-style.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/common-style.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** common-style.css	11 Feb 2004 09:00:20 -0000	1.5
--- common-style.css	24 Nov 2004 16:16:54 -0000	1.6
***************
*** 1,6 ****
  .button {
  	text-align: center;
  	font: 1.2em sans-serif;
! 	padding: 3px;
  	border-style: solid;
  	border-width: 1px;
--- 1,56 ----
+ body {
+ 	font-family:arial,helvetica;
+ 	font-size:10pt;
+ 	margin:0px;
+ 	padding:0px;
+ 	background-color:#99CC33;
+ }
+ 
+ input {
+ 	display:inline;
+ }
+ 
+ ul {
+ 	margin-top:0px;
+ 	margin-bottom:0px;
+ }
+ 
+ p {
+ 	margin-bottom:0px;
+ 	margin-top:0px;
+ 	margin-left:10px;
+ 	margin-right:10px;
+ 	padding:0px;
+ 	clear:left;
+ }
+ 
+ .center {
+ 	text-align:center;
+ }
+ 
+ label {
+ 	float:left;
+ 	width: 6em;
+ 	display:inline;
+ }
+ .label20 {
+ 	float:left;
+ 	width: 4em;
+ 	display:inline;
+ }
+ .label100 {
+ 	float:left;
+ 	width: 12em;
+ 	display:inline;
+ }
+ 
+ 
  .button {
  	text-align: center;
  	font: 1.2em sans-serif;
! 	padding: 0px 5px 0px 5px;
! 	margin:2px;
! 	display:inline;
! 	position:static;
  	border-style: solid;
  	border-width: 1px;
***************
*** 9,181 ****
  	color: black;
  	border-radius: 6px;
  	-moz-border-radius: 6px;
  	background-color:#FFFFFF;
! 	background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
  }
! #problem {
! 	color: red;
  	font-weight:bold;
  }
! #menubar {
! 	border-top:1px solid #666666;
! 	font: 1.2em sans-serif;
  	background-color:#DDDDDD;
  }
! #submenu {
! 	font: 0.5em sans-serif;
! 	background-color:#EEEEEE;
  	border-left:1px solid #000000;
  }
  a {
  	text-decoration: none;
  }
  a:hover {
  	text-decoration: none;
  }
  a.submenu {
- 	font-weight: normal;
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
  	background-color:#EEEEEE;
- 	padding:4px;
  	font-weight: bold;
  	margin:0;
  }
  a.submenu2 {
- 	font-weight: normal;
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
  	background-color:#CCCCCC;
- 	padding:4px;
  	font-weight: bold;
  	margin:0;
  }
! .koha {
! 	text-align:center;
! 	background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
! 	}
! 
! a.home {
! 	font-weight: normal;
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
! 	padding:4px;
  	font-weight: bold;
  	}
  a.home:hover {
  	background-color: #339933;
  	color: #000000;
- 	text-decoration: none;
- 	font-weight: normal;
- 	font-weight: bold;
  	}
  
! a.catalogue {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
  	color:#777777;
- 	padding:4px;
- 	font-weight: bold;
- 	margin:0;
  	}
  a.catalogue:hover {
- 	font-weight: normal;
- 	text-decoration: none;
- 	cursor: hand;
  	background-color:#ad11ad;
  	color:#FFFFFF;
- 	font-weight: bold;
  	}
  
! a.members {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
  	color:#777777;
- 	padding:4px;
- 	font-weight: bold;
  	}
  a.members:hover {
  	background-color: #86c268;
  	color: #000000;
- 	text-decoration: none;
- 	font-weight: bold;
  	}
  
! a.acquisition {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
  	color:#777777;
- 	padding:4px;
- 	font-weight: bold;
  	}
  a.acquisition:hover {
  	background-color: #ffdf61;
  	color: #000000;
- 	text-decoration: normal;
- 	font-weight: bold;
  	}
  
! a.reports {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
  	color:#777777;
- 	padding:4px;
- 	font-weight: bold;
  	}
  a.reports:hover {
  	background-color: #6b7cbe;
  	color: #000000;
- 	text-decoration: normal;
- 	font-weight: bold;
  	}
  
! a.circulation {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
  	color:#777777;
- 	padding:4px;
- 	font-weight: bold;
  	}
  a.circulation:hover {
  	background-color: #be6170;
  	color: #000000;
- 	text-decoration: normal;
- 	font-weight: bold;
  	}
  
! a.parameters {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
  	color:#777777;
- 	padding:4px;
- 	font-weight: bold;
  	}
  a.parameters:hover {
  	background-color: #86c268;
  	color: #000000;
- 	text-decoration: normal;
- 	font-weight: bold;
  	}
! a.about {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
  	color:#777777;
- 	padding:4px;
- 	font-weight: bold;
  	}
  a.about:hover {
  	background-color: #86c268;
  	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
  	}
--- 59,378 ----
  	color: black;
  	border-radius: 6px;
+ 	cursor:pointer;
+ 	vertical-align:middle;
  	-moz-border-radius: 6px;
  	background-color:#FFFFFF;
! 	background-image:url("/intranet-tmpl/default/images/background-mem.gif");
  }
! 
! /* TABLES */
! table {
! 	border:1px solid #000000;
! 	border-collapse:collapse;
! 	width:100%;
! 	font-size:10px;
! }
! 
! table.noborder {
! 	border:0px;
! 	border-collapse:collapse;
! 	float:center;
! }
! table.small {
! 	width:auto;
! }
! 
! /* header */
! th {
! 	background-color: #99cccc;
! 	background-image:url("/intranet-tmpl/default/images/background-mem.gif");
  	font-weight:bold;
+ 	text-align:center;
+ 	border:1px solid #000000;
+ 	padding:3px 0px 3px 0px;
  }
! th.noborder {
! 	background-color: #FFFFFF;
! 	background-image:none;
! 	font-weight:bold;
! 	text-align:center;
! 	border:0px;
! 	border:1px solid #ad11ad;
! /* 	border-left:1px solid #ad11ad; */
! 	padding:3px 0px 3px 0px;
! }
! 
! /* standard cell */
! td {
! 	border-left:0px;
! }
! /* hilighted cell */
! td.hilighted {
! 	border-left:0px;
! 	background-color:#ffffcc;
! }
! /* cells that are numbers => aligned right */
! td.number {
! 	border-left:0px;
! 	text-align:right;
! }
! /* hilighted cell */
! td.numberhilighted {
! 	border-left:0px;
! 	background-color:#ffffcc;
! 	text-align:right;
! }
! 
! h1 {
! 	color:#000000;
  	background-color:#DDDDDD;
+ 	background-image:url("/intranet-tmpl/default/images/background-mem.gif");
+ 	font-size: 150%;
+ 	text-align:center;
+ 	padding: 4px;
+ 	border: 4px inset #666666;
  }
! 
! h2 {
! 	margin-top:0px;
! 	margin-bottom:4px;
! 	text-align:center;
! 	padding:0px;
! 	font-size:125%;
! 	padding-left:10px;
! 	padding-right:10px;
! 	padding-bottom:3px;
! 	padding-top:3px;
! }
! 
! h3 {
! 	margin-top:0px;
! 	margin-bottom:4px;
! 	padding:0px;
! 	font-size:100%;
! 	font-weight:bold;
! }
! 
! #bloctitle, .bloctitle {
! 	background-image:url("/intranet-tmpl/default/images/background-mem.gif");
! 	color:#000000;
! 	font-size: 125%;
! 	text-align:center;
! 	padding:5px;
! 	margin-bottom:10px;
! 	border-bottom: 1px solid #666666;
! }
! #problem {
! 	color: white;
! 	font-weight:bold;
! 	background-color:red;
! }
! .problem {
! 	color: white;
! 	font-weight:bold;
! 	background-color:red;
! }
! 
! #mainbloc {
! 	float:left;
! 	width:90%;
! 	border-top:1px solid #000000;
  	border-left:1px solid #000000;
+ 	border-right:3px solid #000000;
+ 	border-bottom:3px solid #000000;
+ 	background-color:#FFFFFF;
+ 	margin-left:10px;
+ 	margin-right:10px;
+ 	padding-bottom:100px;
+ 	padding-left:10px;
+ 	padding-top:10px;
+ 	padding-right:10px;
+ }
+ #main {
+ 	position:absolute;
  }
+ 
+ #bloc25 {
+ 	float:left;
+ 	width=30%;
+ 	border:1px solid #000000;
+ 	margin:10px;
+ 	padding:0px;
+ }
+ #bloc100 {
+ 	float:left;
+ 	position:relative;
+ 	width=100%;
+ 	border:1px solid #000000;
+ 	margin:10px;
+ }
+ 
+ #resultnumber {
+ 	width=30%;
+ 	margin-left:35%;
+ 	margin:right:35%;
+ }
+ #resultlist {
+ 	width=70%;
+ 	margin-left:5%;
+ 	margin:right:5%;
+ }
+ 
  a {
  	text-decoration: none;
  }
+ 
  a:hover {
  	text-decoration: none;
  }
+ 
  a.submenu {
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
  	background-color:#EEEEEE;
  	font-weight: bold;
  	margin:0;
  }
+ a.submenu:hover {
+ 	text-decoration: none;
+ 	cursor: hand;
+ 	color:#777777;
+ 	background-color:#EEEEEE;
+ 	font-weight: bold;
+ 	margin:0;
+ 	background-image:url("/intranet-tmpl/default/images/background-mem.gif");
+ }
+ 
  a.submenu2 {
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
  	background-color:#CCCCCC;
  	font-weight: bold;
  	margin:0;
  }
! a.submenu2:hover {
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
! 	background-color:#CCCCCC;
  	font-weight: bold;
+ 	background-image:url("/intranet-tmpl/default/images/background-mem.gif");
+ 	margin:0;
+ }
+ 
+ #menubar {
+ 	border-top:1px solid #666666;
+ 	font: 125% sans-serif;
+ 	background-color:#DDDDDD;
+ 	padding-bottom:5px;
+ 	font-weight:bold;
+ }
+ #submenu {
+ 	background-color:#EEEEEE;
+ 	border-left:1px solid #000000;
+ 	padding-bottom:5px;
+ 	font-size:110%;
+ }
+ 
+ #menubar a {
+ 	padding:5px;
+ }
+ #submenu a {
+ 	padding:5px;
+ }
+ 
+ .koha {
+ 	text-align:center;
+ 	background-image:url("/intranet-tmpl/default/images/background-mem.gif");
+ 	font-size:130%;
+ 	font-weight:bold;
+ 	padding-left:10px;
+ 	padding-right:10px;
+ 	padding-bottom:5px;
+ }
+ 
+ .home {
+ 	color:#777777;
  	}
  a.home:hover {
  	background-color: #339933;
  	color: #000000;
  	}
  
! .catalogue {
  	color:#777777;
  	}
  a.catalogue:hover {
  	background-color:#ad11ad;
  	color:#FFFFFF;
  	}
  
! .members {
  	color:#777777;
  	}
  a.members:hover {
  	background-color: #86c268;
  	color: #000000;
  	}
  
! .acquisition {
  	color:#777777;
  	}
  a.acquisition:hover {
  	background-color: #ffdf61;
  	color: #000000;
  	}
  
! .authority {
! 	color:#777777;
! 	}
! a.authority:hover {
! 	background-color: #6b7cbe;
! 	color: #000000;
! 	}
! 
! .reports {
  	color:#777777;
  	}
  a.reports:hover {
  	background-color: #6b7cbe;
  	color: #000000;
  	}
  
! .circulation {
  	color:#777777;
  	}
  a.circulation:hover {
  	background-color: #be6170;
  	color: #000000;
  	}
  
! .parameters {
  	color:#777777;
  	}
  a.parameters:hover {
  	background-color: #86c268;
  	color: #000000;
  	}
! .bull {
! 	color:#777777;
! 	}
! a.bull:hover {
! 	background-color: #803010;
! 	color: #000000;
! 	}
! .about {
  	color:#777777;
  	}
  a.about:hover {
  	background-color: #86c268;
  	color: #000000;
! 	}
! .help {
! 	color:#777777;
! 	}
! a.help:hover {
! 	color: #FFFFFF;
  	}

Index: issues-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/issues-bottom.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** issues-bottom.inc	11 Feb 2004 09:00:20 -0000	1.5
--- issues-bottom.inc	24 Nov 2004 16:16:54 -0000	1.6
***************
*** 1,22 ****
! <br clear=all>
  <p> &nbsp; </p>
  
  
! </BLOCKQUOTE>
! 
! <CENTER>
! <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/cgi-bin/koha/mainpage.pl">Accueil</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Lecteurs</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulation</a> ||
! <A HREF="/cgi-bin/koha/reports-home.pl">Rapports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Paramètres</a> ||
! <A HREF="/cgi-bin/koha/about.pl">A propos</a> || 
! Help
! </FONT>
! </CENTER>
! </BODY>
! 
! </HTML>
--- 1,17 ----
! <br clear="all">
  <p> &nbsp; </p>
  
+ <div class="center">
+ <a href="/cgi-bin/koha/mainpage.pl">Accueil</a> ||
+ <a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a> ||
+ <a href="/cgi-bin/koha/members/members-home.pl">Lecteurs</a> ||
+ <a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
+ <a href="/cgi-bin/koha/circ/circulation.pl">Prêt</a> ||
+ <a href="/cgi-bin/koha/reports-home.pl">Rapports</a> ||
+ <a href="/cgi-bin/koha/admin-home.pl">Paramètres</a> ||
+ <a href="/cgi-bin/koha/about.pl">A propos</a> || 
+ Aide
+ </div>
  
! </body>
! </html>

Index: issues-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/issues-top.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** issues-top.inc	11 Feb 2004 09:00:20 -0000	1.4
--- issues-top.inc	24 Nov 2004 16:16:54 -0000	1.5
***************
*** 6,9 ****
--- 6,10 ----
  <head>
  <title>KOHA: INTRANET: Prêts & Retours</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  
  </head>
***************
*** 59,63 ****
  		<td>
  			<font size=2>
! 			<form action=/cgi-bin/simple-redirect.pl method=post>
  			<select>
  
--- 60,64 ----
  		<td>
  			<font size=2>
! 			<form action=/cgi-bin/simple-redirect.pl 1
  			<select>
  
***************
*** 91,95 ****
  			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Signaler retard Books
  			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Signaler retard Today
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Money Reçu
  			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Today
  			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - This Week
--- 92,96 ----
  			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Signaler retard Books
  			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Signaler retard Today
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Money Received
  			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Today
  			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - This Week
***************
*** 240,266 ****
  			<select name=dest size=1 onChange="leapto(this.form)">
  
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=57>EMPRUNTEURS
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-> New Emprunteur
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Setup
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Check if Expired
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Policy
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! 
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Total Borrowers
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - New This Week
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - New This Mois
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - New This Année
! 
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Emprunteur Enquirey
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - All Books Out
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Overdues
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - History
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Messages
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Average Borrowings		<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Total Borrowings
  
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Advanced Reports
  			</select>
  			</form>
--- 241,268 ----
  			<select name=dest size=1 onChange="leapto(this.form)">
  
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=57">EMPRUNTEURS
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">-> New Emprunteur
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - Setup
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - Check if Expired
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - Policy
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - Reports
! 
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - - Total Borrowers
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - - New This Week
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - - New This Mois
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - - New This Année
! 
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">-----------------------------------
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">->  Emprunteur Enquiry
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - All Books Out
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - Overdues
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - History
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - Messages
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - Reports
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - - Average Borrowings
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - - Total Borrowings
  
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">-----------------------------------
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">->  Advanced Reports
  			</select>
  			</form>
***************
*** 271,301 ****
  			<select name=dest size=1 onChange="leapto(this.form)">
  
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=57>AUTRE
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-> OPAC
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Recherche Catalogue
! 
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Renouveler Books
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Lecteur Details
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Mettre à jour Details
! 
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-> Resources
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Fundview CD
! 
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43> ->  Library Site Web
! 
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43> ->  End sur Année
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Stocktake
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Set New Budgets
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Audit Reports
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43> ->  Help
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Telnet Help
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Intranet Help
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Searching Help
  
! 			<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43> ->  Advanced Reports
  			</select>
  			</form>
--- 273,303 ----
  			<select name=dest size=1 onChange="leapto(this.form)">
  
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=57">AUTRE
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">-> OPAC
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - 1 Catalogue
! 
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - Renouveler Books
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - Lecteur Details
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - - Mettre à jour Details
! 
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">-----------------------------------
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">-> Resources
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - Fundview CD
! 
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">-----------------------------------
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43"> ->  Library Site Web
! 
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">-----------------------------------
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43"> ->  End sur Année
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - Stocktake
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - Set New Budgets
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - Audit Reports
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">-----------------------------------
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43"> ->  Help
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - Telnet Help
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - Intranet Help
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43">&nbsp; &nbsp; - Searching Help
  
! 			<option value="/cgi-bin/tododisplay.pl?user=Rachel&todo=43"> ->  Advanced Reports
  			</select>
  			</form>
***************
*** 326,331 ****
  <BLOCKQUOTE>
  <!-- TMPL_IF NAME="loggedinusername" -->
!     <p align=left>Connecté comme: <!-- 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>S'identifier</a> à Koha</p>
  <!-- /TMPL_IF -->
--- 328,333 ----
  <BLOCKQUOTE>
  <!-- TMPL_IF NAME="loggedinusername" -->
!     <p align=left>Connecté comme: <!-- 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">S'identifier</a> à Koha</p>
  <!-- /TMPL_IF -->

Index: members-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/members-bottom.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** members-bottom.inc	11 Feb 2004 09:00:20 -0000	1.5
--- members-bottom.inc	24 Nov 2004 16:16:54 -0000	1.6
***************
*** 1,22 ****
! <br clear=all>
  <p> &nbsp; </p>
  
  
! </BLOCKQUOTE>
! 
! <CENTER>
! <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/cgi-bin/koha/mainpage.pl">Accueil</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Lecteurs</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulation</a> ||
! <A HREF="/cgi-bin/koha/reports-home.pl">Rapports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Paramètres</a> ||
! <A HREF="/cgi-bin/koha/about.pl">A propos</a> || 
! Help
! </FONT>
! </CENTER>
! </BODY>
! 
! </HTML>
--- 1,17 ----
! <br clear="all">
  <p> &nbsp; </p>
  
+ <div class="center">
+ <a href="/cgi-bin/koha/mainpage.pl">Accueil</a> ||
+ <a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a> ||
+ <a href="/cgi-bin/koha/members/members-home.pl">Lecteurs</a> ||
+ <a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
+ <a href="/cgi-bin/koha/circ/circulation.pl">Prêt</a> ||
+ <a href="/cgi-bin/koha/reports-home.pl">Rapports</a> ||
+ <a href="/cgi-bin/koha/admin-home.pl">Paramètres</a> ||
+ <a href="/cgi-bin/koha/about.pl">A propos</a> || 
+ Aide
+ </div>
  
! </body>
! </html>

Index: members-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/members-top.inc,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** members-top.inc	11 Feb 2004 09:00:20 -0000	1.11
--- members-top.inc	24 Nov 2004 16:16:54 -0000	1.12
***************
*** 1,20 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  
  <html>
  <head>
! <title>KOHA: INTRANET: Lecteurs</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.members {
! 	font-weight: normal;
! 	text-decoration: none;
  	background-color: #86c268;
- 	cursor: hand;
  	color:#FFFFFF;
! 	padding:4px;
  	font-weight: bold;
  	}
--- 1,20 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  
  <html>
  <head>
! <title>KOHA: INTRANET: Membres</title>
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
! <script language="JavaScript" type="text/javascript">
! function Help() {
! 	newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
! }
! </script>
  
! <style type="text/css">
! .members {
  	background-color: #86c268;
  	color:#FFFFFF;
! 	text-decoration: normal;
  	font-weight: bold;
  	}
***************
*** 22,91 ****
  	background-color: #86c268;
  	color: #FFFFFF;
! 	text-decoration: none;
  	font-weight: bold;
  	}
  </style>
  
! <!------------------------MENUS-------------------------------->
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="65">
! 	<td valign="bottom" align="left">
! 		<table 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">Acquisitions</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">Rapports</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>
! 			<table cellpadding=0 cellspacing=0  border=0 height=29>
! 				<tr>
! 					<td width="100"></td>
! 					<td><b>options &gt;&gt;&nbsp;&nbsp;</b></td>
! 					<td>
! 						<a href="/cgi-bin/koha/members-home.pl" class="submenu">Adresse Lecteur</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=adult" class="submenu2">Ajouter un lecteur</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=organisation" class="submenu">Ajouter une organisation</a>
! 					</td>
! 				</tr>
! 			</table>
! 		</td></tr></table>
! 	</TD>
! </tr>
! </table>
! <BLOCKQUOTE>
  <!-- TMPL_IF NAME="loggedinusername" -->
!     <p align=left>Connecté comme: <!-- 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>S'identifier</a> à Koha</p>
  <!-- /TMPL_IF -->
--- 22,45 ----
  	background-color: #86c268;
  	color: #FFFFFF;
! 	text-decoration: normal;
  	font-weight: bold;
  	}
  </style>
+ </head>
+ 
+ <body>
  
! <!-- MENUS -->
! <div id="menubar">
! 	<span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
! 	<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">Circulation</a>  <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>  <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>  <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>  <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>  <a class="about" href="/cgi-bin/koha/about.pl">About</a>  <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
! </div>
! <div id="submenu">
! 	<span class="koha">options >></span>
! 	 <a href="/cgi-bin/koha/members/members-home.pl" class="submenu">Accueil inscriptions</a> <a href="/cgi-bin/koha/members/memberentry.pl?actionType=Add" class="submenu2">Ajout lecteur</a><a href="/cgi-bin/koha/members/memberentry.pl?categorycode=I&amp;actionType=Add" class="submenu">Ajout collectivité</a>
! </div>
  <!-- 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">Connectez-vous</a> à Koha</p>
  <!-- /TMPL_IF -->

Index: opac-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/opac-bottom.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** opac-bottom.inc	11 Feb 2004 09:00:20 -0000	1.4
--- opac-bottom.inc	24 Nov 2004 16:16:54 -0000	1.5
***************
*** 7,12 ****
  <font size=2  face="arial, helvetica">
  
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Recherche Catalogue</a> ||
! <!--<A HREF="/cgi-bin/koha/members-home.pl">Lecteurs Aire</a> || -->
  <A HREF="/join.html">S'inscrire</a> ||
  <A HREF="/cgi-bin/koha/mainpage.pl">Accueil</a>
--- 7,12 ----
  <font size=2  face="arial, helvetica">
  
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Recherche Catalogue</a> ||
! <!--<A HREF="/cgi-bin/koha/members-home.pl">Members Area</a> || -->
  <A HREF="/join.html">S'inscrire</a> ||
  <A HREF="/cgi-bin/koha/mainpage.pl">Accueil</a>

Index: opac-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/opac-top.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** opac-top.inc	11 Feb 2004 09:00:20 -0000	1.4
--- opac-top.inc	24 Nov 2004 16:16:54 -0000	1.5
***************
*** 5,8 ****
--- 5,9 ----
  <head>
  <title>KOHA: OPAC Recherche Catalogue</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  
  </head>
***************
*** 23,58 ****
  -->
  
! <!------------------------MENUS-------------------------------->
  
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
  <tr BGCOLOR="#339999" >
  
!         <td valign=bottom><img src="<!-- TMPL_VAR name="themelang" -->/images/inside-top-search.gif" 
! 	width=349 height=50 alt="KOHA: Recherche Catalogue" hspace=0 vspace=0 border=0></td>
  
  
!         <td align=right><a href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet" 		onMouseOver="document.mouseover.src='<!-- TMPL_VAR name="themelang" -->/images/mouseover-search.gif'" 		onMouseOut="document.mouseover.src='/images/holder.gif'"><img 
! 	src="<!-- TMPL_VAR name="themelang" -->/images/menu-search.gif" 
! 	width=71 height=30 alt="Chercher" hspace=0 vspace=0 border=0 name="menu-search"></a>
  	
  <!--	<a href="/member/"
! 	onMouseOver="document.mouseover.src='/images/mouseover-member.gif'" 			onMouseOut="document.mouseover.src='/images/holder.gif'"><img src="/images/menu-connecter.gif" 
! 	width=111 height=30 alt="Lecteur Identifiant" hspace=0 vspace=0 border=0 name="menu-connecter"></a>
  -->
  	<!-- TMPL_IF NAME="loggedinusername" -->
  	    <a href="/cgi-bin/koha/userpage.pl"
  	    onMouseOver="document.mouseover.src='<!-- TMPL_VAR name="themelang" -->/images/mouseover-mysettings.gif'" 		onMouseOut="document.mouseover.src='<!-- TMPL_VAR name="themelang" -->/images/holder.gif'">
! 	    <img src="<!-- TMPL_VAR name="themelang" -->/images/menu-mysettings.gif"
! 	    width=90 height=30 alt="My Settings" hspace=0 vspace=0 border=0 name="menu-mysettings"></a>
  	<!-- TMPL_ELSE -->
  	    <a href="/join.html"
  	    onMouseOver="document.mouseover.src='<!-- TMPL_VAR name="themelang" -->/images/mouseover-join.gif'" 		onMouseOut="document.mouseover.src='<!-- TMPL_VAR name="themelang" -->/images/holder.gif'">
! 	    <img src="<!-- TMPL_VAR name="themelang" -->/images/menu-join.gif"
! 	    width=54 height=30 alt="Join" hspace=0 vspace=0 border=0 name="menu-join"></a>
  	<!-- /TMPL_IF -->
- 
  	<a href="/cgi-bin/koha/mainpage.pl"
! 	onMouseOver="document.mouseover.src='<!-- TMPL_VAR name="themelang" -->/images/mouseover-home.gif'" 		onMouseOut="document.mouseover.src='<!-- TMPL_VAR name="themelang" -->/images/holder.gif'"><img src="<!-- TMPL_VAR name="themelang" -->/images/menu-home.gif"
! 	width=60 height=30 alt="Accueil" hspace=0 vspace=0 border=0 name="menu-home"></a></td>
  
          </TR>
--- 24,52 ----
  -->
  
! <!--------------------------MENUS---------------------------------->
  
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
  <tr BGCOLOR="#339999" >
  
!         <td valign=bottom><img src="<!-- TMPL_VAR name="themelang" -->/images/inside-top-search.gif" width=349 height=50 alt="KOHA : Recherche Catalogue" hspace=0 vspace=0 border=0></td>
  
  
!         <td align=right><a href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet" 		onMouseOver="document.mouseover.src='<!-- TMPL_VAR name="themelang" -->/images/mouseover-search.gif'" 		onMouseOut="document.mouseover.src='/images/holder.gif'"><img src="<!-- TMPL_VAR name="themelang" -->/images/menu-search.gif" width=71 height=30 alt="Recherche" hspace=0 vspace=0 border=0 name="menu-search"></a>
  	
  <!--	<a href="/member/"
! 	onMouseOver="document.mouseover.src='/images/mouseover-member.gif'" 			onMouseOut="document.mouseover.src='/images/holder.gif'"><img src="/images/menu-login.gif" 
! 	width=111 height=30 alt="Member Login" hspace=0 vspace=0 border=0 name="menu-login"></a>
  -->
  	<!-- TMPL_IF NAME="loggedinusername" -->
  	    <a href="/cgi-bin/koha/userpage.pl"
  	    onMouseOver="document.mouseover.src='<!-- TMPL_VAR name="themelang" -->/images/mouseover-mysettings.gif'" 		onMouseOut="document.mouseover.src='<!-- TMPL_VAR name="themelang" -->/images/holder.gif'">
! 	    <img src="<!-- TMPL_VAR name="themelang" -->/images/menu-mysettings.gif" width=90 height=30 alt="Mes préférences" hspace=0 vspace=0 border=0 name="menu-mysettings"></a>
  	<!-- TMPL_ELSE -->
  	    <a href="/join.html"
  	    onMouseOver="document.mouseover.src='<!-- TMPL_VAR name="themelang" -->/images/mouseover-join.gif'" 		onMouseOut="document.mouseover.src='<!-- TMPL_VAR name="themelang" -->/images/holder.gif'">
! 	    <img src="<!-- TMPL_VAR name="themelang" -->/images/menu-join.gif" width=54 height=30 alt="S'inscrire" hspace=0 vspace=0 border=0 name="menu-join"></a>
  	<!-- /TMPL_IF -->
  	<a href="/cgi-bin/koha/mainpage.pl"
! 	onMouseOver="document.mouseover.src='<!-- TMPL_VAR name="themelang" -->/images/mouseover-home.gif'" 		onMouseOut="document.mouseover.src='<!-- TMPL_VAR name="themelang" -->/images/holder.gif'"><img src="<!-- TMPL_VAR name="themelang" -->/images/menu-home.gif" width=60 height=30 alt="Accueil" hspace=0 vspace=0 border=0 name="menu-home"></a></td>
  
          </TR>
***************
*** 75,78 ****
  
  
! <!-------------------------MAIN BODY OF PAGE-------------------------->
  <BLOCKQUOTE>
--- 69,72 ----
  
  
! <!--------------------------MAIN BODY OF PAGE-------------------------->
  <BLOCKQUOTE>

Index: parameters-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/parameters-bottom.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** parameters-bottom.inc	11 Feb 2004 09:00:20 -0000	1.5
--- parameters-bottom.inc	24 Nov 2004 16:16:54 -0000	1.6
***************
*** 1,22 ****
! <br clear=all>
  <p> &nbsp; </p>
  
  
! </BLOCKQUOTE>
! 
! <CENTER>
! <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/cgi-bin/koha/mainpage.pl">Accueil</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Lecteurs</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulation</a> ||
! <A HREF="/cgi-bin/koha/reports-home.pl">Rapports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Paramètres</a> ||
! <A HREF="/cgi-bin/koha/about.pl">A propos</a> || 
! Help
! </FONT>
! </CENTER>
! </BODY>
! 
! </HTML>
--- 1,17 ----
! <br clear="all">
  <p> &nbsp; </p>
  
+ <div class="center">
+ <a href="/cgi-bin/koha/mainpage.pl">Accueil</a> ||
+ <a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a> ||
+ <a href="/cgi-bin/koha/members/members-home.pl">Lecteurs</a> ||
+ <a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
+ <a href="/cgi-bin/koha/circ/circulation.pl">Prêt</a> ||
+ <a href="/cgi-bin/koha/reports-home.pl">Rapports</a> ||
+ <a href="/cgi-bin/koha/admin-home.pl">Paramètres</a> ||
+ <a href="/cgi-bin/koha/about.pl">A propos</a> || 
+ Aide
+ </div>
  
! </body>
! </html>

Index: parameters-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/parameters-top.inc,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** parameters-top.inc	11 Feb 2004 09:00:20 -0000	1.11
--- parameters-top.inc	24 Nov 2004 16:16:54 -0000	1.12
***************
*** 1,21 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  
  <html>
  <head>
  <title>KOHA: INTRANET: Paramètres</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.parameters {
  	background-color: #86c268;
- 	font-weight: normal;
- 	text-decoration: none;
- 	cursor: hand;
  	color: #FFFFFF;
! 	padding:4px;
  	font-weight: bold;
  	}
  a.parameters:hover {
--- 1,18 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  
  <html>
  <head>
  <title>KOHA: INTRANET: Paramètres</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ 
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
  
! <style type="text/css">
! .parameters {
  	background-color: #86c268;
  	color: #FFFFFF;
! 	text-decoration: normal;
  	font-weight: bold;
+ 	background-image:none;
  	}
  a.parameters:hover {
***************
*** 26,97 ****
  	}
  </style>
  
! <!------------------------MENUS-------------------------------->
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="65">
! 	<td valign="bottom" align="left">
! 		<table width="100%" cellpadding=0 cellspacing=0 height=60>
! 		<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">Acquisitions</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">Rapports</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>
! 			<table cellpadding=0 cellspacing=0  border=0 height=29>
! 				<tr>
! 					<td width="100"></td>
! 					<td><b>options &gt;&gt;&nbsp;&nbsp;</b></td>
! 					<td>
! 						<a href="/cgi-bin/koha/admin/aqbookfund.pl" class="submenu">Fonds</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu2">Valeur autorisée</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/admin/thesaurus.pl" class="submenu">Thésaurus</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/admin/currency.pl" class="submenu2">Monnaies</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/admin/printers.pl" class="submenu">Imprimantes</a>
! 					</td>
! 				</tr>
! 			</table>
! 		</td></tr></table>
! 	</TD>
! </tr>
! </table>
! <BLOCKQUOTE>
  <!-- TMPL_IF NAME="loggedinusername" -->
!     <p align=left>Connecté comme: <!-- 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>S'identifier</a> à Koha</p>
  <!-- /TMPL_IF -->
--- 23,46 ----
  	}
  </style>
+ </head>
+ <body>
  
! <script language="JavaScript" type="text/javascript">
! function Help() {
! 	newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
! }
! </script>
! <!-- MENUS -->
! <div id="menubar">
! 	<span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
! 	<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">Circulation</a>  <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>  <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>  <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>  <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>  <a class="about" href="/cgi-bin/koha/about.pl">About</a>  <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
! </div>
! <div id="submenu">
! 	<span class="koha">options >></span>
! 	 <a href="/cgi-bin/koha/admin/aqbookfund.pl" class="submenu">Fonds</a> <a href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu2">Valeurs autorisées</a> <a href="/cgi-bin/koha/admin/currency.pl" class="submenu2">Devises</a> <a href="/cgi-bin/koha/admin/printers.pl" class="submenu">Imprimantes</a>
! </div>
  <!-- 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">Connectez-vous</a> à Koha</p>
  <!-- /TMPL_IF -->

Index: reports-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/reports-bottom.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** reports-bottom.inc	11 Feb 2004 09:00:20 -0000	1.5
--- reports-bottom.inc	24 Nov 2004 16:16:54 -0000	1.6
***************
*** 1,22 ****
! <br clear=all>
  <p> &nbsp; </p>
  
  
! </BLOCKQUOTE>
! 
! <CENTER>
! <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/cgi-bin/koha/mainpage.pl">Accueil</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Lecteurs</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulation</a> ||
! <A HREF="/cgi-bin/koha/reports-home.pl">Rapports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Paramètres</a> ||
! <A HREF="/cgi-bin/koha/about.pl">A propos</a> || 
! Help
! </FONT>
! </CENTER>
! </BODY>
! 
! </HTML>
--- 1,17 ----
! <br clear="all">
  <p> &nbsp; </p>
  
+ <div class="center">
+ <a href="/cgi-bin/koha/mainpage.pl">Accueil</a> ||
+ <a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a> ||
+ <a href="/cgi-bin/koha/members/members-home.pl">Lecteurs</a> ||
+ <a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
+ <a href="/cgi-bin/koha/circ/circulation.pl">Prêt</a> ||
+ <a href="/cgi-bin/koha/reports-home.pl">Rapports</a> ||
+ <a href="/cgi-bin/koha/admin-home.pl">Paramètres</a> ||
+ <a href="/cgi-bin/koha/about.pl">A propos</a> || 
+ Aide
+ </div>
  
! </body>
! </html>

Index: reports-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/reports-top.inc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** reports-top.inc	11 Feb 2004 09:00:20 -0000	1.10
--- reports-top.inc	24 Nov 2004 16:16:54 -0000	1.11
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  
  <html>
--- 1,3 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  
  <html>
***************
*** 5,21 ****
  <title>KOHA: INTRANET: Rapports</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 {
--- 5,22 ----
  <title>KOHA: INTRANET: Rapports</title>
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
! <script language="JavaScript" type="text/javascript">
! function Help() {
! 	newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
! }
! </script>
  
! <style type="text/css">
! .reports {
  	background-color: #6b7cbe;
  	color:#FFFFFF;
! 	text-decoration: normal;
  	font-weight: bold;
+ 	background-image:none;
  	}
  a.reports:hover {
***************
*** 26,76 ****
  	}
  </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">Acquisitions</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">Rapports</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é comme: <!-- 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>S'identifier</a> à Koha</p>
  <!-- /TMPL_IF -->
--- 27,46 ----
  	}
  </style>
+ </head>
+ <body>
+ 
+ <!-- MENUS -->
+ <div id="menubar">
+ 	<span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
+ 	<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">Circulation</a>  <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>  <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>  <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>  <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>  <a class="about" href="/cgi-bin/koha/about.pl">About</a>  <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
+ </div>
+ <div id="submenu">
+ 	<span class="koha">options >></span>
+ 	<a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes" class="submenu">Types de document</a>
+ </div>
  
  <!-- 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">Connectez-vous</a> à Koha</p>
  <!-- /TMPL_IF -->





More information about the Koha-cvs mailing list