Road to 1.9.1 :
authortipaul <tipaul>
Thu, 13 Feb 2003 18:01:26 +0000 (18:01 +0000)
committertipaul <tipaul>
Thu, 13 Feb 2003 18:01:26 +0000 (18:01 +0000)
* headers included in each template now are text-only headers (like in non-english versions).
* Added "parameters" links in header
* Added "Cataloguing" link. The cataloguing link goes to the MARC cataloguing (acqui.simple). Will evolve in the near future with reordering of acquisition and cataloguing.

15 files changed:
koha-tmpl/intranet-tmpl/default/en/includes/acquisitions-bottom.inc
koha-tmpl/intranet-tmpl/default/en/includes/acquisitions-top.inc
koha-tmpl/intranet-tmpl/default/en/includes/cat-bottom.inc
koha-tmpl/intranet-tmpl/default/en/includes/cat-top.inc
koha-tmpl/intranet-tmpl/default/en/includes/circulation-bottom.inc
koha-tmpl/intranet-tmpl/default/en/includes/circulation-top.inc
koha-tmpl/intranet-tmpl/default/en/includes/issues-bottom.inc
koha-tmpl/intranet-tmpl/default/en/includes/members-bottom.inc
koha-tmpl/intranet-tmpl/default/en/includes/members-top.inc
koha-tmpl/intranet-tmpl/default/en/includes/opac-bottom.inc
koha-tmpl/intranet-tmpl/default/en/includes/opac-top.inc
koha-tmpl/intranet-tmpl/default/en/includes/parameters-bottom.inc
koha-tmpl/intranet-tmpl/default/en/includes/parameters-top.inc
koha-tmpl/intranet-tmpl/default/en/includes/reports-bottom.inc
koha-tmpl/intranet-tmpl/default/en/includes/reports-top.inc

index 5b996d8..8010ccd 100644 (file)
@@ -16,7 +16,7 @@
 <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> ||
-<A HREF="/cgi-bin/koha/admin-home.pl">Admin</a> ||
+<A HREF="/cgi-bin/koha/admin-home.pl">System Parameters</a> ||
 <A HREF="/help/">Help</a>
 </FONT>
 </CENTER>
index e88c0df..0dc8095 100644 (file)
 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<!--Authored by rachel@katipo.co.nz 104:38 1/11/99-->
-<!--updated by rachel@katipo.co.nz 12:24 12/01/00-->
-<!--updated by chris@katipo.co.nz 1/3/00-->
-<!--renamed by saas@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
--->
+<style>
+#menubar {
+       border-top:1px solid #666;
+}
+.koha {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       text-align:center;
+       background-image:url("/images/background-mem.gif");
+       }
+
+a.home {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.home:hover {
+       background-color: #339933;
+       color: #000000;
+       text-decoration: none;
+       font-weight: normal;
+       font-weight: bold;
+       }
+a.catalogue {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       margin:0;
+       }
+a.catalogue:hover {
+       background-color: #ad11ad;
+       color: #000000;
+       text-decoration: none;
+       font-weight: normal;
+       font-weight: bold;
+       margin:0;
+       }
+a.members {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.members:hover {
+       background-color: #86c268;
+       color: #000000;
+       text-decoration: none;
+       font-weight: bold;
+       }
+
+a.acquisition {
+       font-weight: normal;
+       text-decoration: none;
+       background-color: #ffdf61;
+       cursor: hand;
+       color:#000000;
+       padding:4px;
+       font-weight: bold;
+       }
+a.acquisition:hover {
+       background-color: #ffdf61;
+       color: #000000;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+a.reports {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.reports:hover {
+       background-color: #6b7cbe;
+       color: #000000;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+a.circulation {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.circulation:hover {
+       background-color: #be6170;
+       color: #000000;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+a.parameters {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.parameters:hover {
+       background-color: #86c268;
+       color: #000000;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+</style>
 
 <!------------------------MENUS-------------------------------->
-
 <table cellpadding=0 cellspacing=0 width="100%" border=0>
-<tr 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 height="45">
+       <td valign="bottom" align="left">
+               <table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
+               <tr>
+                       <td>
+                       <div id="menubar">
+                       <table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
+                               <tr>
+                                       <td class="koha"><b>KOHA</b></td>
+                                       <td>
+                                               <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
+                                       </td>
+                                       <td>
+                                               <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
+                                       </td>
+                                       <td>
+                                               <a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
+                                       </td>
+                                       <td>
+                                               <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
+                                       </td>
+                                       <td>
+                                               <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=cataloguing">Cataloguing</a>
+                                       </td>
+                                       <td>
+                                               <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
+                                       </td>
+                                       <td>
+                                               <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
+                                       </td>
+                                       <td>
+                                               <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
+                                       </td>
+                               </TR>
+                       </TABLE>
+                       </div>
+               </td></tr></table>
+       </TD>
 </tr>
-
-<TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=3><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR>
-
 </table>
-
-
-<map name="map">
-<area shape="rect" coords="18,8,84,27" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet" alt="Catalogue" onMouseOver="if(document.images)document.menu.src='/images/acq-cat.gif'" onMouseOut="if(document.images)document.menu.src='/images/acq-acq.gif'">
-
-<area shape="rect" coords="94,8,149,28" href="/cgi-bin/koha/members-home.pl" alt="Members" onMouseOver="if(document.images)document.menu.src='/images/acq-mem.gif'" onMouseOut="if(document.images)document.menu.src='/images/acq-acq.gif'">
-
-<area shape="rect" coords="154,9,212,29" alt="Acquisitions"   href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" onMouseOver="if(document.images)document.menu.src='/images/acq-acq.gif'" onMouseOut="if(document.images)document.menu.src='/images/acq-acq.gif'">
-
-<area  shape="rect"alt="Reports"  coords="217,7,289,27"href="/cgi-bin/koha/reports-home.pl" onMouseOver="if(document.images)document.menu.src='/images/acq-rep.gif'" onMouseOut="if(document.images)document.menu.src='/images/acq-acq.gif'">
-
-<area shape="rect" coords="306,8,352,27" href="/cgi-bin/koha/circ/circulation.pl" alt="Circulation" onMouseOver="if(document.images)document.menu.src='/images/acq-crc.gif'" onMouseOut="if(document.images)document.menu.src='/images/acq-acq.gif'">
-
-<area  shape="rect" alt="Home" coords="374,9,419,29" href="/cgi-bin/koha/mainpage.pl" onMouseOver="if(document.images)document.menu.src='/images/acq-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/acq-acq.gif'">
-<area shape="default" nohref>
-</map>
-
-<BLOCKQUOTE>
index 898860e..712e5b0 100644 (file)
@@ -16,7 +16,7 @@
 <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="/cgi-bin/koha/admin-home.pl">Admin</a> ||
+<A HREF="/cgi-bin/koha/admin-home.pl">System Parameters</a> ||
 <A HREF="/help/">Help</a>
 </FONT>
 </CENTER>
index 7c0c0da..d1151bc 100644 (file)
 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<!--Authored by rachel@katipo.co.nz 104:38 1/11/99-->
-<!--updated by rachel@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;
-    if (document.forms[0]) {
-       document.forms[0].elements[0].focus();
-    }
-}
-
-if (document.images){
-
-menu=new Image;
-menu.src ="/images/cat-cat.gif"
-
-}
-
-function messenger(url){
-  window1=window.open(url,"window1","height=250,width=350,left=150,top=50,350,screenY=50");
-
-}
-
-//-->
-
-</script>
-
 </head>
-<body text="black" bgcolor="white" link="#0000ff"
-vlink="#0000ff" "3366cc" Alink="#cc3300"
-marginheight=0 marginwidth=0 leftmargin=0 topmargin=0
-onLoad=focusinput()>
-
-
-
-
-<!--HDL Colours
+<body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
+marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
 
-       Yellow = ffcc00
-       light blue = ccccff
-       bright blue links = 0000ff
-       aubergine = 663266
-       light green/grey = cccc99
-
-
--->
+<style>
+#menubar {
+       border-top:1px solid #666;
+}
+.koha {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       text-align:center;
+       background-image:url("/images/background-mem.gif");
+       }
+
+a.home {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.home:hover {
+       background-color: #339933;
+       color: #000000;
+       text-decoration: none;
+       font-weight: normal;
+       font-weight: bold;
+       }
+a.catalogue {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       background-color:#ad11ad;
+       color:#FFFFFF;
+       padding:4px;
+       font-weight: bold;
+       margin:0;
+       }
+a.catalogue:hover {
+       background-color: #ad11ad;
+       color: #FFFFFF;
+       text-decoration: none;
+       font-weight: normal;
+       font-weight: bold;
+       margin:0;
+       }
+a.members {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.members:hover {
+       background-color: #86c268;
+       color: #000000;
+       text-decoration: none;
+       font-weight: bold;
+       }
+
+a.acquisition:hover {
+       background-color: #ffdf61;
+       color: #000000;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+a.acquisition {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.reports {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.reports:hover {
+       background-color: #6b7cbe;
+       color: #000000;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+a.circulation {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.circulation:hover {
+       background-color: #be6170;
+       color: #000000;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+a.parameters {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.parameters:hover {
+       background-color: #86c268;
+       color: #000000;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+</style>
 
 <!------------------------MENUS-------------------------------->
-
 <table cellpadding=0 cellspacing=0 width="100%" border=0>
-<tr 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 height="45">
+       <td valign="bottom" align="left">
+               <table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
+               <tr>
+                       <td>
+                       <div id="menubar">
+                       <table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
+                               <tr>
+                                       <td class="koha"><b>KOHA</b></td>
+                                       <td>
+                                               <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
+                                       </td>
+                                       <td>
+                                               <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
+                                       </td>
+                                       <td>
+                                               <a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
+                                       </td>
+                                       <td>
+                                               <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
+                                       </td>
+                                       <td>
+                                               <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=cataloguing">Cataloguing</a>
+                                       </td>
+                                       <td>
+                                               <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
+                                       </td>
+                                       <td>
+                                               <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
+                                       </td>
+                                       <td>
+                                               <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
+                                       </td>
+                               </TR>
+                       </TABLE>
+                       </div>
+               </td></tr></table>
+       </TD>
 </tr>
-<TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=3><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR>
-
 </table>
-
-
-<map name="map">
-<area shape="rect" coords="18,8,84,27" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet" alt="Catalogue" onMouseOver="if(document.images)document.menu.src='/images/cat-cat.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
-
-<area shape="rect" coords="94,8,149,28" href="/cgi-bin/koha/members-home.pl" alt="Members" onMouseOver="if(document.images)document.menu.src='/images/cat-mem.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
-
-<area shape="rect" coords="154,9,212,29" alt="Acquisitions"   href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" onMouseOver="if(document.images)document.menu.src='/images/cat-acq.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
-
-<area  shape="rect"alt="Reports"  coords="217,7,289,27"href="/cgi-bin/koha/reports-home.pl" onMouseOver="if(document.images)document.menu.src='/images/cat-rep.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
-
-<area shape="rect" coords="306,8,352,27" href="/cgi-bin/koha/circ/circulation.pl" alt="Circulation" onMouseOver="if(document.images)document.menu.src='/images/cat-crc.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
-
-<area  shape="rect" alt="Home" coords="374,9,419,29" href="/cgi-bin/koha/mainpage.pl" onMouseOver="if(document.images)document.menu.src='/images/cat-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
-<area shape="default" nohref>
-</map>
-
-
-
 <BLOCKQUOTE>
index 8d94616..bb7b305 100644 (file)
@@ -14,7 +14,7 @@
 <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="/cgi-bin/koha/admin-home.pl">Admin</a> ||
+<A HREF="/cgi-bin/koha/admin-home.pl">System Parameters</a> ||
 <A HREF="/help/">Help</a>
 </FONT>
 </CENTER>
index b256f1a..f6fff7a 100644 (file)
 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<!--Authored by rachel@katipo.co.nz 104:38 1/11/99-->
-<!--updated by rachel@katipo.co.nz 11:53 19/11/99-->
-<!--updated by rachel@katipo.co.nz 04:09 28/12/99-->
-<!--updated by rachel@katipo.co.nz 10:01 1/02/2001-->
-
 
 <html>
 <head>
 <title>KOHA: INTRANET: Circulation</title>
-
-<style type="text/css">
-<!--
-select,option {font-size:12px}
--->
-
-</style>
-
-<SCRIPT LANGUAGE="JavaScript">
-<!--// go to page selected from options menu
-
-function leapto(form) {
-       var myindex=form.dest.selectedIndex
-       parent.location.href=(form.dest.options[myindex].value);
-}
-function focusinput() {
-       window.onerror=null;
-       if (document.forms[0]) {
-           document.forms[0].elements[0].focus();
-       }
-}
-function messenger(url, x, y){
-        window1=window.open(url,"window1","height"+x+",width="+y+",left=150,top=50,350,screenY=50");
-}
-function popup(message, x, y){
-       win2=window.open("","update","height="+x+",width="+y+",left=150,top=50,screenX=150,screenY=50,resizable");
-       win2.focus();
-       win2.document.write(message);
-       win2.document.close();
-}
-
-
-
-
-if (document.images){
-
-menu=new Image;
-menu.src ="/images/crc-crc.gif"
-
-}
-
- //-->
-       
-       
-</script>
-
 </head>
 <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
-marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 
-onLoad=focusinput()>
+marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
 
+<style>
+#menubar {
+       border-top:1px solid #666;
+}
+.koha {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       text-align:center;
+       background-image:url("/images/background-mem.gif");
+       }
 
+a.home {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.home:hover {
+       background-color: #339933;
+       color: #000000;
+       text-decoration: none;
+       font-weight: normal;
+       font-weight: bold;
+       }
+a.catalogue {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       margin:0;
+       }
+a.catalogue:hover {
+       background-color: #ad11ad;
+       color: #000000;
+       text-decoration: none;
+       font-weight: normal;
+       font-weight: bold;
+       margin:0;
+       }
+a.members {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.members:hover {
+       background-color: #86c268;
+       color: #000000;
+       text-decoration: none;
+       font-weight: bold;
+       }
 
-
-<!--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 
-
--->
+a.acquisition {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#7777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.acquisition:hover {
+       background-color: #ffdf61;
+       color: #000000;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+a.reports {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.reports:hover {
+       background-color: #6b7cbe;
+       color: #000000;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+a.circulation {
+       font-weight: normal;
+       text-decoration: none;
+       background-color: #be6170;
+       cursor: hand;
+       color:#FFFFFF;
+       padding:4px;
+       font-weight: bold;
+       }
+a.circulation:hover {
+       background-color: #be6170;
+       color: #FFFFFF;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+a.parameters {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.parameters:hover {
+       background-color: #86c268;
+       color: #000000;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+</style>
 
 <!------------------------MENUS-------------------------------->
-
 <table cellpadding=0 cellspacing=0 width="100%" border=0>
-<tr bgcolor="#990000">
-
-       <td  valign=top>
-       <table cellpadding=0 cellspacing=0  border=0 height=29>
-       <tr valign=top bgcolor="#990000">
-       <td background="/images/catalogue-spot-1.gif" width="224" 
-       height="29"><font size=1 face="arial"><img src="/images/holder.gif" width=210 height=4 alt=" "  hspace=0 vspace=0><br>
-       <img src="/images/holder.gif"
-       width=35 height=21 align=left alt=" " hspace=0 vspace=0><font size="+1">KOHA: <A HREF="/cgi-bin/koha/mainpage.pl">Main Menu</A></font><br>
-       <img src="/images/holder.gif" width=210 height=1 alt=" " hspace=0 vspace=0></FONT></td>
-
-       </TR></TABLE></TD>
-
-
-
-       <td  valign=bottom align=right><img src="/images/holder.gif"
-         WIDTH=1  HEIGHT=38 HSPACE=0 vspace=0></td>
-
-       <td  valign=bottom align=right>
-       <table cellpadding=0 cellspacing=0  border=0 height=29><tr><td><img src=/images/crc-crc.gif     border="0" name=menu usemap="#map" HSPACE=0 vspace=0 ></td>
-
-       </TR></TABLE></TD>
+<tr height="45">
+       <td valign="bottom" align="left">
+               <table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
+               <tr>
+                       <td>
+                       <div id="menubar">
+                       <table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
+                               <tr>
+                                       <td class="koha"><b>KOHA</b></td>
+                                       <td>
+                                               <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
+                                       </td>
+                                       <td>
+                                               <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
+                                       </td>
+                                       <td>
+                                               <a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
+                                       </td>
+                                       <td>
+                                               <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
+                                       </td>
+                                       <td>
+                                               <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=cataloguing">Cataloguing</a>
+                                       </td>
+                                       <td>
+                                               <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
+                                       </td>
+                                       <td>
+                                               <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
+                                       </td>
+                                       <td>
+                                               <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
+                                       </td>
+                               </TR>
+                       </TABLE>
+                       </div>
+               </td></tr></table>
+       </TD>
 </tr>
-
-<TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=3><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR>
-
 </table>
-
-
-<map name="map">
-<area shape="rect" coords="18,8,84,27" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet" alt="Catalogue" onMouseOver="if(document.images)document.menu.src='/images/crc-cat.gif'" onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
-
-<area shape="rect" coords="94,8,154,28" href="/cgi-bin/koha/members-home.pl" alt="Members" onMouseOver="if(document.images)document.menu.src='/images/crc-mem.gif'" onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
-
-<area shape="rect" coords="165,9,233,29" alt="Acquisitions"   href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" onMouseOver="if(document.images)document.menu.src='/images/crc-acq.gif'" onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
-
-<area  shape="rect"alt="Reports"  coords="237,7,296,27"href="/cgi-bin/koha/reports-home.pl" onMouseOver="if(document.images)document.menu.src='/images/crc-rep.gif'" onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
-
-
-<area shape="poly" alt="Circulation" coords="319,26,314,12,303,7,324,2,350,2,374,11,383,19,386,29" href="/cgi-bin/koha/circ/circulation.pl" onMouseOver="if(document.images)document.menu.src='/images/crc-crc.gif'" onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
-
-
-<area shape="poly" alt="Home" coords="373,7,399,0,422,0,443,9,455,19,457,27,389,27,381,11,372,8,373,8,373,8,372,6" href="/cgi-bin/koha/mainpage.pl" onMouseOver="if(document.images)document.menu.src='/images/crc-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
-
-
-<area shape="default" nohref>
-</map>
-
-<blockquote>
+<BLOCKQUOTE>
index 7587b82..0dd3f41 100644 (file)
@@ -15,7 +15,7 @@
 <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="/cgi-bin/koha/admin-home.pl">Admin</a> ||
+<A HREF="/cgi-bin/koha/admin-home.pl">System Parameters</a> ||
 <A HREF="/help/">Help</a>
 </FONT>
 </CENTER>
index 284a8a4..35e8a4b 100644 (file)
@@ -14,7 +14,7 @@
 <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="/cgi-bin/koha/admin-home.pl">Admin</a> ||
+<A HREF="/cgi-bin/koha/admin-home.pl">System Parameters</a> ||
 <A HREF="/help/">Help</a>
 </FONT>
 <CENTER>
index eb46fa1..233be6d 100644 (file)
 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<!--Authored by rachel@katipo.co.nz 104:38 1/11/99-->
-<!--updated by rachel@katipo.co.nz 11:53 19/11/99-->
-<!--updated by rachel@katipo.co.nz 04:09 28/12/99-->
-<!--updated by rachel@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>
-
+<title>KOHA: INTRANET: Lecteurs</title>
 </head>
 <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
-marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 >
-
+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 
-
--->
+<style>
+#menubar {
+       border-top:1px solid #666;
+}
+.koha {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       text-align:center;
+       background-image:url("/images/background-mem.gif");
+       }
+
+a.home {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.home:hover {
+       background-color: #339933;
+       color: #000000;
+       text-decoration: none;
+       font-weight: normal;
+       font-weight: bold;
+       }
+a.catalogue {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       margin:0;
+       }
+a.catalogue:hover {
+       background-color: #ad11ad;
+       color: #000000;
+       text-decoration: none;
+       font-weight: normal;
+       font-weight: bold;
+       margin:0;
+       }
+a.members {
+       font-weight: normal;
+       text-decoration: none;
+       background-color: #86c268;
+       cursor: hand;
+       color:#FFFFFF;
+       padding:4px;
+       font-weight: bold;
+       }
+a.members:hover {
+       background-color: #86c268;
+       color: #FFFFFF;
+       text-decoration: none;
+       font-weight: bold;
+       }
+
+a.acquisition {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.acquisition:hover {
+       background-color: #ffdf61;
+       color: #000000;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+a.reports {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.reports:hover {
+       background-color: #6b7cbe;
+       color: #000000;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+a.circulation {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.circulation:hover {
+       background-color: #be6170;
+       color: #000000;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+a.parameters {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.parameters:hover {
+       background-color: #86c268;
+       color: #000000;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+</style>
 
 <!------------------------MENUS-------------------------------->
-
 <table cellpadding=0 cellspacing=0 width="100%" border=0>
-<tr 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 height="45">
+       <td valign="bottom" align="left">
+               <table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
+               <tr>
+                       <td>
+                       <div id="menubar">
+                       <table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
+                               <tr>
+                                       <td class="koha"><b>KOHA</b></td>
+                                       <td>
+                                               <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
+                                       </td>
+                                       <td>
+                                               <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
+                                       </td>
+                                       <td>
+                                               <a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
+                                       </td>
+                                       <td>
+                                               <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
+                                       </td>
+                                       <td>
+                                               <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=cataloguing">Cataloguing</a>
+                                       </td>
+                                       <td>
+                                               <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
+                                       </td>
+                                       <td>
+                                               <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
+                                       </td>
+                                       <td>
+                                               <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
+                                       </td>
+                               </TR>
+                       </TABLE>
+                       </div>
+               </td></tr></table>
+       </TD>
 </tr>
-
-<TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=3><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR>
-
 </table>
-
-
-<map name="map">
-<area shape="rect" coords="18,8,84,27" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet" alt="Catalogue" onMouseOver="if(document.images)document.menu.src='/images/mem-cat.gif'" onMouseOut="if(document.images)document.menu.src='/images/mem-mem.gif'">
-
-<area shape="rect" coords="94,8,149,28" href="/cgi-bin/koha/members-home.pl" alt="Members" onMouseOver="if(document.images)document.menu.src='/images/mem-mem.gif'" onMouseOut="if(document.images)document.menu.src='/images/mem-mem.gif'">
-
-<area shape="rect" coords="154,9,212,29" alt="Acquisitions"   href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" onMouseOver="if(document.images)document.menu.src='/images/mem-acq.gif'" onMouseOut="if(document.images)document.menu.src='/images/mem-mem.gif'">
-
-<area  shape="rect"alt="Reports"  coords="217,7,289,27"href="/cgi-bin/koha/reports-home.pl" onMouseOver="if(document.images)document.menu.src='/images/mem-rep.gif'" onMouseOut="if(document.images)document.menu.src='/images/mem-mem.gif'">
-
-<area shape="rect" coords="306,8,352,27" href="/cgi-bin/koha/circ/circulation.pl" alt="Circulation" onMouseOver="if(document.images)document.menu.src='/images/mem-crc.gif'" onMouseOut="if(document.images)document.menu.src='/images/mem-mem.gif'">
-
-<area  shape="rect" alt="Home" coords="374,9,419,29" href="/cgi-bin/koha/mainpage.pl" onMouseOver="if(document.images)document.menu.src='/images/mem-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/mem-mem.gif'">
-<area shape="default" nohref>
-</map>
-
 <BLOCKQUOTE>
index 7f5d4e1..e73fc80 100644 (file)
@@ -6,7 +6,7 @@
 
 <font size=2  face="arial, helvetica">
 
-<A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=opac">Catalogue Search</a> ||
+<A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue Search</a> ||
 <!--<A HREF="/cgi-bin/koha/members-home.pl">Members Area</a> || -->
 <A HREF="/join.html">Become a Member</a> ||
 <A HREF="/cgi-bin/koha/mainpage.pl">Home</a>
index 8db1e03..645abdc 100644 (file)
@@ -16,7 +16,7 @@ marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 >
         Yellow = ffcc00 
         light blue = ccccff
         bright blue links = 0000ff
-        aubergine = 663266
+        aubergine = 663266 
         light green/grey = cccc99
 
 
@@ -31,7 +31,7 @@ marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 >
        width=349 height=50 alt="KOHA: Catalogue Search" hspace=0 vspace=0 border=0></td>
 
 
-        <td align=right><a href="/cgi-bin/koha/loadmodules.pl?module=search&type=opac"                 onMouseOver="document.mouseover.src='/images/mouseover-search.gif'"             onMouseOut="document.mouseover.src='/images/holder.gif'"><img 
+        <td align=right><a href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet"             onMouseOver="document.mouseover.src='/images/mouseover-search.gif'"             onMouseOut="document.mouseover.src='/images/holder.gif'"><img 
        src="/images/menu-search.gif" 
        width=71 height=30 alt="Search" hspace=0 vspace=0 border=0 name="menu-search"></a>
        
index 898860e..712e5b0 100644 (file)
@@ -16,7 +16,7 @@
 <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="/cgi-bin/koha/admin-home.pl">Admin</a> ||
+<A HREF="/cgi-bin/koha/admin-home.pl">System Parameters</a> ||
 <A HREF="/help/">Help</a>
 </FONT>
 </CENTER>
index 36eb9fd..4c8d97d 100644 (file)
 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<!--Authored by rachel@katipo.co.nz 104:38 1/11/99-->
-<!--updated by rachel@katipo.co.nz 12:24 12/01/00-->
 
 <html>
 <head>
-<title>KOHA: INTRANET: Parameters</title>
-
-
-<style type="text/css">
-<!--
-select,option {font-size:12px}
--->
-
-</style>
-
-<SCRIPT LANGUAGE="JavaScript">
-<!--
-
-// go to page selected from options menu
-
-function leapto(form) {
-var myindex=form.dest.selectedIndex
-parent.location.href=(form.dest.options[myindex].value);
-}
-
-function focusinput() {
-    window.onerror=null;
-    if (document.forms[0]) {
-       document.forms[0].elements[0].focus();
-    }
-}
-
-if (document.images){
-
-menu=new Image;
-menu.src ="/images/cat-cat.gif"
-
-}
-
-function messenger(url){
-  window1=window.open(url,"window1","height=250,width=350,left=150,top=50,350,screenY=50");
-
-}
-
-//-->
-
-</script>
-
+<title>KOHA: INTRANET: Catalogue</title>
 </head>
-<body text="black" bgcolor="white" link="#0000ff"
-vlink="#0000ff" "3366cc" Alink="#cc3300"
-marginheight=0 marginwidth=0 leftmargin=0 topmargin=0
-onLoad=focusinput()>
-
-
-
-
-<!--HDL Colours
+<body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
+marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
 
-       Yellow = ffcc00
-       light blue = ccccff
-       bright blue links = 0000ff
-       aubergine = 663266
-       light green/grey = cccc99
-
-
--->
+<style>
+#menubar {
+       border-top:1px solid #666;
+}
+.koha {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       text-align:center;
+       background-image:url("/images/background-mem.gif");
+       }
+
+a.home {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.home:hover {
+       background-color: #339933;
+       color: #000000;
+       text-decoration: none;
+       font-weight: normal;
+       font-weight: bold;
+       }
+a.catalogue {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       margin:0;
+       }
+a.catalogue:hover {
+       background-color: #ad11ad;
+       color: #000000;
+       text-decoration: none;
+       font-weight: normal;
+       font-weight: bold;
+       margin:0;
+       }
+a.members {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.members:hover {
+       background-color: #86c268;
+       color: #000000;
+       text-decoration: none;
+       font-weight: bold;
+       }
+
+a.acquisition:hover {
+       background-color: #ffdf61;
+       color: #000000;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+a.acquisition {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.reports {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.reports:hover {
+       background-color: #6b7cbe;
+       color: #000000;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+a.circulation {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.circulation:hover {
+       background-color: #be6170;
+       color: #000000;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+a.parameters {
+       background-color: #86c268;
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#FFFFFFF;
+       padding:4px;
+       font-weight: bold;
+       }
+a.parameters:hover {
+       background-color: #86c268;
+       color: #FFFFFF;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+</style>
 
 <!------------------------MENUS-------------------------------->
-
 <table cellpadding=0 cellspacing=0 width="100%" border=0>
-<tr 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 height="45">
+       <td valign="bottom" align="left">
+               <table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
+               <tr>
+                       <td>
+                       <div id="menubar">
+                       <table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
+                               <tr>
+                                       <td class="koha"><b>KOHA</b></td>
+                                       <td>
+                                               <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
+                                       </td>
+                                       <td>
+                                               <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
+                                       </td>
+                                       <td>
+                                               <a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
+                                       </td>
+                                       <td>
+                                               <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
+                                       </td>
+                                       <td>
+                                               <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=cataloguing">Cataloguing</a>
+                                       </td>
+                                       <td>
+                                               <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
+                                       </td>
+                                       <td>
+                                               <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
+                                       </td>
+                                       <td>
+                                               <a class="parameters" href="/cgi-bin/koha/admin-home.pl" alt="Paramètres">Parameters</a>
+                                       </td>
+                               </TR>
+                       </TABLE>
+                       </div>
+               </td></tr></table>
+       </TD>
 </tr>
-<TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=3><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR>
-
 </table>
-
-
-<map name="map">
-<area shape="rect" coords="18,8,84,27" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet" alt="Catalogue" onMouseOver="if(document.images)document.menu.src='/images/cat-cat.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
-
-<area shape="rect" coords="94,8,149,28" href="/cgi-bin/koha/members-home.pl" alt="Members" onMouseOver="if(document.images)document.menu.src='/images/cat-mem.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
-
-<area shape="rect" coords="154,9,212,29" alt="Acquisitions"   href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" onMouseOver="if(document.images)document.menu.src='/images/cat-acq.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
-
-<area  shape="rect"alt="Reports"  coords="217,7,289,27"href="/cgi-bin/koha/reports-home.pl" onMouseOver="if(document.images)document.menu.src='/images/cat-rep.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
-
-<area shape="rect" coords="306,8,352,27" href="/cgi-bin/koha/circ/circulation.pl" alt="Circulation" onMouseOver="if(document.images)document.menu.src='/images/cat-crc.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
-
-<area  shape="rect" alt="Home" coords="374,9,419,29" href="/cgi-bin/koha/mainpage.pl" onMouseOver="if(document.images)document.menu.src='/images/cat-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
-<area shape="default" nohref>
-</map>
-
-
-
 <BLOCKQUOTE>
index 898860e..712e5b0 100644 (file)
@@ -16,7 +16,7 @@
 <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="/cgi-bin/koha/admin-home.pl">Admin</a> ||
+<A HREF="/cgi-bin/koha/admin-home.pl">System Parameters</a> ||
 <A HREF="/help/">Help</a>
 </FONT>
 </CENTER>
index b391428..dc1cf20 100644 (file)
 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<!--Authored by rachel@katipo.co.nz 104:38 1/11/99-->
-<!--updated by rachel@katipo.co.nz 12:24 12/01/00-->
-<!--updated by chris@katipo.co.nz 1/3/00-->
-<!--updated by rachel@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>
-
+<title>KOHA: INTRANET: Etats</title>
 </head>
 <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
 marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
 
-
-
-
-<!--HDL Colours
-
-       Yellow = ffcc00 
-       light blue = 2f48a4 
-       bright blue links = 0000ff
-       aubergine = 663266 
-       light green/grey = cccc99
-
-
--->
+<style>
+#menubar {
+       border-top:1px solid #666;
+}
+.koha {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       text-align:center;
+       background-image:url("/images/background-mem.gif");
+       }
+
+a.home {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.home:hover {
+       background-color: #339933;
+       color: #000000;
+       text-decoration: none;
+       font-weight: normal;
+       font-weight: bold;
+       }
+a.catalogue {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       margin:0;
+       }
+a.catalogue:hover {
+       background-color: #ad11ad;
+       color: #000000;
+       text-decoration: none;
+       font-weight: normal;
+       font-weight: bold;
+       margin:0;
+       }
+a.members {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.members:hover {
+       background-color: #86c268;
+       color: #000000;
+       text-decoration: none;
+       font-weight: bold;
+       }
+
+a.acquisition {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.acquisition:hover {
+       background-color: #ffdf61;
+       color: #000000;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+
+a.reports {
+       font-weight: normal;
+       background-color: #6b7cbe;
+       text-decoration: none;
+       cursor: hand;
+       color:#FFFFFF;
+       padding:4px;
+       font-weight: bold;
+       }
+a.reports:hover {
+       background-color: #6b7cbe;
+       color: #FFFFFF;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+a.circulation {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.circulation:hover {
+       background-color: #be6170;
+       color: #000000;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+
+a.parameters {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       padding:4px;
+       font-weight: bold;
+       }
+a.parameters:hover {
+       background-color: #86c268;
+       color: #000000;
+       text-decoration: normal;
+       font-weight: bold;
+       }
+</style>
 
 <!------------------------MENUS-------------------------------->
-
 <table cellpadding=0 cellspacing=0 width="100%" border=0>
-<tr 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 height="45">
+       <td valign="bottom" align="left">
+               <table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
+               <tr>
+                       <td>
+                       <div id="menubar">
+                       <table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
+                               <tr>
+                                       <td class="koha"><b>KOHA</b></td>
+                                       <td>
+                                               <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
+                                       </td>
+                                       <td>
+                                               <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
+                                       </td>
+                                       <td>
+                                               <a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
+                                       </td>
+                                       <td>
+                                               <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
+                                       </td>
+                                       <td>
+                                               <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=cataloguing">Cataloguing</a>
+                                       </td>
+                                       <td>
+                                               <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
+                                       </td>
+                                       <td>
+                                               <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
+                                       </td>
+                                       <td>
+                                               <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
+                                       </td>
+                               </TR>
+                       </TABLE>
+                       </div>
+               </td></tr></table>
+       </TD>
 </tr>
-
-<TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=3><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR>
-
 </table>
-
-
-<map name="map">
-<area shape="rect" coords="18,8,84,27" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet" alt="Catalogue" onMouseOver="if(document.images)document.menu.src='/images/rep-cat.gif'" onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
-
-<area shape="rect" coords="94,8,149,28" href="/cgi-bin/koha/members-home.pl" alt="Members" onMouseOver="if(document.images)document.menu.src='/images/rep-mem.gif'" onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
-
-<area shape="rect" coords="154,9,212,29" alt="Acquisitions"   href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" onMouseOver="if(document.images)document.menu.src='/images/rep-acq.gif'" onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
-
-<area  shape="rect"alt="Reports"  coords="217,7,289,27"href="/cgi-bin/koha/reports-home.pl" onMouseOver="if(document.images)document.menu.src='/images/rep-rep.gif'" onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
-
-<area shape="rect" coords="306,8,352,27" href="/cgi-bin/koha/circ/circulation.pl" alt="Circulation" onMouseOver="if(document.images)document.menu.src='/images/rep-crc.gif'" onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
-
-<area  shape="rect" alt="Home" coords="374,9,419,29" href="/cgi-bin/koha/mainpage.pl" onMouseOver="if(document.images)document.menu.src='/images/rep-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
-<area shape="default" nohref>
-</map>
-
-
 <BLOCKQUOTE>