[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-devel] CVS: koha-html/opac-html/cat index.html,1.3,1.4
From: |
Roger Buck |
Subject: |
[Koha-devel] CVS: koha-html/opac-html/cat index.html,1.3,1.4 |
Date: |
Sat Apr 20 22:41:02 2002 |
Update of /cvsroot/koha/koha-html/opac-html/cat
In directory usw-pr-cvs1:/tmp/cvs-serv5189
Modified Files:
index.html
Log Message:
Removed hard coded class list to new file: /includes/cat-class-list.inc
Index: index.html
===================================================================
RCS file: /cvsroot/koha/koha-html/opac-html/cat/index.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** index.html 21 Nov 2001 04:34:45 -0000 1.3
--- index.html 21 Apr 2002 05:40:15 -0000 1.4
***************
*** 1,4 ****
! <!--#include virtual="/includes/opac-top.inc"-->
! <!--updated by address@hidden 3/1/2000-->
<CENTER>
<FORM ACTION="/cgi-bin/koha/search.pl" method=post>
--- 1,6 ----
! <!-- #include virtual="/includes/opac-top.inc" -->
! <!-- updated by address@hidden 3/1/2000 -->
! <!-- updated by address@hidden 21/04/2002 -->
!
<CENTER>
<FORM ACTION="/cgi-bin/koha/search.pl" method=post>
***************
*** 12,18 ****
<TD>Keywords</TD> <TD><INPUT TYPE="text" SIZE="25" NAME="keyword"></TD>
-
-
-
</TD></TR>
<TR VALIGN=TOP>
--- 14,17 ----
***************
*** 28,58 ****
<TD>Subject</TD> <TD><INPUT TYPE="text" SIZE="25" NAME="subject"></TD></TR>
!
!
! <TR VALIGN=TOP>
! <TD>Class</TD> <TD><select SIZE="1" NAME="class">
! <option value="">Any
! <option value="CD">CD Roms
! <option value="c">Children
! <option value="Fiction">Fiction
! <option value="lp">Large Print
! <option value="nf">Non Fiction
! <option value="p">Posters & Art Works
! <option value="ref">Reference
! <option value="tb">Talking Books
! <option value="VID">Video
! <option value="ya">Young Adult
! </select>
!
! </TD>
! </TR>
!
!
! <!--<TD>Pub Date (before)</TD> <TD><INPUT TYPE="text" SIZE="8"
NAME="date-before"> (after) <INPUT TYPE="text" SIZE="8"
NAME="date-after"></TD></TR>
-->
<TR VALIGN=TOP>
<TD>Item Number</TD> <TD><INPUT TYPE="text" SIZE="25"
NAME="item"></TD></TR>
! <!--<TR VALIGN=TOP>
<TD>ISBN</TD> <TD><INPUT TYPE="text" SIZE="25" NAME="isbn"></TD></TR>
-->
--- 27,46 ----
<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 -->
+ <!--#include virtual="/includes/cat-class-list.inc" -->
+ </select>
+ </td>
+ </tr>
! <!-- <TD>Pub Date (before)</TD> <TD><INPUT TYPE="text" SIZE="8"
NAME="date-before"> (after) <INPUT TYPE="text" SIZE="8"
NAME="date-after"></TD></TR>
-->
<TR VALIGN=TOP>
<TD>Item Number</TD> <TD><INPUT TYPE="text" SIZE="25"
NAME="item"></TD></TR>
!
! <!-- <TR VALIGN=TOP>
<TD>ISBN</TD> <TD><INPUT TYPE="text" SIZE="25" NAME="isbn"></TD></TR>
-->
***************
*** 67,69 ****
</FORM>
</CENTER>
! <!--#include virtual="/includes/opac-bottom.inc"-->
--- 55,59 ----
</FORM>
</CENTER>
!
! <!--#include virtual="/includes/opac-bottom.inc" -->
!
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-devel] CVS: koha-html/opac-html/cat index.html,1.3,1.4,
Roger Buck <=