[Koha-devel] CVS: koha-html/opac-html/cat index.html,1.2,1.3

Chris Cormack rangi at users.sourceforge.net
Tue Nov 20 20:35:02 CET 2001


Update of /cvsroot/koha/koha-html/opac-html/cat
In directory usw-pr-cvs1:/tmp/cvs-serv6557

Modified Files:
	index.html 
Log Message:
Adding facility to do an exact title search (like on the librarians interface)


Index: index.html
===================================================================
RCS file: /cvsroot/koha/koha-html/opac-html/cat/index.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** index.html	2001/10/05 20:14:06	1.2
--- index.html	2001/11/21 04:34:45	1.3
***************
*** 5,12 ****
  <input type=hidden name=type value=opac>
  <TABLE >
  <TR VALIGN=TOP>
  <TD>Keywords</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="keyword"></TD>
! <TD rowspan=4 ><INPUT TYPE="image"  src="../images/search-button.gif" alt="OK Start Search" width=164 height=44 border=0 >
! <p>
  
  
--- 5,15 ----
  <input type=hidden name=type value=opac>
  <TABLE >
+ 
+ <tr valign=top>
+ <TD></td><td></td><td><INPUT TYPE="image"  src="../images/search-button.gif" alt="OK Start Search" width=164 height=44 border=0 >
+ </td></tr>
  <TR VALIGN=TOP>
  <TD>Keywords</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="keyword"></TD>
! 
  
  
***************
*** 15,18 ****
--- 18,23 ----
  <TR VALIGN=TOP>
  <TD>Title</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="title"></TD>
+ <td><input type=radio name=ttype value=normal checked>Normal<input
+ type=radio name=ttype value=exact>Exact</td>
  </TR>
  <TR VALIGN=TOP> 





More information about the Koha-devel mailing list