[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en opac-search.tmpl,1.9,1.10

Paul POULAIN tipaul at users.sourceforge.net
Thu Apr 24 20:25:30 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en
In directory sc8-pr-cvs1:/tmp/cvs-serv25428/koha-tmpl/opac-tmpl/default/en

Modified Files:
	opac-search.tmpl 
Log Message:
fix for #193

Index: opac-search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en/opac-search.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** opac-search.tmpl	3 Feb 2003 01:58:55 -0000	1.9
--- opac-search.tmpl	24 Apr 2003 18:25:25 -0000	1.10
***************
*** 1,68 ****
! <TMPL_INCLUDE NAME="opac-top.inc">
! 
! <TMPL_IF NAME="loggedinuser">
!     <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/opac-user.pl>Members Home</a>][<a href=/cgi-bin/koha/opac-main.pl?logout.x=1>Log Out</a>]</p>
! <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
! </TMPL_IF>
! 
! 
! <CENTER>
! <FORM ACTION="/cgi-bin/koha/opac-searchresults.pl" method=get>
! <TABLE >
! 
! <tr valign=top>
! <TD></td><td></td><td><INPUT TYPE="image"  src="<TMPL_VAR NAME='themelang'>/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>
! </TD></TR>
! 
! <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> 
! <TD>Author</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="author"></TD></TR>
! 
! <TR VALIGN=TOP> 
! <TD>Illustrator</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="illustrator"></TD></TR>
! 
! <TR VALIGN=TOP>
! <TD>Subject</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="subject"></TD></TR>
! 
! <td>Class</td>
!   <td>
!     <select size="1"  name="class">
!     <option value="">Any
!     <!-- fetch class list -->
!     <TMPL_VAR name="classlist">
!     <!--#include virtual="/includes/cat-class-list.inc" -->
!     </select>
!  </td>
! </tr>
! 
! <!-- <TD>Pub Date (before)</TD> <TD><INPUT TYPE="text"  SIZE="8"   NAME="date-before"> &nbsp; &nbsp; (after) <INPUT TYPE="text"  SIZE="8"   NAME="date-after"></TD></TR>
! -->
! <TR VALIGN=TOP>
! <TD>Barcode</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="itemnumber"></TD></TR>
! 
! <!-- <TR VALIGN=TOP>
! <TD>ISBN</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="isbn"></TD></TR>
! -->
! </TR>
! 
! <TR VALIGN=TOP>
! <td></td>
! <TD><font size=4 face="arial,helvetica">
! <INPUT TYPE="reset"  value="Clear All Fields"></font></td></tr>
! 
! </TABLE>
! </FORM>
! </CENTER>
! 
! 
! <TMPL_INCLUDE NAME="opac-bottom.inc">
--- 1,89 ----
! <TMPL_INCLUDE NAME="opac-top.inc">
! 
! <TMPL_IF NAME="loggedinuser">
!     <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/opac-user.pl>Members Home</a>][<a href=/cgi-bin/koha/opac-main.pl?logout.x=1>Log Out</a>]</p>
! <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
! </TMPL_IF>
! 
! 
! <CENTER>
! <FORM ACTION="/cgi-bin/koha/opac-searchresults.pl" method=get>
! <TABLE >
! 
! <tr valign=top>
! 	<TD></td>
! 	<td></td>
! 	<td><INPUT TYPE="image"  src="<TMPL_VAR NAME='themelang'>/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>
! 	<td></TD>
! </TR>
! 
! <TR VALIGN=TOP>
! 	<TD colspan=3><B>OR one or more from :</B></TD>
! <td></TD></TR>
! 
! <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>
! 	<TD>Author</TD>
! 	<TD><INPUT TYPE="text"  SIZE="25"   NAME="author"></TD>
! 	<td></td>
! </TR>
! 
! <TR VALIGN=TOP>
! 	<TD>Illustrator</TD>
! 	<TD><INPUT TYPE="text"  SIZE="25"   NAME="illustrator"></TD>
! 	<td></td>
! </TR>
! 
! <TR VALIGN=TOP>
! 	<TD>Subject</TD>
! 	<TD><INPUT TYPE="text"  SIZE="25"   NAME="subject"></TD>
! 	<td></td>
! </TR>
! 
! <tr>
! <td>Class</td>
! 	<td>
! 	<select size="1"  name="class">
! 	<option value="">Any
! 	<!-- fetch class list -->
! 	<TMPL_VAR name="classlist">
! 	<!--#include virtual="/includes/cat-class-list.inc" -->
! 	</select>
! 	</td>
! 	<td></td>
! </tr>
! 
! <TR VALIGN=TOP>
! 	<TD>Barcode</TD>
! 	<TD><INPUT TYPE="text"  SIZE="25"   NAME="itemnumber"></TD>
! 	<td></td>
! </TR>
! 
! <TR VALIGN=TOP>
! 	<td></td>
! 	<TD><font size=4 face="arial,helvetica"><INPUT TYPE="reset"  value="Clear All Fields"></font></td>
! 	<td></td>
! </tr>
! 
! <TR VALIGN=TOP>
! 	<TD colspan=3>Note that if you enter a value in Keyword and a value somewhere else, only keyword will be used</TD>
! </TD></TR>
! 
! </TABLE>
! 
! </FORM>
! </CENTER>
! 
! 
! <TMPL_INCLUDE NAME="opac-bottom.inc">





More information about the Koha-cvs mailing list