[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/es/includes acquisitions-bottom.inc,1.1,1.2 acquisitions-top.inc,1.1,1.2 cat-bottom.inc,1.1,1.2 cat-class-list.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 parameters-top.inc,1.1,1.2 reports-bottom.inc,1.1,1.2 reports-top.inc,1.1,1.2

Chris Cormack rangi at users.sourceforge.net
Tue Jun 3 23:41:48 CEST 2003


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

Modified Files:
	acquisitions-bottom.inc acquisitions-top.inc cat-bottom.inc 
	cat-class-list.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 parameters-top.inc reports-bottom.inc 
	reports-top.inc 
Log Message:
Mass import from SIU



Index: acquisitions-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/es/includes/acquisitions-bottom.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** acquisitions-bottom.inc	2 Dec 2002 08:51:41 -0000	1.1
--- acquisitions-bottom.inc	3 Jun 2003 21:41:14 -0000	1.2
***************
*** 1,26 ****
! <!-- saas at users.sf.net 21-APR-2002 renamed "aquisitions" to "acquisitions" -->
! 
! <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">Inicio</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulación</a> ||
! <A HREF="/cgi-bin/koha/catalogue-home.pl">Catalogo</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Socios</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Adquisiciones</a> ||
! <A HREF="/reports/">Informes</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Parámetros del Sistema</a> ||
! <A HREF="/help/">Ayuda</a>
! </FONT>
! </CENTER>
! </BODY>
! 
! </HTML>
! 
--- 1,26 ----
! <!-- saas at users.sf.net 21-APR-2002 renamed "aquisitions" to "acquisitions" -->
! 
! <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">Circulaci&oacute;n</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Cat&aacute;logo</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Usuarios</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Adcquisiciones</a> ||
! <A HREF="/reports/">Informes</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Par&aacute;metros del Sistema</a> ||
! <A HREF="/help/">Ayuda</a>
! </FONT>
! </CENTER>
! </BODY>
! 
! </HTML>
! 

Index: acquisitions-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/es/includes/acquisitions-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** acquisitions-top.inc	2 Dec 2002 08:51:41 -0000	1.1
--- acquisitions-top.inc	3 Jun 2003 21:41:14 -0000	1.2
***************
*** 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: Adquisiciones</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">Menú Principal</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="Catalogo" 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="Socios" 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="Adquisiciones"   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="Informes"  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="Inicio" coords="374,9,419,29" href="/cgi-bin/koha/mainpage.pl" onMouseOver="if(document.images)document.menu.src='/images/acq-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/acq-acq.gif'">
! <area shape="default" nohref>
! </map>
! 
! <BLOCKQUOTE>
--- 1,178 ----
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! 
! <html>
! <head>
! <title>KOHA: INTRANET: Adquisiciones</title>
! </head>
! <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
! 
! <style>
! #menubar {
! 	border-top:1px solid #666;
! }
! .koha {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	text-align:center;
! 	background-image:url("<TMPL_VAR name="themelang">/images/background-mem.gif");
! 	}
! 
! a.home {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.home:hover {
! 	background-color: #339933;
! 	color: #000000;
! 	text-decoration: none;
! 	font-weight: normal;
! 	font-weight: bold;
! 	}
! a.catalogue {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	margin:0;
! 	}
! a.catalogue:hover {
! 	background-color: #ad11ad;
! 	color: #000000;
! 	text-decoration: none;
! 	font-weight: normal;
! 	font-weight: bold;
! 	margin:0;
! 	}
! a.members {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.members:hover {
! 	background-color: #86c268;
! 	color: #000000;
! 	text-decoration: none;
! 	font-weight: bold;
! 	}
! 
! a.acquisition {
! 	font-weight: normal;
! 	text-decoration: none;
! 	background-color: #ffdf61;
! 	cursor: hand;
! 	color:#000000;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.acquisition:hover {
! 	background-color: #ffdf61;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! a.reports {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.reports:hover {
! 	background-color: #6b7cbe;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! a.circulation {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.circulation:hover {
! 	background-color: #be6170;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! a.parameters {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.parameters:hover {
! 	background-color: #86c268;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! </style>
! 
! <!------------------------MENUS-------------------------------->
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="45">
! 	<td valign="bottom" align="left">
! 		<table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
! 		<tr>
! 			<td>
! 			<div id="menubar">
! 			<table cellpadding=0 cellspacing=0  border=0 height=29 width=85%>
! 				<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">Cat&aacute;logo</a>	</td>
! 
!                   <td> <a class="members" href="/cgi-bin/koha/members-home.pl">Usuarios</a></td>
! 					
!                   <td> <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Adquisiciones</a> 
!                   </td>
! 					<td>
! 						<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
! 					</td>
! 					
!                   <td> <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulaci&oacute;n</a> 
!                   </td>
! 					
!                   <td> <a class="reports" href="/cgi-bin/koha/reports-home.pl">Informes</a> 
!                   </td>
! 					
!                   <td> <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Par&aacute;metros</a></td>
! 					
!                   <td> <a class="parameters" href="/cgi-bin/koha/about.pl">Acerca</a> </td>
! 				</TR>
! 			</TABLE>
! 			</div>
! 		</td></tr></table>
! 	</TD>
! </tr>
! </table>
! <TMPL_IF NAME="loggedinuser">
!     
! <p align=left>Registrado como: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Salir</a>]</p>
! <TMPL_ELSE>
!     
! <p align=left><a href=/cgi-bin/koha/opac-user.pl>Ingresar</a> a Koha</p>
! </TMPL_IF>

Index: cat-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/es/includes/cat-bottom.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** cat-bottom.inc	2 Dec 2002 08:51:41 -0000	1.1
--- cat-bottom.inc	3 Jun 2003 21:41:14 -0000	1.2
***************
*** 1,7 ****
  <br clear=all>
! <p> &nbsp; </p>
  
  
- </BLOCKQUOTE>
  
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
--- 1,7 ----
  <br clear=all>
! <p>&nbsp;  </p>
! 
  
  
  
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
***************
*** 10,22 ****
  
  <CENTER>
! <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/cgi-bin/koha/mainpage.pl">Inicio</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulación</a> ||
! <A HREF="/cgi-bin/koha/catalogue-home.pl">Catalogo</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Socios</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Adquisiciones</a> ||
! <A HREF="/reports/">Informes</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Parámetros del Sistema</a> ||
! <A HREF="/help/">Ayuda</a></FONT>
  </CENTER>
  </BODY>
--- 10,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">Circulaci&oacute;n</a> || <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Cat&aacute;logo</a> 
!   || <A HREF="/cgi-bin/koha/members-home.pl">Usuarios</a> || <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Adquisiciones</a> 
!   || <A HREF="/cgi-bin/koha/reports-home.pl">Informes</a> || <A HREF="/cgi-bin/koha/admin-home.pl">Par&aacute;metros 
!   del Sistema</a> || <A HREF="/help/">Ayuda</a> </FONT> 
  </CENTER>
  </BODY>

Index: cat-class-list.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/es/includes/cat-class-list.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** cat-class-list.inc	2 Dec 2002 08:51:41 -0000	1.1
--- cat-class-list.inc	3 Jun 2003 21:41:14 -0000	1.2
***************
*** 1,16 ****
! <!--
!  list of Classes to be included in /catalogue/index.html and cat/index.html
!  This is a qick-fix - These should really be fetched from the database
! -->
! <option value="E">Fácil / Libros con Dibujos
! <option value="ER">Lectura Fácil
! <option value="JNF">Junior No-Ficción
! <option value="JF">Junior Ficción
! <option value="TREF">Referencia del Profesor
! <option value="FYA">Ficción para Adultos
! <option value="REF">Manuales de Referencia
! <option value="F">Ficción
! <option value="NF">No-Ficción
! <option value="CD">Disco Compacto
! <!--	<option value="E|ER">Easy Books-->
! 
--- 1,11 ----
! <!--
!  list of Classes to be included in /catalogue/index.html and cat/index.html
!  This is a qick-fix - These should really be fetched from the database
! -->
! <option value="E">
! F&aacute;cil / Libros con Dibujos<option value="ER">Lectua F&aacute;cil<option value="JNF">No-Ficci&oacute;n 
! para J&oacute;venes<option value="JF"> Ficci&oacute;n para J&oacute;venes<option value="TREF">Referencia 
! para Maestros<option value="FYA"> Ficci&oacute;n para Adultos j&oacute;venes<option value="REF">Libros 
! de Referencia<option value="F"> Ficci&oacute;n<option value="NF"> No-Ficci&oacute;n <option value="CD"> 
! Compact Disc 
! <!--	<option value="E|ER">Easy Books-->

Index: cat-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/es/includes/cat-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** cat-top.inc	2 Dec 2002 08:51:41 -0000	1.1
--- cat-top.inc	3 Jun 2003 21:41:14 -0000	1.2
***************
*** 1,119 ****
! <!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: Catalogo</title>
! 
! 
! <style type="text/css">
! <!--
! select,option {font-size:12px}
! -->
! 
! </style>
! 
! <SCRIPT LANGUAGE="JavaScript">
! <!--
! 
! // go to page selected from options menu
! 
! function leapto(form) {
! var myindex=form.dest.selectedIndex
! parent.location.href=(form.dest.options[myindex].value);
! }
! 
! function focusinput() {
!     window.onerror=null;
!     if (document.forms[0]) {
! 	document.forms[0].elements[0].focus();
!     }
! }
!        
! if (document.images){
! 
! menu=new Image;
! menu.src ="/images/cat-cat.gif"
! 
! }
! 
! function messenger(url){                                   
!   window1=window.open(url,"window1","height=250,width=350,left=150,top=50,350,screenY=50");
! 
! }
! 
! //-->
! 
! </script>
! 
! </head>
! <body text="black" bgcolor="white" link="#0000ff" 
! vlink="#0000ff" "3366cc" Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0
! onLoad=focusinput()>
! 
! 
! 
! 
! <!--HDL Colours
! 
! 	Yellow = ffcc00 
! 	light blue = ccccff
! 	bright blue links = 0000ff
! 	aubergine = 663266 
! 	light green/grey = cccc99
! 
! 
! -->
! 
! <!------------------------MENUS-------------------------------->
! 
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr bgcolor=663266 >
! 
! 	<td  valign=top>
! 	<table cellpadding=0 cellspacing=0  border=0 height=29>
! 	<tr valign=top bgcolor=663266 >
! 	<td background="/images/catalogue-spot-1.gif" width="224" 
! 	height="29"><font size=1 face="arial"><img src="/images/holder.gif" width=210 height=4 alt=" " hspace=0 vspace=0><br>
! 	<img src="/images/holder.gif" 
! 	width=35 height=21 align=left alt=" " hspace=0 vspace=0><font size="+1">KOHA: <a href="/cgi-bin/koha/mainpage.pl">Main Menu</a></font><br>
! 	<img src="/images/holder.gif" width=210 height=1 alt=" " hspace=0 vspace=0></FONT></td>
! 	
! 	</TR></TABLE> </td>
! 
! 
! 	<td  valign=bottom align=right>
! <img src="/images/holder.gif"  WIDTH=1  HEIGHT=38 HSPACE=0 vspace=0></td>
! <td  valign=bottom align=right>
! 	<table cellpadding=0 cellspacing=0  border=0 height=29><tr><td>
! <img src=/images/cat-cat.gif border="0" name=menu usemap="#map" HSPACE=0 vspace=0 ></td>
! 	
! 	</TR></TABLE></TD>
! </tr>
! 
! </tr>
! <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=3><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR>
! 
! </table>
! 
! 
! <map name="map">
! <area shape="rect" coords="18,8,84,27" href="/cgi-bin/koha/catalogue-home.pl" alt="Catalogo" 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="Socios" 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="Adquisiciones"   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="Informes"  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="Inicio" coords="374,9,419,29" href="/cgi-bin/koha/mainpage.pl" onMouseOver="if(document.images)document.menu.src='/images/cat-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
! <area shape="default" nohref>
! </map>
! 
! 
! 
! <BLOCKQUOTE>
--- 1,176 ----
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! 
! <html>
! <head>
! <title>KOHA: INTRANET: Cat&aacute;logo</title>
! </head>
! <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
! 
! <style>
! #menubar {
! 	border-top:1px solid #666;
! }
! .koha {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	text-align:center;
! 	}
! 
! a.home {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.home:hover {
! 	background-color: #339933;
! 	color: #000000;
! 	text-decoration: none;
! 	font-weight: normal;
! 	font-weight: bold;
! 	}
! a.catalogue {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	background-color:#ad11ad;
! 	color:#FFFFFF;
! 	padding:4px;
! 	font-weight: bold;
! 	margin:0;
! 	}
! a.catalogue:hover {
! 	background-color: #ad11ad;
! 	color: #FFFFFF;
! 	text-decoration: none;
! 	font-weight: normal;
! 	font-weight: bold;
! 	margin:0;
! 	}
! a.members {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.members:hover {
! 	background-color: #86c268;
! 	color: #000000;
! 	text-decoration: none;
! 	font-weight: bold;
! 	}
! 
! a.acquisition:hover {
! 	background-color: #ffdf61;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! a.acquisition {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.reports {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.reports:hover {
! 	background-color: #6b7cbe;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! a.circulation {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.circulation:hover {
! 	background-color: #be6170;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! a.parameters {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.parameters:hover {
! 	background-color: #86c268;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! </style>
! 
! <!------------------------MENUS-------------------------------->
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="45">
! 	<td valign="bottom" align="left">
! 		<table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
! 		<tr>
! 			<td>
! 			<div id="menubar">
! 			<table cellpadding=0 cellspacing=0  border=0 height=29 width=85%>
! 				<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">Cat&aacute;logo</a></td>
! 
!                   <td> <a class="members" href="/cgi-bin/koha/members-home.pl">Usuarios</a></td>
! 					
!                   <td> <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Adquisiciones</a></td>
! 					<td>
! 						<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
! 					</td>
! 					
!                   <td> <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulaci&oacute;n</a></td>
! 					
!                   <td> <a class="reports" href="/cgi-bin/koha/reports-home.pl">Informes</a></td>
! 					
!                   <td> <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Par&aacute;metros</a></td>
! 					
!                   <td> <a class="parameters" href="/cgi-bin/koha/about.pl">Acerca</a></td>
! 				</TR>
! 			</TABLE>
! 			</div>
! 		</td></tr></table>
! 	</TD>
! </tr>
! </table>
! <BLOCKQUOTE>
! <TMPL_IF NAME="loggedinuser">
!     
!   <p align=left>Registrado como: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Salir</a>]</p>
! <TMPL_ELSE>
!     
!   <p align=left><a href=/cgi-bin/koha/opac-user.pl>Ingresar</a> a Koha</p>
! </TMPL_IF>
! </blockquote>

Index: circulation-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/es/includes/circulation-bottom.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** circulation-bottom.inc	2 Dec 2002 08:51:41 -0000	1.1
--- circulation-bottom.inc	3 Jun 2003 21:41:14 -0000	1.2
***************
*** 1,23 ****
! <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">Inicio</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulación</a> ||
! <A HREF="/cgi-bin/koha/catalogue-home.pl">Catalogo</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Socios</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Adquisiciones</a> ||
! <A HREF="/reports/">Informes</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Parámetros del Sistema</a> ||
! <A HREF="/help/">Ayuda</a>
! </FONT>
! </CENTER>
! </BODY>
! 
! </HTML>
--- 1,23 ----
! <br clear=all>
! <p>&nbsp;  </p>
! 
! 
! 
! <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">Circulaci&oacute;n</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Cat&aacute;logo</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Usuarios</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Adquisiciones</a> ||
! <A HREF="/cgi-bin/koha/reports-home.pl">Informes</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Par&aacute;metros del Sitema</a> ||
! <A HREF="/help/">Ayuda</a>
! </FONT>
! </CENTER>
! </BODY>
! 
! </HTML>

Index: circulation-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/es/includes/circulation-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** circulation-top.inc	2 Dec 2002 08:51:41 -0000	1.1
--- circulation-top.inc	3 Jun 2003 21:41:14 -0000	1.2
***************
*** 1,130 ****
! <!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:01 1/02/2001-->
! 
! 
! <html>
! <head>
! <title>KOHA: INTRANET: Circulation</title>
! 
! <style type="text/css">
! <!--
! select,option {font-size:12px}
! -->
! 
! </style>
! 
! <SCRIPT LANGUAGE="JavaScript">
! <!--// go to page selected from options menu
! 
! function leapto(form) {
! 	var myindex=form.dest.selectedIndex
! 	parent.location.href=(form.dest.options[myindex].value);
! }
! function focusinput() {
!     	window.onerror=null;
! 	if (document.forms[0]) {
! 	    document.forms[0].elements[0].focus();
! 	}
! }
! function messenger(url, x, y){
!         window1=window.open(url,"window1","height"+x+",width="+y+",left=150,top=50,350,screenY=50");
! }
! function popup(message, x, y){
! 	win2=window.open("","update","height="+x+",width="+y+",left=150,top=50,screenX=150,screenY=50,resizable");
! 	win2.focus();
! 	win2.document.write(message);
! 	win2.document.close();
! }
! 
! 
! 
! 
! if (document.images){
! 
! menu=new Image;
! menu.src ="/images/crc-crc.gif"
! 
! }
! 
!  //-->
! 	
! 	
! </script>
! 
! </head>
! <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 
! onLoad=focusinput()>
! 
! 
! 
! 
! <!--HDL Colours
! 
! 	Yellow = ffcc00 
! 	light blue = ccccff
! 	bright blue links = 0000ff
! 	aubergine = 663266 
! 	light green/grey = cccc99
! 	dark red = 990000 
! 	light red = cc9999 
! 	mid green = #339933 
! 	ligth green = #CCFF99 
! 
! -->
! 
! <!------------------------MENUS-------------------------------->
! 
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr bgcolor="#990000">
! 
! 	<td  valign=top>
! 	<table cellpadding=0 cellspacing=0  border=0 height=29>
! 	<tr valign=top bgcolor="#990000">
! 	<td background="/images/catalogue-spot-1.gif" width="224" 
! 	height="29"><font size=1 face="arial"><img src="/images/holder.gif" width=210 height=4 alt=" " 	hspace=0 vspace=0><br>
! 	<img src="/images/holder.gif"
! 	width=35 height=21 align=left alt=" " hspace=0 vspace=0><font size="+1">KOHA: <A HREF="/cgi-bin/koha/mainpage.pl">Main Menu</A></font><br>
! 	<img src="/images/holder.gif" width=210 height=1 alt=" " hspace=0 vspace=0></FONT></td>
! 
! 	</TR></TABLE></TD>
! 
! 
! 
! 	<td  valign=bottom align=right><img src="/images/holder.gif"
! 	  WIDTH=1  HEIGHT=38 HSPACE=0 vspace=0></td>
! 
! 	<td  valign=bottom align=right>
! 	<table cellpadding=0 cellspacing=0  border=0 height=29><tr><td><img src=/images/crc-crc.gif 	border="0" name=menu usemap="#map" HSPACE=0 vspace=0 ></td>
! 
! 	</TR></TABLE></TD>
! </tr>
! 
! <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=3><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR>
! 
! </table>
! 
! 
! <map name="map">
! <area shape="rect" coords="18,8,84,27" href="/cgi-bin/koha/catalogue-home.pl" alt="Catalogo" 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="Socios" 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="Adquisiciones"   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="Informes"  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="Circulación" 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="Inicio" coords="373,7,399,0,422,0,443,9,455,19,457,27,389,27,381,11,372,8,373,8,373,8,372,6" href="/cgi-bin/koha/mainpage.pl" onMouseOver="if(document.images)document.menu.src='/images/crc-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
! 
! 
! <area shape="default" nohref>
! </map>
! 
! <blockquote>
--- 1,182 ----
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! 
! <html>
! <head>
! <title>KOHA: INTRANET: Circulaci&oacute;n</title>
! </head>
! <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
! 
! <style>
! #menubar {
! 	border-top:1px solid #666;
! }
! .koha {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	text-align:center;
! 	background-image:url("<TMPL_VAR NAME="themelang">/images/background-mem.gif");
! 	}
! 
! a.home {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.home:hover {
! 	background-color: #339933;
! 	color: #000000;
! 	text-decoration: none;
! 	font-weight: normal;
! 	font-weight: bold;
! 	}
! a.catalogue {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	margin:0;
! 	}
! a.catalogue:hover {
! 	background-color: #ad11ad;
! 	color: #000000;
! 	text-decoration: none;
! 	font-weight: normal;
! 	font-weight: bold;
! 	margin:0;
! 	}
! a.members {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.members:hover {
! 	background-color: #86c268;
! 	color: #000000;
! 	text-decoration: none;
! 	font-weight: bold;
! 	}
! 
! a.acquisition {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.acquisition:hover {
! 	background-color: #ffdf61;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! a.reports {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.reports:hover {
! 	background-color: #6b7cbe;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! a.circulation {
! 	font-weight: normal;
! 	text-decoration: none;
! 	background-color: #be6170;
! 	cursor: hand;
! 	color:#FFFFFF;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.circulation:hover {
! 	background-color: #be6170;
! 	color: #FFFFFF;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! a.parameters {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.parameters:hover {
! 	background-color: #86c268;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! </style>
! 
! <!------------------------MENUS-------------------------------->
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="45">
! 	<td valign="bottom" align="left">
! 		<table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
! 		<tr>
! 			<td>
! 			<div id="menubar">
! 			<table cellpadding=0 cellspacing=0  border=0 height=29 width=85%>
! 				<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">Cat&aacute;logo</a>
! 					</td>
! 					<td>
! 						<a class="members" href="/cgi-bin/koha/members-home.pl">Usuarios</a>
! 					</td>
! 					<td>
! 						<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Adquisiciones</a>
! 					</td>
! 					<td>
! 						<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
! 					</td>
! 					<td>
! 						<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulaci&oacute;n</a>
! 					</td>
! 					<td>
! 						<a class="reports" href="/cgi-bin/koha/reports-home.pl">Informes</a>
! 					</td>
! 					<td>
! 						<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Par&aacute;metros</a>
! 					</td>
! 					<td>
! 						<a class="parameters" href="/cgi-bin/koha/about.pl">Acerca</a>
! 					</td>
! 				</TR>
! 			</TABLE>
! 			</div>
! 		</td></tr></table>
! 	</TD>
! </tr>
! </table>
! <BLOCKQUOTE>
! <TMPL_IF NAME="loggedinuser">
!     <p align=left>Registrado como: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Salir</a>]</p>
! <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Ingresar</a> a Koha</p>
! </TMPL_IF>
! </blockquote>

Index: issues-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/es/includes/issues-bottom.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** issues-bottom.inc	2 Dec 2002 08:51:41 -0000	1.1
--- issues-bottom.inc	3 Jun 2003 21:41:14 -0000	1.2
***************
*** 1,7 ****
  <br clear=all>
! <p> &nbsp; </p>
  
  
- </BLOCKQUOTE>
  
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
--- 1,7 ----
  <br clear=all>
! <p>&nbsp;  </p>
! 
  
  
  
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
***************
*** 10,22 ****
  
  <CENTER>
! <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/cgi-bin/koha/mainpage.pl">Inicio</a> ||
! <A HREF="/cgi-bin/koha/catalogue-home.pl">Catalogo</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Socios</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Adquisiciones</a> ||
! <A HREF="/reports/">Informes</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Parámetros del Sistema</a> ||
! <A HREF="/help/">Ayuda</a>
! </FONT>
  </CENTER>
  </BODY>
--- 10,18 ----
  
  <CENTER>
!   <FONT SIZE=2  face="arial, helvetica"> <A HREF="/cgi-bin/koha/mainpage.pl">Home</a> 
!   || <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Cat&aacute;logo</a> 
!   || <A HREF="/cgi-bin/koha/members-home.pl">Usuarios</a> || <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Adquisiciones</a> 
!   || <A HREF="/cgi-bin/koha/reports-home.pl">Informes</a> || <A HREF="/cgi-bin/koha/admin-home.pl">Par&aacute;metros 
!   del Sistema</a> || <A HREF="/help/">Ayuda</a> </FONT> 
  </CENTER>
  </BODY>

Index: issues-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/es/includes/issues-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** issues-top.inc	2 Dec 2002 08:51:41 -0000	1.1
--- issues-top.inc	3 Jun 2003 21:41:14 -0000	1.2
***************
*** 1,70 ****
! <!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: Entregas y Devoluciones</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 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>Está en <A HREF="index.html">ENTREGAS Y DEVOLUCIONES</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,458 ----
! <!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: Pr&eacute;stamos & Devoluciones</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="<TMPL_VAR name="themelang">/images/issues-spot-1.gif" width="224" height="29">
! 						<font size=1 face="arial">
! 						<img src="<TMPL_VAR name="themelang">/images/holder.gif" width=210 height=4 alt=" " hspace=0 vspace=0>
! 						<br>
! 						<img src="<TMPL_VAR name="themelang">/images/holder.gif" width=35 height=21 align=left alt=" " hspace=0 vspace=0>
! 						KOHA: <A HREF="/cgi-bin/koha/mainpage.pl">INTRANET HDL</A>
! 						<br>
! 						<img src="<TMPL_VAR name="themelang">/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="<TMPL_VAR name="themelang">/images/holder.gif"  WIDTH=1  HEIGHT=12  HSPACE=0 vspace=0>
! 		</TD>
! 	</TR>
! 	<tr valign=top bgcolor=ffcc00>
! 		<TD>
! 			<img src="<TMPL_VAR name="themelang">/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&amp;todo=57">PRESTAMOS 
!           &amp; DEVOLUCIONES </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-) Pr&eacute;stamos 
!           </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Informes </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Pr&eacute;stamos Hoy </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Pr&eacute;stamos Esta Semana </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Pr&eacute;stamos Este Mes </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">----------------------------------- 
!           </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Devoluciones </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Informes </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Devoluciones Hoy </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Devoluciones Esta Semana </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Devoluciones Este Mes </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">----------------------------------- 
!           </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Renovaciones </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Informes </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Renovaciones Hoy </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Renovaciones Esta Semana </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Renovaciones Este Mes </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">----------------------------------- 
!           </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Libros Retrasados </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Retrasados Hoy </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Dinero Recibido</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Hoy </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Esta Semana </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Este Mes</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Este A&ntilde;o</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">----------------------------------- 
!           </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Libros Perdidos </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Informes </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Perdidos Este Mes </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Perdidos Este A&ntilde;o </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">----------------------------------- 
!           </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Informes Avanzados </option>
!         </select>
! 			</form>
! 		</font></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&amp;todo=57">CATALOGO</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           B&uacute;squeda </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">----------------------------------- 
!           </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Agregar nuevo completo </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">----------------------------------- 
!           </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Bibliograf&iacute;a </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Agregar </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Modificar</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Borrar</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Informes </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Cambios esta Semana </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Cambios este Mes </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Cambios este A&ntilde;o </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">----------------------------------- 
!           </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Items </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Agregar </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Modificar</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Borrar</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Informes</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Cambios esta Semana</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Cambios este Mes</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Cambios este A&ntilde;o</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">----------------------------------- 
!           </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Informes de Inventario</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Levin </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Libros</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Libros Parlantes</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Videos </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Shanon </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Libros</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Libros Parlantes</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Videos </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Foxton </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Libros</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Libros Parlantes</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Videos </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">----------------------------------- 
!           </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Informes Avanzados</option>
!         </select>
! 			</form>
! 		</font></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&amp;todo=57">ADQUISICIONES</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Ordenes</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Ordenar Libros</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Ordenar Series</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Ordenar Otros</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Cancelar Orden</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Informes</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Ordenados esta Semana</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Ordenados este Mes</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Ordenados este A&ntilde;o</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">----------------------------------- 
!           </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Proveedores</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Detalles del Proveedor</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Ordenes con este proveedor</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Fuentes del Proveedor</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Amazon.com </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Whitcoulls CD </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Whitcoulls Website </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">----------------------------------- 
!           </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Entregas</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Aceptar Entrega</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Informes</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Entregados este Mes</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Entregados este A&ntilde;o</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">----------------------------------- 
!           </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Presupuesto</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Presupuesto para Libros 1</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Este Mes</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - A&ntilde;o a la fecha</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Presupuesto para Libros 2</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Este Mes</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - A&ntilde;o a la fecha</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Presupuesto para Libros 4</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Este Mes</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - A&ntilde;o a la fecha</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Presupuesto para Libros 5 </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Este Mes</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - A&ntilde;o a la fecha</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Presupuesto Total</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Este Mes</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - A&ntilde;o a la fecha</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Informes de Fin de A&ntilde;o </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Compromisos para el A&ntilde;o Entrante</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">----------------------------------- 
!           </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Informes Avanzados</option>
!         </select>
! 			</form>
! 		</font></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&amp;todo=57">Usuarios</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Nuevo usuario</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Configurar</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Revisar si est&aacute; vencido</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Pol&iacute;tica</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Informes</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Total de Usuarios</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Nuevos esta Semana</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Nuevos este Mes</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Nuevos este A&ntilde;o</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">----------------------------------- 
!           </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Consulta de usuario</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Todos los libros prestados</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Retrasos</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Hist&oacute;rico</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Mensajes</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Informes</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Promedio de Pr&eacute;stamos</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Total de Pr&eacute;stamos</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">----------------------------------- 
!           </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Informes Avanzados</option>
!         </select>
! 			</form>
! 		</font></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&amp;todo=57">Otros</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           OPAC </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - B&uacute;squeda en Cat&aacute;logo</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Renovar Libros</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Informaci&oacute;n del Socio</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - - Actualizar informaci&oacute;n</option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">----------------------------------- 
!           </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Resources </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Fundview CD </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">----------------------------------- 
!           </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Library Website </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">----------------------------------- 
!           </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           End of Year </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Stocktake </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Set New Budgets </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Audit Reports </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">----------------------------------- 
!           </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Help </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Telnet Help </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Intranet Help </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">&nbsp; 
!           &nbsp; - Searching Help </option>
!           <option value="/cgi-bin/tododisplay.pl?user=Rachel&amp;todo=43">-&gt; 
!           Advanced Reports </option>
!         </select>
! 			</form>
! 		</font></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="<TMPL_VAR name="themelang">/images/issues-spot-2.gif" width="235" height="29"  ALIGN=RIGHT >
! 						<font size=1 face="arial">
! 						<img src="<TMPL_VAR name="themelang">/images/holder.gif" width=223 height=12 alt=" " hspace=0 vspace=0>
! 						<br>
!             <img src="<TMPL_VAR name="themelang">/images/holder.gif" width=26 
!             height=17 align=right alt=" " hspace=0 vspace=0>you are in <A HREF="index.html">PRESTAMOS 
!             & DEVOLUCIONES</a><br>
! 						<img src="<TMPL_VAR name="themelang">/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="<TMPL_VAR name="themelang">/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0>
! 		</TD>
! 	</TR>
! </table>
! <BLOCKQUOTE>
! <TMPL_IF NAME="loggedinuser">
!     <p align=left>Registrado como: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Salir</a>]</p>
! <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Ingresar</a> a Koha</p>
! </TMPL_IF>
! </blockquote>
\ No newline at end of file

Index: members-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/es/includes/members-bottom.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** members-bottom.inc	2 Dec 2002 08:51:41 -0000	1.1
--- members-bottom.inc	3 Jun 2003 21:41:15 -0000	1.2
***************
*** 1,23 ****
  <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">Inicio</a> ||
- <A HREF="/cgi-bin/koha/catalogue-home.pl">Catalogo</a> ||
- <A HREF="/cgi-bin/koha/members-home.pl">Socios</a> ||
- <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Adquisiciones</a> ||
- <A HREF="/reports/">Informes</a> ||
- <A HREF="/cgi-bin/koha/admin-home.pl">Parámetros del Sistema</a> ||
- <A HREF="/help/">Ayuda</a>
- </FONT>
  <CENTER>
! </BODY>
! 
! </HTML>
--- 1,16 ----
  <br clear=all>
! <p>&nbsp;  </p>
! 
  
  
  
  <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/loadmodules.pl?module=search&type=intranet">Cat&aacute;logo</a> 
! || <A HREF="/cgi-bin/koha/members-home.pl">Usuarios</a> || <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Adquisiciones</a> 
! || <A HREF="/cgi-bin/koha/reports-home.pl">Informes</a> || <A HREF="/cgi-bin/koha/admin-home.pl">Par&aacute;metros 
! del Sistema</a> || <A HREF="/help/">Ayuda</a> </FONT> </CENTER> 
! </BODY></HTML>

Index: members-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/es/includes/members-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** members-top.inc	2 Dec 2002 08:51:41 -0000	1.1
--- members-top.inc	3 Jun 2003 21:41:15 -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="/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>
--- 1,181 ----
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! 
! <html>
! <head>
! <title>KOHA: INTRANET: Members</title>
! </head>
! <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
! 
! <style>
! #menubar {
! 	border-top:1px solid #666;
! }
! .koha {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	text-align:center;
! 	background-image:url("<TMPL_VAR name="themelang">/images/background-mem.gif");
! 	}
! 
! a.home {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.home:hover {
! 	background-color: #339933;
! 	color: #000000;
! 	text-decoration: none;
! 	font-weight: normal;
! 	font-weight: bold;
! 	}
! a.catalogue {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	margin:0;
! 	}
! a.catalogue:hover {
! 	background-color: #ad11ad;
! 	color: #000000;
! 	text-decoration: none;
! 	font-weight: normal;
! 	font-weight: bold;
! 	margin:0;
! 	}
! a.members {
! 	font-weight: normal;
! 	text-decoration: none;
! 	background-color: #86c268;
! 	cursor: hand;
! 	color:#FFFFFF;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.members:hover {
! 	background-color: #86c268;
! 	color: #FFFFFF;
! 	text-decoration: none;
! 	font-weight: bold;
! 	}
! 
! a.acquisition {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.acquisition:hover {
! 	background-color: #ffdf61;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! a.reports {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.reports:hover {
! 	background-color: #6b7cbe;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! a.circulation {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.circulation:hover {
! 	background-color: #be6170;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! a.parameters {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.parameters:hover {
! 	background-color: #86c268;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! </style>
! 
! <!------------------------MENUS-------------------------------->
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="45">
! 	<td valign="bottom" align="left">
! 		<table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
! 		<tr>
! 			<td>
! 			<div id="menubar">
! 			<table cellpadding=0 cellspacing=0  border=0 height=29 width=85%>
! 				<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">Cat&aacute;logo</a>
! 					</td>
! 					<td>
! 						<a class="members" href="/cgi-bin/koha/members-home.pl">Usuarios</a>
! 					</td>
! 					<td>
! 						<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Adquisiciones</a>
! 					</td>
! 					<td>
! 						<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
! 					</td>
! 					<td>
! 						<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulaci&oacute;n</a>
! 					</td>
! 					<td>
! 						<a class="reports" href="/cgi-bin/koha/reports-home.pl">Informes</a>
! 					</td>
! 					<td>
! 						<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Par&aacute;metros</a>
! 					</td>
! 					<td>
! 						<a class="parameters" href="/cgi-bin/koha/about.pl">Acerca</a>
! 					</td>
! 				</TR>
! 			</TABLE>
! 			</div>
! 		</td></tr></table>
! 	</TD>
! </tr>
! </table>
! <BLOCKQUOTE>
! <TMPL_IF NAME="loggedinuser">
!     <p align=left>Registrado como: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Salir</a>]</p>
! <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Ingresar</a> a Koha</p>
! </TMPL_IF>

Index: opac-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/es/includes/opac-bottom.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** opac-bottom.inc	2 Dec 2002 08:51:41 -0000	1.1
--- opac-bottom.inc	3 Jun 2003 21:41:15 -0000	1.2
***************
*** 7,14 ****
  <font size=2  face="arial, helvetica">
  
! <A HREF="/cgi-bin/koha/catalogue-home.pl">Búsqueda en Catálogo</a> ||
  <!--<A HREF="/cgi-bin/koha/members-home.pl">Members Area</a> || -->
! <A HREF="/join.html">Hacerse Socio</a> ||
! <A HREF="/cgi-bin/koha/mainpage.pl">Inicio</a>
  
  </font>
--- 7,14 ----
  <font size=2  face="arial, helvetica">
  
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">B&uacute;squeda en Cat&aacute;logo</a> ||
  <!--<A HREF="/cgi-bin/koha/members-home.pl">Members Area</a> || -->
! <A HREF="/join.html">As&oacute;ciese</a> ||
! <A HREF="/cgi-bin/koha/mainpage.pl">P&aacute;gina Principal</a>
  
  </font>

Index: opac-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/es/includes/opac-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** opac-top.inc	2 Dec 2002 08:51:41 -0000	1.1
--- opac-top.inc	3 Jun 2003 21:41:15 -0000	1.2
***************
*** 4,8 ****
  <html>
  <head>
! <title>KOHA: OPAC Búsqueda en Catálogo</title>
  
  </head>
--- 4,8 ----
  <html>
  <head>
! <title>KOHA: OPAC B&uacute;squeda en el Cat&aacute;logo</title>
  
  </head>
***************
*** 28,58 ****
  <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>
--- 28,58 ----
  <tr BGCOLOR="#339999" >
  
!         <td valign=bottom><img src="<TMPL_VAR name="themelang">/images/inside-top-search.gif" 
! 	width=349 height=50 alt="KOHA: B&uacute;squeda en el Cat&aacute;logo" hspace=0 vspace=0 border=0></td>
  
  
!         <td align=right><a href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet" 		onMouseOver="document.mouseover.src='<TMPL_VAR name="themelang">/images/mouseover-search.gif'" 		onMouseOut="document.mouseover.src='/images/holder.gif'"><img 
! 	src="<TMPL_VAR name="themelang">/images/menu-search.gif" 
! 	width=71 height=30 alt="Buscar" 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='<TMPL_VAR name="themelang">/images/mouseover-mysettings.gif'" 		onMouseOut="document.mouseover.src='<TMPL_VAR name="themelang">/images/holder.gif'">
! 	    <img src="<TMPL_VAR name="themelang">/images/menu-mysettings.gif"
! 	    width=90 height=30 alt="Mi Configuraci&oacute;n" hspace=0 vspace=0 border=0 name="menu-mysettings"></a>
  	<TMPL_ELSE>
  	    <a href="/join.html"
! 	    onMouseOver="document.mouseover.src='<TMPL_VAR name="themelang">/images/mouseover-join.gif'" 		onMouseOut="document.mouseover.src='<TMPL_VAR name="themelang">/images/holder.gif'">
! 	    <img src="<TMPL_VAR name="themelang">/images/menu-join.gif"
! 	    width=54 height=30 alt="Asociarse" hspace=0 vspace=0 border=0 name="menu-join"></a>
  	</TMPL_IF>
  
  	<a href="/cgi-bin/koha/mainpage.pl"
! 	onMouseOver="document.mouseover.src='<TMPL_VAR name="themelang">/images/mouseover-home.gif'" 		onMouseOut="document.mouseover.src='<TMPL_VAR name="themelang">/images/holder.gif'"><img src="<TMPL_VAR name="themelang">/images/menu-home.gif"
! 	width=60 height=30 alt="P&aacute;gina Principal" hspace=0 vspace=0 border=0 name="menu-home"></a></td>
  
          </TR>
***************
*** 61,68 ****
  <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>
  
--- 61,68 ----
  <tr valign=top>
  
!         <td><img src="<TMPL_VAR name="themelang">/images/inside-koha-bottom.gif"
  	width=69 height=44 alt="KOHA" hspace=0 vspace=0 border=0 ></td>
  
!         <td align=right><img src="<TMPL_VAR name="themelang">/images/holder.gif"
  	width=300 height=48 alt="" hspace=0 vspace=0 name="mouseover" ></a></td>
  

Index: parameters-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/es/includes/parameters-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** parameters-top.inc	3 Feb 2003 02:15:59 -0000	1.1
--- parameters-top.inc	3 Jun 2003 21:41:15 -0000	1.2
***************
*** 1,119 ****
! <!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: Parameters</title>
! 
! 
! <style type="text/css">
! <!--
! select,option {font-size:12px}
! -->
! 
! </style>
! 
! <SCRIPT LANGUAGE="JavaScript">
! <!--
! 
! // go to page selected from options menu
! 
! function leapto(form) {
! var myindex=form.dest.selectedIndex
! parent.location.href=(form.dest.options[myindex].value);
! }
! 
! function focusinput() {
!     window.onerror=null;
!     if (document.forms[0]) {
! 	document.forms[0].elements[0].focus();
!     }
! }
! 
! if (document.images){
! 
! menu=new Image;
! menu.src ="/images/cat-cat.gif"
! 
! }
! 
! function messenger(url){
!   window1=window.open(url,"window1","height=250,width=350,left=150,top=50,350,screenY=50");
! 
! }
! 
! //-->
! 
! </script>
! 
! </head>
! <body text="black" bgcolor="white" link="#0000ff"
! vlink="#0000ff" "3366cc" Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0
! onLoad=focusinput()>
! 
! 
! 
! 
! <!--HDL Colours
! 
! 	Yellow = ffcc00
! 	light blue = ccccff
! 	bright blue links = 0000ff
! 	aubergine = 663266
! 	light green/grey = cccc99
! 
! 
! -->
! 
! <!------------------------MENUS-------------------------------->
! 
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr bgcolor=663266 >
! 
! 	<td  valign=top>
! 	<table cellpadding=0 cellspacing=0  border=0 height=29>
! 	<tr valign=top bgcolor=663266 >
! 	<td background="/images/catalogue-spot-1.gif" width="224"
! 	height="29"><font size=1 face="arial"><img src="/images/holder.gif" width=210 height=4 alt=" " hspace=0 vspace=0><br>
! 	<img src="/images/holder.gif"
! 	width=35 height=21 align=left alt=" " hspace=0 vspace=0><font size="+1">KOHA: <a href="/cgi-bin/koha/mainpage.pl">Main Menu</a></font><br>
! 	<img src="/images/holder.gif" width=210 height=1 alt=" " hspace=0 vspace=0></FONT></td>
! 
! 	</TR></TABLE> </td>
! 
! 
! 	<td  valign=bottom align=right>
! <img src="/images/holder.gif"  WIDTH=1  HEIGHT=38 HSPACE=0 vspace=0></td>
! <td  valign=bottom align=right>
! 	<table cellpadding=0 cellspacing=0  border=0 height=29><tr><td>
! <img src=/images/cat-cat.gif border="0" name=menu usemap="#map" HSPACE=0 vspace=0 ></td>
! 
! 	</TR></TABLE></TD>
! </tr>
! 
! </tr>
! <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=3><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR>
! 
! </table>
! 
! 
! <map name="map">
! <area shape="rect" coords="18,8,84,27" href="/cgi-bin/koha/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>
! 
! 
! 
! <BLOCKQUOTE>
--- 1,178 ----
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! 
! <html>
! <head>
! <title>KOHA: INTRANET: Par&aacute;metros</title>
! </head>
! <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
! 
! <style>
! #menubar {
! 	border-top:1px solid #666;
! }
! .koha {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	text-align:center;
! 	background-image:url("<TMPL_VAR name="themelang">/images/background-mem.gif");
! 	}
! 
! a.home {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.home:hover {
! 	background-color: #339933;
! 	color: #000000;
! 	text-decoration: none;
! 	font-weight: normal;
! 	font-weight: bold;
! 	}
! a.catalogue {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	margin:0;
! 	}
! a.catalogue:hover {
! 	background-color: #ad11ad;
! 	color: #000000;
! 	text-decoration: none;
! 	font-weight: normal;
! 	font-weight: bold;
! 	margin:0;
! 	}
! a.members {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.members:hover {
! 	background-color: #86c268;
! 	color: #000000;
! 	text-decoration: none;
! 	font-weight: bold;
! 	}
! 
! a.acquisition:hover {
! 	background-color: #ffdf61;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! a.acquisition {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.reports {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color: #777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.reports:hover {
! 	background-color: #6b7cbe;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! a.circulation {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color: #777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.circulation:hover {
! 	background-color: #be6170;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! a.parameters {
! 	background-color: #86c268;
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color: #FFFFFF;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.parameters:hover {
! 	background-color: #86c268;
! 	color: #FFFFFF;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! </style>
! 
! <!------------------------MENUS-------------------------------->
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="45">
! 	<td valign="bottom" align="left">
! 		<table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
! 		<tr>
! 			<td>
! 			<div id="menubar">
! 			<table cellpadding=0 cellspacing=0  border=0 height=29 width=85%>
! 				<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">Cat&aacute;logo</a>
!                   </td>
! 
!                   <td> <a class="members" href="/cgi-bin/koha/members-home.pl">Usuarios</a></td>
! 					
!                   <td> <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Adqusiciones</a></td>
! 					<td>
! 						<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
! 					</td>
! 					
!                   <td> <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulaci&oacute;n</a></td>
! 					
!                   <td> <a class="reports" href="/cgi-bin/koha/reports-home.pl">Informes</a></td>
! 					
!                   <td> <a class="parameters" href="/cgi-bin/koha/admin-home.pl" alt="Parametros">Par&aacute;metros</a></td>
! 					
!                   <td> <a class="parameters" href="/cgi-bin/koha/about.pl">Acerca</a></td>
! 				</TR>
! 			</TABLE>
! 			</div>
! 		</td></tr></table>
! 	</TD>
! </tr>
! </table>
! <BLOCKQUOTE>
! <TMPL_IF NAME="loggedinuser">
!     
!   <p align=left>Registrado como: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Salir</a>]</p>
! <TMPL_ELSE>
!     
!   <p align=left><a href=/cgi-bin/koha/opac-user.pl>Ingresar</a> a Koha</p>
! </TMPL_IF>
! </blockquote>

Index: reports-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/es/includes/reports-bottom.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** reports-bottom.inc	2 Dec 2002 08:51:41 -0000	1.1
--- reports-bottom.inc	3 Jun 2003 21:41:15 -0000	1.2
***************
*** 1,7 ****
  <br clear=all>
! <p> &nbsp; </p>
  
  
- </BLOCKQUOTE>
  
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
--- 1,7 ----
  <br clear=all>
! <p>&nbsp;  </p>
! 
  
  
  
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
***************
*** 10,23 ****
  
  <CENTER>
! <FONT SIZE=2  face="arial, helvetica">
! <A HREF="/cgi-bin/koha/mainpage.pl">Inicio</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulación</a> ||
! <A HREF="/cgi-bin/koha/catalogue-home.pl">Catalogo</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Socios</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Adquisiciones</a> ||
! <A HREF="/reports/">Informes</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Parámetros del Sistema</a> ||
! <A HREF="/help/">Ayuda</a>
! </FONT>
  </CENTER>
  </BODY>
--- 10,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">Circulaci&oacute;n</a> || <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Cat&aacute;logo</a> 
!   || <A HREF="/cgi-bin/koha/members-home.pl">Usuarios</a> || <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Adquisiciones</a> 
!   || <A HREF="/cgi-bin/koha/reports-home.pl">Informes</a> || <A HREF="/cgi-bin/koha/admin-home.pl">Par&aacute;metros 
!   del Sistema</a> || <A HREF="/help/">Ayuda</a> </FONT> 
  </CENTER>
  </BODY>

Index: reports-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/es/includes/reports-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** reports-top.inc	2 Dec 2002 08:51:41 -0000	1.1
--- reports-top.inc	3 Jun 2003 21:41:15 -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: Informes</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">Menú Principal</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="Catálogo" 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="Socios" 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="Adquisiciones"   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="Informes"  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="Circulación" 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="Inicio" coords="374,9,419,29" href="/cgi-bin/koha/mainpage.pl" onMouseOver="if(document.images)document.menu.src='/images/rep-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
- <area shape="default" nohref>
- </map>
- 
- 
  <BLOCKQUOTE>
--- 1,181 ----
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! 
  <html>
  <head>
  <title>KOHA: INTRANET: Informes</title>
  </head>
  <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
  marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
! <style>
! #menubar {
! 	border-top:1px solid #666;
! }
! .koha {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	text-align:center;
! 	background-image:url("<TMPL_VAR name="themelang">/images/background-mem.gif");
! 	}
! 
! a.home {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.home:hover {
! 	background-color: #339933;
! 	color: #000000;
! 	text-decoration: none;
! 	font-weight: normal;
! 	font-weight: bold;
! 	}
! a.catalogue {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	margin:0;
! 	}
! a.catalogue:hover {
! 	background-color: #ad11ad;
! 	color: #000000;
! 	text-decoration: none;
! 	font-weight: normal;
! 	font-weight: bold;
! 	margin:0;
! 	}
! a.members {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.members:hover {
! 	background-color: #86c268;
! 	color: #000000;
! 	text-decoration: none;
! 	font-weight: bold;
! 	}
! 
! a.acquisition {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.acquisition:hover {
! 	background-color: #ffdf61;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! 
! a.reports {
! 	font-weight: normal;
! 	background-color: #6b7cbe;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#FFFFFF;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.reports:hover {
! 	background-color: #6b7cbe;
! 	color: #FFFFFF;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! a.circulation {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.circulation:hover {
! 	background-color: #be6170;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! 
! a.parameters {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#777777;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.parameters:hover {
! 	background-color: #86c268;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! </style>
  
  <!------------------------MENUS-------------------------------->
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="45">
! 	<td valign="bottom" align="left">
! 		<table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
! 		<tr>
! 			<td>
! 			<div id="menubar">
! 			<table cellpadding=0 cellspacing=0  border=0 height=29 width=85%>
! 				<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">Cat&aacute;logo</a>
!                   </td>
! 					
!                   <td> <a class="members" href="/cgi-bin/koha/members-home.pl">Usuarios</a></td>
! 					
!                   <td> <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Adquisiciones</a></td>
! 					<td>
! 						<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
! 					</td>
! 					
!                   <td> <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulaci&oacute;n</a></td>
! 					
!                   <td> <a class="reports" href="/cgi-bin/koha/reports-home.pl">Informes</a></td>
! 					
!                   <td> <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Par&aacute;metros</a></td>
! 					
!                   <td> <a class="parameters" href="/cgi-bin/koha/about.pl">Acerca 
!                     de </a></td>
! 				</TR>
! 			</TABLE>
! 			</div>
! 		</td></tr></table>
! 	</TD>
  </tr>
  </table>
  <BLOCKQUOTE>
+ <TMPL_IF NAME="loggedinuser">
+     
+   <p align=left>Registrado como: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Salir</a>]</p>
+ <TMPL_ELSE>
+     
+   <p align=left><a href=/cgi-bin/koha/opac-user.pl>Ingresar</a> a Koha</p>
+ </TMPL_IF>
+ </blockquote>





More information about the Koha-cvs mailing list