[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/search.marc result.tmpl,1.3,1.4 search.tmpl,1.2,1.3

Paul POULAIN tipaul at users.sourceforge.net
Tue Mar 4 17:15:25 CET 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc
In directory sc8-pr-cvs1:/tmp/cvs-serv11298/koha-tmpl/intranet-tmpl/default/en/search.marc

Modified Files:
	result.tmpl search.tmpl 
Log Message:
MARC search fixes and improvements. Now, ALL searches are indexed and should be very fast with any statement.
a few improvments, and it will be useable even with a NON-MARC installation of koha.

Index: result.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/result.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** result.tmpl	27 Feb 2003 16:56:46 -0000	1.3
--- result.tmpl	4 Mar 2003 16:15:18 -0000	1.4
***************
*** 13,17 ****
  <center>
  
! <table border=0 cellspacing=0 cellpadding=2>
  <thead>
  	<tr
--- 13,17 ----
  <center>
  
! <table border=0 cellspacing=0 cellpadding=2 width="90%">
  <thead>
  	<tr
***************
*** 19,29 ****
  			bgcolor=#99cccc background=/images/background-opac.gif
  		<TMPL_ELSE>
! 			background="/images/background-mem.gif"
  		</TMPL_IF>
  	>
! <!--
! 		<th colspan=5>Result</th>
! -->
! 	<th>Biblio#</th>
  	<th>Author</th>
  	<th>Title</th>
--- 19,26 ----
  			bgcolor=#99cccc background=/images/background-opac.gif
  		<TMPL_ELSE>
! 			bgcolor="#ad11ad"
  		</TMPL_IF>
  	>
! 	<th>Biblio #</th>
  	<th>Author</th>
  	<th>Title</th>

Index: search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/search.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** search.tmpl	6 Feb 2003 07:04:57 -0000	1.2
--- search.tmpl	4 Mar 2003 16:15:20 -0000	1.3
***************
*** 18,24 ****
  		<tr
  		<TMPL_IF NAME="opac">
  				bgcolor="#99cccc" background="/images/background-opac.gif"
  			<TMPL_ELSE>
! 				background="/images/background-mem.gif"
  			</TMPL_IF>
  		>
--- 18,25 ----
  		<tr
  		<TMPL_IF NAME="opac">
+ 			bgcolor="#ad11ad"
  				bgcolor="#99cccc" background="/images/background-opac.gif"
  			<TMPL_ELSE>
! 				bgcolor="#ad11ad"
  			</TMPL_IF>
  		>
***************
*** 35,47 ****
  		<!-- 000000000000000000000000000000000000000000000000000000 -->
  		<tr>
- 			<td rowspan=3
- 				<TMPL_IF NAME="opac">
- 					bgcolor=#99cccc background=/images/background-opac.gif
- 				<TMPL_ELSE>
- 					background="/images/background-mem.gif"
- 				</TMPL_IF>
- 			align=center valign=center>
- 				<b>0</b>
- 			</td>
  			<td>
  				<input type=hidden name="and_or" value="">&nbsp;
--- 36,39 ----





More information about the Koha-cvs mailing list