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/default/en opac-account.tmpl,NO


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en opac-account.tmpl,NONE,1.2.2.1 opac-auth.tmpl,NONE,1.2.2.1 opac-detail.tmpl,NONE,1.4.2.1 opac-main.tmpl,NONE,1.4.2.1 opac-moredetail.tmpl,NONE,1.2.2.1 opac-reserve.tmpl,NONE,1.4.2.1 opac-search.tmpl,NONE,1.5.2.1 opac-searchresults.tmpl,NONE,1.7.2.1 opac-user.tmpl,NONE,1.5.2.1 opac-userupdate.tmpl,NONE,1.2.2.1 subject.tmpl,NONE,1.1.4.1
Date: Mon, 21 Oct 2002 10:05:10 -0700

Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en
In directory usw-pr-cvs1:/tmp/cvs-serv14964/koha-tmpl/opac-tmpl/default/en

Added Files:
      Tag: rel-1-2
        opac-account.tmpl opac-auth.tmpl opac-detail.tmpl 
        opac-main.tmpl opac-moredetail.tmpl opac-reserve.tmpl 
        opac-search.tmpl opac-searchresults.tmpl opac-user.tmpl 
        opac-userupdate.tmpl subject.tmpl 
Log Message:
Addign koha-tmpl directory to rel-1-2 branch


--- NEW FILE ---
<TMPL_INCLUDE NAME="members-top.inc">

<TMPL_LOOP NAME="BORROWER_INFO">
<FONT SIZE=6><em>Account for <TMPL_VAR NAME="firstname"> <TMPL_VAR 
NAME="surname"></em></FONT>
[<a href=/cgi-bin/koha/opac-user.pl>Home</a>][<a 
href=/cgi-bin/koha/opac-logout.pl>Log Out</a>]<p>
</TMPL_LOOP>
<center>
<p>
<TABLE  CELLSPACING=0 CELLPADDING=5 border=1>
<TR VALIGN=TOP>
<td  bgcolor="#99cccc" background='<TMPL_VAR 
NAME="themelang">/images/background-opac.gif' colspan=2><B>FINES & CHARGES</TD>
<td  bgcolor="#99cccc" background='<TMPL_VAR 
NAME="themelang">/images/background-opac.gif' colspan=1><B>AMOUNT</TD>
<td  bgcolor="#99cccc" background='<TMPL_VAR 
NAME="themelang">/images/background-opac.gif' colspan=1><B>STILL OWING</TD>
</TR>

<TMPL_LOOP NAME="ACCOUNT_LINES">
  <tr VALIGN=TOP  >
  <td><TMPL_VAR NAME="date"></td>
  <TD><TMPL_VAR NAME="description">
      <TMPL_IF NAME="print_title"><TMPL_VAR NAME="title"></TMPL_IF></td>

  <td><TMPL_VAR NAME="amount"></td>
  <TD><TMPL_VAR NAME="amountoutstanding"></td>
  </tr>
</TMPL_LOOP>

<tr VALIGN=TOP  >
<TD></td>
<TD colspan=2><b>Total Due</b></td>

<TD><b><TMPL_VAR NAME="total"></b></td>

</tr>
</table>
<br clear=all>
<p> &nbsp; </p>


<TMPL_INCLUDE NAME="opac-bottom.inc">

--- NEW FILE ---

<TMPL_IF NAME="nopermission">
<!-- This is what is displayed if user doesnt have permission -->
<h2>Sorry, KOHA doesnt think you have permission for this page.<h2>

</TMPL_IF>


<TMPL_IF NAME="loginprompt">
<!-- login prompt time-->

<center>
<h2><TMPL_VAR NAME="message"></h2>

<form action='<TMPL_VAR NAME="url">' method="post">
<TMPL_LOOP NAME="INPUTS">
  <input type="hidden" name='<TMPL_VAR NAME="name">' value='<TMPL_VAR 
NAME="value">'>
</TMPL_LOOP>
<table border="0" cellpadding="10" cellspacing="0" width="60%">
    <tr><td align="center" valign="top">

    <table border="0" bgcolor="#dddddd" cellpadding="10" cellspacing="0">
    <tr><th colspan="2" background="/images/background-mem.gif"><font 
size="+2">Koha Login</font></th></tr>
    <tr><td>Cardnumber:</td><td><input name="userid"></td></tr>
    <tr><td>Password:</td><td><input type=password name=password></td></tr>
    <tr><td colspan="2" align="center"><input type="submit" 
value="login"></td></tr>
    </table>
    </td><td align="center" valign="top">

    <table border="0" bgcolor="#dddddd" cellpadding="10" cellspacing="0">
    <tr><th background="/images/background-mem.gif"><font size="+2">Demo 
Information</font></th></tr>
    <td>
    This message will have to change in the live version! <br>

    Login as finlay : finlay or frank : frank to see what happens.
    or go and get yourself a password from the password link from the 
moremember page in the intradev. <br>

    Oh, and you can also login as superuser : koha :-)

    </td>
    </tr>
    </table>

    </td></tr>
</table>
</form>


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

<TMPL_IF NAME="loggedinuser">
    <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a 
href=/cgi-bin/koha/opac-user.pl>Members Home</a>][<a 
href=/cgi-bin/koha/opac-logout.pl>Log Out</a>]</p>
<TMPL_ELSE>
    <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
</TMPL_IF>

<TMPL_UNLESS NAME="norequests">
<p align=right><a href=/cgi-bin/koha/opac-reserve.pl?bib=<TMPL_VAR 
NAME="biblionumber" ESCAPE=URL>>Request</a></p>
</TMPL_UNLESS>



<TMPL_LOOP NAME="BIBLIO_RESULTS">
<font SIZE=6><em><TMPL_VAR NAME="title"> (<TMPL_VAR NAME="author">)
<TMPL_VAR NAME="class"></em></font><p>
<!-- FIXME - "callpadding" should be "cellpadding", right? -->
<table cellspacing="0" callpadding="5" border="1" align="left" width="220">
<!-----------------BIBLIO RECORD TABLE--------->
<tr valign="top">

<td bgcolor="#99cccc">
<b>BIBLIO RECORD</b>

<TMPL_VAR NAME="biblionumber">
</td>
</tr>
<tr valign="top">
<td>
<FONT SIZE=2  face="arial, helvetica">
<b>Subtitle:</b> <TMPL_VAR NAME="subtitle"><br>
<b>Author:</b> <TMPL_VAR NAME="author"><br>
<b>Subject:</b> <TMPL_VAR NAME="subject"><br>
<b>Copyright:</b> <TMPL_VAR NAME="copyrightdate"><br>
<b>Total Number of Items:</b> <TMPL_VAR NAME="count">
<p>
</font></td>
</tr>
</table>
</TMPL_LOOP>
<center>
<table border=0 cellspacing=0 cellpadding=2>
<tr bgcolor="#99cccc">
<td>Item Type</td>
<td>Class</td>
<td>Location</td>
<td>Date Due</td>
<td>Last Seen</td>
<td>Barcode</td>
</tr>
<TMPL_LOOP NAME="ITEM_RESULTS">
<tr>
<td><TMPL_VAR NAME="itemtype"></td>
<td><TMPL_VAR NAME="class"></td>
<td><TMPL_VAR NAME="branchname"></td>
<td><TMPL_VAR NAME="datedue"></td>
<td><TMPL_VAR NAME="datelastseen"></td>
<td><TMPL_VAR NAME="barcode"></td>
</tr>
</TMPL_LOOP>
<TMPL_LOOP NAME="WEB_RESULTS">
<tr>
<td><TMPL_VAR NAME="itemtype"></td>
<td>Website</td>
<td>Online</td>
<td>Available</td>
<td></td>
<td><TMPL_VAR NAME="url"></td>
</tr>
</TMPL_LOOP>
</table>
<p>
</center>
<br clear=all>
<p />
<TMPL_INCLUDE NAME="opac-bottom.inc">

--- NEW FILE ---
<HTML>
<TITLE>WELCOME TO THE  KOHA OPAC </TITLE>


<style type="text/css">
<!--
input{font-size:16px}
-->

</style>


</HEAD>

<BODY   onload="document.catsearch.keyword.focus()"
        BGCOLOR="#339999" 
        text="black" 
        link="white" 
        vlink="white" 
        alink="#663366" 
        leftmargin=0 
        topmargin=0
        marginheight=0
        marginwidth=0 >

<center>
<table cellspacing=0 cellpadding=0 border=0 >
        
  <tr valign=top >
        <td background="<TMPL_VAR 
NAME='themelang'>/images/front-background-med.gif"><img src="<TMPL_VAR 
NAME='themelang'>/images/holder.gif" 
        width=1 height=440 align=left alt=" " hspace=0 vspace=0><table
cellspacing=0 cellpadding=0 border=0 >
        
  <tr valign=top >
        <td background=" "><img src="<TMPL_VAR 
NAME='themelang'>/images/holder.gif" width=228 height=88 
        alt=" " hspace=0 vspace=0></td>
        <td background=" "><img src="<TMPL_VAR 
NAME='themelang'>/images/holder.gif" width=57 height=88 
        alt=" " hspace=0 vspace=0></td>
        <td background=" "><img src="<TMPL_VAR 
NAME='themelang'>/images/holder.gif" width=47 height=88 
        alt=" " hspace=0 vspace=0></td>
        <td background=" "><img src="<TMPL_VAR 
NAME='themelang'>/images/holder.gif" width=1 height=88 
        alt=" " hspace=0 vspace=0></td>
        <td background=" "><img src="<TMPL_VAR 
NAME='themelang'>/images/holder.gif" width=1 height=88 
        alt=" " hspace=0 vspace=0></td>
  </tr>

  <tr valign=top >
        <td background=" " rowspan=2 align="right" colspan=2><img 
src="<TMPL_VAR NAME='themelang'>/images/holder.gif"
        width=1 height=30
        alt=" " hspace=0 vspace=0><br>
        <img src="<TMPL_VAR NAME='themelang'>/images/koha.gif" width=200 
height=128
        alt="Koha: Horowhenua Library Trust Catalogue and Member Services" 
hspace=0 vspace=0></td>

        <td background=" "  colspan=3><font size=+2><a 
href="/cgi-bin/koha/opac-search.pl"><img src="<TMPL_VAR 
NAME='themelang'>/images/heading-search.gif" width=272   height=38
        alt="Search the Catalogue" hspace=0 vspace=0 border=0></a></font></td>

  </tr>


<tr valign=top >
        <td>&nbsp; &nbsp; </td>
        <FORM ACTION="/cgi-bin/koha/opac-searchresults.pl" name=catsearch>
        <input type=hidden name=type value=opac>
        <td background=" " >

        <input type=text size="27" name="keyword"><br>
        </font>
        <b>Type in the box and press the enter                  key.</b><br>
        <a href="/cgi-bin/koha/opac-search.pl">
      
        <img src="<TMPL_VAR NAME='themelang'>/images/front-arrow.gif" width=27 
height=22
        alt="-" hspace=0 vspace=0 border=0 align=middle >Advanced Search (More 
Options)</a><br>

        <img src="<TMPL_VAR NAME='themelang'>/images/holder.gif" width=1 
height=8
        alt=" " hspace=0 vspace=0>
        <p>
        <TMPL_IF NAME="loggedinuser">
            <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a 
href=/cgi-bin/koha/opac-user.pl>Members Home</a>][<a 
href="/cgi-bin/koha/logout.pl">Log Out</a>]</p>
        <TMPL_ELSE>
            <p align=left><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to 
Koha</p>
        </TMPL_IF>
        </td>
        </form>
  </tr>


 

<!--
  <tr valign=top ><form action="/cgi-bin/koha/member.pl" method=get >
        <td background=" "  colspan=3><img src="<TMPL_VAR 
NAME='themelang'>/images/heading-login.gif" width=279                 height=38
        alt="Member Login" hspace=0 vspace=0 border=0></td>

  </tr>
<tr valign=top >
        <td></td>
        <form action="/cgi-bin/koha/member.pl" method=get >
        <td background=" " >
        <font size=3 face="arial narrow,arial,helvetica">Card Number 
&nbsp;</font></td>
        <td background=" " ><input type=text size="12" name="card"></td>

  </tr>

  <tr valign=top><td></td>
        <td></td>
        <td></td>
        <td background=" " >
        <font size=3 face="arial narrow,arial,helvetica">Password</font></td>
        <td background=" " ><input type=password size="12" name="password"><br>
        <input type=submit value="OK"><br>

        <img src="<TMPL_VAR NAME='themelang'>/images/holder.gif" width=1 
height=8
        alt=" " hspace=0 vspace=0></td>
        </font>
 </tr>

  <tr valign=top >
        <td></td>
        <td background=" " colspan=4><A href="/cgi-bin/koha/join.html"><img 
src="<TMPL_VAR NAME='themelang'>/images/heading-member.gif" width=331           
    height=38
        alt="Become a Website Member" hspace=0 vspace=0 border=0></a>
        </td>
        <td>
        </td>

  </tr>

-->
</table>

</td>
  </tr>
</table>
<p>
</center>

--- NEW FILE ---
<TMPL_INCLUDE NAME="cat-top.inc">
<center>
<br>
<TMPL_LOOP NAME="BIBITEM_DATA">
<a href=/cgi-bin/koha/request.pl?bib=<TMPL_VAR NAME="biblionumber">
<img src=/images/requests.gif
width=120 height=42 border=0 align=right border=0></a>
<FONT SIZE=6><em><a
href=/cgi-bin/koha/detail.pl?bib=<TMPL_VAR 
NAME="biblionumber">&type=intra><TMPL_VAR NAME="title">
(<TMPL_VAR NAME="author">)</a></em></FONT><P>
<p>
<form action=/cgi-bin/koha/modbibitem.pl>
<input type=hidden name=bibitem value=<TMPL_VAR NAME="biblioitemnumber">>
<input type=hidden name=biblio value=<TMPL_VAR NAME="biblionumber">>
<!-------------------BIBLIO ITEM------------>
<TABLE  CELLSPACING=0  CELLPADDING=5 border=1 align=left>
<TR VALIGN=TOP>
<td  bgcolor="99cc33" background="/images/background-mem.gif"
><B><TMPL_VAR NAME="biblioitemnumber"> GROUP - <TMPL_VAR NAME="description"> 
></b> </TD>
</TR>
<tr VALIGN=TOP  >
<TD width=210 >
<INPUT TYPE="image" name="submit"  VALUE="modify" height=42  WIDTH=93
BORDER=0 src="/images/modify-mem.gif">
<INPUT TYPE="image" name="delete"  VALUE="delete" height=42  WIDTH=93
BORDER=0 src="/images/delete-mem.gif">
<br>
<FONT SIZE=2  face="arial, helvetica">
<b>Biblionumber:</b> <TMPL_VAR NAME="biblionumber"><br>
<b>Item Type:</b> <TMPL_VAR NAME="itemtype"><br>
<b>URL:</b> <TMPL_VAR NAME="url"><br>
<b>Loan Length:</b> <TMPL_VAR NAME="loanlength"><br>
<b>Rental Charge:</b> <TMPL_VAR NAME="rentalcharge"><br>
<b>Classification:</b> <TMPL_VAR NAME="classification"><TMPL_VAR 
NAME="dewey"><TMPL_VAR NAME="subclass"><br>
<b>ISBN:</b> <TMPL_VAR NAME="isbn"><br>
<b>Publisher:</b> <TMPL_VAR NAME="publishercode"> <br>
<b>Place:</b> <TMPL_VAR NAME="place"><br>
<b>Date:</b> <TMPL_VAR NAME="publicationyear"><br>
<b>Volume:</b> <TMPL_VAR NAME="volumeddesc"><br>
<b>Pages:</b> <TMPL_VAR NAME="pages"><br>
<b>Illus:</b> <TMPL_VAR NAME="illus"><br>
<b>Size:</b> <TMPL_VAR NAME="size"><br>
<b>Notes:</b> <TMPL_VAR NAME="bnotes"><br>
<b>No. of Items:</b> <TMPL_VAR NAME="count">
</font>
</TD>
</tr>
</table>
</form>
</TMPL_LOOP>
<TMPL_LOOP NAME="ITEM_DATA">
<img src="/images/holder.gif" width=16 height=300 align=left>
<TABLE  CELLSPACING=0  CELLPADDING=5 border=1 align=left width=220 >
<TR VALIGN=TOP>
<td  bgcolor="99cc33" background="/images/background-mem.gif"><B>BARCODE
<TMPL_VAR NAME="barcode"></b></TD>
</TR>
<tr VALIGN=TOP>
<TD width=220>
<form action=/cgi-bin/koha/moditem.pl method=post>
<input type=hidden name=bibitem value=<TMPL_VAR NAME="biblionumber">>
<input type=hidden name=item value=<TMPL_VAR NAME="itemnumber">>
<input type=hidden name=type value=<TMPL_VAR NAME="type">>
<INPUT TYPE="image" name="submit"  VALUE="modify" height=42  WIDTH=93
BORDER=0 src="/images/modify-mem.gif">
<INPUT TYPE="image" name="delete"  VALUE="delete" height=42  WIDTH=93
BORDER=0 src="/images/delete-mem.gif">
<br>
<FONT SIZE=2  face="arial, helvetica">
<b>Home Branch:</b> <TMPL_VAR NAME="homebranch"><br>
<b>Last seen:</b> <TMPL_VAR NAME="datelastseen"><br>
<b>Last borrowed:</b> <TMPL_VAR NAME="timestamp0"><br>
on issue bit <!-- FIXME - What's this, then? -->
<b>Last Borrower 1:</b> <TMPL_VAR NAME="card0"><br>
<b>Last Borrower 2:</b> <TMPL_VAR NAME="card1"><br>
<b>Current Branch:</b> <TMPL_VAR NAME="holdingbranch"><br>
<b>Replacement Price:</b> <TMPL_VAR NAME="replacementprice"><br>
<b>Item lost:</b> <TMPL_VAR NAME="itemlost"><br>
<b>Paid for:</b> <TMPL_VAR NAME="paidfor"><br>
<b>Notes:</b> <TMPL_VAR NAME="itemnotes"><br>
<b>Renewals:</b> <TMPL_VAR NAME="renewals"><br>
<b><a href="/cgi-bin/koha/acqui/acquire.pl?recieve=<TMPL_VAR 
NAME="ordernumber">&biblio=<TMPL_VAR NAME="biblionumber">&invoice=<TMPL_VAR 
NAME="booksellerinvoicenumber">&catview=yes">
Accession</a>
Date:<TMPL_VAR NAME="dateaccessioned"><br>
<b>Cancelled: <TMPL_VAR NAME="wthdrawn"><br>
<b><a
href=/cgi-bin/koha/bookcount.pl?&bib=<TMPL_VAR 
NAME="biblionumber">&bi=<TMPL_VAR NAME="biblioitemnumber">&itm=<TMPL_VAR 
NAME="itemnumber">>Total
Issues:</a></b> <TMPL_VAR NAME="issues"><br>
<b>Group Number:</b> <TMPL_VAR NAME="biblioitemnumber"> <br>
<b>Biblio number:</b> <TMPL_VAR NAME="biblionumber"> <br>



</font>
</TD>
</tr>
</table>
</form>
</TMPL_LOOP>

<p>
</form>
</center>

<TMPL_INCLUDE NAME="cat-bottom.inc">

--- NEW FILE ---
<TMPL_INCLUDE NAME="members-top.inc">

<center>

<TMPL_IF NAME="loggedinuser">
    <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a 
href=/cgi-bin/koha/opac-user.pl>Members Home</a>][<a 
href=/cgi-bin/koha/opac-logout.pl>Log Out</a>]</p>
<TMPL_ELSE>
    <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
</TMPL_IF>

<TMPL_IF NAME="message">
<table  cellpadding=5 cellspacing=0 border=1 >
<tr bgcolor="#fecc99" >
<td><font face="arial,helvetica" color="red" size=+1><B>
<TMPL_IF NAME="too_much_oweing">Sorry, you cannot make reserves because you owe 
<TMPL_VAR NAME="too_much_oweing">.  </TMPL_IF>
<TMPL_IF NAME="too_many_reserves">Sorry, you cannot make more than <TMPL_VAR 
NAME="too_many_reserves"> reserves. </TMPL_IF>
<TMPL_IF NAME="already_reserved">You already have a reserve placed on this 
item.</TMPL_IF>
<TMPL_IF NAME="no_items_selected">You must select at least on item 
type!</TMPL_IF>
</B></font><P></td></tr></table>
</TMPL_IF>


<TMPL_IF NAME="select_item_types">
<!-- The first time round you select which bibitems you want -->

<p>
Reserve page for item: <b><TMPL_VAR NAME="title"> ( <TMPL_VAR NAME="author"> 
)</b>
</p>
<p> There are <b><TMPL_VAR NAME="rank"></b> reserves already on this item. </p>
<p>
Please select which item types are ok for you. The first of these item that 
matches one of these types that becomes available will be set kept for you.
<p>

<FORM ACTION="/cgi-bin/koha/opac-reserve.pl" method=post>
<input type="hidden" name="item_types_selected" value="1">
<input type="hidden" name="bib" value="<TMPL_VAR NAME='biblionumber'>">
<TABLE border=1>
<tr bgcolor="#99cccc" background='<TMPL_VAR 
NAME="themelang">/images/background-opac.gif'><th>Request</th><th>Item 
Type</th><th>Copies</th></tr>

<TMPL_LOOP NAME="TYPES">

  <tr>
  <TMPL_UNLESS NAME="notforloan">
    <td><input type="checkbox" name="itemtype" value="<TMPL_VAR 
NAME='itemtype'>"></td>
  <TMPL_ELSE>
    <td>Cannot be Reserved</td>
  </TMPL_UNLESS>
  <td><TMPL_VAR NAME="description"></td>
  <td><TMPL_VAR NAME="copies"></td>

  </tr>

</TMPL_LOOP>

</table>
Please select the branch from which you want to collect the item:
<select name="branch"><TMPL_VAR NAME="branchoptions"></select><br>


<font size=4 face="arial,helvetica"><INPUT type="submit" value="Submit"></font>

</FORM>

</TMPL_IF>

<!-- if the bibitems have already been selected -->
<TMPL_IF NAME="item_types_selected">

<p>
Please confirm that you wish to request an item of these types:
<p>

<FORM ACTION="/cgi-bin/koha/opac-reserve.pl" method=post>
<input type="hidden" name="place_reserve" value="1">
<input type="hidden" name="bib" value="<TMPL_VAR NAME='biblionumber'>">
<TABLE border=1>
<tr><th bgcolor="#99cccc" background='<TMPL_VAR 
NAME="themelang">/images/background-opac.gif'>Item Type</th></tr>

<TMPL_LOOP NAME="TYPES">

  <tr>
  <input type="hidden" name="itemtype" value="<TMPL_VAR NAME='itemtype'>"></td>
  <td><TMPL_VAR NAME="description"></td>
  </tr>

</TMPL_LOOP>

</table>

Which is to be picked up from <b><TMPL_VAR NAME="branchname"></b>.<br>
<input type="hidden" name="bib" value="<TMPL_VAR NAME='branch'>">

<TMPL_IF NAME="fee">
<br>Note there will be a reserve charge of <b>$<TMPL_VAR NAME="fee"></b><br>
</TMPL_IF>

<font size=4 face="arial,helvetica"><INPUT type="submit" value="Place 
Reserve"></font>

</FORM>

</TMPL_IF>


--- NEW FILE ---
<TMPL_INCLUDE NAME="opac-top.inc">

<TMPL_IF NAME="loggedinuser">
    <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a 
href=/cgi-bin/koha/opac-user.pl>Members Home</a>][<a 
href=/cgi-bin/koha/opac-logout.pl>Log Out</a>]</p>
<TMPL_ELSE>
    <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
</TMPL_IF>


<CENTER>
<FORM ACTION="/cgi-bin/koha/opac-searchresults.pl" method=get>
<TABLE >

<tr valign=top>
<TD></td><td></td><td><INPUT TYPE="image"  src="<TMPL_VAR 
NAME='themelang'>/images/search-button.gif" alt="OK Start Search" width=164 
height=44 border=0 >
</td></tr>

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

<TR VALIGN=TOP> 
<TD>Illustrator</TD> <TD><INPUT TYPE="text"  SIZE="25"   
NAME="illustrator"></TD></TR>

<TR VALIGN=TOP>
<TD>Subject</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="subject"></TD></TR>

<td>Class</td>
  <td>
    <select size="1"  name="class">
    <option value="">Any
    <!-- fetch class list -->
    <TMPL_INCLUDE NAME="cat-class-list.inc">
    <!--#include virtual="/includes/cat-class-list.inc" -->
    </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>Item Number</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="item"></TD></TR>

<!-- <TR VALIGN=TOP>
<TD>ISBN</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="isbn"></TD></TR>
-->
</TR>

<TR VALIGN=TOP>
<td></td>
<TD><font size=4 face="arial,helvetica">
<INPUT TYPE="reset"  value="Clear All Fields"></font></td></tr>

</TABLE>
</FORM>
</CENTER>


<TMPL_INCLUDE NAME="opac-bottom.inc">

--- NEW FILE ---
<TMPL_INCLUDE NAME="opac-top.inc">

<center>

<TMPL_IF NAME="loggedinuser">
    <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a 
href=/cgi-bin/koha/opac-user.pl>Members Home</a>][<a 
href=/cgi-bin/koha/opac-logout.pl>Log Out</a>]</p>
<TMPL_ELSE>
    <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
</TMPL_IF>


<TMPL_IF NAME="searchdesc">
    You searched on <b><TMPL_VAR NAME="searchdesc"></b>
<TMPL_ELSE>
    You did not specify any seach criteria<br>
</TMPL_IF>

<TMPL_VAR NAME="numrecords"> results found
<p>


    <!-- Row of numbers corresponding to search result pages -->
    <TMPL_IF NAME="displayprev">
        <a href=/cgi-bin/koha/opac-searchresults.pl?startfrom=<TMPL_VAR 
NAME='prevstartfrom'><TMPL_LOOP NAME='FORMINPUTS'>&<TMPL_VAR 
NAME='field'>=<TMPL_VAR NAME='value' ESCAPE=URL></TMPL_LOOP>><img src=<TMPL_VAR 
NAME='themelang'>/images/numbers/prev.gif border=0></a>
    <TMPL_ELSE>
        <img src=<TMPL_VAR NAME="themelang">/images/numbers/placeholder.gif 
border=0>
    </TMPL_IF>
    <TMPL_LOOP NAME="numbers">
        <TMPL_IF NAME="highlight">
            <img src=<TMPL_VAR NAME="themelang">/images/numbers/<TMPL_VAR 
NAME=number>-highlight.gif> 
        <TMPL_ELSE>
            <a href=/cgi-bin/koha/opac-searchresults.pl?startfrom=<TMPL_VAR 
NAME="startfrom"><TMPL_LOOP NAME="FORMINPUTS">&<TMPL_VAR 
NAME="field">=<TMPL_VAR NAME="value" ESCAPE=URL></TMPL_LOOP>><img src=<TMPL_VAR 
NAME="themelang">/images/numbers/<TMPL_VAR NAME=number>.gif border=0></a> 
        </TMPL_IF>
    </TMPL_LOOP>
    <TMPL_IF NAME="displaynext">
        <a href=/cgi-bin/koha/opac-searchresults.pl?startfrom=<TMPL_VAR 
NAME="nextstartfrom"><TMPL_LOOP NAME="FORMINPUTS">&<TMPL_VAR 
NAME="field">=<TMPL_VAR NAME="value" ESCAPE=URL></TMPL_LOOP>><img src=<TMPL_VAR 
NAME="themelang">/images/numbers/next.gif border=0></a>
    <TMPL_ELSE>
        <img src=<TMPL_VAR NAME="themelang">/images/numbers/placeholder.gif 
border=0>
    </TMPL_IF>

    <p>



<!-- Search Results Table -->
<TMPL_IF NAME="numrecords">

<!-- If we have a subject table -->
    <TMPL_IF NAME="subjectsearch">
    <table border=0 cellspacing=0 cellpadding=2>
    <tr bgcolor=#99cccc background=<TMPL_VAR 
NAME="themelang">/images/background-opac.gif>
    <th>Subject</th></tr>
       <TMPL_LOOP NAME=SEARCH_RESULTS>
       <tr>
       <td><a href=/cgi-bin/koha/opac-searchresults.pl?&subjectitems=<TMPL_VAR 
NAME=subject ESCAPE=URL>><TMPL_VAR NAME=subject></a></td>
       </tr>
       </TMPL_LOOP>
    <tr bgcolor=#99cccc background=<TMPL_VAR 
NAME="themelang">/images/background-opac.gif><td colspan=4>
    &nbsp;</td></tr>
    </table>
    
<!-- Else we have a list of items -->    
    <TMPL_ELSE>


    <table border=0 cellspacing=0 cellpadding=2 width=90%>
    <tr bgcolor=#99cccc background=<TMPL_VAR 
NAME="themelang">/images/background-opac.gif>
            <th align=left>Title</th><th 
align=left>Author</th><th>&copy;</th><th>Item 
Count</th><th>Location</th><th>&nbsp</th>
    </tr>



<!-- Actual Search Results -->

    <TMPL_LOOP NAME="SEARCH_RESULTS">
      <tr>
      <td><a href=/cgi-bin/koha/opac-detail.pl?bib=<TMPL_VAR 
NAME="biblionumber" ESCAPE=URL>><TMPL_VAR NAME="title"></a></td>
      <td><a href=/cgi-bin/koha/opac-searchresults.pl?author=<TMPL_VAR 
NAME="author" ESCAPE=URL>><TMPL_VAR NAME="author"></a></td>
      <td align=center> <TMPL_VAR NAME="copyrightdate"> </td>
      <td align=center> <TMPL_VAR NAME="itemcount"> </td>
      <td> <TMPL_VAR NAME="location"> </td>
      <td>
<TMPL_UNLESS NAME="norequests"><a 
href=/cgi-bin/koha/opac-reserve.pl?bib=<TMPL_VAR NAME="biblionumber" 
ESCAPE=URL>>Request</a>
<TMPL_ELSE>
Not Reservable
</TMPL_UNLESS>
</td> 
      </tr>
    </TMPL_LOOP>



    <tr bgcolor=#99cccc background=<TMPL_VAR 
NAME="themelang">/images/background-opac.gif><td colspan=6>
        <table border=0 cellpadding=0 cellspacing=0 width=100%>
        <tr bgcolor=#99cccc background=<TMPL_VAR 
NAME="themelang">/images/background-opac.gif><td align=left>
        <TMPL_IF NAME="displayprev">
            <a href=/cgi-bin/koha/opac-searchresults.pl?startfrom=<TMPL_VAR 
NAME="prevstartfrom"><TMPL_LOOP NAME=FORMINPUTS>&<TMPL_VAR 
NAME="field">=<TMPL_VAR NAME="value" ESCAPE=URL></TMPL_LOOP>>Previous 
Records</a>
        <TMPL_ELSE>
            &nbsp;
        </TMPL_IF>


        </td><td align=right>
        <TMPL_IF NAME="displaynext">
            <a href=/cgi-bin/koha/opac-searchresults.pl?startfrom=<TMPL_VAR 
NAME="nextstartfrom"><TMPL_LOOP NAME=FORMINPUTS>&<TMPL_VAR 
NAME="field">=<TMPL_VAR NAME="value" ESCAPE=URL></TMPL_LOOP>>Next Records</a>
        <TMPL_ELSE>
            &nbsp;
        </TMPL_IF>
        </td></tr>
        </table>
    </td></tr>
    </table>
    </TMPL_IF>

    <br>
    Results <TMPL_VAR NAME="startfrom"> through <TMPL_VAR NAME="endat"> of 
<TMPL_VAR NAME="numrecords"> records.
    <hr>


<TMPL_ELSE>
Sorry, there were no results <br>
</TMPL_IF>
    Try another <a href=/cgi-bin/koha/opac-search.pl>search</a>


<TMPL_INCLUDE NAME="opac-bottom.inc">

--- NEW FILE ---
<TMPL_INCLUDE NAME="members-top.inc">

<TMPL_LOOP NAME="BORROWER_INFO">

<table align=right cellpadding=5 cellspacing=0 border=1 width=200 >
<tr   bgcolor="#fecc99" >
<td><b>ARE OUR RECORDS CORRECT?</B></td></tr>
<tr>
<td><font size=2 face="arial,helvetica">
Library Card: <TMPL_VAR NAME="cardnumber"> <p>
<TMPL_VAR NAME="firstname"> <TMPL_VAR NAME="surname"> (<TMPL_VAR NAME="title">) 
<br>
<TMPL_VAR NAME="streetaddress">, <TMPL_VAR NAME="city"><br>
<TMPL_VAR NAME="phone"> (hm)<br>
<TMPL_VAR NAME="faxnumber"> (wk)<br>

<TMPL_VAR NAME="emailaddress"><p>

Are any of our records incorrect? Have you moved recently, got a new phone 
number or e-mail address?<p>

<a href="/cgi-bin/koha/opac-userupdate.pl">Update Record</a>

</td></tr></table>



<font size=6><em>Hi <TMPL_VAR NAME="firstname"> <TMPL_VAR 
NAME="surname"></em></font> 
[<a href="/cgi-bin/koha/opac-logout.pl">Logout</a>]<p>


<TMPL_IF NAME="amountoverfive">
<table cellpadding=5 cellspacing=0 border=1>
<tr bgcolor="#fecc99">
<td>
<font face="arial,helvetica" color="red" size=+2><B>You have Outstanding 
charges and fines of <TMPL_VAR NAME="amountoutstanding"></B></font>
</td></tr></table>

</TMPL_IF>

<TMPL_IF NAME="amountoverzero">
<table cellpadding=5 cellspacing=0 border=1>
<tr bgcolor="#fecc99">
<td>
<td><font face="arial,helvetica" size=+2><B>You have Outstanding charges and 
fines of <TMPL_VAR NAME="amountoutstanding"></B></font>
</td></tr></table>
</TMPL_IF>

<TMPL_IF NAME"amountlessthanzero">
<table cellpadding=5 cellspacing=0 border=1>
<tr bgcolor="#fecc99">
<td>
<td><font face="arial,helvetica" size=+2><B>You have a credit of <TMPL_VAR 
NAME="amountoutstanding"></B></font>
</td></tr></table>
</TMPL_IF>
<a href='/cgi-bin/koha/opac-account.pl'>View Accounts</a>

</TMPL_LOOP>

<TMPL_IF NAME="waiting_count">
   <table  cellpadding=5 cellspacing=0 border=0><tr bgcolor="#fecc99" >
   <td colspan=2><font color="red" face="arial,helvetica" size=+2><B>
   You have reserved items waiting:
   </B></font><P></td></tr>
      <TMPL_LOOP NAME="WAITING">
      <tr><td><b><TMPL_VAR NAME="btitle"></b></td><td>pick up at: <b><TMPL_VAR 
NAME="branch"></b></td></tr>
      </TMPL_LOOP>
   </table>
</TMPL_IF>

<p>

<TMPL_IF NAME="issues_count">

You have <TMPL_VAR NAME="issues_count"> items currently issued.<br>

<TABLE  CELLPADDING=5  CELLSPACING=0 border=1 >

<TR VALIGN=TOP  bgcolor="#99cccc"  background='<TMPL_VAR 
NAME="themelang">/images/background-opac.gif'>
<TD><B>Title</B></TD>
<TD><B>Author</B></TD>
<TD><B>Due date</B></TD>
<TD><B>Itemtype</B></TD>
<TD><B>Charges</B></TD>
<TD><B>Current Loan</B></TD>
</TR>

<TMPL_LOOP NAME="ISSUES">

<TR VALIGN=TOP>
<TD><TMPL_VAR NAME="title"></TD>
<TD><TMPL_VAR NAME="author"></TD>
<TD><TMPL_VAR NAME="date_due"></TD>
<TD><TMPL_VAR NAME="itemtype"></TD>
<TD><TMPL_VAR NAME="charges"></TD>
<TD><TMPL_VAR NAME="status"></TD>
</TR>

</TMPL_LOOP>
</table>

<TMPL_ELSE>
You have no items on issue.
</TMPL_IF>

<p>


<TMPL_IF NAME="reserves_count">

You have <TMPL_VAR NAME="reserves_count"> items currently reserved.<br>

<TABLE  CELLPADDING=5  CELLSPACING=0 border=1 >

<TR VALIGN=TOP  bgcolor="#99cccc" background='<TMPL_VAR 
NAME="themelang">/images/background-opac.gif'>
<TD><B>Title</B></TD>
<TD><B>Author</B></TD>
<TD><B>Reserve date</B></TD>
</TR>

<TMPL_LOOP NAME="RESERVES">

<TR VALIGN=TOP>
<TD><TMPL_VAR NAME="btitle"></TD>
<TD><TMPL_VAR NAME="author"></TD>
<TD><TMPL_VAR NAME="reservedate"></TD>
</TR>

</TMPL_LOOP>
</table>
</TMPL_IF>


<TMPL_INCLUDE NAME="opac-bottom.inc">


--- NEW FILE ---
<TMPL_INCLUDE NAME="members-top.inc">

<TMPL_IF NAME="loggedinuser">
    <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a 
href=/cgi-bin/koha/opac-logout.pl>Log Out</a>]</p>
<TMPL_ELSE>
    <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
</TMPL_IF>


<TMPL_LOOP NAME="BORROWER_INFO">

<CENTER>
<FORM ACTION="/cgi-bin/koha/opac-userupdate.pl" method=get>
<TABLE >

<TR VALIGN=TOP>
<TD>Surname</TD> <TD><INPUT TYPE="text"  SIZE="25" value="<TMPL_VAR 
NAME='surname'>"  NAME="surname"></TD></TR>

<TR VALIGN=TOP> 
<TD>Title</TD> <TD><INPUT TYPE="text"  SIZE="25" value="<TMPL_VAR 
NAME='title'>"  NAME="title"></TD></TR>

<TR VALIGN=TOP> 
<TD>Firstname</TD> <TD><INPUT TYPE="text"  SIZE="25" value="<TMPL_VAR 
NAME='firstname'>"  NAME="firstname"></TD></TR>

<TR VALIGN=TOP> 
<TD>Street address</TD> <TD><INPUT TYPE="text"  SIZE="25" value="<TMPL_VAR 
NAME='streetaddress'>"  NAME="streetaddress"></TD></TR>

<TR VALIGN=TOP> 
<TD>City</TD> <TD><INPUT TYPE="text"  SIZE="25" value="<TMPL_VAR NAME='city'>"  
NAME="city"></TD></TR>


<TR VALIGN=TOP> 
<TD>Home phone</TD> <TD><INPUT TYPE="text"  SIZE="25" value="<TMPL_VAR 
NAME='phone'>"  NAME="phone"></TD></TR>

<TR VALIGN=TOP> 
<TD>Work/Fax phone</TD> <TD><INPUT TYPE="text"  SIZE="25" value="<TMPL_VAR 
NAME='faxnumber'>"  NAME="faxnumber"></TD></TR>

<TR VALIGN=TOP> 
<TD>Email</TD> <TD><INPUT TYPE="text"  SIZE="25" value="<TMPL_VAR 
NAME='emailaddress'>"  NAME="emailaddress"></TD></TR>



<TR VALIGN=TOP>
<td><font size=4 face="arial,helvetica"><INPUT type="submit" 
value="Submit"></font></td>
<TD><font size=4 face="arial,helvetica">
</font></td></tr>

</TABLE>
</FORM>
</CENTER>

</TMPL_LOOP>

<TMPL_INCLUDE NAME="opac-bottom.inc">

--- NEW FILE ---
<TMPL_INCLUDE NAME="opac-top.inc">


<TMPL_IF NAME="loggedinuser">
    <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a 
href=./logout.pl>Log Out</a>]</p>
<TMPL_ELSE>
    <p align=left><a href=./userpage.pl>Log In</a> to Koha</p>
</TMPL_IF>

<center>

<table border=0 cellspacing=0 cellpadding=2>
<tr bgcolor=#99cccc background=<TMPL_VAR 
NAME="themelang">/images/background-opac.gif>
<th>Subject</th></tr>
<TMPL_LOOP NAME=SEARCH_RESULTS>
  <tr>
  <td><a href=./dosearch.pl?&subjectitems=<TMPL_VAR NAME=subject2 
ESCAPE=URL>><TMPL_VAR NAME=subject></a></td>
  </tr>
</TMPL_LOOP>
<tr bgcolor=#99cccc background=<TMPL_VAR 
NAME="themelang">/images/background-opac.gif><td colspan=4>
&nbsp;</td></tr>
</table>
<br>
Results <TMPL_VAR NAME="startfrom"> through <TMPL_VAR NAME="endat"> of 
<TMPL_VAR NAME="numrecords"> records.
<br>
    <TMPL_IF NAME="displayprev">
        <a href=./dosearch.pl?startfrom=<TMPL_VAR 
NAME="prevstartfrom"><TMPL_LOOP NAME="FORMINPUTS">&<TMPL_VAR 
NAME="field">=<TMPL_VAR NAME="value" ESCAPE=URL></TMPL_LOOP>><img src=<TMPL_VAR 
NAME="themelang">/images/numbers/prev.gif border=0></a>
    <TMPL_ELSE>
        <img src=<TMPL_VAR NAME="themelang">/images/numbers/placeholder.gif 
border=0>
    </TMPL_IF>
    <TMPL_LOOP NAME="numbers">
        <TMPL_IF NAME="highlight">
            <img src=<TMPL_VAR NAME="themelang">/images/numbers/<TMPL_VAR 
NAME=number>-highlight.gif> 
        <TMPL_ELSE>
            <a href=./dosearch.pl?startfrom=<TMPL_VAR 
NAME="startfrom"><TMPL_LOOP NAME="FORMINPUTS">&<TMPL_VAR 
NAME="field">=<TMPL_VAR NAME="value" ESCAPE=URL></TMPL_LOOP>><img src=<TMPL_VAR 
NAME="themelang">/images/numbers/<TMPL_VAR NAME=number>.gif border=0></a> 
        </TMPL_IF>
    </TMPL_LOOP>
    <TMPL_IF NAME="displaynext">
        <a href=./dosearch.pl?startfrom=<TMPL_VAR 
NAME="nextstartfrom"><TMPL_LOOP NAME="FORMINPUTS">&<TMPL_VAR 
NAME="field">=<TMPL_VAR NAME="value" ESCAPE=URL></TMPL_LOOP>><img src=<TMPL_VAR 
NAME="themelang">/images/numbers/next.gif border=0></a>
    <TMPL_ELSE>
        <img src=<TMPL_VAR NAME="themelang">/images/numbers/placeholder.gif 
border=0>
    </TMPL_IF>


<hr>



<TMPL_INCLUDE NAME="opac-bottom.inc">




reply via email to

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