[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en opac-search.tmpl,1.1
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en opac-search.tmpl,1.14.2.1,1.14.2.2 |
Date: |
Wed, 07 Jan 2004 12:39:56 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en
In directory sc8-pr-cvs1:/tmp/cvs-serv10711/koha-tmpl/opac-tmpl/default/en
Modified Files:
Tag: rel_2_0
opac-search.tmpl
Log Message:
Modified HTML to move towards validity (quoted attributes, close tags, etc)
Index: opac-search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en/opac-search.tmpl,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -C2 -r1.14.2.1 -r1.14.2.2
*** opac-search.tmpl 22 Dec 2003 09:17:02 -0000 1.14.2.1
--- opac-search.tmpl 7 Jan 2004 20:39:54 -0000 1.14.2.2
***************
*** 1,51 ****
<!-- TMPL_INCLUDE NAME="opac-top.inc" -->
! <CENTER>
! <FORM ACTION="/cgi-bin/koha/opac-searchresults.pl" method=get>
! <TABLE >
!
!
! <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 :</B></TD>
! <td></TD></TR>
! <TR VALIGN=TOP>
! <TD>Subject</TD>
! <TD><INPUT TYPE="text" SIZE="25" NAME="subject"></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>
<td>Class</td>
! <td>
<select size="1" name="class">
! <option value="">Any
<!-- fetch class list -->
<!-- TMPL_VAR name="classlist" -->
--- 1,46 ----
<!-- TMPL_INCLUDE NAME="opac-top.inc" -->
! <form action="/cgi-bin/koha/opac-searchresults.pl" method=get>
! <table border="0" align="center">
!
!
! <tr>
! <td>Keywords</td>
! <td colspan="2"><input type="text" size="25" name="keyword"></td>
! </tr>
!
! <tr>
! <td colspan="3"><b>OR :</b></td>
! </tr>
! <tr>
! <td>Subject</td>
! <td colspan="2"><input type="text" size="25" name="subject"></td>
! </tr>
!
! <tr>
! <td colspan="3"><b>OR one or more from :</b></td>
! </tr>
!
! <tr>
! <td>Title</td>
! <td><input type="text" size="25" name="title"></td>
! <td><input type="radio" name="ttype" value="normal"
checked="checked">Normal<input type="radio" name="ttype"
value="exact">Exact</td>
! </tr>
!
! <tr>
! <td>Author</td>
! <td colspan="2"><input type="text" size="25" name="author"></td>
! </tr>
!
! <tr>
! <td>Illustrator</td>
! <td colspan="2"><input type="text" size="25" name="illustrator"></td>
! </tr>
<tr>
<td>Class</td>
! <td colspan="2">
<select size="1" name="class">
! <option value="">Any</option>
<!-- fetch class list -->
<!-- TMPL_VAR name="classlist" -->
***************
*** 53,80 ****
</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><input type="submit" value="OK Start Search"></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>
--- 48,70 ----
</select>
</td>
</tr>
! <tr>
! <td>Barcode</td>
! <td colspan="2"><input type="text" size="25" name="itemnumber"></td>
! </tr>
+ <tr>
<td><input type="submit" value="OK Start Search"></td>
! <td colspan="2"><input type="reset" value="Clear All Fields"></td>
</tr>
! <tr>
! <td colspan="3">Note that if you enter a value in Keyword and a value
somewhere else, only keyword will be used</td>
! </tr>
! </table>
! </form>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en opac-search.tmpl,1.14.2.1,1.14.2.2,
Owen Leonard <=