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-user.tmpl,1.1,1


From: Finlay Thompson
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en opac-user.tmpl,1.1,1.2
Date: Tue, 01 Oct 2002 03:55:23 -0700

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

Modified Files:
        opac-user.tmpl 
Log Message:

added the reserves, and if fines over $5 flags a message.


Index: opac-user.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en/opac-user.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** opac-user.tmpl      1 Oct 2002 07:06:28 -0000       1.1
--- opac-user.tmpl      1 Oct 2002 10:55:21 -0000       1.2
***************
*** 28,41 ****
  
  
- </TMPL_LOOP>
- 
- <P>We are still developing these services, but would love to know what you'd 
like to see here, so feel free to send us your feedback - address@hidden</P>
  
  
- <!--
  <table  cellpadding=10 cellspacing=0 border=1 >
  <tr   bgcolor="#fecc99" >
! <td><font face="arial,helvetica"><B>You have Outstanding charges and fines of 
<A HREF="error.html" onclick="fines(); return 
false">$4.00</B></font><P></td></tr></table>
! -->
  
  <p>
--- 28,52 ----
  
  
  
+ <TMPL_IF NAME="amountoverfive">
  
  <table  cellpadding=10 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><P></td></tr></table>
! 
! </TMPL_IF>
! 
! </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>
***************
*** 45,49 ****
  You have <TMPL_VAR NAME="issues_count"> items currently issued.<br>
  
! <TABLE  CELLPADDING=10  CELLSPACING=0 border=0 >
  
  <TR VALIGN=TOP  bgcolor="#99cccc">
--- 56,60 ----
  You have <TMPL_VAR NAME="issues_count"> items currently issued.<br>
  
! <TABLE  CELLPADDING=5  CELLSPACING=0 border=1 >
  
  <TR VALIGN=TOP  bgcolor="#99cccc">
***************
*** 72,75 ****
--- 83,113 ----
  <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">
+ <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>
  




reply via email to

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