[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-reserve.tmpl,1.
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en opac-reserve.tmpl,1.4.2.3,1.4.2.4 |
Date: |
Wed, 15 Jan 2003 10:22:59 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en
In directory sc8-pr-cvs1:/tmp/cvs-serv20798
Modified Files:
Tag: rel-1-2
opac-reserve.tmpl
Log Message:
Fixing opac-reserve.tmpl file for rel-1-2
Index: opac-reserve.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en/opac-reserve.tmpl,v
retrieving revision 1.4.2.3
retrieving revision 1.4.2.4
diff -C2 -r1.4.2.3 -r1.4.2.4
*** opac-reserve.tmpl 6 Nov 2002 00:32:27 -0000 1.4.2.3
--- opac-reserve.tmpl 15 Jan 2003 18:22:57 -0000 1.4.2.4
***************
*** 1,128 ****
! <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>
! <p>
! Please select the branch from which you want to collect the item:
! <select name="branch"><TMPL_VAR NAME="branchoptions"></select><br>
!
! <p>
! <table border=0 cellpadding=0 cellspacing=0>
! <tr><td>Reserve on this date:</td><td>
! <select name=required-day><option value=0>Day<option value=1 >1<option
value=2 >2<option value=3 >3<option value=4 >4<option value=5 >5<option value=6
>6<option value=7 >7<option value=8 >8<option value=9 >9<option value=10
>10<option value=11 >11<option value=12 >12<option value=13 >13<option value=14
>14<option value=15 >15<option value=16 >16<option value=17 >17<option value=18
>18<option value=19 >19<option value=20 >20<option value=21 >21<option value=22
>22<option value=23 >23<option value=24 >24<option value=25 >25<option value=26
>26<option value=27 >27<option value=28 >28<option value=29 >29<option value=30
>30<option value=31 >31</select>
!
! </td><td>
! <select name=required-month><option value=0>Month<option value=1 >Jan<option
value=2 >Feb<option value=3 >Mar<option value=4 >Apr<option value=5 >May<option
value=6 >Jun<option value=7 >Jul<option value=8 >Aug<option value=9 >Sep<option
value=10 >Oct<option value=11 >Nov<option value=12 >Dec</select>
! </td><td>
! <select name=required-year><option value=0>Year<option value=2002
>2002<option value=2003 >2003<option value=2004 >2004<option value=2005
>2005<option value=2006 >2006</select>
!
! </td></tr>
! <tr><td>End reserve on this date:</td><td>
! <select name=expires-day><option value=0>Day<option value=1 >1<option value=2
>2<option value=3 >3<option value=4 >4<option value=5 >5<option value=6
>6<option value=7 >7<option value=8 >8<option value=9 >9<option value=10
>10<option value=11 >11<option value=12 >12<option value=13 >13<option value=14
>14<option value=15 >15<option value=16 >16<option value=17 >17<option value=18
>18<option value=19 >19<option value=20 >20<option value=21 >21<option value=22
>22<option value=23 >23<option value=24 >24<option value=25 >25<option value=26
>26<option value=27 >27<option value=28 >28<option value=29 >29<option value=30
>30<option value=31 >31</select>
!
! </td><td>
! <select name=expires-month><option value=0>Month<option value=1 >Jan<option
value=2 >Feb<option value=3 >Mar<option value=4 >Apr<option value=5 >May<option
value=6 >Jun<option value=7 >Jul<option value=8 >Aug<option value=9 >Sep<option
value=10 >Oct<option value=11 >Nov<option value=12 >Dec</select>
! </td><td>
! <select name=expires-year><option value=0>Year<option value=2002 >2002<option
value=2003 >2003<option value=2004 >2004<option value=2005 >2005<option
value=2006 >2006</select>
!
! </td></tr>
! </table>
!
! <p>
!
! <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'>">
! <input type="hidden" name="required_date" value="<TMPL_VAR
NAME='required_date'>">
! <input type="hidden" name="expires_date" value="<TMPL_VAR
NAME='expires_date'>">
! <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="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_IF>
!
--- 1,177 ----
! <TMPL_INCLUDE NAME="members-top.inc">
!
!
! <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>
!
!
! <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">Please 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>
! </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" checked></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" value="1">
! </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'>">
! <b><TMPL_VAR NAME="title"> <TMPL_IF NAME=author><br>( <TMPL_VAR
NAME="author"> )</TMPL_IF></b>
!
!
! <TMPL_IF NAME="all">
!
!
! <p>Please confirm that you wish to request this 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'>">
!
!
! <font size=4 face="arial,helvetica"><INPUT type="submit" value="Place
Reserve"></font>
!
! </FORM>
!
!
!
! </TMPL_IF>
!
!
!
! </body>
! </html>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en opac-reserve.tmpl,1.4.2.3,1.4.2.4,
Steve Tonnesen <=
- Prev by Date:
[Koha-cvs] CVS: koha buildrelease,1.1.2.26,1.1.2.27
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en/includes itemtype-image.inc,NONE,1.1.2.1 key.inc,NONE,1.1.2.1
- Previous by thread:
[Koha-cvs] CVS: koha buildrelease,1.1.2.26,1.1.2.27
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en/includes itemtype-image.inc,NONE,1.1.2.1 key.inc,NONE,1.1.2.1
- Index(es):