[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/hlt/en opac-reserve.tmpl,NONE,1
From: |
Finlay Thompson |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/hlt/en opac-reserve.tmpl,NONE,1.1.2.1 |
Date: |
Thu, 28 Nov 2002 03:10:34 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/hlt/en
In directory sc8-pr-cvs1:/tmp/cvs-serv10145
Added Files:
Tag: rel-1-2
opac-reserve.tmpl
Log Message:
the opac reserve page
--- NEW FILE ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<!--designed by address@hidden>
<!--updated by address@hidden 12/06/02-->
<!--updated by address@hidden 9:30 15/11/02-->
<html>
<head>
<title>Place a Reserve</title>
<link rel="stylesheet" href="<TMPL_VAR NAME='themelang'>/includes/main.css"
type="text/css" />
<script type="text/javascript" language="javascript">
<TMPL_INCLUDE name="script.js">
</script>
<meta name="description" content=""><meta name="keywords" content=""></head>
<body background="<TMPL_VAR NAME='themelang'>/images/styles/background.gif"
marginheight="0" marginwidth="0">
<!--START TOP TABLE-->
<TMPL_INCLUDE name="search-start.inc">
<!--TOP NAVIGATION-->
<TMPL_INCLUDE name="top-navigation.inc">
<!--START MAIN TABLE AND LEFT NAVIGATION-->
<TMPL_INCLUDE name="search-left-nav.inc">
<!--SEARCH FORM-->
<TMPL_INCLUDE name="opac-auth.inc">
<TMPL_INCLUDE name="cat-search.inc">
<!--END LEFT NAV, START CRUMBS-->
<TMPL_INCLUDE name="crumb-start.inc">
<!--breadcrumbs--><a href="/">Home</a> ><a
href='/cgi-bin/koha/opac-search.pl'>Searching</a>><a
href='/search/cgi-bin/koha/opac-reserve.pl?bib=<TMPL_VAR
NAME="biblionumber">'>Place a Reserve</a>
<!--END CRUMBS-->
<TMPL_INCLUDE name="crumb-end.inc">
<!--CONTENT-->
<TMPL_IF NAME="message">
<h3>
<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>
</h3>
</TMPL_IF>
<TMPL_IF NAME="select_item_types">
<!-- The first time round you select which bibitems you want -->
<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'>">
<P>
<table border="0" cellspacing="0" cellpadding="5">
<tr>
<td valign="top" class="head1bold"><!--+Katipo+start
name="pageheading"-->Reserving:<!--+Katipo+end--></td>
<td valign="top" class="head1"><TMPL_VAR NAME="title"> <br/>( <TMPL_VAR
NAME="author"> )</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="5">
<tr>
<TD VALIGN="TOP" class="main"><!--+Katipo+start name="copies" -->Number of
Copies<!--+Katipo+end--></td>
<TD VALIGN="TOP" class="main"><IMG SRC="<TMPL_VAR
NAME='themelang'>/images/holder.gif" WIDTH="20" HEIGHT="1" BORDER="0"
ALT=""></td>
<td VALIGN="TOP" colspan="3" class="main"><TMPL_VAR NAME="itemcount"></TD>
</tr>
<tr>
<TD VALIGN="TOP" class="main"><!--+Katipo+start name="requests" -->Requests
already received for this title<!--+Katipo+end--></td>
<TD VALIGN="TOP" class="main"><IMG SRC="<TMPL_VAR
NAME='themelang'>/images/holder.gif" WIDTH="20" HEIGHT="1" BORDER="0"
ALT=""></td>
<td VALIGN="TOP" colspan="3" class="main"> <TMPL_VAR
NAME="reservecount"></TD>
</tr>
<tr>
<TD VALIGN="TOP" class="main"><!--+Katipo+start name="due-back" -->Items
curently on issue, due back<!--+Katipo+end--></td>
<TD VALIGN="TOP" class="main"><IMG SRC="<TMPL_VAR
NAME='themelang'>/images/holder.gif" WIDTH="20" HEIGHT="1" BORDER="0"
ALT=""></td>
<td VALIGN="TOP" colspan="3" class="main"><TMPL_LOOP NAME="ITEMS"><TMPL_VAR
NAME="date_due">, </TMPL_LOOP></TD>
</tr>
</table><P>
<table border="0" cellspacing="0" cellpadding="5">
<tr>
<TD VALIGN="TOP" class="head2bold"><!--+Katipo+start name="subhead"
rows="2" -->For:<!--+Katipo+end--></td>
<td valign="top" class="head2"><TMPL_LOOP NAME="USER_INFO"><TMPL_VAR
NAME="firstname"> <TMPL_VAR NAME="surname"> (<TMPL_VAR
NAME="cardnumber">)</TMPL_LOOP></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="5">
<tr>
<TD VALIGN="TOP"><!--+Katipo+start name="pick-up" -->Pick up
from:<!--+Katipo+end--></td>
<TD VALIGN="TOP" class="main"><IMG SRC="<TMPL_VAR
NAME='themelang'>/images/holder.gif" WIDTH="20" HEIGHT="1" BORDER="0"
ALT=""></td>
<TMPL_LOOP NAME="BRANCHES">
<td VALIGN="TOP"><INPUT TYPE="radio" name="branch" value='<TMPL_VAR
NAME="branchcode">' class="checkbox"></td>
<td VALIGN="TOP"><TMPL_VAR NAME="branchname"></TD>
</TMPL_LOOP>
</tr>
</table>
<TMPL_IF NAME="onlyone">
<!-- If there is only one types -->
<input type="reset" class="brown-box" value="Clear">  <input
type="submit" class="green-box" value="Submit">
<input type="hidden" name="all">
</form>
<TMPL_ELSE>
<!-- If there is more than one type -->
<P>
<table border="0" cellspacing="0" cellpadding="5">
<tr>
<td valign="top" colspan="2">
<span class="head2"><!--+Katipo+start name="subhead3" rows="2" -->Either
Tick<!--+Katipo+end--></span>
</td>
</tr>
<tr>
<td valign="top">
<span class="heading4">
<input class="checkbox" type="checkbox" name="all" value="next-available">
<!--+Katipo+start name="next-available" --> Next Available Copy (any
format)<!--+Katipo+end-->
</span>
</TD>
<td valign="top">
<span class="heading4">$1</span>
</TD>
</tr>
<tr>
<td valign="top" colspan="2">
<span class="head2">
<!--+Katipo+start name="subhead4" rows="2" -->Or Tick Acceptable
Formats<!--+Katipo+end-->
</span>
</td>
</tr>
</table>
<!--ACCEPTABLE FORMATS-->
<table border=0 cellspacing=0 cellpadding=0>
<tr><td colspan='<TMPL_VAR NAME="totalwidth">' class="tan"><IMG SRC="<TMPL_VAR
NAME='themelang'>/images/tan-dot.gif" WIDTH="1" HEIGHT="1" BORDER="0"
ALT=""></td></tr>
<TMPL_LOOP NAME="TYPE_ROWS">
<tr>
<TMPL_LOOP NAME="ROW">
<td class="padded">
<table border="0" cellspacing=0 cellpadding=0>
<tr><td valign="top" ><INPUT TYPE="checkbox" name="itemtype" value='<TMPL_VAR
NAME="itemtype">' class="checkbox"></td>
<td valign="top" class="padded"><TMPL_INCLUDE
NAME="itemtype-image.inc"></td></tr>
<tr><td colspan="2"><TMPL_VAR NAME="description"></td></tr>
<tr><td colspan="2">Reserve Fee: <TMPL_VAR NAME="reservefee"></td></tr>
</table>
</td>
<TMPL_UNLESS NAME="last">
<td class="tan"><IMG SRC="<TMPL_VAR NAME='themelang'>/images/tan-dot.gif"
WIDTH="1" HEIGHT="1" BORDER="0" ALT=""></td>
</TMPL_UNLESS>
<TMPL_IF NAME="fill">
<td colspan='<TMPL_VAR NAME="fill">'><IMG SRC="<TMPL_VAR
NAME='themelang'>/images/holder.gif" WIDTH="1" HEIGHT="25" BORDER="0" hspace=0
vspace=0 ALT=""></td>
</TMPL_IF>
</TMPL_LOOP>
</tr>
</TMPL_LOOP>
<tr><td valign="top" colspan='<TMPL_VAR NAME="totalwidth">'
align="right"><input type="reset" class="brown-box"
value="Clear">  <input type="submit" class="green-box"
value="Submit"></TD></tr>
</table></form>
<TMPL_INCLUDE name="key.inc">
</TMPL_IF>
<!-- end of the first form -->
</TMPL_IF>
<TMPL_IF NAME="item_types_selected">
<!-- if the bibitems have already been selected -->
<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'>">
<TMPL_IF NAME="all">
<p>Please confirm that you wish to request any item.</p>
<input type="hidden" name="all" value="1">
<TMPL_ELSE>
<p>
Please confirm that you wish to request an item of these types:
<p>
<table border=0 cellspacing=0 cellpadding=0>
<TMPL_LOOP NAME="TYPES">
<tr><td valign="top" class="padded"><TMPL_INCLUDE NAME="itemtype-image.inc">
<input type="hidden" name="itemtype" value="<TMPL_VAR NAME='itemtype'>"></td>
<td colspan="2"><TMPL_VAR NAME="description"></td></tr>
</TMPL_LOOP>
</table>
</TMPL_IF>
<p>Which is to be picked up from <b><TMPL_VAR NAME="branchname"></b>.<br/>
<input type="hidden" name="branch" 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_INCLUDE name="key.inc">
</TMPL_IF>
<!--BOTTOM NAVIGATION - ALL-->
<TMPL_INCLUDE name="botnav-all.inc">
<!--BOTTOM NAVIGATION - SECTION-->
<TMPL_INCLUDE name="search-botnav.inc">
<!--END MAIN TABLE-->
<TMPL_INCLUDE name="end-main.inc">
</body>
</html>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/hlt/en opac-reserve.tmpl,NONE,1.1.2.1,
Finlay Thompson <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/hlt/en/includes search-botnav.inc,1.1.2.1,1.1.2.2 search-left-nav.inc,1.1.2.1,1.1.2.2
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/hlt/en opac-auth.tmpl,1.1.2.5,1.1.2.6
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/hlt/en/includes search-botnav.inc,1.1.2.1,1.1.2.2 search-left-nav.inc,1.1.2.1,1.1.2.2
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/hlt/en opac-auth.tmpl,1.1.2.5,1.1.2.6
- Index(es):