koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/unido/en opac-search.tmpl,NONE,


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/unido/en opac-search.tmpl,NONE,1.1
Date: Tue, 17 Jun 2003 03:00:05 -0700

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

Added Files:
        opac-search.tmpl 
Log Message:
extending the opac search terms to match the intranet (exceot branch)


--- NEW FILE ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" 
"http://www.w3.org/TR/REC-html40/loose.dtd";>
<html>
<!--

design and HTML by address@hidden, 
templating by address@hidden

SEARCH

This is the part of the "vanilla" theme put together by Katipo Communications 
for general distribution with Koha. 

Add links to other searches etc to this page.

If you don't wish people to search by these fields, or want to add others then 
this is the place to do it.

If you see strange tags and comments you don't understand they may be out of 
Kea our content management system. If you'd like to use Kea to change your 
template & website text please contact Katipo.

Cheers
R

12/1/03

-->
<html>
<head>
<title>Search The Catalogue</title>
<link rel="stylesheet" href="<TMPL_VAR 
NAME='themelang'>/includes/vanilla-main.css" type="text/css" />

<script type="text/javascript" language="javascript">
<TMPL_INCLUDE NAME="script.js">
</script>
</head>
<body marginheight="0" marginwidth="0">

<!--START TOP TABLE-->
<TMPL_INCLUDE NAME="vanilla-search-menu.inc">


<!--START MAIN TABLE AND LEFT NAVIGATION-->
<TMPL_INCLUDE NAME="vanilla-left-nav.inc">

<!--SEARCH FORM-->
<TMPL_INCLUDE NAME="vanilla-cat-search.inc">
<!--END LEFT NAV, START CRUMBS-->
<TMPL_INCLUDE NAME="vanilla-crumb-start.inc">   
<a href="/">Home</a> &gt;<a href='/cgi-bin/koha/opac-search.pl'>Search</a>
<!--END CRUMBS-->
<TMPL_INCLUDE NAME="vanilla-crumb-end.inc">
<!--CONTENT-->

<h1>Search the Catalogue</h1>

<FORM ACTION="/cgi-bin/koha/opac-searchresults.pl" method=post>
<TABLE cellpadding=0 cellspacing=5 border=0>

<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>Keywords</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="keyword"></TD></TR>

<TR VALIGN=TOP>
<TD>Class</TD> <TD><select   SIZE="1"   NAME="class">
        <option value="">Any
        <!-- fetch class list -->
        <TMPL_VAR name="classlist">
</select>
        
</TD>
</TR>


<TR><td>
                Langage</TD><td>
                <SELECT NAME="language">
                <OPTION VALUE="" SELECTED>Any</OPTION>
                </SELECT></td>
        </tr>
                                        
                                        
        <tr>
                <TD>Published After (Year)</TD> 
                <TD><INPUT TYPE="text" NAME="date-after"></TD>
        </TR>
        
        <tr>
                <TD>Published Before (Year)</TD> 
                <TD><INPUT TYPE="text"  NAME="date-before"></TD>
        </TR>

        <TR>
                <TD>Dewey/UDC number</TD>
                <TD><INPUT TYPE=TEXT NAME="dewey"></TD>
        </TR>

<tr valign=top><td></td>
<td><input type="submit" value="OK Start Search" SIZE="15" class="submit">
</td></tr>
<tr valign=top>
<td colspan=3><IMG SRC="<TMPL_VAR NAME='themelang'>/images/holder.gif" 
WIDTH="10" HEIGHT="5" BORDER="0" ALT="">
</td></tr>


<TR VALIGN=TOP>
<TD colspan=3><H3>Search by List of Subjects</H3></TD> </TR>

<TR VALIGN=TOP>
<TD>Subject</TD>

<TD><INPUT TYPE="text"  SIZE="25"   NAME="subject"></TD>
<td><input type="submit" value="OK" SIZE="2" class="submit"><IMG SRC="<TMPL_VAR 
NAME='themelang'>/images/holder.gif" WIDTH="10" HEIGHT="5" BORDER="0" 
align="right" ALT=""></td></TR>
<tr valign=top>
<td colspan=3><IMG SRC="<TMPL_VAR NAME='themelang'>/images/holder.gif" 
WIDTH="10" HEIGHT="5" BORDER="0" ALT="">
</td></tr>
<TR VALIGN=TOP>
<TD><H3>Search by Specific Item</H3></TD></TR>

<TR VALIGN=TOP>
<TD>Item Number</TD>
<TD><INPUT TYPE="text"  SIZE="25"   NAME="itemnumber"></TD>
<td><input type="submit" value="OK" SIZE="2"   class="green-box"><IMG 
SRC="<TMPL_VAR NAME='themelang'>/images/holder.gif" WIDTH="10" HEIGHT="5" 
BORDER="0" align="right" ALT=""></td></TR>

</TR>
<TR VALIGN=TOP>
<td></td>
<TD><font size=4 face="arial,helvetica">
<INPUT TYPE="reset"  value="Reset" SIZE="10" class="reset"></font></td></tr>

</TABLE>
</FORM>

<TABLE cellpadding=5 cellspacing=5 border=0>

</TABLE>



<!--BOTTOM NAVIGATION - ALL-->
<TMPL_INCLUDE NAME="vanilla-botnav-all.inc">

<!--END MAIN TABLE-->
<TMPL_INCLUDE NAME="vanilla-end-main.inc">
</body>
</html>



reply via email to

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