koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue catalo


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue catalogue-home.tmpl,1.2,1.3 MARCdetail.tmpl,1.7,1.8
Date: Mon, 10 Mar 2003 07:17:15 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue
In directory 
sc8-pr-cvs1:/tmp/cvs-serv15787/koha-tmpl/intranet-tmpl/default/en/catalogue

Modified Files:
        catalogue-home.tmpl MARCdetail.tmpl 
Log Message:
* graphic bugfixes
* minor improvement

Index: catalogue-home.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/catalogue-home.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** catalogue-home.tmpl 2 Feb 2003 04:59:39 -0000       1.2
--- catalogue-home.tmpl 10 Mar 2003 15:17:13 -0000      1.3
***************
*** 15,95 ****
  <FONT SIZE=6><em>Catalogue Search</em></FONT>
  
- <div align=right>
- <input type="hidden" name="type" value="intra">
- <INPUT TYPE="image"  alt="Start Search" src="/images/ok-start-search.gif"  
WIDTH=187  HEIGHT=42 BORDER=0 > 
- </div>
  <CENTER>
  
  <TABLE align="left" width="40%" cellspacing=0 cellpadding=5 border=0 >
! 
! <TR VALIGN=TOP>
! <TD>Barcode</TD> <TD><INPUT TYPE="text"  SIZE="25"   
NAME="itemnumber"></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>
! 
! 
! <TR VALIGN=TOP>
! <TD  bgcolor="99cc33" background="/images/background-mem.gif" 
colspan=2><b>HELP</b><br>
! <b>Searching:</b>Using more fields for your search (eg Keyword + author + 
class) will slow it down.<p>
! <b><a href=/cgi-bin/koha/maint/catmaintain.pl target=window0>Catalogue
! Maintenance:</a></b> To  add a <b>new</b> biblio or item go to 
! <a 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">acquisitions</a>.<p>
! To <b>request, modify or delete</b> a biblio or item  first search for it 
here.
!    </TR>
  </table>
  
  
  
! <TABLE >
! <TR VALIGN=TOP>
! <TD>Keywords</TD> <TD><INPUT TYPE="text"  SIZE="25"   
NAME="keyword"></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>Dewey</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="dewey"></TD></TR>
! 
! <TR VALIGN=TOP>
! <TD>Class</TD>
!   <td>
!   <select name="class" size="1">
!   <option value="">Any
!   <TMPL_VAR name="classlist">
!   </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>
! 
! 
! <TR VALIGN=TOP>
! <TD>Subject</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="subject"></TD></TR>
! <TD></TD> <TD><INPUT TYPE="reset"  VALUE= "Clear Fields">
! 
! 
! 
! </TD></TR></TABLE>
! </FORM>
! <p>
! <a href=/cgi-bin/koha/shelves.pl>Virtual Bookshelves</a>
! </CENTER>
! 
  <!--#include virtual="/includes/cat-bottom.inc" -->
  
--- 15,117 ----
  <FONT SIZE=6><em>Catalogue Search</em></FONT>
  
  <CENTER>
  
  <TABLE align="left" width="40%" cellspacing=0 cellpadding=5 border=0 >
!       <TR VALIGN=TOP>
!               <TD>Barcode</TD>
!               <TD><INPUT TYPE="text"  SIZE="25"   NAME="itemnumber"></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>
!       <TR VALIGN=TOP>
!               <TD  bgcolor="99cc33" background="/images/background-mem.gif" 
colspan=2>
!                       <b>HELP</b><br>
!                       <b>Searching:</b>Using more fields for your search (eg 
Keyword + author + class) will slow it down.<p>
!                       <b><a href=/cgi-bin/koha/maint/catmaintain.pl 
target=window0>Catalogue
!                       Maintenance:</a></b> To  add a <b>new</b> biblio or 
item go to
!                       <a 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">acquisitions</a>.<p>
!                       To <b>request, modify or delete</b> a biblio or item  
first search for it here.
!               </td>
!       </TR>
  </table>
  
  
  
! <TABLE border=0>
!       <TR VALIGN=TOP>
!               <TD>Keywords</TD>
!               <TD><INPUT TYPE="text"  SIZE="25"   NAME="keyword"></TD>
!       </TR>
!       <TR VALIGN=TOP>
!               <TD>Title</TD>
!               <TD><INPUT TYPE="text"  SIZE="25" NAME="title"></TD>
!               <td rowspan=2>
!                       <input type=radio name=ttype value=normal 
checked>Normal<br/>
!                       <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>Dewey</TD><TD><INPUT TYPE="text"  SIZE="25"   
NAME="dewey"></TD>
!       </TR>
! 
!       <TR VALIGN=TOP>
!       <TD>Class</TD>
!               <td>
!                       <select name="class" size="1">
!                       <option value="">Any
!                       <TMPL_VAR name="classlist">
!                       </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>
! 
!       <TR VALIGN=TOP>
!               <TD>Subject</TD>
!               <TD><INPUT TYPE="text"  SIZE="25"   NAME="subject"></TD>
!       </TR>
!       <tr>
!               <TD colspan=3>
!                       <table width="100%" cellpadding=0 cellspacing=0>
!                               <tr align="center">
!                                       <td>
!                                               <input type="hidden" 
name="type" value="intra">
!                                               <INPUT TYPE="image"  alt="Start 
Search" src="<TMPL_VAR name="interface">/<TMPL_VAR 
name="theme">/images/2rightarrow.png" BORDER=0 >
!                                       </td>
!                                       <td>
!                                               <INPUT TYPE="reset"  VALUE= 
"Clear">
!                                       </td>
!                                       <td>
!                                               <a 
href=/cgi-bin/koha/shelves.pl>Virtual Bookshelves</a>
!                                       </td>
!                               </tr>
!                       </table>
!               </TD>
!       </TR>
! </TABLE>
!       </FORM>
!       <p>
!       </CENTER>
  <!--#include virtual="/includes/cat-bottom.inc" -->
  

Index: MARCdetail.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/MARCdetail.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** MARCdetail.tmpl     7 Mar 2003 16:37:40 -0000       1.7
--- MARCdetail.tmpl     10 Mar 2003 15:17:13 -0000      1.8
***************
*** 57,61 ****
      <table width=100%  cellspacing=0 cellpadding=5 border=0>
        <TMPL_LOOP name="0XX">
!       <tr background="/images/background-mem.gif"><td colspan=4><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>
--- 57,61 ----
      <table width=100%  cellspacing=0 cellpadding=5 border=0>
        <TMPL_LOOP name="0XX">
!       <tr background="<TMPL_VAR 
name="themelang">/images/background-mem.gif"><td colspan=4><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>




reply via email to

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