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,NONE,1.1
Date: Thu, 10 Oct 2002 09:17:11 -0700

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

Added Files:
        catalogue-home.tmpl 
Log Message:
merging 1.2 and bugfixes for auth, login and templating : admin, members and 
reports home pages

--- NEW FILE ---
<TMPL_IF name="opac">
        <TMPL_INCLUDE NAME="opac-top.inc">
<TMPL_ELSE>
        <TMPL_INCLUDE NAME="cat-top.inc">
</TMPL_IF>

<TMPL_IF NAME="loggedinuser">
        <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a 
href=/cgi-bin/koha/logout.pl>Log Out</a>]</p>
<TMPL_ELSE>
    <p align=left><a href=/cgi-bin/koha/userpage.pl>Log In</a> to Koha</p>
</TMPL_IF>
<!-- ----------------------- MAIN BODY OF PAGE ------------------------ -->
<FORM ACTION="/cgi-bin/koha/search.pl" method=post>

<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>Item Number</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" -->





reply via email to

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