[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes acquisitions-bottom.inc,1.1,1.2 acquisitions-top.inc,1.1,1.2 cat-bottom.inc,1.1,1.2 cat-top.inc,1.1,1.2 circulation-bottom.inc,1.1,1.2 circulation-top.inc,1.1,1.2 issues-bottom.inc,1.1,1.2 issues-top.inc,1.1,1.2 members-bottom.inc,1.1,1.2 members-top.inc,1.1,1.2 opac-bottom.inc,1.1,1.2 opac-top.inc,1.1,1.2 reports-bottom.inc,1.1,1.2 reports-top.inc,1.1,1.2

Paul POULAIN tipaul at users.sourceforge.net
Thu Oct 10 16:37:05 CEST 2002


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

Modified Files:
	acquisitions-bottom.inc acquisitions-top.inc cat-bottom.inc 
	cat-top.inc circulation-bottom.inc circulation-top.inc 
	issues-bottom.inc issues-top.inc members-bottom.inc 
	members-top.inc opac-bottom.inc opac-top.inc 
	reports-bottom.inc reports-top.inc 
Log Message:
merging auth from branch rel-1.2

Index: acquisitions-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/acquisitions-bottom.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** acquisitions-bottom.inc	2 Oct 2002 16:16:50 -0000	1.1
--- acquisitions-bottom.inc	10 Oct 2002 14:37:03 -0000	1.2
***************
*** 11,18 ****
  <CENTER>
  <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/">Home</a> ||
  <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulation</a> ||
! <A HREF="/catalogue/">Catalogue</a> ||
! <A HREF="/members/">Members</a> ||
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
  <A HREF="/reports/">Reports</a> ||
--- 11,18 ----
  <CENTER>
  <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/cgi-bin/koha/mainpage.pl">Home</a> ||
  <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulation</a> ||
! <A HREF="/cgi-bin/koha/catalogue-home.pl">Catalogue</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Members</a> ||
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
  <A HREF="/reports/">Reports</a> ||

Index: acquisitions-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/acquisitions-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** acquisitions-top.inc	2 Oct 2002 16:16:50 -0000	1.1
--- acquisitions-top.inc	10 Oct 2002 14:37:03 -0000	1.2
***************
*** 1,150 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! <!--Authored by rachel at katipo.co.nz 104:38 1/11/99-->
! <!--updated by rachel at katipo.co.nz 12:24 12/01/00-->
! <!--updated by chris at katipo.co.nz 1/3/00-->
! <!--renamed by saas at users.sf.net 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="/">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="/catalogue/" 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="/members/" 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="/reports/" 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="/" 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,149 ----
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! <!--Authored by rachel at katipo.co.nz 104:38 1/11/99-->
! <!--updated by rachel at katipo.co.nz 12:24 12/01/00-->
! <!--updated by chris at katipo.co.nz 1/3/00-->
! <!--renamed by saas at users.sf.net 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/catalogue-home.pl" 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>
\ No newline at end of file

Index: cat-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/cat-bottom.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** cat-bottom.inc	2 Oct 2002 16:16:50 -0000	1.1
--- cat-bottom.inc	10 Oct 2002 14:37:03 -0000	1.2
***************
*** 1,26 ****
! <br clear=all>
! <p> &nbsp; </p>
! 
! 
! </BLOCKQUOTE>
! 
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=6><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR></TABLE>
! 
! 
! <CENTER>
! <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/">Home</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulation</a> ||
! <A HREF="/catalogue/">Catalogue</a> ||
! <A HREF="/members/">Members</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
! <A HREF="/reports/">Reports</a> ||
! <A HREF="/help/">Help</a> ||
! <A HREF="http://opac.library.org.nz">OPAC</a> ||
! <A HREF="http://www.library.org.nz">Library Website</a>
! </FONT>
! </CENTER>
! </BODY>
! 
! </HTML>
--- 1,26 ----
! <br clear=all>
! <p> &nbsp; </p>
! 
! 
! </BLOCKQUOTE>
! 
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=6><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR></TABLE>
! 
! 
! <CENTER>
! <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/cgi-bin/koha/mainpage.pl">Home</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulation</a> ||
! <A HREF="/cgi-bin/koha/catalogue-home.pl">Catalogue</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Members</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
! <A HREF="/cgi-bin/koha/reports-home.pl">Reports</a> ||
! <A HREF="/help/">Help</a> ||
! <A HREF="http://opac.library.org.nz">OPAC</a> ||
! <A HREF="http://www.library.org.nz">Library Website</a>
! </FONT>
! </CENTER>
! </BODY>
! 
! </HTML>

Index: cat-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/cat-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** cat-top.inc	2 Oct 2002 16:16:50 -0000	1.1
--- cat-top.inc	10 Oct 2002 14:37:03 -0000	1.2
***************
*** 1,114 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  <!--Authored by rachel at katipo.co.nz 104:38 1/11/99-->
  <!--updated by rachel at katipo.co.nz 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;
-     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="/">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="/catalogue/" 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="/members/" 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="/reports/" 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="/" 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>
  
--- 1,114 ----
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  <!--Authored by rachel at katipo.co.nz 104:38 1/11/99-->
  <!--updated by rachel at katipo.co.nz 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;
!     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/catalogue-home.pl" 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>
  

Index: circulation-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/circulation-bottom.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** circulation-bottom.inc	2 Oct 2002 16:16:50 -0000	1.1
--- circulation-bottom.inc	10 Oct 2002 14:37:03 -0000	1.2
***************
*** 1,26 ****
! <br clear=all>
! <p> &nbsp; </p>
! 
! 
! </BLOCKQUOTE>
! 
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=6><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR></TABLE>
! 
! 
! <CENTER>
! <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/">Home</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulation</a> ||
! <A HREF="/catalogue/">Catalogue</a> ||
! <A HREF="/members/">Members</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
! <A HREF="/reports/">Reports</a> ||
! <A HREF="/help/">Help</a> ||
! <A HREF="http://opac.library.org.nz">OPAC</a> ||
! <A HREF="http://www.library.org.nz">Library Website</a>
! </FONT>
! </CENTER>
! </BODY>
! 
! </HTML>
--- 1,24 ----
! <br clear=all>
! <p> &nbsp; </p>
! 
! </BLOCKQUOTE>
! 
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=6><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR></TABLE>
! 
! <CENTER>
! <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/cgi-bin/koha/mainpage.pl">Home</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulation</a> ||
! <A HREF="/cgi-bin/koha/catalogue-home.pl">Catalogue</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Members</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
! <A HREF="/cgi-bin/koha/reports-home.pl">Reports</a> ||
! <A HREF="/help/">Help</a> ||
! <A HREF="http://opac.library.org.nz">OPAC</a> ||
! <A HREF="http://www.library.org.nz">Library Website</a>
! </FONT>
! </CENTER>
! </BODY>
! 
! </HTML>

Index: circulation-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/circulation-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** circulation-top.inc	2 Oct 2002 16:16:50 -0000	1.1
--- circulation-top.inc	10 Oct 2002 14:37:03 -0000	1.2
***************
*** 85,92 ****
  	<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="/">Main Menu</A></font><br>
  	<img src="/images/holder.gif" width=210 height=1 alt=" " hspace=0 vspace=0></FONT></td>
! 	
  	</TR></TABLE></TD>
  
--- 85,92 ----
  	<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>
  
***************
*** 98,102 ****
  	<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>
--- 98,102 ----
  	<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>
***************
*** 108,118 ****
  
  <map name="map">
! <area shape="rect" coords="18,8,84,27" href="/catalogue/" 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="/members/" 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="/reports/" onMouseOver="if(document.images)document.menu.src='/images/crc-rep.gif'" onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
  
  
--- 108,118 ----
  
  <map name="map">
! <area shape="rect" coords="18,8,84,27" href="/cgi-bin/koha/catalogue-home.pl" 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'">
  
  
***************
*** 120,124 ****
  
  
! <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="/" onMouseOver="if(document.images)document.menu.src='/images/crc-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
  
  
--- 120,124 ----
  
  
! <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'">
  
  
***************
*** 126,128 ****
  </map>
  
! <blockquote>
\ No newline at end of file
--- 126,128 ----
  </map>
  
! <blockquote>

Index: issues-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/issues-bottom.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** issues-bottom.inc	2 Oct 2002 16:16:50 -0000	1.1
--- issues-bottom.inc	10 Oct 2002 14:37:03 -0000	1.2
***************
*** 1,25 ****
! <br clear=all>
! <p> &nbsp; </p>
! 
! 
! </BLOCKQUOTE>
! 
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=6><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR></TABLE>
! 
! 
! <CENTER>
! <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/">Home</a> ||
! <A HREF="/catalogue/">Catalogue</a> ||
! <A HREF="/members/">Members</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
! <A HREF="/reports/">Reports</a> ||
! <A HREF="/help/">Help</a> ||
! <A HREF="http://opac.katipo.co.nz">OPAC</a> ||
! <A HREF="http://www.library.org.nz">Library Website</a>
! </FONT>
! </CENTER>
! </BODY>
! 
! </HTML>
--- 1,25 ----
! <br clear=all>
! <p> &nbsp; </p>
! 
! 
! </BLOCKQUOTE>
! 
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=6><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR></TABLE>
! 
! 
! <CENTER>
! <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/cgi-bin/koha/mainpage.pl">Home</a> ||
! <A HREF="/cgi-bin/koha/catalogue-home.pl">Catalogue</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Members</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
! <A HREF="/cgi-bin/koha/reports-home.pl">Reports</a> ||
! <A HREF="/help/">Help</a> ||
! <A HREF="http://opac.katipo.co.nz">OPAC</a> ||
! <A HREF="http://www.library.org.nz">Library Website</a>
! </FONT>
! </CENTER>
! </BODY>
! 
! </HTML>

Index: issues-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/issues-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** issues-top.inc	2 Oct 2002 16:16:50 -0000	1.1
--- issues-top.inc	10 Oct 2002 14:37:03 -0000	1.2
***************
*** 1,327 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! <!--Authored by rachel at katipo.co.nz 104:38 1/11/99-->
! <!--updated by rachel at katipo.co.nz 01:02 5/11/99-->
! 
! <html>
! <head>
! <title>KOHA: INTRANET: Issues & Returns</title>
! 
! </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 valign=top bgcolor=ffcc00  >
! 
! 	<td COLSPAN=3>
! 	<table cellpadding=0 cellspacing=0  border=0 height=29>
! 	<tr valign=top bgcolor=ffcc00  >
! 	<td background="/images/issues-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>KOHA: <A HREF="/">HDL INTRANET</A><br>
! 	<img src="/images/holder.gif" width=210 height=1 alt=" " hspace=0 vspace=0></FONT></td>
! 	
! 	</TR></TABLE></TD>
! 
! <TD COLSPAN=3 align=right><font size=1 face="arial" color="white">I 1 &nbsp; &nbsp; </font></TD>
! 
! 
! </tr>
! 
! 
! <TR VALIGN=TOP BGCOLOR="ffcc00"><TD  COLSPAN=6><img src="/images/holder.gif"  WIDTH=1  HEIGHT=12  HSPACE=0 vspace=0></TD></TR>
! 
! 
! 
! <tr valign=top bgcolor=ffcc00  >
! 
! <TD><img src="/images/holder.gif" 
! 	width=35 height=21 align=left alt=" " hspace=0 vspace=0></TD>
! <td>
! <font size=2>
! <form action=/cgi-bin/simple-redirect.pl method=post>
! <select>
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=57>ISSUES & RETURNS
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-) Issues
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - -  Issues Today			
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - -  Issues This Week
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - -  Issues This Month		
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Returns
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Returns Today			
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Returns This Week
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Returns This Month	
! 
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Renewals
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Renewals Today
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Renewals This Week
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Renewals This Month
! 
! 
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Overdue Books
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Overdue Today
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Money Recieved
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Today
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - This Week
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - This Month
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - This Year
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Lost Books
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! 	
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Lost This Month
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Lost This year
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Advanced Reports
! </select>
! </form>
! </TD>
! <TD>
! 
! <font size=2>
! 
! <form name=choose2>
! <select name=dest size=1 onChange="leapto(this.form)">
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=57>CATALOGUE
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-> Search
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-> Full Add New
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Bibliography
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Add
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Modify		
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Delete
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Changes this week
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Changes this month
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Changes this year
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Items
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Add
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Modify		
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Delete
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Changes this week
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Changes this month
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Changes this year
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-> Stock Reports
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Levin
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Books	
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Talking Books
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Videos	
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp;
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Shanon
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Books	
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Talking Books
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Videos	
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp;
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Foxton
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Books	
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Talking Books
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Videos	
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! 
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Advanced Reports
! </select>
! </form>
! </TD>
! <TD>
! 
! <font size=2>
! 
! <form name=choose2>
! <select name=dest size=1 onChange="leapto(this.form)">
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=57>AQUISITIONS
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-> Orders
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Order Books
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Order Serials
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Order Other	
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Cancel Order
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Ordered This Week
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Ordered This Month		
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Ordered This year	
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Suppliers
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Supplier Details
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - On Order with Supplier
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Supplier Resources
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Amazon.com			
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Whitcoulls CD
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Whitcoulls Website	
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Deliveries
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Accept Delivery
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! 	
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Delivered This Month
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Delivered This year
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Budget
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Book Budget 1
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - This Month
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Year to Date
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Book Budget 2
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - This Month
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Year to Date
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Book Budget 4
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - This Month
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Year to Date
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Book Budget 5
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - This Month
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Year to Date
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Total Budget
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - This Month
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Year to Date
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - End Of Year Reports
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Next Years Commitment
! 
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Advanced Reports
! </select>
! </form>
! 
! </TD>
! <TD>
! <font size=2>
! 
! <form name=choose2>
! <select name=dest size=1 onChange="leapto(this.form)">
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=57>BORROWERS
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-> New Borrower
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Setup
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Check if Expired
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Policy
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Total Borrowers			
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - New This Week
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - New This Month		
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - New This Year		
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Borrower Enquirey
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - All Books Out
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Overdues
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - History
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Messages
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Average Borrowings		<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Total Borrowings
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Advanced Reports
! </select>
! </form>
! </TD>
! <TD>
! <font size=2>
! <form name=choose2>
! <select name=dest size=1 onChange="leapto(this.form)">
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=57>OTHER
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-> OPAC
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Catalogue Search
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Renew Books		
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Member Details
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Update Details		
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-> Resources
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Fundview CD
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43> ->  Library Website
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43> ->  End of Year
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Stocktake
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Set New Budgets
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Audit Reports
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43> ->  Help
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Telnet Help
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Intranet Help
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Searching Help
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43> ->  Advanced Reports
! </select>
! </form>
! </td>
! </tr>
! 
! <tr valign=top bgcolor=ffcc00 >
! <TD COLSPAN=4>&nbsp;</TD>
! 	<td  ALIGN=RIGHT COLSPAN=2 >
! 	<table cellpadding=0 cellspacing=0  border=0 height=29>
! 
! <tr valign=top bgcolor=ffcc00 >
! 	<td background="/images/issues-spot-2.gif" width="235" 
! 	height="29"  ALIGN=RIGHT ><font size=1 face="arial"><img src="/images/holder.gif" width=223 height=12 alt=" " hspace=0 vspace=0><br>
! 	<img src="/images/holder.gif" 
! 	width=26 height=17 align=right alt=" " hspace=0 vspace=0>you are in <A HREF="index.html">ISSUES & RETURNS</a><br>
! 	<img src="/images/holder.gif" width=223 height=1 alt=" " hspace=0 vspace=0></FONT></td>
! 	
! 	</TR></TABLE></TD>
! 
! 
! 
! 
! </tr>
! <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=6><img src="/images
! /blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR>
! 
! </table>
! <BLOCKQUOTE>
--- 1,327 ----
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! <!--Authored by rachel at katipo.co.nz 104:38 1/11/99-->
! <!--updated by rachel at katipo.co.nz 01:02 5/11/99-->
! 
! <html>
! <head>
! <title>KOHA: INTRANET: Issues & Returns</title>
! 
! </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 valign=top bgcolor=ffcc00  >
! 
! 	<td COLSPAN=3>
! 	<table cellpadding=0 cellspacing=0  border=0 height=29>
! 	<tr valign=top bgcolor=ffcc00  >
! 	<td background="/images/issues-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>KOHA: <A HREF="/cgi-bin/koha/mainpage.pl">HDL INTRANET</A><br>
! 	<img src="/images/holder.gif" width=210 height=1 alt=" " hspace=0 vspace=0></FONT></td>
! 	
! 	</TR></TABLE></TD>
! 
! <TD COLSPAN=3 align=right><font size=1 face="arial" color="white">I 1 &nbsp; &nbsp; </font></TD>
! 
! 
! </tr>
! 
! 
! <TR VALIGN=TOP BGCOLOR="ffcc00"><TD  COLSPAN=6><img src="/images/holder.gif"  WIDTH=1  HEIGHT=12  HSPACE=0 vspace=0></TD></TR>
! 
! 
! 
! <tr valign=top bgcolor=ffcc00  >
! 
! <TD><img src="/images/holder.gif" 
! 	width=35 height=21 align=left alt=" " hspace=0 vspace=0></TD>
! <td>
! <font size=2>
! <form action=/cgi-bin/simple-redirect.pl method=post>
! <select>
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=57>ISSUES & RETURNS
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-) Issues
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - -  Issues Today			
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - -  Issues This Week
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - -  Issues This Month		
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Returns
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Returns Today			
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Returns This Week
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Returns This Month	
! 
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Renewals
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Renewals Today
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Renewals This Week
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Renewals This Month
! 
! 
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Overdue Books
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Overdue Today
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Money Recieved
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Today
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - This Week
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - This Month
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - This Year
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Lost Books
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! 	
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Lost This Month
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Lost This year
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Advanced Reports
! </select>
! </form>
! </TD>
! <TD>
! 
! <font size=2>
! 
! <form name=choose2>
! <select name=dest size=1 onChange="leapto(this.form)">
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=57>CATALOGUE
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-> Search
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-> Full Add New
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Bibliography
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Add
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Modify		
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Delete
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Changes this week
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Changes this month
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Changes this year
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Items
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Add
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Modify		
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Delete
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Changes this week
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Changes this month
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Changes this year
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-> Stock Reports
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Levin
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Books	
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Talking Books
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Videos	
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp;
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Shanon
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Books	
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Talking Books
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Videos	
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp;
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Foxton
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Books	
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Talking Books
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Videos	
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! 
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Advanced Reports
! </select>
! </form>
! </TD>
! <TD>
! 
! <font size=2>
! 
! <form name=choose2>
! <select name=dest size=1 onChange="leapto(this.form)">
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=57>AQUISITIONS
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-> Orders
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Order Books
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Order Serials
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Order Other	
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Cancel Order
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Ordered This Week
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Ordered This Month		
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Ordered This year	
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Suppliers
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Supplier Details
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - On Order with Supplier
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Supplier Resources
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Amazon.com			
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Whitcoulls CD
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Whitcoulls Website	
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Deliveries
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Accept Delivery
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! 	
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Delivered This Month
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Delivered This year
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Budget
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Book Budget 1
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - This Month
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Year to Date
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Book Budget 2
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - This Month
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Year to Date
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Book Budget 4
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - This Month
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Year to Date
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Book Budget 5
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - This Month
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Year to Date
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Total Budget
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - This Month
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Year to Date
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - End Of Year Reports
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Next Years Commitment
! 
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Advanced Reports
! </select>
! </form>
! 
! </TD>
! <TD>
! <font size=2>
! 
! <form name=choose2>
! <select name=dest size=1 onChange="leapto(this.form)">
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=57>BORROWERS
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-> New Borrower
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Setup
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Check if Expired
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Policy
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Total Borrowers			
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - New This Week
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - New This Month		
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - New This Year		
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Borrower Enquirey
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - All Books Out
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Overdues
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - History
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Messages
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Reports
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Average Borrowings		<option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Total Borrowings
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>->  Advanced Reports
! </select>
! </form>
! </TD>
! <TD>
! <font size=2>
! <form name=choose2>
! <select name=dest size=1 onChange="leapto(this.form)">
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=57>OTHER
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-> OPAC
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Catalogue Search
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Renew Books		
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Member Details
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - - Update Details		
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-> Resources
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Fundview CD
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43> ->  Library Website
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43> ->  End of Year
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Stocktake
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Set New Budgets
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Audit Reports
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>-----------------------------------
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43> ->  Help
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Telnet Help
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Intranet Help
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43>&nbsp; &nbsp; - Searching Help
! 
! <option value=/cgi-bin/tododisplay.pl?user=Rachel&todo=43> ->  Advanced Reports
! </select>
! </form>
! </td>
! </tr>
! 
! <tr valign=top bgcolor=ffcc00 >
! <TD COLSPAN=4>&nbsp;</TD>
! 	<td  ALIGN=RIGHT COLSPAN=2 >
! 	<table cellpadding=0 cellspacing=0  border=0 height=29>
! 
! <tr valign=top bgcolor=ffcc00 >
! 	<td background="/images/issues-spot-2.gif" width="235" 
! 	height="29"  ALIGN=RIGHT ><font size=1 face="arial"><img src="/images/holder.gif" width=223 height=12 alt=" " hspace=0 vspace=0><br>
! 	<img src="/images/holder.gif" 
! 	width=26 height=17 align=right alt=" " hspace=0 vspace=0>you are in <A HREF="index.html">ISSUES & RETURNS</a><br>
! 	<img src="/images/holder.gif" width=223 height=1 alt=" " hspace=0 vspace=0></FONT></td>
! 	
! 	</TR></TABLE></TD>
! 
! 
! 
! 
! </tr>
! <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=6><img src="/images
! /blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR>
! 
! </table>
! <BLOCKQUOTE>

Index: members-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/members-bottom.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** members-bottom.inc	2 Oct 2002 16:16:50 -0000	1.1
--- members-bottom.inc	10 Oct 2002 14:37:03 -0000	1.2
***************
*** 1,26 ****
! <br clear=all>
! <p> &nbsp; </p>
! 
! 
! </BLOCKQUOTE>
! 
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=6><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR></TABLE>
! 
! 
! <CENTER>
! <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/">Home</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulation</a> ||
! <A HREF="/catalogue/">Catalogue</a> ||
! <A HREF="/members/">Members</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
! <A HREF="/reports/">Reports</a> ||
! <A HREF="/help/">Help</a> ||
! <A HREF="http://opac.library.org.nz">OPAC</a> ||
! <A HREF="http://www.library.org.nz">Library Website</a>
! </FONT>
! </CENTER>
! </BODY>
! 
! </HTML>
--- 1,24 ----
! <br clear=all>
! <p> &nbsp; </p>
! 
! 
! </BLOCKQUOTE>
! 
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=6><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR></TABLE>
! 
! 
! <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/cgi-bin/koha/mainpage.pl">Home</a> ||
! <A HREF="/cgi-bin/koha/catalogue-home.pl">Catalogue</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Members</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
! <A HREF="/cgi-bin/koha/reports-home.pl">Reports</a> ||
! <A HREF="/help/">Help</a> ||
! <A HREF="http://opac.katipo.co.nz">OPAC</a> ||
! <A HREF="http://www.library.org.nz">Library Website</a>
! </FONT>
! <CENTER>
! </BODY>
! 
! </HTML>

Index: members-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/members-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** members-top.inc	2 Oct 2002 16:16:50 -0000	1.1
--- members-top.inc	10 Oct 2002 14:37:03 -0000	1.2
***************
*** 1,106 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! <!--Authored by rachel at katipo.co.nz 104:38 1/11/99-->
! <!--updated by rachel at katipo.co.nz 11:53 19/11/99-->
! <!--updated by rachel at katipo.co.nz 04:09 28/12/99-->
! <!--updated by rachel at katipo.co.nz 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="/">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="/catalogue/" 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="/members/" 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="/reports/" 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="/" 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,106 ----
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! <!--Authored by rachel at katipo.co.nz 104:38 1/11/99-->
! <!--updated by rachel at katipo.co.nz 11:53 19/11/99-->
! <!--updated by rachel at katipo.co.nz 04:09 28/12/99-->
! <!--updated by rachel at katipo.co.nz 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/catalogue-home.pl" 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>

Index: opac-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/opac-bottom.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** opac-bottom.inc	2 Oct 2002 16:16:50 -0000	1.1
--- opac-bottom.inc	10 Oct 2002 14:37:03 -0000	1.2
***************
*** 1,17 ****
! </BLOCKQUOTE>
! 
! <p> &nbsp; </p>
! <br>
! <center>
! 
! <font size=2  face="arial, helvetica">
! 
! <A HREF="/cat/">Catalogue Search</a> || 
! <!--<A HREF="/members/">Members Area</a> || -->
! <A HREF="/join.html">Become a Member</a> || 
! <A HREF="/">Home</a> 
! 
! </font>
! </center>
! </body>
! </html>
--- 1,17 ----
! </BLOCKQUOTE>
! 
! <p> &nbsp; </p>
! <br>
! <center>
! 
! <font size=2  face="arial, helvetica">
! 
! <A HREF="/cgi-bin/koha/catalogue-home.pl">Catalogue Search</a> ||
! <!--<A HREF="/cgi-bin/koha/members-home.pl">Members Area</a> || -->
! <A HREF="/join.html">Become a Member</a> ||
! <A HREF="/cgi-bin/koha/mainpage.pl">Home</a>
! 
! </font>
! </center>
! </body>
! </html>

Index: opac-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/opac-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** opac-top.inc	2 Oct 2002 16:16:50 -0000	1.1
--- opac-top.inc	10 Oct 2002 14:37:03 -0000	1.2
***************
*** 1,70 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! <!--Authored by rachel at katipo.co.nz 10:46 24/12/99-->
! 
! <html>
! <head>
! <title>KOHA: OPAC Catalogue Search</title>
! 
! </head>
! <body text="black" bgcolor="white" link="#0000ff" vlink="#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="#339999" >
! 
!         <td valign=bottom><img src="/images/inside-top-search.gif" 
! 	width=349 height=50 alt="KOHA: Catalogue Search" hspace=0 vspace=0 border=0></td>
! 
! 
!         <td align=right><a href="/cat/" 		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>
! 	
! <!--	<a href="/member/"
! 	onMouseOver="document.mouseover.src='/images/mouseover-member.gif'" 			onMouseOut="document.mouseover.src='/images/holder.gif'"><img src="/images/menu-login.gif" 
! 	width=111 height=30 alt="Member Login" hspace=0 vspace=0 border=0 name="menu-login"></a>
! -->
! 	<a href="/join.html"
! 	onMouseOver="document.mouseover.src='/images/mouseover-join.gif'" 		onMouseOut="document.mouseover.src='/images/holder.gif'"><img src="/images/menu-join.gif" 
! 	width=54 height=30 alt="Join" hspace=0 vspace=0 border=0 name="menu-join"></a>
! 
! 	<a href="/" 
! 	onMouseOver="document.mouseover.src='/images/mouseover-home.gif'" 		onMouseOut="document.mouseover.src='/images/holder.gif'"><img src="/images/menu-home.gif" 
! 	width=60 height=30 alt="Home" hspace=0 vspace=0 border=0 name="menu-home"></a></td>
!         
!         </TR>
! 
! 
! <tr valign=top>
! 
!         <td><img src="/images/inside-koha-bottom.gif" 
! 	width=69 height=44 alt="KOHA" hspace=0 vspace=0 border=0 ></td>
! 
!         <td align=right><img src="/images/holder.gif" 
! 	width=300 height=48 alt="" hspace=0 vspace=0 name="mouseover" ></a></td>
! 
!         </TR>
! 
! 
! 
! </TABLE>
! 
! 
! 
! <!-------------------------MAIN BODY OF PAGE-------------------------->
! <BLOCKQUOTE>
--- 1,78 ----
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! <!--Authored by rachel at katipo.co.nz 10:46 24/12/99-->
! 
! <html>
! <head>
! <title>KOHA: OPAC Catalogue Search</title>
! 
! </head>
! <body text="black" bgcolor="white" link="#0000ff" vlink="#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="#339999" >
! 
!         <td valign=bottom><img src="/images/inside-top-search.gif" 
! 	width=349 height=50 alt="KOHA: Catalogue Search" hspace=0 vspace=0 border=0></td>
! 
! 
!         <td align=right><a href="/cgi-bin/koha/catalogue-home.pl" 		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>
! 	
! <!--	<a href="/member/"
! 	onMouseOver="document.mouseover.src='/images/mouseover-member.gif'" 			onMouseOut="document.mouseover.src='/images/holder.gif'"><img src="/images/menu-login.gif" 
! 	width=111 height=30 alt="Member Login" hspace=0 vspace=0 border=0 name="menu-login"></a>
! -->
! 	<TMPL_IF NAME=loggedinuser>
! 	    <a href="/cgi-bin/koha/userpage.pl"
! 	    onMouseOver="document.mouseover.src='/images/mouseover-mysettings.gif'" 		onMouseOut="document.mouseover.src='/images/holder.gif'">
! 	    <img src="/images/menu-mysettings.gif"
! 	    width=90 height=30 alt="My Settings" hspace=0 vspace=0 border=0 name="menu-mysettings"></a>
! 	<TMPL_ELSE>
! 	    <a href="/join.html"
! 	    onMouseOver="document.mouseover.src='/images/mouseover-join.gif'" 		onMouseOut="document.mouseover.src='/images/holder.gif'">
! 	    <img src="/images/menu-join.gif"
! 	    width=54 height=30 alt="Join" hspace=0 vspace=0 border=0 name="menu-join"></a>
! 	</TMPL_IF>
! 
! 	<a href="/cgi-bin/koha/mainpage.pl"
! 	onMouseOver="document.mouseover.src='/images/mouseover-home.gif'" 		onMouseOut="document.mouseover.src='/images/holder.gif'"><img src="/images/menu-home.gif"
! 	width=60 height=30 alt="Home" hspace=0 vspace=0 border=0 name="menu-home"></a></td>
! 
!         </TR>
! 
! 
! <tr valign=top>
! 
!         <td><img src="/images/inside-koha-bottom.gif"
! 	width=69 height=44 alt="KOHA" hspace=0 vspace=0 border=0 ></td>
! 
!         <td align=right><img src="/images/holder.gif"
! 	width=300 height=48 alt="" hspace=0 vspace=0 name="mouseover" ></a></td>
! 
!         </TR>
! 
! 
! 
! </TABLE>
! 
! 
! 
! <!-------------------------MAIN BODY OF PAGE-------------------------->
! <BLOCKQUOTE>

Index: reports-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/reports-bottom.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** reports-bottom.inc	2 Oct 2002 16:16:50 -0000	1.1
--- reports-bottom.inc	10 Oct 2002 14:37:03 -0000	1.2
***************
*** 1,26 ****
! <br clear=all>
! <p> &nbsp; </p>
! 
! 
! </BLOCKQUOTE>
! 
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=6><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR></TABLE>
! 
! 
! <CENTER>
! <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/">Home</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulation</a> ||
! <A HREF="/catalogue/">Catalogue</a> ||
! <A HREF="/members/">Members</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
! <A HREF="/reports/">Reports</a> ||
! <A HREF="/help/">Help</a> ||
! <A HREF="http://opac.katipo.co.nz">OPAC</a> ||
! <A HREF="http://www.library.org.nz">Library Website</a>
! </FONT>
! </CENTER>
! </BODY>
! 
! </HTML>
--- 1,26 ----
! <br clear=all>
! <p> &nbsp; </p>
! 
! 
! </BLOCKQUOTE>
! 
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=6><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR></TABLE>
! 
! 
! <CENTER>
! <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/cgi-bin/koha/mainpage.pl">Home</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulation</a> ||
! <A HREF="/cgi-bin/koha/catalogue-home.pl">Catalogue</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Members</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
! <A HREF="/cgi-bin/koha/reports-home.pl">Reports</a> ||
! <A HREF="/help/">Help</a> ||
! <A HREF="http://opac.katipo.co.nz">OPAC</a> ||
! <A HREF="http://www.library.org.nz">Library Website</a>
! </FONT>
! </CENTER>
! </BODY>
! 
! </HTML>

Index: reports-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/reports-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** reports-top.inc	2 Oct 2002 16:16:50 -0000	1.1
--- reports-top.inc	10 Oct 2002 14:37:03 -0000	1.2
***************
*** 1,104 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! <!--Authored by rachel at katipo.co.nz 104:38 1/11/99-->
! <!--updated by rachel at katipo.co.nz 12:24 12/01/00-->
! <!--updated by chris at katipo.co.nz 1/3/00-->
! <!--updated by rachel at katipo.co.nz06: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="/">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="/catalogue/" 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="/members/" 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="/reports/" 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="/" 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,104 ----
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! <!--Authored by rachel at katipo.co.nz 104:38 1/11/99-->
! <!--updated by rachel at katipo.co.nz 12:24 12/01/00-->
! <!--updated by chris at katipo.co.nz 1/3/00-->
! <!--updated by rachel at katipo.co.nz06: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/catalogue-home.pl" 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>





More information about the Koha-cvs mailing list