koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/includes about-t


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/includes about-top.inc,1.2,1.3 acquisitions-top.inc,1.7,1.8 cat-top.inc,1.9,1.10 circulation-top.inc,1.8,1.9 common-style.css,1.1,1.2 parameters-top.inc,1.7,1.8 reports-top.inc,1.8,1.9 members-top.inc,1.8,NONE
Date: Thu, 05 Jun 2003 05:40:53 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes
In directory 
sc8-pr-cvs1:/tmp/cvs-serv2732/koha-tmpl/intranet-tmpl/default/fr/includes

Modified Files:
        about-top.inc acquisitions-top.inc cat-top.inc 
        circulation-top.inc common-style.css parameters-top.inc 
        reports-top.inc 
Removed Files:
        members-top.inc 
Log Message:
FRENCH templates
* moving all styles to common-style.css sheet. The styles specifics to a topic 
(the parameter button in parameters-top.inc is the only one defined in 
parameters-top.inc, he overwrittes the common-style definition)
* changing from <TMPL_INCLUDE> to <link rel=stylesheet> the *-top. This way, 
the style sheet is sent only once, then found in the cache of the navigator. A 
few kb to avoid transmitting.
* In some menus, adding a 2nd menu line. It contains some shorcuts for quick 
access. Like "quick search" and "MARC search". This way, the librarian can 
access the search he prefers in 1 clic.
* removing MARC topic in menu.
* managing correctly simple marc & non-marc acquisition system.

Index: about-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/about-top.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** about-top.inc       6 May 2003 16:33:10 -0000       1.2
--- about-top.inc       5 Jun 2003 12:40:49 -0000       1.3
***************
*** 3,7 ****
  <html>
  <head>
! <title>KOHA: INTRANET: Catalogue</title>
  </head>
  <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" 
Alink="#cc3300"
--- 3,9 ----
  <html>
  <head>
! <title>KOHA: INTRANET: Parameters</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"
***************
*** 9,130 ****
  
  <style>
- <TMPL_INCLUDE NAME="common-style.css">
- #menubar {
-       border-top:1px solid #666;
- }
- .koha {
-       font-weight: normal;
-       text-decoration: none;
-       cursor: hand;
-       color:#777777;
-       padding:4px;
-       font-weight: bold;
-       text-align:center;
-       background-image:url("<TMPL_VAR 
name="themelang">/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 {
-       background-color: #ad11ad;
-       color: #000000;
-       text-decoration: none;
-       font-weight: normal;
-       font-weight: bold;
-       margin:0;
-       }
- 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:hover {
-       background-color: #ffdf61;
-       color: #000000;
-       text-decoration: normal;
-       font-weight: bold;
-       }
- a.acquisition {
-       font-weight: normal;
-       text-decoration: none;
-       cursor: hand;
-       color:#777777;
-       padding:4px;
-       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 {
        background-color: #86c268;
--- 11,15 ----
***************
*** 132,136 ****
        text-decoration: none;
        cursor: hand;
!       color:#FFFFFFF;
        padding:4px;
        font-weight: bold;
--- 17,21 ----
        text-decoration: none;
        cursor: hand;
!       color: #FFFFFF;
        padding:4px;
        font-weight: bold;
***************
*** 159,178 ****
                                        </td>
                                        <td>
!                                               <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet" 
alt="Catalogue">Catalogue</a>
!                                       </td>
!                                       <td>
!                                               <a class="members" 
href="/cgi-bin/koha/members-home.pl" alt="Lecteurs">Lecteurs</a>
                                        </td>
                                        <td>
!                                               <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" 
alt="Acquisition">Acquisition</a>
                                        </td>
                                        <td>
!                                               <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
                                        </td>
                                        <td>
!                                               <a class="circulation"  
href="/cgi-bin/koha/circ/circulation.pl" alt="Circulation">Circulation</a>
                                        </td>
                                        <td>
!                                               <a class="reports" 
href="/cgi-bin/koha/reports-home.pl" alt="Etats">Etats</a>
                                        </td>
                                        <td>
--- 44,60 ----
                                        </td>
                                        <td>
!                                               <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
                                        </td>
                                        <td>
!                                               <a class="members" 
href="/cgi-bin/koha/members-home.pl">Lecteurs</a>
                                        </td>
                                        <td>
!                                               <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
                                        </td>
                                        <td>
!                                               <a class="circulation"  
href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
                                        </td>
                                        <td>
!                                               <a class="reports" 
href="/cgi-bin/koha/reports-home.pl">Etats</a>
                                        </td>
                                        <td>
***************
*** 180,184 ****
                                        </td>
                                        <td>
!                                               <a class="parameters" 
href="/cgi-bin/koha/about.pl">A propos</a>
                                        </td>
                                </TR>
--- 62,66 ----
                                        </td>
                                        <td>
!                                               <a class="about" 
href="/cgi-bin/koha/about.pl">A propos</a>
                                        </td>
                                </TR>
***************
*** 191,196 ****
  <BLOCKQUOTE>
  <TMPL_IF NAME="loggedinusername">
!       <p align=left>Connecté en tant que : <TMPL_VAR NAME="loggedinusername"> 
[<a href=/cgi-bin/koha/logout.pl>Log Out</a>]</p>
  <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/userpage.pl>Se connecter</a> à 
Koha</p>
  </TMPL_IF>
--- 73,78 ----
  <BLOCKQUOTE>
  <TMPL_IF NAME="loggedinusername">
!     <p align=left>Logged in as: <TMPL_VAR NAME="loggedinusername"> [<a 
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
  <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
  </TMPL_IF>

Index: acquisitions-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/acquisitions-top.inc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** acquisitions-top.inc        6 May 2003 16:33:10 -0000       1.7
--- acquisitions-top.inc        5 Jun 2003 12:40:49 -0000       1.8
***************
*** 4,7 ****
--- 4,8 ----
  <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"
***************
*** 9,74 ****
  
  <style>
- <TMPL_INCLUDE NAME="common-style.css">
- #menubar {
-       border-top:1px solid #666;
- }
- .koha {
-       font-weight: normal;
-       text-decoration: none;
-       cursor: hand;
-       color:#777777;
-       padding:4px;
-       font-weight: bold;
-       text-align:center;
-       background-image:url("<TMPL_VAR 
name="themelang">/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 {
-       background-color: #ad11ad;
-       color: #000000;
-       text-decoration: none;
-       font-weight: normal;
-       font-weight: bold;
-       margin:0;
-       }
- 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;
--- 10,13 ----
***************
*** 76,80 ****
        background-color: #ffdf61;
        cursor: hand;
!       color:#000000;
        padding:4px;
        font-weight: bold;
--- 15,19 ----
        background-color: #ffdf61;
        cursor: hand;
!       color:#FFFFFF;
        padding:4px;
        font-weight: bold;
***************
*** 86,131 ****
        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;
-       }
  </style>
  
--- 25,28 ----
***************
*** 154,160 ****
                                        </td>
                                        <td>
-                                               <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
-                                       </td>
-                                       <td>
                                                <a class="circulation"  
href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
                                        </td>
--- 51,54 ----
***************
*** 166,170 ****
                                        </td>
                                        <td>
!                                               <a class="parameters" 
href="/cgi-bin/koha/about.pl">A propos</a>
                                        </td>
                                </TR>
--- 60,64 ----
                                        </td>
                                        <td>
!                                               <a class="about" 
href="/cgi-bin/koha/about.pl">A propos</a>
                                        </td>
                                </TR>
***************
*** 177,182 ****
  <BLOCKQUOTE>
  <TMPL_IF NAME="loggedinusername">
!       <p align=left>Connecté en tant que : <TMPL_VAR NAME="loggedinusername"> 
[<a href=/cgi-bin/koha/logout.pl>Log Out</a>]</p>
  <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/userpage.pl>Se connecter</a> à 
Koha</p>
  </TMPL_IF>
--- 71,76 ----
  <BLOCKQUOTE>
  <TMPL_IF NAME="loggedinusername">
!     <p align=left>Connecté en tant que : <TMPL_VAR NAME="loggedinusername"> 
[<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Quitter</a>]</p>
  <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Se connecter</a> à 
Koha</p>
  </TMPL_IF>

Index: cat-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/cat-top.inc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** cat-top.inc 7 May 2003 15:17:40 -0000       1.9
--- cat-top.inc 5 Jun 2003 12:40:49 -0000       1.10
***************
*** 4,7 ****
--- 4,8 ----
  <head>
  <title>KOHA: INTRANET: Catalogue</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"
***************
*** 9,42 ****
  
  <style>
- <TMPL_INCLUDE NAME="common-style.css">
- #menubar {
-       border-top:1px solid #666;
- }
- .koha {
-       font-weight: normal;
-       text-decoration: none;
-       cursor: hand;
-       color:#777777;
-       padding:4px;
-       font-weight: bold;
-       text-align:center;
-       background-image:url("<TMPL_VAR 
name="themelang">/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;
--- 10,13 ----
***************
*** 57,156 ****
        margin:0;
        }
- 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:hover {
-       background-color: #ffdf61;
-       color: #000000;
-       text-decoration: normal;
-       font-weight: bold;
-       }
- a.acquisition {
-       font-weight: normal;
-       text-decoration: none;
-       cursor: hand;
-       color:#777777;
-       padding:4px;
-       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;
-       }
  </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>
--- 28,42 ----
        margin:0;
        }
  </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>
***************
*** 168,174 ****
                                        </td>
                                        <td>
-                                               <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
-                                       </td>
-                                       <td>
                                                <a class="circulation"  
href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
                                        </td>
--- 54,57 ----
***************
*** 185,188 ****
--- 68,92 ----
                        </TABLE>
                        </div>
+                       <div id="submenu" style="border-left:0px;">
+                       <table cellpadding=0 cellspacing=0  border=0 height=20>
+                               <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 simple</a>
+                                       </td>
+                                       <td>
+                                               <div id="submenu">
+                                               <a 
href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&type=intranet" 
class="submenu">Recherche MARC</a>
+                                               </div>
+                                       </td>
+                                       <td>
+                                               <div id="submenu">
+                                               <a 
href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&type=intranet" 
class="submenu">Ajout notice</a>
+                                               </div>
+                                       </td>
+                               </tr>
+                       </table>
+                       </div>
                </td></tr></table>
        </TD>
***************
*** 191,196 ****
  <BLOCKQUOTE>
  <TMPL_IF NAME="loggedinusername">
!       <p align=left>Connecté en tant que : <TMPL_VAR NAME="loggedinusername"> 
[<a href=/cgi-bin/koha/logout.pl>Log Out</a>]</p>
  <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/userpage.pl>Se connecter</a> à 
Koha</p>
  </TMPL_IF>
--- 95,100 ----
  <BLOCKQUOTE>
  <TMPL_IF NAME="loggedinusername">
!     <p align=left>Connecté en tant que : <TMPL_VAR NAME="loggedinusername"> 
[<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Déconnecter</a>]</p>
  <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Se connecter</a> à 
Koha</p>
  </TMPL_IF>

Index: circulation-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/circulation-top.inc,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** circulation-top.inc 6 May 2003 16:33:10 -0000       1.8
--- circulation-top.inc 5 Jun 2003 12:40:49 -0000       1.9
***************
*** 4,7 ****
--- 4,8 ----
  <head>
  <title>KOHA: INTRANET: Circulation</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"
***************
*** 9,102 ****
  
  <style>
- <TMPL_INCLUDE NAME="common-style.css">
- #menubar {
-       border-top:1px solid #666;
- }
- .koha {
-       font-weight: normal;
-       text-decoration: none;
-       cursor: hand;
-       color:#777777;
-       padding:4px;
-       font-weight: bold;
-       text-align:center;
-       background-image:url("<TMPL_VAR 
name="themelang">/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 {
-       background-color: #ad11ad;
-       color: #000000;
-       text-decoration: none;
-       font-weight: normal;
-       font-weight: bold;
-       margin:0;
-       }
- 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:#7777777;
-       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;
--- 10,13 ----
***************
*** 114,136 ****
        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;
-       }
  </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>
--- 25,33 ----
        font-weight: bold;
        }
  </style>
  
  <!------------------------MENUS-------------------------------->
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="65">
        <td valign="bottom" align="left">
                <table bgcolor="dddddd" width="100%" cellpadding=0 
cellspacing=0>
***************
*** 154,160 ****
                                        </td>
                                        <td>
-                                               <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
-                                       </td>
-                                       <td>
                                                <a class="circulation"  
href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
                                        </td>
--- 51,54 ----
***************
*** 166,174 ****
                                        </td>
                                        <td>
!                                               <a class="parameters" 
href="/cgi-bin/koha/about.pl">A propos</a>
                                        </td>
                                </TR>
                        </TABLE>
                        </div>
                </td></tr></table>
        </TD>
--- 60,89 ----
                                        </td>
                                        <td>
!                                               <a class="about" 
href="/cgi-bin/koha/about.pl">A propos</a>
                                        </td>
                                </TR>
                        </TABLE>
                        </div>
+                       <div id="submenu" style="border-left:0px;">
+                       <table cellpadding=0 cellspacing=0  border=0 height=20>
+                               <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>
+                                               <div id="submenu">
+                                               <a 
href="/cgi-bin/koha/circ/returns.pl" class="submenu">Retours</a>
+                                               </div>
+                                       </td>
+                                       <td>
+                                               <div id="submenu">
+                                               <a 
href="/cgi-bin/koha/circ/branchtransfers.pl" class="submenu">Transferts</a>
+                                               </div>
+                                       </td>
+                               </tr>
+                       </table>
+                       </div>
                </td></tr></table>
        </TD>
***************
*** 177,182 ****
  <BLOCKQUOTE>
  <TMPL_IF NAME="loggedinusername">
!       <p align=left>Connecté en tant que : <TMPL_VAR NAME="loggedinusername"> 
[<a href=/cgi-bin/koha/logout.pl>Log Out</a>]</p>
  <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/userpage.pl>Se connecter</a> à 
Koha</p>
  </TMPL_IF>
--- 92,97 ----
  <BLOCKQUOTE>
  <TMPL_IF NAME="loggedinusername">
!     <p align=left>Connecté en tant que : <TMPL_VAR NAME="loggedinusername"> 
[<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Déconnecter</a>]</p>
  <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Se connecter</a> à 
Koha</p>
  </TMPL_IF>

Index: common-style.css
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/common-style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** common-style.css    6 May 2003 14:56:40 -0000       1.1
--- common-style.css    5 Jun 2003 12:40:49 -0000       1.2
***************
*** 14,15 ****
--- 14,156 ----
  }
  
+ #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.submenu {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       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 {
+       }
+ 
+ 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;
+       }

Index: parameters-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/parameters-top.inc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** parameters-top.inc  6 May 2003 14:56:40 -0000       1.7
--- parameters-top.inc  5 Jun 2003 12:40:49 -0000       1.8
***************
*** 3,7 ****
  <html>
  <head>
! <title>KOHA: INTRANET: Catalogue</title>
  </head>
  <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" 
Alink="#cc3300"
--- 3,8 ----
  <html>
  <head>
! <title>KOHA: INTRANET: Parameters</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"
***************
*** 9,116 ****
  
  <style>
- <TMPL_INCLUDE NAME="common-style.css">
- #menubar {
-       border-top:1px solid #666;
- }
- .koha {
-       font-weight: normal;
-       text-decoration: none;
-       cursor: hand;
-       color:#777777;
-       padding:4px;
-       font-weight: bold;
-       text-align:center;
-       background-image:url("<TMPL_VAR 
name="themelang">/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 {
-       background-color: #ad11ad;
-       color: #000000;
-       text-decoration: none;
-       font-weight: normal;
-       font-weight: bold;
-       margin:0;
-       }
- 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:hover {
-       background-color: #ffdf61;
-       color: #000000;
-       text-decoration: normal;
-       font-weight: bold;
-       }
- a.acquisition {
-       font-weight: normal;
-       text-decoration: none;
-       cursor: hand;
-       color:#777777;
-       padding:4px;
-       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 {
        background-color: #86c268;
--- 10,13 ----
***************
*** 128,150 ****
        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;
-       }
  </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>
--- 25,33 ----
        font-weight: bold;
        }
  </style>
  
  <!------------------------MENUS-------------------------------->
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="65">
        <td valign="bottom" align="left">
                <table bgcolor="dddddd" width="100%" cellpadding=0 
cellspacing=0>
***************
*** 159,178 ****
                                        </td>
                                        <td>
!                                               <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet" 
alt="Catalogue">Catalogue</a>
                                        </td>
                                        <td>
!                                               <a class="members" 
href="/cgi-bin/koha/members-home.pl" alt="Lecteurs">Lecteurs</a>
                                        </td>
                                        <td>
!                                               <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" 
alt="Acquisition">Acquisition</a>
                                        </td>
                                        <td>
!                                               <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
                                        </td>
                                        <td>
!                                               <a class="circulation"  
href="/cgi-bin/koha/circ/circulation.pl" alt="Circulation">Circulation</a>
!                                       </td>
!                                       <td>
!                                               <a class="reports" 
href="/cgi-bin/koha/reports-home.pl" alt="Etats">Etats</a>
                                        </td>
                                        <td>
--- 42,58 ----
                                        </td>
                                        <td>
!                                               <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
                                        </td>
                                        <td>
!                                               <a class="members" 
href="/cgi-bin/koha/members-home.pl">Lecteurs</a>
                                        </td>
                                        <td>
!                                               <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
                                        </td>
                                        <td>
!                                               <a class="circulation"  
href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
                                        </td>
                                        <td>
!                                               <a class="reports" 
href="/cgi-bin/koha/reports-home.pl">Etats</a>
                                        </td>
                                        <td>
***************
*** 185,188 ****
--- 65,99 ----
                        </TABLE>
                        </div>
+                       <div id="submenu" style="border-left:0px;">
+                       <table cellpadding=0 cellspacing=0  border=0 height=20>
+                               <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>
+                                               <div id="submenu">
+                                               <a 
href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu">Valeurs auth</a>
+                                               </div>
+                                       </td>
+                                       <td>
+                                               <div id="submenu">
+                                               <a 
href="/cgi-bin/koha/admin/thesaurus.pl" class="submenu">Thésaurus</a>
+                                               </div>
+                                       </td>
+                                       <td>
+                                               <div id="submenu">
+                                               <a 
href="/cgi-bin/koha/admin/currency.pl" class="submenu">Monnaies</a>
+                                               </div>
+                                       </td>
+                                       <td>
+                                               <div id="submenu">
+                                               <a 
href="/cgi-bin/koha/admin/printers.pl" class="submenu">Imprimantes</a>
+                                               </div>
+                                       </td>
+                               </tr>
+                       </table>
+                       </div>
                </td></tr></table>
        </TD>
***************
*** 191,196 ****
  <BLOCKQUOTE>
  <TMPL_IF NAME="loggedinusername">
!       <p align=left>Connecté en tant que : <TMPL_VAR NAME="loggedinusername"> 
[<a href=/cgi-bin/koha/logout.pl>Log Out</a>]</p>
  <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/userpage.pl>Se connecter</a> à 
Koha</p>
  </TMPL_IF>
--- 102,107 ----
  <BLOCKQUOTE>
  <TMPL_IF NAME="loggedinusername">
!     <p align=left>Connecté en tant que: <TMPL_VAR NAME="loggedinusername"> 
[<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Déconnecter</a>]</p>
  <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Se connecter</a> à 
Koha</p>
  </TMPL_IF>

Index: reports-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/reports-top.inc,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** reports-top.inc     6 May 2003 16:33:10 -0000       1.8
--- reports-top.inc     5 Jun 2003 12:40:49 -0000       1.9
***************
*** 3,7 ****
  <html>
  <head>
! <title>KOHA: INTRANET: Etats</title>
  </head>
  <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" 
Alink="#cc3300"
--- 3,8 ----
  <html>
  <head>
! <title>KOHA: INTRANET: Reports</title>
! <link rel="stylesheet" type="text/css" href="<TMPL_VAR 
name="themelang">/includes/common-style.css">
  </head>
  <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" 
Alink="#cc3300"
***************
*** 9,89 ****
  
  <style>
- <TMPL_INCLUDE NAME="common-style.css">
- #menubar {
-       border-top:1px solid #666;
- }
- .koha {
-       font-weight: normal;
-       text-decoration: none;
-       cursor: hand;
-       color:#777777;
-       padding:4px;
-       font-weight: bold;
-       text-align:center;
-       background-image:url("<TMPL_VAR 
name="themelang">/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 {
-       background-color: #ad11ad;
-       color: #000000;
-       text-decoration: none;
-       font-weight: normal;
-       font-weight: bold;
-       margin:0;
-       }
- 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;
--- 10,13 ----
***************
*** 101,133 ****
        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;
-       }
  </style>
  
--- 25,28 ----
***************
*** 156,162 ****
                                        </td>
                                        <td>
-                                               <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
-                                       </td>
-                                       <td>
                                                <a class="circulation"  
href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
                                        </td>
--- 51,54 ----
***************
*** 168,172 ****
                                        </td>
                                        <td>
!                                               <a class="parameters" 
href="/cgi-bin/koha/about.pl">A propos</a>
                                        </td>
                                </TR>
--- 60,64 ----
                                        </td>
                                        <td>
!                                               <a class="about" 
href="/cgi-bin/koha/about.pl">A propos</a>
                                        </td>
                                </TR>
***************
*** 179,184 ****
  <BLOCKQUOTE>
  <TMPL_IF NAME="loggedinusername">
!       <p align=left>Connecté en tant que : <TMPL_VAR NAME="loggedinusername"> 
[<a href=/cgi-bin/koha/logout.pl>Log Out</a>]</p>
  <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/userpage.pl>Se connecter</a> à 
Koha</p>
  </TMPL_IF>
--- 71,76 ----
  <BLOCKQUOTE>
  <TMPL_IF NAME="loggedinusername">
!     <p align=left>Connecté en tant que: <TMPL_VAR NAME="loggedinusername"> 
[<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Déconnecter</a>]</p>
  <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Se connecter</a> à 
Koha</p>
  </TMPL_IF>

--- members-top.inc DELETED ---




reply via email to

[Prev in Thread] Current Thread [Next in Thread]