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 acquisi


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes acquisitions-bottom.inc,1.5,1.6 acquisitions-top.inc,1.3,1.4 cat-bottom.inc,1.5,1.6 cat-top.inc,1.5,1.6 circulation-bottom.inc,1.5,1.6 circulation-top.inc,1.4,1.5 issues-bottom.inc,1.5,1.6 members-bottom.inc,1.5,1.6 members-top.inc,1.3,1.4 opac-bottom.inc,1.3,1.4 opac-top.inc,1.3,1.4 parameters-bottom.inc,1.2,1.3 parameters-top.inc,1.3,1.4 reports-bottom.inc,1.5,1.6 reports-top.inc,1.3,1.4
Date: Thu, 13 Feb 2003 10:01:34 -0800

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

Modified Files:
        acquisitions-bottom.inc acquisitions-top.inc cat-bottom.inc 
        cat-top.inc circulation-bottom.inc circulation-top.inc 
        issues-bottom.inc members-bottom.inc members-top.inc 
        opac-bottom.inc opac-top.inc parameters-bottom.inc 
        parameters-top.inc reports-bottom.inc reports-top.inc 
Log Message:
Road to 1.9.1 :
* headers included in each template now are text-only headers (like in 
non-english versions).
* Added "parameters" links in header
* Added "Cataloguing" link. The cataloguing link goes to the MARC cataloguing 
(acqui.simple). Will evolve in the near future with reordering of acquisition 
and cataloguing.

Index: acquisitions-bottom.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/acquisitions-bottom.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** acquisitions-bottom.inc     5 Feb 2003 17:13:24 -0000       1.5
--- acquisitions-bottom.inc     13 Feb 2003 18:01:26 -0000      1.6
***************
*** 17,21 ****
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
  <A HREF="/reports/">Reports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Admin</a> ||
  <A HREF="/help/">Help</a>
  </FONT>
--- 17,21 ----
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
  <A HREF="/reports/">Reports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">System Parameters</a> ||
  <A HREF="/help/">Help</a>
  </FONT>

Index: acquisitions-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/acquisitions-top.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** acquisitions-top.inc        5 Feb 2003 17:13:25 -0000       1.3
--- acquisitions-top.inc        13 Feb 2003 18:01:26 -0000      1.4
***************
*** 1,149 ****
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
- <!--Authored by address@hidden 104:38 1/11/99-->
- <!--updated by address@hidden 12:24 12/01/00-->
- <!--updated by address@hidden 1/3/00-->
- <!--renamed by address@hidden 21/04/02 "aquisitions" to "acquisitions" -->
  
  <html>
  <head>
  <title>KOHA: INTRANET: Acquisitions</title>
- 
- <style type="text/css">
- <!--
- select,option {font-size:12px}
- -->
- 
- </style>
- 
- <SCRIPT LANGUAGE="JavaScript">
- // go to page selected from options menu
- 
- function leapto(form) {
- var myindex=form.dest.selectedIndex
- parent.location.href=(form.dest.options[myindex].value);
- }
- 
-           //
-    
- if (document.images){
- 
- menu=new Image;
- menu.src ="/images/acq-acq.gif"
- 
- }
- 
- 
-         //
- //adder
- 
- 
- //display tidys up a number for display: hopefully leaving 2 decimal points
- 
- function display(numb){
-   if (parseInt(numb)){
-     if (numb== Math.round(numb)){
-       return ( numb + ".00")
-     }
-     else {
-       numb=(numb + "0");
-       return (numb.substring(0,(numb.indexOf(".")+3)))
-     }
-   }
-   else{
-     return "0.00"
-   }
- }
- // update -- the main function
- 
- function update(f){
-   z=0;
-   total=0;
-   count=0;
-   subtotal=0;
-   discount=0;
-   q=f.length-5;
-   while (z < q){
- //     f.elements[z].value=z;
-     z++;
-     //skip rrp for now
-     est = parseFloat(f.elements[z].value);
-     z++;
-     quant = parseInt(f.elements[z].value);
-     z++;
-     booktotal= est*quant;
-     f.elements[z].value=display(booktotal);
-     subtotal = subtotal + booktotal;
-     z++;
-     z++;
-     z++;
-   }
-   GST=subtotal*0.125;
-   total=subtotal+GST;
-   f.subtotal.value = display(subtotal);
-   f.gst.value =display(GST);
-   f.grandtotal.value =display(total);
- }
-     
-     //-->
-     
- </script>
- 
  </head>
  <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" 
Alink="#cc3300"
  marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
! 
! <!--HDL Colours
!       Yellow = ffcc00 
!       light blue = ccccff
!       bright blue links = 0000ff
!       aubergine = 663266 
!       light green/grey = cccc99
! -->
  
  <!------------------------MENUS-------------------------------->
- 
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr bgcolor=ffcc00  >
! 
!       <td valign=top >
!       <table cellpadding=0 cellspacing=0  border=0 height=29>
!       <tr valign=top bgcolor=ffcc00 >
!       <td background="/images/catalogue-spot-1.gif" width="224" 
!       height="29"><font size=1 face="arial"><img src="/images/holder.gif" 
width=210 height=4 alt=" " hspace=0 vspace=0><br>
!       <img src="/images/holder.gif"
!       width=35 height=21 align=left alt=" " hspace=0 vspace=0><font 
size="+1">KOHA: <a href="/cgi-bin/koha/mainpage.pl">Main Menu</a></font><br>
!       <img src="/images/holder.gif" width=210 height=1 alt=" " hspace=0 
vspace=0></FONT></td>
!       
!       </TR></TABLE></TD>
! 
!       <td  valign=bottom align=right><img src="/images/holder.gif"
!         WIDTH=1  HEIGHT=38 HSPACE=0 vspace=0></td>
! 
!       <td  valign=bottom align=right>
!       <table cellpadding=0 cellspacing=0  border=0 height=29><tr><td><img 
src=/images/acq-acq.gif     border="0" name=menu usemap="#map" HSPACE=0 
vspace=0 ></td>
!       
!       </TR></TABLE></TD>
  </tr>
- 
- <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=3><img 
src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR>
- 
  </table>
- 
- 
- <map name="map">
- <area shape="rect" coords="18,8,84,27" 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet" alt="Catalogue" 
onMouseOver="if(document.images)document.menu.src='/images/acq-cat.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/acq-acq.gif'">
- 
- <area shape="rect" coords="94,8,149,28" href="/cgi-bin/koha/members-home.pl" 
alt="Members" 
onMouseOver="if(document.images)document.menu.src='/images/acq-mem.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/acq-acq.gif'">
- 
- <area shape="rect" coords="154,9,212,29" alt="Acquisitions"   
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" 
onMouseOver="if(document.images)document.menu.src='/images/acq-acq.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/acq-acq.gif'">
- 
- <area  shape="rect"alt="Reports"  
coords="217,7,289,27"href="/cgi-bin/koha/reports-home.pl" 
onMouseOver="if(document.images)document.menu.src='/images/acq-rep.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/acq-acq.gif'">
- 
- <area shape="rect" coords="306,8,352,27" 
href="/cgi-bin/koha/circ/circulation.pl" alt="Circulation" 
onMouseOver="if(document.images)document.menu.src='/images/acq-crc.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/acq-acq.gif'">
- 
- <area  shape="rect" alt="Home" coords="374,9,419,29" 
href="/cgi-bin/koha/mainpage.pl" 
onMouseOver="if(document.images)document.menu.src='/images/acq-hom.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/acq-acq.gif'">
- <area shape="default" nohref>
- </map>
- 
- <BLOCKQUOTE>
--- 1,172 ----
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  
  <html>
  <head>
  <title>KOHA: INTRANET: Acquisitions</title>
  </head>
  <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" 
Alink="#cc3300"
  marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
! <style>
! #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("/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;
!       background-color: #ffdf61;
!       cursor: hand;
!       color:#000000;
!       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;
!       }
! </style>
  
  <!------------------------MENUS-------------------------------->
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="45">
!       <td valign="bottom" align="left">
!               <table bgcolor="dddddd" width="100%" cellpadding=0 
cellspacing=0>
!               <tr>
!                       <td>
!                       <div id="menubar">
!                       <table cellpadding=0 cellspacing=0  border=0 height=29 
width=70%>
!                               <tr>
!                                       <td class="koha"><b>KOHA</b></td>
!                                       <td>
!                                               <a class="home" 
href="/cgi-bin/koha/mainpage.pl">Home</a>
!                                       </td>
!                                       <td>
!                                               <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
!                                       </td>
!                                       <td>
!                                               <a class="members" 
href="/cgi-bin/koha/members-home.pl">Members</a>
!                                       </td>
!                                       <td>
!                                               <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
!                                       </td>
!                                       <td>
!                                               <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=cataloguing">Cataloguing</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">Reports</a>
!                                       </td>
!                                       <td>
!                                               <a class="parameters" 
href="/cgi-bin/koha/admin-home.pl">Parameters</a>
!                                       </td>
!                               </TR>
!                       </TABLE>
!                       </div>
!               </td></tr></table>
!       </TD>
  </tr>
  </table>

Index: cat-bottom.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/cat-bottom.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** cat-bottom.inc      5 Feb 2003 17:13:25 -0000       1.5
--- cat-bottom.inc      13 Feb 2003 18:01:27 -0000      1.6
***************
*** 17,21 ****
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
  <A HREF="/cgi-bin/koha/reports-home.pl">Reports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Admin</a> ||
  <A HREF="/help/">Help</a>
  </FONT>
--- 17,21 ----
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
  <A HREF="/cgi-bin/koha/reports-home.pl">Reports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">System Parameters</a> ||
  <A HREF="/help/">Help</a>
  </FONT>

Index: cat-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/cat-top.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** cat-top.inc 5 Feb 2003 17:13:25 -0000       1.5
--- cat-top.inc 13 Feb 2003 18:01:27 -0000      1.6
***************
*** 1,119 ****
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
- <!--Authored by address@hidden 104:38 1/11/99-->
- <!--updated by address@hidden 12:24 12/01/00-->
  
  <html>
  <head>
  <title>KOHA: INTRANET: Catalogue</title>
- 
- 
- <style type="text/css">
- <!--
- select,option {font-size:12px}
- -->
- 
- </style>
- 
- <SCRIPT LANGUAGE="JavaScript">
- <!--
- 
- // go to page selected from options menu
- 
- function leapto(form) {
- var myindex=form.dest.selectedIndex
- parent.location.href=(form.dest.options[myindex].value);
- }
- 
- function focusinput() {
-     window.onerror=null;
-     if (document.forms[0]) {
-       document.forms[0].elements[0].focus();
-     }
- }
- 
- if (document.images){
- 
- menu=new Image;
- menu.src ="/images/cat-cat.gif"
- 
- }
- 
- function messenger(url){
-   
window1=window.open(url,"window1","height=250,width=350,left=150,top=50,350,screenY=50");
- 
- }
- 
- //-->
- 
- </script>
- 
  </head>
! <body text="black" bgcolor="white" link="#0000ff"
! vlink="#0000ff" "3366cc" Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0
! onLoad=focusinput()>
! 
! 
! 
! 
! <!--HDL Colours
  
!       Yellow = ffcc00
!       light blue = ccccff
!       bright blue links = 0000ff
!       aubergine = 663266
!       light green/grey = cccc99
! 
! 
! -->
  
  <!------------------------MENUS-------------------------------->
- 
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr bgcolor=663266 >
! 
!       <td  valign=top>
!       <table cellpadding=0 cellspacing=0  border=0 height=29>
!       <tr valign=top bgcolor=663266 >
!       <td background="/images/catalogue-spot-1.gif" width="224"
!       height="29"><font size=1 face="arial"><img src="/images/holder.gif" 
width=210 height=4 alt=" " hspace=0 vspace=0><br>
!       <img src="/images/holder.gif"
!       width=35 height=21 align=left alt=" " hspace=0 vspace=0><font 
size="+1">KOHA: <a href="/cgi-bin/koha/mainpage.pl">Main Menu</a></font><br>
!       <img src="/images/holder.gif" width=210 height=1 alt=" " hspace=0 
vspace=0></FONT></td>
! 
!       </TR></TABLE> </td>
! 
! 
!       <td  valign=bottom align=right>
! <img src="/images/holder.gif"  WIDTH=1  HEIGHT=38 HSPACE=0 vspace=0></td>
! <td  valign=bottom align=right>
!       <table cellpadding=0 cellspacing=0  border=0 height=29><tr><td>
! <img src=/images/cat-cat.gif border="0" name=menu usemap="#map" HSPACE=0 
vspace=0 ></td>
! 
!       </TR></TABLE></TD>
! </tr>
! 
  </tr>
- <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=3><img 
src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR>
- 
  </table>
- 
- 
- <map name="map">
- <area shape="rect" coords="18,8,84,27" 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet" alt="Catalogue" 
onMouseOver="if(document.images)document.menu.src='/images/cat-cat.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
- 
- <area shape="rect" coords="94,8,149,28" href="/cgi-bin/koha/members-home.pl" 
alt="Members" 
onMouseOver="if(document.images)document.menu.src='/images/cat-mem.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
- 
- <area shape="rect" coords="154,9,212,29" alt="Acquisitions"   
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" 
onMouseOver="if(document.images)document.menu.src='/images/cat-acq.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
- 
- <area  shape="rect"alt="Reports"  
coords="217,7,289,27"href="/cgi-bin/koha/reports-home.pl" 
onMouseOver="if(document.images)document.menu.src='/images/cat-rep.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
- 
- <area shape="rect" coords="306,8,352,27" 
href="/cgi-bin/koha/circ/circulation.pl" alt="Circulation" 
onMouseOver="if(document.images)document.menu.src='/images/cat-crc.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
- 
- <area  shape="rect" alt="Home" coords="374,9,419,29" 
href="/cgi-bin/koha/mainpage.pl" 
onMouseOver="if(document.images)document.menu.src='/images/cat-hom.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
- <area shape="default" nohref>
- </map>
- 
- 
- 
  <BLOCKQUOTE>
--- 1,173 ----
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  
  <html>
  <head>
  <title>KOHA: INTRANET: Catalogue</title>
  </head>
! <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" 
Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
! <style>
! #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("/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;
!       background-color:#ad11ad;
!       color:#FFFFFF;
!       padding:4px;
!       font-weight: bold;
!       margin:0;
!       }
! a.catalogue:hover {
!       background-color: #ad11ad;
!       color: #FFFFFF;
!       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;
!       }
! </style>
  
  <!------------------------MENUS-------------------------------->
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="45">
!       <td valign="bottom" align="left">
!               <table bgcolor="dddddd" width="100%" cellpadding=0 
cellspacing=0>
!               <tr>
!                       <td>
!                       <div id="menubar">
!                       <table cellpadding=0 cellspacing=0  border=0 height=29 
width=70%>
!                               <tr>
!                                       <td class="koha"><b>KOHA</b></td>
!                                       <td>
!                                               <a class="home" 
href="/cgi-bin/koha/mainpage.pl">Home</a>
!                                       </td>
!                                       <td>
!                                               <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
!                                       </td>
!                                       <td>
!                                               <a class="members" 
href="/cgi-bin/koha/members-home.pl">Members</a>
!                                       </td>
!                                       <td>
!                                               <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
!                                       </td>
!                                       <td>
!                                               <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=cataloguing">Cataloguing</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">Reports</a>
!                                       </td>
!                                       <td>
!                                               <a class="parameters" 
href="/cgi-bin/koha/admin-home.pl">Parameters</a>
!                                       </td>
!                               </TR>
!                       </TABLE>
!                       </div>
!               </td></tr></table>
!       </TD>
  </tr>
  </table>
  <BLOCKQUOTE>

Index: circulation-bottom.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/circulation-bottom.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** circulation-bottom.inc      5 Feb 2003 17:13:26 -0000       1.5
--- circulation-bottom.inc      13 Feb 2003 18:01:27 -0000      1.6
***************
*** 15,19 ****
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
  <A HREF="/cgi-bin/koha/reports-home.pl">Reports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Admin</a> ||
  <A HREF="/help/">Help</a>
  </FONT>
--- 15,19 ----
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
  <A HREF="/cgi-bin/koha/reports-home.pl">Reports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">System Parameters</a> ||
  <A HREF="/help/">Help</a>
  </FONT>

Index: circulation-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/circulation-top.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** circulation-top.inc 5 Feb 2003 17:13:26 -0000       1.4
--- circulation-top.inc 13 Feb 2003 18:01:28 -0000      1.5
***************
*** 1,130 ****
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
- <!--Authored by address@hidden 104:38 1/11/99-->
- <!--updated by address@hidden 11:53 19/11/99-->
- <!--updated by address@hidden 04:09 28/12/99-->
- <!--updated by address@hidden 10:01 1/02/2001-->
- 
  
  <html>
  <head>
  <title>KOHA: INTRANET: Circulation</title>
- 
- <style type="text/css">
- <!--
- select,option {font-size:12px}
- -->
- 
- </style>
- 
- <SCRIPT LANGUAGE="JavaScript">
- <!--// go to page selected from options menu
- 
- function leapto(form) {
-       var myindex=form.dest.selectedIndex
-       parent.location.href=(form.dest.options[myindex].value);
- }
- function focusinput() {
-       window.onerror=null;
-       if (document.forms[0]) {
-           document.forms[0].elements[0].focus();
-       }
- }
- function messenger(url, x, y){
-         
window1=window.open(url,"window1","height"+x+",width="+y+",left=150,top=50,350,screenY=50");
- }
- function popup(message, x, y){
-       
win2=window.open("","update","height="+x+",width="+y+",left=150,top=50,screenX=150,screenY=50,resizable");
-       win2.focus();
-       win2.document.write(message);
-       win2.document.close();
- }
- 
- 
- 
- 
- if (document.images){
- 
- menu=new Image;
- menu.src ="/images/crc-crc.gif"
- 
- }
- 
-  //-->
-       
-       
- </script>
- 
  </head>
  <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" 
Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 
! onLoad=focusinput()>
  
  
  
! 
! <!--HDL Colours
! 
!       Yellow = ffcc00 
!       light blue = ccccff
!       bright blue links = 0000ff
!       aubergine = 663266 
!       light green/grey = cccc99
!       dark red = 990000 
!       light red = cc9999 
!       mid green = #339933 
!       ligth green = #CCFF99 
! 
! -->
  
  <!------------------------MENUS-------------------------------->
- 
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr bgcolor="#990000">
! 
!       <td  valign=top>
!       <table cellpadding=0 cellspacing=0  border=0 height=29>
!       <tr valign=top bgcolor="#990000">
!       <td background="/images/catalogue-spot-1.gif" width="224" 
!       height="29"><font size=1 face="arial"><img src="/images/holder.gif" 
width=210 height=4 alt=" "  hspace=0 vspace=0><br>
!       <img src="/images/holder.gif"
!       width=35 height=21 align=left alt=" " hspace=0 vspace=0><font 
size="+1">KOHA: <A HREF="/cgi-bin/koha/mainpage.pl">Main Menu</A></font><br>
!       <img src="/images/holder.gif" width=210 height=1 alt=" " hspace=0 
vspace=0></FONT></td>
! 
!       </TR></TABLE></TD>
! 
! 
! 
!       <td  valign=bottom align=right><img src="/images/holder.gif"
!         WIDTH=1  HEIGHT=38 HSPACE=0 vspace=0></td>
! 
!       <td  valign=bottom align=right>
!       <table cellpadding=0 cellspacing=0  border=0 height=29><tr><td><img 
src=/images/crc-crc.gif     border="0" name=menu usemap="#map" HSPACE=0 
vspace=0 ></td>
! 
!       </TR></TABLE></TD>
  </tr>
- 
- <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=3><img 
src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR>
- 
  </table>
! 
! 
! <map name="map">
! <area shape="rect" coords="18,8,84,27" 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet" alt="Catalogue" 
onMouseOver="if(document.images)document.menu.src='/images/crc-cat.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
! 
! <area shape="rect" coords="94,8,154,28" href="/cgi-bin/koha/members-home.pl" 
alt="Members" 
onMouseOver="if(document.images)document.menu.src='/images/crc-mem.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
! 
! <area shape="rect" coords="165,9,233,29" alt="Acquisitions"   
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" 
onMouseOver="if(document.images)document.menu.src='/images/crc-acq.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
! 
! <area  shape="rect"alt="Reports"  
coords="237,7,296,27"href="/cgi-bin/koha/reports-home.pl" 
onMouseOver="if(document.images)document.menu.src='/images/crc-rep.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
! 
! 
! <area shape="poly" alt="Circulation" 
coords="319,26,314,12,303,7,324,2,350,2,374,11,383,19,386,29" 
href="/cgi-bin/koha/circ/circulation.pl" 
onMouseOver="if(document.images)document.menu.src='/images/crc-crc.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
! 
! 
! <area shape="poly" alt="Home" 
coords="373,7,399,0,422,0,443,9,455,19,457,27,389,27,381,11,372,8,373,8,373,8,372,6"
 href="/cgi-bin/koha/mainpage.pl" 
onMouseOver="if(document.images)document.menu.src='/images/crc-hom.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
! 
! 
! <area shape="default" nohref>
! </map>
! 
! <blockquote>
--- 1,173 ----
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  
  <html>
  <head>
  <title>KOHA: INTRANET: Circulation</title>
  </head>
  <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" 
Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
+ <style>
+ #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("/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;
!       text-decoration: none;
!       background-color: #be6170;
!       cursor: hand;
!       color:#FFFFFF;
!       padding:4px;
!       font-weight: bold;
!       }
! a.circulation:hover {
!       background-color: #be6170;
!       color: #FFFFFF;
!       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>
  
  <!------------------------MENUS-------------------------------->
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="45">
!       <td valign="bottom" align="left">
!               <table bgcolor="dddddd" width="100%" cellpadding=0 
cellspacing=0>
!               <tr>
!                       <td>
!                       <div id="menubar">
!                       <table cellpadding=0 cellspacing=0  border=0 height=29 
width=70%>
!                               <tr>
!                                       <td class="koha"><b>KOHA</b></td>
!                                       <td>
!                                               <a class="home" 
href="/cgi-bin/koha/mainpage.pl">Home</a>
!                                       </td>
!                                       <td>
!                                               <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
!                                       </td>
!                                       <td>
!                                               <a class="members" 
href="/cgi-bin/koha/members-home.pl">Members</a>
!                                       </td>
!                                       <td>
!                                               <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
!                                       </td>
!                                       <td>
!                                               <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=cataloguing">Cataloguing</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">Reports</a>
!                                       </td>
!                                       <td>
!                                               <a class="parameters" 
href="/cgi-bin/koha/admin-home.pl">Parameters</a>
!                                       </td>
!                               </TR>
!                       </TABLE>
!                       </div>
!               </td></tr></table>
!       </TD>
  </tr>
  </table>
! <BLOCKQUOTE>

Index: issues-bottom.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/issues-bottom.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** issues-bottom.inc   5 Feb 2003 17:13:26 -0000       1.5
--- issues-bottom.inc   13 Feb 2003 18:01:28 -0000      1.6
***************
*** 16,20 ****
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
  <A HREF="/cgi-bin/koha/reports-home.pl">Reports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Admin</a> ||
  <A HREF="/help/">Help</a>
  </FONT>
--- 16,20 ----
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
  <A HREF="/cgi-bin/koha/reports-home.pl">Reports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">System Parameters</a> ||
  <A HREF="/help/">Help</a>
  </FONT>

Index: members-bottom.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/members-bottom.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** members-bottom.inc  5 Feb 2003 17:13:26 -0000       1.5
--- members-bottom.inc  13 Feb 2003 18:01:29 -0000      1.6
***************
*** 15,19 ****
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
  <A HREF="/cgi-bin/koha/reports-home.pl">Reports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Admin</a> ||
  <A HREF="/help/">Help</a>
  </FONT>
--- 15,19 ----
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
  <A HREF="/cgi-bin/koha/reports-home.pl">Reports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">System Parameters</a> ||
  <A HREF="/help/">Help</a>
  </FONT>

Index: members-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/members-top.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** members-top.inc     5 Feb 2003 17:13:26 -0000       1.3
--- members-top.inc     13 Feb 2003 18:01:29 -0000      1.4
***************
*** 1,106 ****
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
- <!--Authored by address@hidden 104:38 1/11/99-->
- <!--updated by address@hidden 11:53 19/11/99-->
- <!--updated by address@hidden 04:09 28/12/99-->
- <!--updated by address@hidden 10:29 4/04/00-->
- 
  
  <html>
  <head>
! <title>KOHA: INTRANET: Members</title>
! 
! <style type="text/css">
! <!--
! select,option {font-size:12px}
! -->
! 
! </style>
! 
! <SCRIPT LANGUAGE="JavaScript">
! <!--// go to page selected from options menu
! 
! function leapto(form) {
! var myindex=form.dest.selectedIndex
! parent.location.href=(form.dest.options[myindex].value);
! }
!               
! if (document.images){
! 
! menu=new Image;
! menu.src ="/images/cat-cat.gif"
! 
! }
! 
!  //-->
!       
!       
! </script>
! 
  </head>
  <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" 
Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 >
! 
  
! 
! <!--HDL Colours
! 
!       Yellow = ffcc00 
!       light blue = ccccff
!       bright blue links = 0000ff
!       aubergine = 663266 
!       light green/grey = cccc99
!       dark red = 990000
!       light red = cc9999 
!       mid green = #339933 
!       ligth green = #CCFF99 
! 
! -->
  
  <!------------------------MENUS-------------------------------->
- 
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr bgcolor="#339933">
! 
!       <td  valign=top>
!       <table cellpadding=0 cellspacing=0  border=0 height=29>
!       <tr valign=top bgcolor="#339933">
!       <td background="/images/members-spot-1.gif" width="224" 
!       height="29"><font size=1 face="arial"><img src="/images/holder.gif" 
width=210 height=4 alt=" "  hspace=0 vspace=0><br>
!       <img src="/images/holder.gif"
!       width=35 height=21 align=left alt=" " hspace=0 vspace=0><font 
size="+1">KOHA: <A HREF="/cgi-bin/koha/mainpage.pl">Main Menu</A></font><br>
!       <img src="/images/holder.gif" width=210 height=1 alt=" " hspace=0 
vspace=0></FONT></td>
!       
!       </TR></TABLE></TD>
! 
! 
! 
!       <td  valign=bottom align=right><img src="/images/holder.gif"
!         WIDTH=1  HEIGHT=38 HSPACE=0 vspace=0></td>
! 
!       <td  valign=bottom align=right>
!       <table cellpadding=0 cellspacing=0  border=0 height=29><tr><td><img 
src=/images/mem-mem.gif     border="0" name=menu usemap="#map" HSPACE=0 
vspace=0 ></td>
!       
!       </TR></TABLE></TD>
  </tr>
- 
- <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=3><img 
src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR>
- 
  </table>
- 
- 
- <map name="map">
- <area shape="rect" coords="18,8,84,27" 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet" alt="Catalogue" 
onMouseOver="if(document.images)document.menu.src='/images/mem-cat.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/mem-mem.gif'">
- 
- <area shape="rect" coords="94,8,149,28" href="/cgi-bin/koha/members-home.pl" 
alt="Members" 
onMouseOver="if(document.images)document.menu.src='/images/mem-mem.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/mem-mem.gif'">
- 
- <area shape="rect" coords="154,9,212,29" alt="Acquisitions"   
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" 
onMouseOver="if(document.images)document.menu.src='/images/mem-acq.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/mem-mem.gif'">
- 
- <area  shape="rect"alt="Reports"  
coords="217,7,289,27"href="/cgi-bin/koha/reports-home.pl" 
onMouseOver="if(document.images)document.menu.src='/images/mem-rep.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/mem-mem.gif'">
- 
- <area shape="rect" coords="306,8,352,27" 
href="/cgi-bin/koha/circ/circulation.pl" alt="Circulation" 
onMouseOver="if(document.images)document.menu.src='/images/mem-crc.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/mem-mem.gif'">
- 
- <area  shape="rect" alt="Home" coords="374,9,419,29" 
href="/cgi-bin/koha/mainpage.pl" 
onMouseOver="if(document.images)document.menu.src='/images/mem-hom.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/mem-mem.gif'">
- <area shape="default" nohref>
- </map>
- 
  <BLOCKQUOTE>
--- 1,173 ----
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  
  <html>
  <head>
! <title>KOHA: INTRANET: Lecteurs</title>
  </head>
  <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" 
Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
! <style>
! #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("/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;
!       background-color: #86c268;
!       cursor: hand;
!       color:#FFFFFF;
!       padding:4px;
!       font-weight: bold;
!       }
! a.members:hover {
!       background-color: #86c268;
!       color: #FFFFFF;
!       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;
!       }
! </style>
  
  <!------------------------MENUS-------------------------------->
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="45">
!       <td valign="bottom" align="left">
!               <table bgcolor="dddddd" width="100%" cellpadding=0 
cellspacing=0>
!               <tr>
!                       <td>
!                       <div id="menubar">
!                       <table cellpadding=0 cellspacing=0  border=0 height=29 
width=70%>
!                               <tr>
!                                       <td class="koha"><b>KOHA</b></td>
!                                       <td>
!                                               <a class="home" 
href="/cgi-bin/koha/mainpage.pl">Home</a>
!                                       </td>
!                                       <td>
!                                               <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
!                                       </td>
!                                       <td>
!                                               <a class="members" 
href="/cgi-bin/koha/members-home.pl">Members</a>
!                                       </td>
!                                       <td>
!                                               <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
!                                       </td>
!                                       <td>
!                                               <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=cataloguing">Cataloguing</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">Reports</a>
!                                       </td>
!                                       <td>
!                                               <a class="parameters" 
href="/cgi-bin/koha/admin-home.pl">Parameters</a>
!                                       </td>
!                               </TR>
!                       </TABLE>
!                       </div>
!               </td></tr></table>
!       </TD>
  </tr>
  </table>
  <BLOCKQUOTE>

Index: opac-bottom.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/opac-bottom.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-bottom.inc     5 Feb 2003 17:13:27 -0000       1.3
--- opac-bottom.inc     13 Feb 2003 18:01:29 -0000      1.4
***************
*** 7,11 ****
  <font size=2  face="arial, helvetica">
  
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=opac">Catalogue 
Search</a> ||
  <!--<A HREF="/cgi-bin/koha/members-home.pl">Members Area</a> || -->
  <A HREF="/join.html">Become a Member</a> ||
--- 7,11 ----
  <font size=2  face="arial, helvetica">
  
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue 
Search</a> ||
  <!--<A HREF="/cgi-bin/koha/members-home.pl">Members Area</a> || -->
  <A HREF="/join.html">Become a Member</a> ||

Index: opac-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/opac-top.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-top.inc        5 Feb 2003 17:13:27 -0000       1.3
--- opac-top.inc        13 Feb 2003 18:01:30 -0000      1.4
***************
*** 17,21 ****
          light blue = ccccff
          bright blue links = 0000ff
!         aubergine = 663266
          light green/grey = cccc99
  
--- 17,21 ----
          light blue = ccccff
          bright blue links = 0000ff
!         aubergine = 663266 
          light green/grey = cccc99
  
***************
*** 32,36 ****
  
  
!         <td align=right><a 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=opac"                
onMouseOver="document.mouseover.src='/images/mouseover-search.gif'"             
onMouseOut="document.mouseover.src='/images/holder.gif'"><img 
        src="/images/menu-search.gif" 
        width=71 height=30 alt="Search" hspace=0 vspace=0 border=0 
name="menu-search"></a>
--- 32,36 ----
  
  
!         <td align=right><a 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet"            
onMouseOver="document.mouseover.src='/images/mouseover-search.gif'"             
onMouseOut="document.mouseover.src='/images/holder.gif'"><img 
        src="/images/menu-search.gif" 
        width=71 height=30 alt="Search" hspace=0 vspace=0 border=0 
name="menu-search"></a>

Index: parameters-bottom.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/parameters-bottom.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** parameters-bottom.inc       5 Feb 2003 17:13:27 -0000       1.2
--- parameters-bottom.inc       13 Feb 2003 18:01:30 -0000      1.3
***************
*** 17,21 ****
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
  <A HREF="/cgi-bin/koha/reports-home.pl">Reports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Admin</a> ||
  <A HREF="/help/">Help</a>
  </FONT>
--- 17,21 ----
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
  <A HREF="/cgi-bin/koha/reports-home.pl">Reports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">System Parameters</a> ||
  <A HREF="/help/">Help</a>
  </FONT>

Index: parameters-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/parameters-top.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** parameters-top.inc  5 Feb 2003 17:13:27 -0000       1.3
--- parameters-top.inc  13 Feb 2003 18:01:30 -0000      1.4
***************
*** 1,119 ****
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
- <!--Authored by address@hidden 104:38 1/11/99-->
- <!--updated by address@hidden 12:24 12/01/00-->
  
  <html>
  <head>
! <title>KOHA: INTRANET: Parameters</title>
! 
! 
! <style type="text/css">
! <!--
! select,option {font-size:12px}
! -->
! 
! </style>
! 
! <SCRIPT LANGUAGE="JavaScript">
! <!--
! 
! // go to page selected from options menu
! 
! function leapto(form) {
! var myindex=form.dest.selectedIndex
! parent.location.href=(form.dest.options[myindex].value);
! }
! 
! function focusinput() {
!     window.onerror=null;
!     if (document.forms[0]) {
!       document.forms[0].elements[0].focus();
!     }
! }
! 
! if (document.images){
! 
! menu=new Image;
! menu.src ="/images/cat-cat.gif"
! 
! }
! 
! function messenger(url){
!   
window1=window.open(url,"window1","height=250,width=350,left=150,top=50,350,screenY=50");
! 
! }
! 
! //-->
! 
! </script>
! 
  </head>
! <body text="black" bgcolor="white" link="#0000ff"
! vlink="#0000ff" "3366cc" Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0
! onLoad=focusinput()>
! 
! 
! 
! 
! <!--HDL Colours
  
!       Yellow = ffcc00
!       light blue = ccccff
!       bright blue links = 0000ff
!       aubergine = 663266
!       light green/grey = cccc99
! 
! 
! -->
  
  <!------------------------MENUS-------------------------------->
- 
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr bgcolor=663266 >
! 
!       <td  valign=top>
!       <table cellpadding=0 cellspacing=0  border=0 height=29>
!       <tr valign=top bgcolor=663266 >
!       <td background="/images/catalogue-spot-1.gif" width="224"
!       height="29"><font size=1 face="arial"><img src="/images/holder.gif" 
width=210 height=4 alt=" " hspace=0 vspace=0><br>
!       <img src="/images/holder.gif"
!       width=35 height=21 align=left alt=" " hspace=0 vspace=0><font 
size="+1">KOHA: <a href="/cgi-bin/koha/mainpage.pl">Main Menu</a></font><br>
!       <img src="/images/holder.gif" width=210 height=1 alt=" " hspace=0 
vspace=0></FONT></td>
! 
!       </TR></TABLE> </td>
! 
! 
!       <td  valign=bottom align=right>
! <img src="/images/holder.gif"  WIDTH=1  HEIGHT=38 HSPACE=0 vspace=0></td>
! <td  valign=bottom align=right>
!       <table cellpadding=0 cellspacing=0  border=0 height=29><tr><td>
! <img src=/images/cat-cat.gif border="0" name=menu usemap="#map" HSPACE=0 
vspace=0 ></td>
! 
!       </TR></TABLE></TD>
! </tr>
! 
  </tr>
- <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=3><img 
src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR>
- 
  </table>
- 
- 
- <map name="map">
- <area shape="rect" coords="18,8,84,27" 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet" alt="Catalogue" 
onMouseOver="if(document.images)document.menu.src='/images/cat-cat.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
- 
- <area shape="rect" coords="94,8,149,28" href="/cgi-bin/koha/members-home.pl" 
alt="Members" 
onMouseOver="if(document.images)document.menu.src='/images/cat-mem.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
- 
- <area shape="rect" coords="154,9,212,29" alt="Acquisitions"   
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" 
onMouseOver="if(document.images)document.menu.src='/images/cat-acq.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
- 
- <area  shape="rect"alt="Reports"  
coords="217,7,289,27"href="/cgi-bin/koha/reports-home.pl" 
onMouseOver="if(document.images)document.menu.src='/images/cat-rep.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
- 
- <area shape="rect" coords="306,8,352,27" 
href="/cgi-bin/koha/circ/circulation.pl" alt="Circulation" 
onMouseOver="if(document.images)document.menu.src='/images/cat-crc.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
- 
- <area  shape="rect" alt="Home" coords="374,9,419,29" 
href="/cgi-bin/koha/mainpage.pl" 
onMouseOver="if(document.images)document.menu.src='/images/cat-hom.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
- <area shape="default" nohref>
- </map>
- 
- 
- 
  <BLOCKQUOTE>
--- 1,173 ----
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  
  <html>
  <head>
! <title>KOHA: INTRANET: Catalogue</title>
  </head>
! <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" 
Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
! <style>
! #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("/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;
!       font-weight: normal;
!       text-decoration: none;
!       cursor: hand;
!       color:#FFFFFFF;
!       padding:4px;
!       font-weight: bold;
!       }
! a.parameters:hover {
!       background-color: #86c268;
!       color: #FFFFFF;
!       text-decoration: normal;
!       font-weight: bold;
!       }
! </style>
  
  <!------------------------MENUS-------------------------------->
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="45">
!       <td valign="bottom" align="left">
!               <table bgcolor="dddddd" width="100%" cellpadding=0 
cellspacing=0>
!               <tr>
!                       <td>
!                       <div id="menubar">
!                       <table cellpadding=0 cellspacing=0  border=0 height=29 
width=70%>
!                               <tr>
!                                       <td class="koha"><b>KOHA</b></td>
!                                       <td>
!                                               <a class="home" 
href="/cgi-bin/koha/mainpage.pl">Home</a>
!                                       </td>
!                                       <td>
!                                               <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
!                                       </td>
!                                       <td>
!                                               <a class="members" 
href="/cgi-bin/koha/members-home.pl">Members</a>
!                                       </td>
!                                       <td>
!                                               <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
!                                       </td>
!                                       <td>
!                                               <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=cataloguing">Cataloguing</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">Reports</a>
!                                       </td>
!                                       <td>
!                                               <a class="parameters" 
href="/cgi-bin/koha/admin-home.pl" alt="Paramètres">Parameters</a>
!                                       </td>
!                               </TR>
!                       </TABLE>
!                       </div>
!               </td></tr></table>
!       </TD>
  </tr>
  </table>
  <BLOCKQUOTE>

Index: reports-bottom.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/reports-bottom.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** reports-bottom.inc  5 Feb 2003 17:13:27 -0000       1.5
--- reports-bottom.inc  13 Feb 2003 18:01:30 -0000      1.6
***************
*** 17,21 ****
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
  <A HREF="/cgi-bin/koha/reports-home.pl">Reports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Admin</a> ||
  <A HREF="/help/">Help</a>
  </FONT>
--- 17,21 ----
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
  <A HREF="/cgi-bin/koha/reports-home.pl">Reports</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">System Parameters</a> ||
  <A HREF="/help/">Help</a>
  </FONT>

Index: reports-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/reports-top.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** reports-top.inc     5 Feb 2003 17:13:27 -0000       1.3
--- reports-top.inc     13 Feb 2003 18:01:30 -0000      1.4
***************
*** 1,104 ****
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! <!--Authored by address@hidden 104:38 1/11/99-->
! <!--updated by address@hidden 12:24 12/01/00-->
! <!--updated by address@hidden 1/3/00-->
! <!--updated by address@hidden:01 5/04/00-->
  <html>
  <head>
! <title>KOHA: INTRANET: Reports</title>
! 
! 
! <style type="text/css">
! <!--
! select,option {font-size:12px}
! -->
! 
! </style>
! 
! <SCRIPT LANGUAGE="JavaScript">
! // go to page selected from options menu
! 
! function leapto(form) {
! var myindex=form.dest.selectedIndex
! parent.location.href=(form.dest.options[myindex].value);
! }
! 
!           //
!    
! if (document.images){
! 
! menu=new Image;
! menu.src ="/images/rep-rep.gif"
! 
! }
! 
!     //-->
!     
! </script>
! 
  </head>
  <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" 
Alink="#cc3300"
  marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
! 
! 
! 
! <!--HDL Colours
! 
!       Yellow = ffcc00 
!       light blue = 2f48a4 
!       bright blue links = 0000ff
!       aubergine = 663266 
!       light green/grey = cccc99
! 
! 
! -->
  
  <!------------------------MENUS-------------------------------->
- 
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr bgcolor=2f48a4 >
! 
!       <td valign=top >
!       <table cellpadding=0 cellspacing=0  border=0 height=29>
!       <tr valign=top bgcolor=2f48a4 >
!       <td background="/images/catalogue-spot-1.gif" width="224"
!       height="29"><font size=1 face="arial"><img src="/images/holder.gif" 
width=210 height=4 alt=" " hspace=0 vspace=0><br>
!       <img src="/images/holder.gif"
!       width=35 height=21 align=left alt=" " hspace=0 vspace=0><font 
size="+1">KOHA: <a href="/cgi-bin/koha/mainpage.pl">Main Menu</a></font><br>
!       <img src="/images/holder.gif" width=210 height=1 alt=" " hspace=0 
vspace=0></FONT></td>
! 
!       </TR></TABLE></TD>
! 
! 
!       <td  valign=bottom align=right><img src="/images/holder.gif"
!         WIDTH=1  HEIGHT=38 HSPACE=0 vspace=0></td>
! 
!       <td  valign=bottom align=right>
!       <table cellpadding=0 cellspacing=0  border=0 height=29><tr><td><img 
src=/images/rep-rep.gif     border="0" name=menu usemap="#map" HSPACE=0 
vspace=0 ></td>
! 
!       </TR></TABLE></TD>
  </tr>
- 
- <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=3><img 
src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR>
- 
  </table>
- 
- 
- <map name="map">
- <area shape="rect" coords="18,8,84,27" 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet" alt="Catalogue" 
onMouseOver="if(document.images)document.menu.src='/images/rep-cat.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
- 
- <area shape="rect" coords="94,8,149,28" href="/cgi-bin/koha/members-home.pl" 
alt="Members" 
onMouseOver="if(document.images)document.menu.src='/images/rep-mem.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
- 
- <area shape="rect" coords="154,9,212,29" alt="Acquisitions"   
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" 
onMouseOver="if(document.images)document.menu.src='/images/rep-acq.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
- 
- <area  shape="rect"alt="Reports"  
coords="217,7,289,27"href="/cgi-bin/koha/reports-home.pl" 
onMouseOver="if(document.images)document.menu.src='/images/rep-rep.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
- 
- <area shape="rect" coords="306,8,352,27" 
href="/cgi-bin/koha/circ/circulation.pl" alt="Circulation" 
onMouseOver="if(document.images)document.menu.src='/images/rep-crc.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
- 
- <area  shape="rect" alt="Home" coords="374,9,419,29" 
href="/cgi-bin/koha/mainpage.pl" 
onMouseOver="if(document.images)document.menu.src='/images/rep-hom.gif'" 
onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
- <area shape="default" nohref>
- </map>
- 
- 
  <BLOCKQUOTE>
--- 1,175 ----
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! 
  <html>
  <head>
! <title>KOHA: INTRANET: Etats</title>
  </head>
  <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" 
Alink="#cc3300"
  marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
! <style>
! #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("/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;
!       background-color: #6b7cbe;
!       text-decoration: none;
!       cursor: hand;
!       color:#FFFFFF;
!       padding:4px;
!       font-weight: bold;
!       }
! a.reports:hover {
!       background-color: #6b7cbe;
!       color: #FFFFFF;
!       text-decoration: normal;
!       font-weight: bold;
!       }
! 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>
  
  <!------------------------MENUS-------------------------------->
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="45">
!       <td valign="bottom" align="left">
!               <table bgcolor="dddddd" width="100%" cellpadding=0 
cellspacing=0>
!               <tr>
!                       <td>
!                       <div id="menubar">
!                       <table cellpadding=0 cellspacing=0  border=0 height=29 
width=70%>
!                               <tr>
!                                       <td class="koha"><b>KOHA</b></td>
!                                       <td>
!                                               <a class="home" 
href="/cgi-bin/koha/mainpage.pl">Home</a>
!                                       </td>
!                                       <td>
!                                               <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
!                                       </td>
!                                       <td>
!                                               <a class="members" 
href="/cgi-bin/koha/members-home.pl">Members</a>
!                                       </td>
!                                       <td>
!                                               <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
!                                       </td>
!                                       <td>
!                                               <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=cataloguing">Cataloguing</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">Reports</a>
!                                       </td>
!                                       <td>
!                                               <a class="parameters" 
href="/cgi-bin/koha/admin-home.pl">Parameters</a>
!                                       </td>
!                               </TR>
!                       </TABLE>
!                       </div>
!               </td></tr></table>
!       </TD>
  </tr>
  </table>
  <BLOCKQUOTE>




reply via email to

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