small fix to launch catalogue through loadmodule (MARC or non MARC)
[koha_fer] / koha-tmpl / intranet-tmpl / default / en / includes / members-top.inc
index 1376ea7..eb46fa1 100644 (file)
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">\r
-<!--Authored by rachel@katipo.co.nz 104:38 1/11/99-->\r
-<!--updated by rachel@katipo.co.nz 11:53 19/11/99-->\r
-<!--updated by rachel@katipo.co.nz 04:09 28/12/99-->\r
-<!--updated by rachel@katipo.co.nz 10:29 4/04/00-->\r
-\r
-\r
-<html>\r
-<head>\r
-<title>KOHA: INTRANET: Members</title>\r
-\r
-<style type="text/css">\r
-<!--\r
-select,option {font-size:12px}\r
--->\r
-\r
-</style>\r
-\r
-<SCRIPT LANGUAGE="JavaScript">\r
-<!--// go to page selected from options menu\r
-\r
-function leapto(form) {\r
-var myindex=form.dest.selectedIndex\r
-parent.location.href=(form.dest.options[myindex].value);\r
-}\r
-              \r
-if (document.images){\r
-\r
-menu=new Image;\r
-menu.src ="/images/cat-cat.gif"\r
-\r
-}\r
-\r
- //-->\r
-       \r
-       \r
-</script>\r
-\r
-</head>\r
-<body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"\r
-marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 >\r
-\r
-\r
-\r
-<!--HDL Colours\r
-\r
-       Yellow = ffcc00 \r
-       light blue = ccccff\r
-       bright blue links = 0000ff\r
-       aubergine = 663266 \r
-       light green/grey = cccc99\r
-       dark red = 990000 \r
-       light red = cc9999 \r
-       mid green = #339933 \r
-       ligth green = #CCFF99 \r
-\r
--->\r
-\r
-<!------------------------MENUS-------------------------------->\r
-\r
-<table cellpadding=0 cellspacing=0 width="100%" border=0>\r
-<tr bgcolor="#339933">\r
-\r
-       <td  valign=top>\r
-       <table cellpadding=0 cellspacing=0  border=0 height=29>\r
-       <tr valign=top bgcolor="#339933">\r
-       <td background="/images/members-spot-1.gif" width="224" \r
-       height="29"><font size=1 face="arial"><img src="/images/holder.gif" width=210 height=4 alt=" "  hspace=0 vspace=0><br>\r
-       <img src="/images/holder.gif" \r
-       width=35 height=21 align=left alt=" " hspace=0 vspace=0><font size="+1">KOHA: <A HREF="/">Main Menu</A></font><br>\r
-       <img src="/images/holder.gif" width=210 height=1 alt=" " hspace=0 vspace=0></FONT></td>\r
-       \r
-       </TR></TABLE></TD>\r
-\r
-\r
-\r
-       <td  valign=bottom align=right><img src="/images/holder.gif"\r
-         WIDTH=1  HEIGHT=38 HSPACE=0 vspace=0></td>\r
-\r
-       <td  valign=bottom align=right>\r
-       <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>\r
-       \r
-       </TR></TABLE></TD>\r
-</tr>\r
-\r
-<TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=3><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR>\r
-\r
-</table>\r
-\r
-\r
-<map name="map">\r
-<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'">\r
-\r
-<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'">\r
-\r
-<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'">\r
-\r
-<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'">\r
-\r
-<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'">\r
-\r
-<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'">\r
-<area shape="default" nohref>\r
-</map>\r
-\r
-<BLOCKQUOTE>\r
+<!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>
+
+</head>
+<body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
+marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 >
+
+
+
+<!--HDL Colours
+
+       Yellow = ffcc00 
+       light blue = ccccff
+       bright blue links = 0000ff
+       aubergine = 663266 
+       light green/grey = cccc99
+       dark red = 990000
+       light red = cc9999 
+       mid green = #339933 
+       ligth green = #CCFF99 
+
+-->
+
+<!------------------------MENUS-------------------------------->
+
+<table cellpadding=0 cellspacing=0 width="100%" border=0>
+<tr bgcolor="#339933">
+
+       <td  valign=top>
+       <table cellpadding=0 cellspacing=0  border=0 height=29>
+       <tr valign=top bgcolor="#339933">
+       <td background="/images/members-spot-1.gif" width="224" 
+       height="29"><font size=1 face="arial"><img src="/images/holder.gif" width=210 height=4 alt=" "  hspace=0 vspace=0><br>
+       <img src="/images/holder.gif"
+       width=35 height=21 align=left alt=" " hspace=0 vspace=0><font size="+1">KOHA: <A HREF="/cgi-bin/koha/mainpage.pl">Main Menu</A></font><br>
+       <img src="/images/holder.gif" width=210 height=1 alt=" " hspace=0 vspace=0></FONT></td>
+       
+       </TR></TABLE></TD>
+
+
+
+       <td  valign=bottom align=right><img src="/images/holder.gif"
+         WIDTH=1  HEIGHT=38 HSPACE=0 vspace=0></td>
+
+       <td  valign=bottom align=right>
+       <table cellpadding=0 cellspacing=0  border=0 height=29><tr><td><img src=/images/mem-mem.gif     border="0" name=menu usemap="#map" HSPACE=0 vspace=0 ></td>
+       
+       </TR></TABLE></TD>
+</tr>
+
+<TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=3><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR>
+
+</table>
+
+
+<map name="map">
+<area shape="rect" coords="18,8,84,27" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet" alt="Catalogue" onMouseOver="if(document.images)document.menu.src='/images/mem-cat.gif'" onMouseOut="if(document.images)document.menu.src='/images/mem-mem.gif'">
+
+<area shape="rect" coords="94,8,149,28" href="/cgi-bin/koha/members-home.pl" alt="Members" onMouseOver="if(document.images)document.menu.src='/images/mem-mem.gif'" onMouseOut="if(document.images)document.menu.src='/images/mem-mem.gif'">
+
+<area shape="rect" coords="154,9,212,29" alt="Acquisitions"   href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" onMouseOver="if(document.images)document.menu.src='/images/mem-acq.gif'" onMouseOut="if(document.images)document.menu.src='/images/mem-mem.gif'">
+
+<area  shape="rect"alt="Reports"  coords="217,7,289,27"href="/cgi-bin/koha/reports-home.pl" onMouseOver="if(document.images)document.menu.src='/images/mem-rep.gif'" onMouseOut="if(document.images)document.menu.src='/images/mem-mem.gif'">
+
+<area shape="rect" coords="306,8,352,27" href="/cgi-bin/koha/circ/circulation.pl" alt="Circulation" onMouseOver="if(document.images)document.menu.src='/images/mem-crc.gif'" onMouseOut="if(document.images)document.menu.src='/images/mem-mem.gif'">
+
+<area  shape="rect" alt="Home" coords="374,9,419,29" href="/cgi-bin/koha/mainpage.pl" onMouseOver="if(document.images)document.menu.src='/images/mem-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/mem-mem.gif'">
+<area shape="default" nohref>
+</map>
+
+<BLOCKQUOTE>