koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-devel] CVS: koha-html/intranet-html/catalogue index.html,1.4,1.5


From: Roger Buck
Subject: [Koha-devel] CVS: koha-html/intranet-html/catalogue index.html,1.4,1.5
Date: Sat Apr 20 22:39:02 2002

Update of /cvsroot/koha/koha-html/intranet-html/catalogue
In directory usw-pr-cvs1:/tmp/cvs-serv4783

Modified Files:
        index.html 
Log Message:
Removed hard coded class list - now fetched from new file: cat-class-list.inc


Index: index.html
===================================================================
RCS file: /cvsroot/koha/koha-html/intranet-html/catalogue/index.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** index.html  20 Mar 2002 10:01:15 -0000      1.4
--- index.html  21 Apr 2002 05:38:04 -0000      1.5
***************
*** 1,7 ****
! <!--#include virtual="/includes/cat-top.inc"-->
  
! <!--updated by address@hidden 11:05 26/01/00-->
  
! <!-------------------------MAIN BODY OF PAGE-------------------------->
  <FORM ACTION="/cgi-bin/koha/search.pl" method=post>
  
--- 1,8 ----
! <!-- updated by address@hidden 11:05 26/01/00 -->
! <!-- updated by address@hidden 15:00 21/04/02 -->
  
! <!--#include virtual="/includes/cat-top.inc" -->
  
! <!-- ----------------------- MAIN BODY OF PAGE ------------------------ -->
  <FORM ACTION="/cgi-bin/koha/search.pl" method=post>
  
***************
*** 17,23 ****
  <TR VALIGN=TOP>
  <TD>Item Number</TD> <TD><INPUT TYPE="text"  SIZE="25"   
NAME="item"></td><td> <b> &nbsp; &nbsp; OR</b></TD></TR>
! <!--<TR VALIGN=TOP>
  <TD>ISBN</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="isbn"></TD></TR>
! -->
  <TR VALIGN=TOP>
  <TD colspan=2 > &nbsp;</td></TR>
--- 18,24 ----
  <TR VALIGN=TOP>
  <TD>Item Number</TD> <TD><INPUT TYPE="text"  SIZE="25"   
NAME="item"></td><td> <b> &nbsp; &nbsp; OR</b></TD></TR>
! <!-- <TR VALIGN=TOP>
  <TD>ISBN</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="isbn"></TD></TR>
!  -->
  <TR VALIGN=TOP>
  <TD colspan=2 > &nbsp;</td></TR>
***************
*** 51,78 ****
  
  <TR VALIGN=TOP>
! <TD>Class</TD> <TD><select   SIZE="1"   NAME="class">
!       <option value="">Any
!       <option value="E">Easy / Picture Books
!       <option value="ER">Easy Reader  
!       <option value="JNF">Junior Non-Fiction
!       <option value="JF">Junior Fiction
!       <option value="TREF">Teacher Reference
!       <option value="FYA">Young Adult Fiction 
!         <option value="REF">Reference Books
!       <option value="F">Fiction
!       <option value="NF">Non-Fiction
!       <option value="CD">Compact Disc
! <!--  <option value="E|ER">Easy Books-->
! </select>
!       
! </TD></TR>
! <!--<TR VALIGN=TOP>
  <td>Branch</td><td><select name=branch>
  <option value="F">Foxton
  </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><b>OR</b></TD></TR>
--- 52,72 ----
  
  <TR VALIGN=TOP>
! <TD>Class</TD>
!   <td>
!   <select name="class" size="1">
!   <option value="">Any
!   <!-- fetch class list -->
!   <!--#include virtual="/includes/cat-class-list.inc" -->
!   </select>
!   </td>
! </tr>
! <!-- <TR VALIGN=TOP>
  <td>Branch</td><td><select name=branch>
  <option value="F">Foxton
  </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><b>OR</b></TD></TR>
***************
*** 91,93 ****
  </CENTER>
  
! <!--#include virtual="/includes/cat-bottom.inc"-->
--- 85,88 ----
  </CENTER>
  
! <!--#include virtual="/includes/cat-bottom.inc" -->
! 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]