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/en/includes about-t


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes about-top.inc,1.4,1.5 acquisitions-top.inc,1.13,1.14 cat-top.inc,1.13,1.14 circulation-top.inc,1.15,1.16 common-style.css,1.4,1.5 marc-top.inc,1.4,1.5 members-top.inc,1.12,1.13 parameters-top.inc,1.13,1.14 reports-top.inc,1.12,1.13
Date: Thu, 05 Jun 2003 05:32:19 -0700

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

Modified Files:
        about-top.inc acquisitions-top.inc cat-top.inc 
        circulation-top.inc common-style.css marc-top.inc 
        members-top.inc parameters-top.inc reports-top.inc 
Log Message:
* 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/en/includes/about-top.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** about-top.inc       27 May 2003 05:38:11 -0000      1.4
--- about-top.inc       5 Jun 2003 12:32:14 -0000       1.5
***************
*** 4,7 ****
--- 4,9 ----
  <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 ----
***************
*** 166,172 ****
                                        <td>
                                                <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
-                                       </td>
-                                       <td>
-                                               <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
                                        </td>
                                        <td>
--- 51,54 ----

Index: acquisitions-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/acquisitions-top.inc,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** acquisitions-top.inc        5 May 2003 15:00:54 -0000       1.13
--- acquisitions-top.inc        5 Jun 2003 12:32:14 -0000       1.14
***************
*** 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 ----
***************
*** 86,145 ****
        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>
  
--- 25,28 ----
***************
*** 166,172 ****
                                        <td>
                                                <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
-                                       </td>
-                                       <td>
-                                               <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
                                        </td>
                                        <td>
--- 49,52 ----

Index: cat-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/cat-top.inc,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** cat-top.inc 5 May 2003 15:00:55 -0000       1.13
--- cat-top.inc 5 Jun 2003 12:32:14 -0000       1.14
***************
*** 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 ----
***************
*** 184,187 ****
--- 67,91 ----
                                </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/loadmodules.pl?module=search&marc=0&type=intranet" 
class="submenu">Quick search</a>
+                                       </td>
+                                       <td>
+                                               <div id="submenu">
+                                               <a 
href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&type=intranet" 
class="submenu">MARC search</a>
+                                               </div>
+                                       </td>
+                                       <td>
+                                               <div id="submenu">
+                                               <a 
href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&type=intranet" 
class="submenu">Add biblio</a>
+                                               </div>
+                                       </td>
+                               </tr>
+                       </table>
                        </div>
                </td></tr></table>

Index: circulation-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/circulation-top.inc,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** circulation-top.inc 5 May 2003 15:00:55 -0000       1.15
--- circulation-top.inc 5 Jun 2003 12:32:14 -0000       1.16
***************
*** 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,103 ****
  
  <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("/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 {
-       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;
-       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 ----
***************
*** 115,151 ****
        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>
--- 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>
***************
*** 169,175 ****
                                        </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>
--- 51,54 ----
***************
*** 185,188 ****
--- 64,88 ----
                                </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">Issues</a>
+                                       </td>
+                                       <td>
+                                               <div id="submenu">
+                                               <a 
href="/cgi-bin/koha/circ/returns.pl" class="submenu">Returns</a>
+                                               </div>
+                                       </td>
+                                       <td>
+                                               <div id="submenu">
+                                               <a 
href="/cgi-bin/koha/circ/branchtransfers.pl" class="submenu">Branch 
transfert</a>
+                                               </div>
+                                       </td>
+                               </tr>
+                       </table>
                        </div>
                </td></tr></table>

Index: common-style.css
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** common-style.css    29 Apr 2003 08:05:04 -0000      1.4
--- common-style.css    5 Jun 2003 12:32:14 -0000       1.5
***************
*** 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: marc-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/marc-top.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** marc-top.inc        5 May 2003 15:00:55 -0000       1.4
--- marc-top.inc        5 Jun 2003 12:32:14 -0000       1.5
***************
*** 10,90 ****
  <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.marc {
        font-weight: normal;
--- 10,13 ----
***************
*** 105,167 ****
        margin:0;
        }
- 
- 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>
  
--- 28,31 ----
***************
*** 207,211 ****
                        </TABLE>
                        </div>
!               </td></tr></table>
        </TD>
  </tr>
--- 71,78 ----
                        </TABLE>
                        </div>
!                       </td>
!               </tr>
!               <tr>
!               </table>
        </TD>
  </tr>

Index: members-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/members-top.inc,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** members-top.inc     5 May 2003 15:00:55 -0000       1.12
--- members-top.inc     5 Jun 2003 12:32:15 -0000       1.13
***************
*** 4,7 ****
--- 4,8 ----
  <head>
  <title>KOHA: INTRANET: Members</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,59 ****
  
  <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;
--- 10,13 ----
***************
*** 71,150 ****
        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;
-       }
  </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>
***************
*** 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>
--- 51,54 ----
***************
*** 184,187 ****
--- 64,88 ----
                                </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/members-home.pl" class="submenu">Member home</a>
+                                       </td>
+                                       <td>
+                                               <div id="submenu">
+                                               <a 
href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=adult" 
class="submenu">Add member</a>
+                                               </div>
+                                       </td>
+                                       <td>
+                                               <div id="submenu">
+                                               <a 
href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=organisation" 
class="submenu">Add organisation</a>
+                                               </div>
+                                       </td>
+                               </tr>
+                       </table>
                        </div>
                </td></tr></table>

Index: parameters-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/parameters-top.inc,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** parameters-top.inc  5 May 2003 15:00:56 -0000       1.13
--- parameters-top.inc  5 Jun 2003 12:32:15 -0000       1.14
***************
*** 4,7 ****
--- 4,8 ----
  <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>
***************
*** 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>
--- 51,54 ----
***************
*** 184,187 ****
--- 64,98 ----
                                </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/admin/aqbookfund.pl" class="submenu">Funds</a>
+                                       </td>
+                                       <td>
+                                               <div id="submenu">
+                                               <a 
href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu">Auth value</a>
+                                               </div>
+                                       </td>
+                                       <td>
+                                               <div id="submenu">
+                                               <a 
href="/cgi-bin/koha/admin/thesaurus.pl" class="submenu">Thesaurus</a>
+                                               </div>
+                                       </td>
+                                       <td>
+                                               <div id="submenu">
+                                               <a 
href="/cgi-bin/koha/admin/currency.pl" class="submenu">Currencies</a>
+                                               </div>
+                                       </td>
+                                       <td>
+                                               <div id="submenu">
+                                               <a 
href="/cgi-bin/koha/admin/printers.pl" class="submenu">Printers</a>
+                                               </div>
+                                       </td>
+                               </tr>
+                       </table>
                        </div>
                </td></tr></table>

Index: reports-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/reports-top.inc,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** reports-top.inc     5 May 2003 15:00:56 -0000       1.12
--- reports-top.inc     5 Jun 2003 12:32:15 -0000       1.13
***************
*** 4,7 ****
--- 4,8 ----
  <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,147 ****
        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>
  
--- 25,28 ----
***************
*** 168,174 ****
                                        <td>
                                                <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
-                                       </td>
-                                       <td>
-                                               <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
                                        </td>
                                        <td>
--- 49,52 ----




reply via email to

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