[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ branchtransfers.tmpl,1.8,1.9 circulation.tmpl,1.18,1.19 returns.tmpl,1.13,1.14

Paul POULAIN tipaul at users.sourceforge.net
Wed Apr 14 21:47:02 CEST 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18558/koha-tmpl/intranet-tmpl/default/en/circ

Modified Files:
	branchtransfers.tmpl circulation.tmpl returns.tmpl 
Log Message:
CSS'ing

Index: branchtransfers.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/branchtransfers.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** branchtransfers.tmpl	8 Mar 2004 04:48:58 -0000	1.8
--- branchtransfers.tmpl	14 Apr 2004 19:47:00 -0000	1.9
***************
*** 11,18 ****
  <b>Branch:</b> <!-- TMPL_VAR Name="genbrname" --> &nbsp;
  <b>Printer:</b> <!-- TMPL_VAR Name="genprname" --><br>
! <a href=selectbranchprinter.pl>Change Settings</a>
  <input type=hidden name=branch value=<!-- TMPL_VAR Name="branch" -->>
  <input type=hidden name=printer value=<!-- TMPL_VAR Name="printer" -->>
- <p>
  
  <!-- TMPL_IF Name="found" -->
--- 11,17 ----
  <b>Branch:</b> <!-- TMPL_VAR Name="genbrname" --> &nbsp;
  <b>Printer:</b> <!-- TMPL_VAR Name="genprname" --><br>
! <a href=selectbranchprinter.pl class="button">Change Settings</a>
  <input type=hidden name=branch value=<!-- TMPL_VAR Name="branch" -->>
  <input type=hidden name=printer value=<!-- TMPL_VAR Name="printer" -->>
  
  <!-- TMPL_IF Name="found" -->

Index: circulation.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** circulation.tmpl	25 Feb 2004 18:15:35 -0000	1.18
--- circulation.tmpl	14 Apr 2004 19:47:00 -0000	1.19
***************
*** 1,62 ****
  <!-- TMPL_INCLUDE NAME="circulation-top.inc" -->
! 
! <!-- TMPL_IF name="borrowernumber" -->
! 	<table align="right" cellpadding="10">
! 		<tr>
! 			<td>
! 				<a class="button" href="circulation.pl?branch=<!-- TMPL_VAR name="branch" -->&amp;printer=<!-- TMPL_VAR name="printer" -->&amp;print=yes">
! 				Next Borrower</a>&nbsp;
! 				<a class="button" href="returns.pl">
! 				Returns</a>&nbsp;
! 				<a class="button" href="branchtransfers.pl">
! 				Transfers</a>
! 			</td>
! 		</tr>
! 	</table>
! 	<h1>Circulation: Issues</h1>
! 	<i>Branch:</i> <!-- TMPL_VAR name="branchname" --> <i>Printer:</i> <!-- TMPL_VAR name="printername" --> <a href="selectbranchprinter.pl" class="button">Change Settings</a>
! 	<input type="hidden" name="branch" value="<!-- TMPL_VAR name="branch" -->">
! 	<input type="hidden" name="printer" value="<!-- TMPL_VAR name="printer" -->">
! <!-- TMPL_ELSE -->
! 	<table align="right" cellpadding="10">
! 		<tr>
! 			<td>
! 				<a href="returns.pl" class="button">
! 					Returns
! 				</a>
! 				&nbsp;
! 				<a href="branchtransfers.pl" class="button">
! 					Transfers
! 				</a>
! 			</td>
! 		</tr>
! 	</table>
! 	<h1>Circulation: Issues</h1><br>
! 	<b>Branch:</b> <!-- TMPL_VAR name="branchname" --> <br>
! 	<b>Printer:</b> <!-- TMPL_VAR name="printername" --><br>
! 	<a href="selectbranchprinter.pl" class="button">Change Settings</a>
! 	<input type="hidden" name="branch" value="<!-- TMPL_VAR name="branch" -->">
! 	<input type="hidden" name="printer" value="<!-- TMPL_VAR name="printer" -->">
! 	<p>&nbsp;</p>
! <!-- /TMPL_IF -->
  
  <!-- TMPL_IF name="question" -->
! 	<table border="1" cellpadding="5" cellspacing="0" bgcolor="#dddddd">
  		<tr>
! 			<th background="<!-- TMPL_VAR name="themelang" -->/images/background-mem.gif">
! 				<font size="+2" color="red"><b>Issuing Question</b></font>
  			</th>
  		</tr>
  		<tr>
  			<td>
! 				<table border="0" cellpadding="10">
! 					<tr>
! 						<td>
! 							Attempting to issue <!-- TMPL_VAR name="title" -->
! 							by <!-- TMPL_VAR name="author" --> to <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" -->.
! 							<p><!-- TMPL_VAR name="question" -->
! 						</td>
! 					</tr>
! 				</table>
  			</td>
  		</tr>
--- 1,23 ----
  <!-- TMPL_INCLUDE NAME="circulation-top.inc" -->
! <div id="mainbloc">
! 	<h1 class="circulation">Circulation: Issues</h1>
! 	<p>
! 		<b>Branch:</b> <!-- TMPL_VAR name="branchname" -->, 
! 		<b>Printer:</b> <!-- TMPL_VAR name="printername" --> 
! 		<a href="selectbranchprinter.pl" class="button circulation">Change Settings</a>
! 	</p>
  
  <!-- TMPL_IF name="question" -->
! 	<table>
  		<tr>
! 			<th>
! 				Issuing Question
  			</th>
  		</tr>
  		<tr>
  			<td>
! 				Attempting to issue <!-- TMPL_VAR name="title" -->
! 				by <!-- TMPL_VAR name="author" --> to <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" -->.
! 				<p><!-- TMPL_VAR name="question" --></p>
  			</td>
  		</tr>
***************
*** 118,123 ****
  
  <!-- TMPL_IF name="message" -->
! 	<table border="1" cellpadding="5" cellspacing="0" bgcolor="#dddddd">
! 		<tr><th background="<!-- TMPL_VAR name="themelang" -->/images/background-mem.gif">Messages</th></tr>
  		<tr><td>No borrower matched  <!-- TMPL_VAR name="message" --></td></tr>
  	</table>
--- 79,84 ----
  
  <!-- TMPL_IF name="message" -->
! 	<table>
! 		<tr><th>Messages</th></tr>
  		<tr><td>No borrower matched  <!-- TMPL_VAR name="message" --></td></tr>
  	</table>
***************
*** 138,142 ****
  				<!-- TMPL_VAR name="CGIselectborrower" -->
  				<br>
! 				<input type="submit" value="OK" class="button">
  			</td>
  		</tr>
--- 99,103 ----
  				<!-- TMPL_VAR name="CGIselectborrower" -->
  				<br>
! 				<input type="submit" value="OK" class="button circulation">
  			</td>
  		</tr>
***************
*** 146,318 ****
      
      <!-- TMPL_ELSE -->
! 	<form method="post" action="/cgi-bin/koha/circ/circulation.pl">
! 	<table border="1" cellpadding="5" cellspacing="0" bgcolor="#dddddd">
  		<tr>
! 			<th background="<!-- TMPL_VAR name="themelang" -->/images/background-mem.gif">
! 				<font color="black"><b>Enter borrower card number<br> or partial last name</b></font>
  			</th>
  		</tr>
  		<tr>
  			<td>
! 				<input name="findborrower">
! 				<input type="hidden" name="branch" value="<!-- TMPL_VAR name="branch" -->">
! 				<input type="hidden" name="printer" value="<!-- TMPL_VAR name="printer" -->">
  			</td>
  		</tr>
  	</table>
- 	</form>
       <!-- /TMPL_IF -->
  <!-- /TMPL_IF -->
  <!-- TMPL_IF name="borrowernumber" -->
! <table border="1" width="100%">
! <tr>
! <td>
! <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
! <table border="1" cellpadding="2">
! 	<tr>
! 	<td align="center" valign="top">
! 		<table border="0" cellspacing="0" cellpadding="5">
! 			<tr>
! 				<th background="<!-- TMPL_VAR name="themelang" -->/images/background-mem.gif">
! 					<font color="black"><b>Enter Book Barcode</b></font>
! 				</th>
! 			</tr>
! 			<tr>
! 				<td align="center">
! 					<table border="0">
! 						<tr>
! 							<td>Item Barcode:</td>
! 							<td><input name="barcode" size="10"></td>
! 							<td><input type="submit" value="Issue" class="button"></td>
! 						</tr>
! 						<tr>
! 							<td colspan="3" align="center">
! 								<table border="0" cellpadding="0" cellspacing="0">
! 									<tr>
! 										<td>
! 											<select name="day"><option value="0">Day<!-- TMPL_VAR name="dayoptions" --></select>
! 										</td>
! 										<td>
! 											<select name="month"><option value="0">Month<!-- TMPL_VAR name="monthoptions" --></select>
! 										</td>
! 										<td>
! 											<select name="year"><option value="0">Year<!-- TMPL_VAR name="yearoptions" --></select>
! 										</td>
! 									</tr>
! 								</table>
! 								<input type="checkbox" name="stickyduedate" <!-- TMPL_VAR name="selected" -->> Sticky Due Date
! 							</td>
! 						</tr>
! 					</table>
! 					<input type="hidden" name="borrnumber" value="<!-- TMPL_VAR name="borrowernumber" -->">
! 					<input type="hidden" name="branch" value="<!-- TMPL_VAR name="branch" -->">
! 					<input type="hidden" name="printer" value="<!-- TMPL_VAR name="printer" -->">
! 					<input type="hidden" name="print" value="maybe">
! 					<!-- TMPL_IF name="CHARGES" -->
! 						<input type="hidden" name="charges" value="yes">
! 						<input type="hidden" name="oldamount" value="<!-- TMPL_VAR name="amountold" -->">
! 					<!-- /TMPL_IF -->
! 				</td>
! 			</tr>
! 		</table>
! 	</td>
! 	</tr>
! </table>
! </form>
! </td>
! <td>
! <table border="1" cellpadding="2" cellspacing="0" align="right">
!     <tr><td colspan="2"><font color="black"><b>Borrower information</b></font></td></tr>
!     <tr><td colspan="2">
!     <a href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR name="borrowernumber" -->" onClick="openWindow(this,'Member', 480, 640)">
! 		<!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" -->
!     </a> <br> Category: <!-- TMPL_VAR name="categorycode" -->
!     </td></tr>
! <!-- TMPL_IF name="noissues" -->
! <!-- TMPL_IF NAME="gna" -->
! <tr><td valign="top"><font color="red">GNA</font></td><td bgcolor=<!-- TMPL_VAR name="color" -->>Borrower is gone with no address</td></tr>
! <!-- /TMPL_IF -->
! <!-- TMPL_IF NAME="lost" -->
! <tr><td valign="top"><font color="red">LOST</font></td><td bgcolor=<!-- TMPL_VAR name="color" -->>Borrower's card is lost</td></tr>
! <!-- /TMPL_IF -->
! <!-- TMPL_IF NAME="dbarred" -->
! <tr><td valign="top"><font color="red">DBARRED</font></td><td bgcolor=<!-- TMPL_VAR name="color" -->>Borrower is debarred</td></tr>
! <!-- /TMPL_IF -->
! 	<!-- TMPL_IF name="charges" -->
! 		<tr><td valign="top"><font color="red">CHARGES</font></td><td bgcolor=<!-- TMPL_VAR name="color" -->><a href="/cgi-bin/koha/pay.pl?bornum=<!-- TMPL_VAR name="borrowernumber" -->" onClick="openWindow(this, 'Payment', 480,640)">Payment</a></td></tr>
! 	<!-- TMPL_ELSE -->
! 		<tr><td valign="top"><font color="red"><!-- TMPL_VAR name="flag" --></font></td><td bgcolor=<!-- TMPL_VAR name="color" -->><!-- TMPL_VAR name="message" --></td></tr>
! 	<!-- /TMPL_IF -->
! <!-- TMPL_ELSE -->
! 		<!-- TMPL_IF name="charges" -->
! 			<tr><td valign=top>CHARGES</td><td><a href="/cgi-bin/koha/pay.pl?bornum=<!-- TMPL_VAR name="borrowernumber" -->" onClick="openWindow(this, 'Payment', 480,640)">Payment</a></td></tr>
  		<!-- /TMPL_IF -->
! 		<!-- TMPL_IF name="waiting" -->
! 			<tr>
! 			<td valign="top">WAITING</td>
! 			<td>
! 			<!-- TMPL_LOOP name="itemswaiting" -->
! 				<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->&amp;type=intra" onClick="openWindow(this, 'Item', 480, 640)"><!-- TMPL_VAR name="barcode" --></a> <!-- TMPL_VAR name="title" --> (<!-- TMPL_VAR name="branchname" -->)<br>
! 			<!-- /TMPL_LOOP -->
! 			</td>
! 			</tr>
  		<!-- /TMPL_IF -->
  			<!-- TMPL_IF name="odues" -->
  				<!-- TMPL_IF name="nonreturns" -->
! 					<tr><td valign="top"><font color="red">ODUES</font></td><td><font color="red">Yes, See below</font></td></tr>
  				<!-- /TMPL_IF -->
  			<!-- /TMPL_IF -->
  			<!-- TMPL_IF name="notes" -->
! 					<tr><td valign="top">NOTES</td><td><!-- TMPL_VAR name="notesmsg" --></td></tr>
  			<!-- /TMPL_IF -->
  <!-- /TMPL_IF -->
- </table>
- <!-- /TMPL_IF -->
- </table>
- <br/>
  <!-- TMPL_IF name="todayissues" -->
! <table border="1" cellpadding="5" cellspacing="0" width="100%">
! 	<tr>
! 		<th colspan="5" background="<!-- TMPL_VAR name="themelang" -->/images/background-mem.gif">
! 			<font color="black">
! 			<b>Todays Issues</b></font>
! 		</th>
! 	</tr>
! 	<tr>
! 		<th>Due Date</th><th>Bar Code</th><th>Title</th><th>Author</th><th>Class</th>
! 	</tr>
! 	<!-- TMPL_LOOP name="todayissues" -->
! 	    <tr><td align="center" bgcolor=<!-- TMPL_VAR NAME="tcolor" -->><!-- TMPL_VAR NAME="dd" --></td>
! 	    <td align="center" bgcolor=<!-- TMPL_VAR NAME="tcolor" -->>
! 	    <a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->&amp;type=intra" onClick="openWindow(this, 'Item', 480, 640); return false;"><!-- TMPL_VAR NAME="barcode" --></a></td>
! 	    <td bgcolor="<!-- TMPL_VAR NAME="tcolor" -->"><!-- TMPL_VAR NAME="title" --></td>
! 	    <td bgcolor="<!-- TMPL_VAR NAME="tcolor" -->"><!-- TMPL_VAR NAME="author" --></td>
! 	    <td align="center" bgcolor="<!-- TMPL_VAR NAME="tcolor" -->"><!-- TMPL_VAR NAME="dewey" --> <!-- TMPL_VAR NAME="subclass" --></td></tr>
! 	<!-- /TMPL_LOOP -->
! </table>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF name="previssues" -->
! 	<table border="1" cellpadding="5" cellspacing="0" width="80%">
! 		<tr>
! 			<th colspan="5"  background="<!-- TMPL_VAR name="themelang" -->/images/background-mem.gif">
! 				<font color="black">
! 				<b>Previous Issues</b></font>
! 			</th>
! 		</tr>
  		<tr>
  			<th>Due Date</th><th>Bar Code</th><th>Title</th><th>Author</th><th>Class</th>
  		</tr>
! 	<!-- TMPL_LOOP name="previssues" -->
! 	    <tr><td align="center" bgcolor="<!-- TMPL_VAR NAME="tcolor" -->"><!-- TMPL_IF NAME="od" --><font color="red"><!-- /TMPL_IF --><!-- TMPL_VAR NAME="dd" --><!-- TMPL_IF NAME="od" --></font><!-- /TMPL_IF --></td>
! 	    <td align="center" bgcolor="<!-- TMPL_VAR NAME="tcolor" -->">
! 	    <a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->&amp;type=intra" onClick="openWindow(this, 'Item', 480, 640); return false;"><!-- TMPL_VAR NAME="barcode" --></a></td>
! 	    <td bgcolor="<!-- TMPL_VAR NAME="tcolor" -->"><!-- TMPL_VAR NAME="title" --></td>
! 	    <td bgcolor="<!-- TMPL_VAR NAME="tcolor" -->"><!-- TMPL_VAR NAME="author" --></td>
! 	    <td align="center" bgcolor="<!-- TMPL_VAR NAME="tcolor" -->"><!-- TMPL_VAR NAME="dewey" --> <!-- TMPL_VAR NAME="subclass" --></td></tr>
! 	<!-- /TMPL_LOOP -->
! 
  	</table>
  <!-- /TMPL_IF -->
  <!-- TMPL_INCLUDE name="circulation-bottom.inc" -->
  
--- 107,260 ----
      
      <!-- TMPL_ELSE -->
! 	<table>
  		<tr>
! 			<th class="circulation">
! 				Enter borrower card number or partial last name
  			</th>
  		</tr>
  		<tr>
  			<td>
! 				<form method="post" action="/cgi-bin/koha/circ/circulation.pl">
! 					<input name="findborrower">
! 					<input type="hidden" name="branch" value="<!-- TMPL_VAR name="branch" -->">
! 					<input type="hidden" name="printer" value="<!-- TMPL_VAR name="printer" -->">
! 					<input type="submit" value="OK" class="button circulation">
! 				</form>
  			</td>
  		</tr>
  	</table>
       <!-- /TMPL_IF -->
  <!-- /TMPL_IF -->
+ 
  <!-- TMPL_IF name="borrowernumber" -->
! 	<div id="bloc25">
! 	<form method="post" action="/cgi-bin/koha/circ/circulation.pl">
! 		<h2 class="circulation">Enter Book Barcode</h2>
! 		<p>Item Barcode:<input name="barcode" size="10"> <input type="submit" value="Issue" class="button circulation"></p>
! 		<p>
! 			<select name="day"><option value="0">Day<!-- TMPL_VAR name="dayoptions" --></select>
! 			<select name="month"><option value="0">Month<!-- TMPL_VAR name="monthoptions" --></select>
! 			<select name="year"><option value="0">Year<!-- TMPL_VAR name="yearoptions" --></select>
! 		</p>
! 		<p>
! 		<input type="checkbox" name="stickyduedate" <!-- TMPL_VAR name="selected" -->> Sticky Due Date
! 		<input type="hidden" name="borrnumber" value="<!-- TMPL_VAR name="borrowernumber" -->">
! 		<input type="hidden" name="branch" value="<!-- TMPL_VAR name="branch" -->">
! 		<input type="hidden" name="printer" value="<!-- TMPL_VAR name="printer" -->">
! 		<input type="hidden" name="print" value="maybe">
! 		<!-- TMPL_IF name="CHARGES" -->
! 			<input type="hidden" name="charges" value="yes">
! 			<input type="hidden" name="oldamount" value="<!-- TMPL_VAR name="amountold" -->">
  		<!-- /TMPL_IF -->
! 		</p>
! 	</form>
! 	</div>
! 	<div id="bloc25">
! 	<h2 class="circulation">Borrower information</h2>
! 		<p><a href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR name="borrowernumber" -->" onClick="openWindow(this,'Member', 480, 640)">
! 			<!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --></a></p>
! 		<p>Category: <!-- TMPL_VAR name="categorycode" --></p>
! 	
! 	<!-- TMPL_IF name="noissues" -->
! 		<!-- TMPL_IF NAME="gna" -->
! 			<p class="problem">GNA :Borrower is gone with no address</p>
  		<!-- /TMPL_IF -->
+ 		<!-- TMPL_IF NAME="lost" -->
+ 		<p class="problem">LOST : Borrower's card is lost</p>
+ 		<!-- /TMPL_IF -->
+ 		<!-- TMPL_IF NAME="dbarred" -->
+ 		<p class="problem">DBARRED : Borrower is debarred</p>
+ 		<!-- /TMPL_IF -->
+ 		<!-- TMPL_IF name="charges" -->
+ 				<p class="problem">CHARGES : <a href="/cgi-bin/koha/pay.pl?bornum=<!-- TMPL_VAR name="borrowernumber" -->" onClick="openWindow(this, 'Payment', 480,640)">Payment</a></p>
+ 		<!-- TMPL_ELSE -->
+ 				<p class="problem"><!-- TMPL_VAR name="flag" --> : <!-- TMPL_VAR name="message" --></p>
+ 		<!-- /TMPL_IF -->
+ 	<!-- TMPL_ELSE -->
+ 			<!-- TMPL_IF name="charges" -->
+ 				<p class="problem">CHARGES : <a href="/cgi-bin/koha/pay.pl?bornum=<!-- TMPL_VAR name="borrowernumber" -->" onClick="openWindow(this, 'Payment', 480,640)">Payment</a></p>
+ 			<!-- /TMPL_IF -->
+ 			<!-- TMPL_IF name="waiting" -->
+ 				<p class="problem">WAITING :
+ 					<!-- TMPL_LOOP name="itemswaiting" -->
+ 						<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->&amp;type=intra" onClick="openWindow(this, 'Item', 480, 640)"><!-- TMPL_VAR name="barcode" --></a> <!-- TMPL_VAR name="title" --> (<!-- TMPL_VAR name="branchname" -->)<br>
+ 					<!-- /TMPL_LOOP -->
+ 				</p>
+ 			<!-- /TMPL_IF -->
  			<!-- TMPL_IF name="odues" -->
  				<!-- TMPL_IF name="nonreturns" -->
! 					<p class="problem">ODUES : Yes, See below</p>
  				<!-- /TMPL_IF -->
  			<!-- /TMPL_IF -->
  			<!-- TMPL_IF name="notes" -->
! 					<p class="problem">NOTES : <!-- TMPL_VAR name="notesmsg" --></p>
  			<!-- /TMPL_IF -->
+ 	<!-- /TMPL_IF -->
+ 	</div>
  <!-- /TMPL_IF -->
  <!-- TMPL_IF name="todayissues" -->
! <div id="bloc25">
! 	<h2 class="circulation">Todays Issues</h2>
! 	<table>
! 		<tr>
! 			<th>Due Date</th><th>Bar Code</th><th>Title</th><th>Author</th><th>Class</th>
! 		</tr>
! 		<!-- TMPL_LOOP name="todayissues" -->
! 		<tr>
! 			<td><!-- TMPL_VAR NAME="dd" --></td>
! 			<td>
! 				<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->&amp;type=intra" onClick="openWindow(this, 'Item', 480, 640); return false;"><!-- TMPL_VAR NAME="barcode" --></a>
! 			</td>
! 			<td>
! 				<!-- TMPL_VAR NAME="title" -->
! 			</td>
! 			<td>
! 				<!-- TMPL_VAR NAME="author" -->
! 			</td>
! 			<td>
! 				<!-- TMPL_VAR NAME="dewey" --> <!-- TMPL_VAR NAME="subclass" -->
! 			</td>
! 		</tr>
! 		<!-- /TMPL_LOOP -->
! 	</table>
! </div>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF name="previssues" -->
! <div id="bloc25">
! 	<h2 class="circulation">Previous Issues</h2>
! 	<table>
  		<tr>
  			<th>Due Date</th><th>Bar Code</th><th>Title</th><th>Author</th><th>Class</th>
  		</tr>
! 		<!-- TMPL_LOOP name="previssues" -->
! 			<tr>
! 				<!-- TMPL_IF NAME="od" -->
! 					<td class="problem">
! 						<!-- TMPL_VAR NAME="dd" -->
! 					</td>
! 					<td class="problem">
! 						<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->&amp;type=intra" onClick="openWindow(this, 'Item', 480, 640); return false;"><!-- TMPL_VAR NAME="barcode" --></a>
! 					</td>
! 					<td class="problem"><!-- TMPL_VAR NAME="title" --></td>
! 					<td class="problem"><!-- TMPL_VAR NAME="author" --></td>
! 					<td class="problem"><!-- TMPL_VAR NAME="dewey" --> <!-- TMPL_VAR NAME="subclass" --></td>
! 				<!-- TMPL_ELSE -->
! 					<td>
! 						<!-- TMPL_VAR NAME="dd" -->
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->&amp;type=intra" onClick="openWindow(this, 'Item', 480, 640); return false;"><!-- TMPL_VAR NAME="barcode" --></a>
! 					</td>
! 					<td><!-- TMPL_VAR NAME="title" --></td>
! 					<td><!-- TMPL_VAR NAME="author" --></td>
! 					<td><!-- TMPL_VAR NAME="dewey" --> <!-- TMPL_VAR NAME="subclass" --></td>
! 				<!-- /TMPL_IF -->
! 			</tr>
! 		<!-- /TMPL_LOOP -->
  	</table>
+ </div>
  <!-- /TMPL_IF -->
+ </div>
  <!-- TMPL_INCLUDE name="circulation-bottom.inc" -->
  

Index: returns.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/returns.tmpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** returns.tmpl	25 Feb 2004 22:09:58 -0000	1.13
--- returns.tmpl	14 Apr 2004 19:47:00 -0000	1.14
***************
*** 1,240 ****
  <!-- TMPL_INCLUDE Name="circulation-top.inc" -->
  
! <table align="right" cellpadding=10><tr><td>
! 	<a class="button" href=circulation.pl>
! 	Issues</a>&nbsp;
! 	<a class="button" href=branchtransfers.pl>
! 	Transfers</a>
! </td></tr></table>
! <h1>Circulation: Returns</h1><br>
! <b>Branch:</b> <!-- TMPL_VAR Name="genbrname" --> &nbsp;
! <b>Printer:</b> <!-- TMPL_VAR Name="genprname" --><br>
! <a href=selectbranchprinter.pl>Change Settings</a>
! <input type=hidden name=branch value=<!-- TMPL_VAR Name="branch" -->>
! <input type=hidden name=printer value=<!-- TMPL_VAR Name="printer" -->>
! <p>
! 
! <table cellpadding=5 cellspacing=0 width=100%>
! 
! <!-- TMPL_IF Name="found" -->
! 	<tr>
! 	<td colspan=2>
! 		<table border=1 cellpadding=5 cellspacing=0 bgcolor='#dddddd'>
! 		<tr><th background="<!-- TMPL_VAR name="themelang" -->/images/background-mem.gif"><font>Reserve Found</font></th></tr>
! 		<tr><td>
! 		<!-- TMPL_IF Name="waiting" -->
! 			<font color='red' size='+2'>Item marked Waiting:</font><br>
! 		Item <!-- TMPL_VAR Name="itemtitle" --> (<!-- TMPL_VAR Name="itemauthor" -->) <br>
! 	is marked waiting at <b><!-- TMPL_VAR Name="branchname" --></b> for <!-- TMPL_VAR Name="name" --> (<a href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->" onclick="openWindow('/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->', 'Member'); return false;"><!-- TMPL_VAR Name="borcnum" --></a>).
! 			<center><form method=post action='returns.pl'>
! 			<!-- TMPL_LOOP Name="inputloop" -->
! 				<input type=hidden name=ri-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="barcode" -->>
! 				<input type=hidden name=dd-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="duedate" -->>
! 				<input type=hidden name=bn-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="bornum" -->>
! 			<!-- /TMPL_LOOP -->
! 			<input type=hidden name=barcode value=0>
! 			<input type=submit value="OK">
! 			</form></center>
! 		<!-- /TMPL_IF -->
! 		<!-- TMPL_IF Name="diffbranch" -->
! 			<font color='red' size='+2'>Item marked Waiting:</font><br>
!     Item: <!-- TMPL_VAR Name="itemtitle" --> (<!-- TMPL_VAR Name="itemauthor" -->)<br>
!  needs to be transfered to <b><!-- TMPL_VAR Name="branchname" --></b> <br>
! to be picked up by <!-- TMPL_VAR Name="name" --> (<a href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->" onclick="openWindow('/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->', 'Member'); return false;"><!-- TMPL_VAR Name="borcnum" --></a>).
! 			<center><form method=post action='returns.pl'>
! 			<!-- TMPL_LOOP Name="inputloop" -->
! 				<!-- TMPL_UNLESS Name="first" -->
  					<input type=hidden name=ri-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="barcode" -->>
  					<input type=hidden name=dd-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="duedate" -->>
  					<input type=hidden name=bn-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="bornum" -->>
! 				<!-- /TMPL_UNLESS -->
! 			<!-- /TMPL_LOOP -->
! 			<input type=hidden name=barcode value=0>
! 			<input type=submit value="OK">
! 			</form></center>
! 		<!-- /TMPL_IF -->
! 		<!-- TMPL_IF Name="reserved" -->
! 			<font color='red' size='+2'>Reserve found:</font> Item: <!-- TMPL_VAR Name="itemtitle" --> (<!-- TMPL_VAR Name="itemauthor" -->) <a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR Name="itembiblionumber" -->&type=intra" onclick="openWindow('/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR Name="itembiblionumber" -->&type=intra', 'Item'); return false;"><!-- TMPL_VAR Name="itembarcode" --></a> <br>
! 			for <!-- TMPL_VAR Name="name" --> (<a href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->" onclick="openWindow('/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->', 'Member'); return false"><!-- TMPL_VAR Name="borcnum" --></a>) to be collected at <b><!-- TMPL_VAR Name="branchname" --></b>.
! 			<table cellpadding=5 cellspacing=0>
! 			<tr><td valign="top">Change status to waiting and print<a href="" onClick='alert(document.forms[0].resslip.value); return false'>slip</a>?: </td>
! 			<td valign="top">
! 			<form method=post action='returns.pl'>
! 			<!-- TMPL_LOOP Name="inputloop" -->
! 				<input type=hidden name=ri-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="barcode" -->>
! 				<input type=hidden name=dd-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="duedate" -->>
! 				<input type=hidden name=bn-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="bornum" -->>
! 			<!-- /TMPL_LOOP -->
! 			<input type=hidden name=itemnumber value=<!-- TMPL_VAR Name="itemnumber" -->>
! 			<input type=hidden name=borrowernumber value=<!-- TMPL_VAR Name="bornum" -->>
! 			<input type=hidden name=resbarcode value=<!-- TMPL_VAR Name="barcode" -->>
! 			<input type=hidden name=resslip value="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! Date: <!-- TMPL_VAR Name="today" -->
! 
! ITEM RESERVED:<!-- TMPL_VAR Name="itemtitle" --> (<!-- TMPL_VAR Name="itemauthor" -->)
! barcode: <!-- TMPL_VAR Name="itembarcode" -->
! itemtype: <!-- TMPL_VAR Name="itemtype" -->
! COLLECT AT: <!-- TMPL_VAR Name="branchname" -->
! 
! BORROWER:
! <!-- TMPL_VAR Name="bortitle" --> <!-- TMPL_VAR Name="borfirstname" --> <!-- TMPL_VAR Name="borsurname" -->
! card number: <!-- TMPL_VAR Name="borcnum" -->
! Phone: <!-- TMPL_VAR Name="borphone" -->
! <!-- TMPL_VAR Name="borstraddress" -->
! <!-- TMPL_VAR Name="borsub" -->
! <!-- TMPL_VAR Name="bortown" -->
! <!-- TMPL_VAR Name="boremail" -->
! 
! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! 
! ">
! 			<input type=submit value="Print">
  			</form>
! 			</td></tr>
! 			</table>
! 		<!-- /TMPL_IF -->
! 		</td></tr></table>
! 	</td>
! 	</tr>
! 	<tr>
! 	<td colspan=2>
! <!-- TMPL_ELSE -->
! 	<tr>
! 	<td valign=top align=left>
! 		<form method=post action=/cgi-bin/koha/circ/returns.pl>
! 			<table border=1 cellpadding=5 cellspacing=0>
! 			<tr><td colspan=2 background="<!-- TMPL_VAR name="themelang" -->/images/background-mem.gif">
! 			<font color=black><b>Enter Book Barcode</b></font></td></tr>
! 			<tr><td>Item Barcode:</td><td><input name=barcode size=10></td></tr>
! 			</table>
! 			<!-- TMPL_LOOP Name="inputloop" -->
! 				<input type=hidden name=ri-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="barcode" -->>
! 				<input type=hidden name=dd-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="duedate" -->>
! 				<input type=hidden name=bn-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="bornum" -->>
! 			<!-- /TMPL_LOOP -->
! 		</form>
! 	</td>
! 	<td valign=top align=left>
! <!-- /TMPL_IF -->
! 		<table border=1 cellpadding=5 cellspacing=0 bgcolor='#dddddd'>
! 		<tr><th  background="<!-- TMPL_VAR name="themelang" -->/images/background-mem.gif"><font>Messages</font></th></tr>
! 		<tr><td>
! 			<!-- TMPL_LOOP Name="errmsgloop" -->
! 				<font color='red' size='+2'>
! 				<!-- TMPL_IF Name="badbarcode" -->
! 					No Item with barcode: <!-- TMPL_VAR Name="msg" -->
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF Name="ispermanent" -->
! 					Please return to  <!-- TMPL_VAR Name="msg" -->
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF Name="notissued" -->
! 					Not On Issue.
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF Name="waslost" -->
! 					Item was lost, now found.
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF Name="withdrawn" -->
! 					Item Cancelled
! 				<!-- /TMPL_IF -->
! 				</font>
! 				<BR>
! 			<!-- /TMPL_LOOP -->
! 		</td></tr></table>
! 	</td>
! 	</tr>
! <!-- TMPL_IF Name="returned" -->
! 	<tr>
! 	<td valign=top align=left>
! 		<table border=1 cellpadding=5 cellspacing=0>
! 		<tr><th background="<!-- TMPL_VAR name="themelang" -->/images/background-mem.gif">
! 		<font color=black>Returned Item Information</font></th></tr>
! 		<tr><td>
! 		Title: <!-- TMPL_VAR Name="itemtitle" --><br>
! 		</td></tr>
! 		</table>
! 	</td>
! 	<td valign=top align=left>
! 		<table border=1 cellpadding=5 cellspacing=0>
! 		<tr><td colspan=2 background="<!-- TMPL_VAR name="themelang" -->/images/background-mem.gif">
! 		<font color=black><b>Borrower Information</b></font></td></tr>
! 		<tr><td colspan=2>
! 		<a href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="ribornum" -->" onclick="openWindow('/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="ribornum" -->','Member'); return false;"><!-- TMPL_VAR Name="riborcnum" --></a>
! 		<!-- TMPL_VAR Name="riborsurname" -->, <!-- TMPL_VAR Name="ribortitle" --> <!-- TMPL_VAR Name="riborfirstname" --><br>
! 		</td></tr>
! 		<!-- TMPL_IF Name="flagset" -->
! 			<tr><td  background="<!-- TMPL_VAR name="themelang" -->/images/background-mem.gif" colspan=2>
! 			<b>Flags</b></td></tr>
! 			<!-- TMPL_LOOP Name="flagloop" -->
! 				<tr><td valign=top><!-- TMPL_IF Name="redfont" --><font color="red"><!-- /TMPL_IF --><!-- TMPL_VAR Name="flag" --><!-- TMPL_IF Name="redfont" --></font><!-- /TMPL_IF --></td>
! 				<!-- TMPL_IF Name="charges" -->
! 					<td bgcolor=<!-- TMPL_VAR Name="color" -->><b><!-- TMPL_VAR Name="msg" --></b><a href="/cgi-bin/koha/pay.pl?bornum=<!-- TMPL_VAR Name="bornum" -->" onclick="openWindow('/cgi-bin/koha/pay.pl?bornum=<!-- TMPL_VAR Name="bornum" -->', 'Payment'); return false;">Payment</a></td></tr>
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF Name="waiting" -->
! 					<td bgcolor=<!-- TMPL_VAR Name="color" -->>
! 					<!-- TMPL_LOOP Name="itemloop" -->
! 						<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR Name="biblionum" -->&type=intra" onclick="openWindow('/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR Name="biblionum" -->&type=intra','Item'); return false;"><!-- TMPL_VAR Name="barcode" --></a><!-- TMPL_VAR Name="title" -->(<!-- TMPL_VAR Name="brname" -->)<br>
! 					<!-- /TMPL_LOOP -->
! 					</td></tr>
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF Name="overdue" -->
  					<td bgcolor=<!-- TMPL_VAR Name="color" -->>
! 					<!-- TMPL_LOOP Name="itemloop" -->
! 					<font color=red><!-- TMPL_VAR Name="duedate" --></font>
! 						<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR Name="biblionum" -->&type=intra" onclick="openWindow('/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR Name="biblionum" -->&type=intra', 'Item'); return false;">
  							<!-- TMPL_VAR Name="barcode" -->
  						</a>
! 						<!-- TMPL_VAR Name="title" -->
! 						<br>
! 					<!-- /TMPL_LOOP -->
! 					</td></tr>
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF Name="other" -->
! 					<td bgcolor=<!-- TMPL_VAR Name="color" -->><b><!-- TMPL_VAR Name="msg" --></b></td></tr>
! 				<!-- /TMPL_IF -->
  			<!-- /TMPL_LOOP -->
! 		<!-- /TMPL_IF -->
! 	</td>
! 	<tr>
! <!-- /TMPL_IF -->
! <!-- TMPL_IF Name="riloop" -->
!     <tr><td colspan=2>
! 		<table border=1 cellpadding=5 cellspacing=0>
! 		<tr><th colspan=6 background="<!-- TMPL_VAR name="themelang" -->/images/background-mem.gif">
! 		<font color=black>Returned Items</font></th></tr>
! 		<tr><th>Due Date</th><th>Bar Code</th><th>Title</th><th>Author</th><th>Type</th><th>Borrower</th></tr>
! 		<!-- TMPL_LOOP Name="riloop" -->
! 			<tr><td bgcolor=<!-- TMPL_VAR Name="color" -->>
! 				<!-- TMPL_IF Name="duedate" -->
! 					<!-- TMPL_IF Name="early" -->
! 						<font color=red>
! 					<!-- /TMPL_IF -->
! 						<!-- TMPL_VAR Name="year" -->/<!-- TMPL_VAR Name="month" -->/<!-- TMPL_VAR Name="day" -->
! 					<!-- TMPL_IF Name="early" -->
! 						</font>
! 					<!-- /TMPL_IF -->
! 				<!-- TMPL_ELSE -->
! 					Not on Issue.
! 				<!-- /TMPL_IF -->
! 			</td>
! 			<td align=center bgcolor=<!-- TMPL_VAR Name="color" -->>
! 			<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR Name="itembiblionumber" -->&type=intra" onclick="openWindow('/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR Name="itembiblionumber" -->&type=intra', 'Item'); return false;"><!-- TMPL_VAR Name="barcode" --></a></td>
! 			<td bgcolor=<!-- TMPL_VAR Name="color" -->><!-- TMPL_VAR Name="itemtitle" --></td>
! 			<td bgcolor=<!-- TMPL_VAR Name="color" -->><!-- TMPL_VAR Name="itemauthor" --></td>
! 			<td align=center bgcolor=<!-- TMPL_VAR Name="color" -->><!-- TMPL_VAR Name="itemtype" --></td>
! 			<td bgcolor=<!-- TMPL_VAR Name="color" -->>
! 			<!-- TMPL_IF Name="duedate" -->
! 				<a href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->" onclick="openWindow('/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->','Member'); return false;">
! 					<!-- TMPL_VAR Name="borcnum" -->
! 				</a> <!-- TMPL_VAR Name="borfirstname" --> <!-- TMPL_VAR Name="borsurname" -->
! 			<!-- TMPL_ELSE -->
! 				<!-- TMPL_VAR Name="bornum" -->
! 			<!-- /TMPL_IF -->
! 			</td></tr>
! 		<!-- /TMPL_LOOP -->
! 		</table>
! 	</td></tr>
! <!-- /TMPL_IF -->
! 
! </table>
! 
  <!-- TMPL_INCLUDE Name="circulation-bottom.inc" -->
--- 1,229 ----
  <!-- TMPL_INCLUDE Name="circulation-top.inc" -->
  
! <div id="mainbloc">
! 	<h1 class="circulation">Circulation: Returns</h1>
! 	<p>
! 		<b>Branch:</b> <!-- TMPL_VAR name="branchname" -->, 
! 		<b>Printer:</b> <!-- TMPL_VAR name="printername" --> 
! 		<a href="selectbranchprinter.pl" class="button circulation">Change Settings</a>
! 	</p>
! 	
! 	<!-- TMPL_IF Name="found" -->
! 		<div id="bloc25">
! 			<h2 class="circulation">Reserve Found</h2>
! 			<!-- TMPL_IF Name="waiting" -->
! 				<h2 class="circulation">Item marked Waiting:</h2>
! 			<p>Item <!-- TMPL_VAR Name="itemtitle" --> (<!-- TMPL_VAR Name="itemauthor" -->)
! 		is marked waiting at <b><!-- TMPL_VAR Name="branchname" --></b> for <!-- TMPL_VAR Name="name" --> (<a href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->" onclick="openWindow('/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->', 'Member'); return false;"><!-- TMPL_VAR Name="borcnum" --></a>).
! 					<form method=post action='returns.pl'>
! 					<!-- TMPL_LOOP Name="inputloop" -->
! 						<input type=hidden name=ri-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="barcode" -->>
! 						<input type=hidden name=dd-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="duedate" -->>
! 						<input type=hidden name=bn-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="bornum" -->>
! 					<!-- /TMPL_LOOP -->
! 					<input type=hidden name=barcode value=0>
! 					<input type=submit value="OK" class="button circulation">
! 					</form>
! 			<!-- /TMPL_IF -->
! 			<!-- TMPL_IF Name="diffbranch" -->
! 				<h2 class="circulation">Item marked Waiting:</h2>
! 				<p>
! 					Item: <!-- TMPL_VAR Name="itemtitle" --> (<!-- TMPL_VAR Name="itemauthor" -->)
! 					needs to be transfered to <b><!-- TMPL_VAR Name="branchname" --></b>
! 					to be picked up by 
! 					<!-- TMPL_VAR Name="name" --> 
! 					(<a href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->" onclick="openWindow('/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->', 'Member'); return false;"><!-- TMPL_VAR Name="borcnum" --></a>).
! 				</p>
! 				<center>
! 				<form method=post action='returns.pl'>
! 				<!-- TMPL_LOOP Name="inputloop" -->
! 					<!-- TMPL_UNLESS Name="first" -->
! 						<input type=hidden name=ri-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="barcode" -->>
! 						<input type=hidden name=dd-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="duedate" -->>
! 						<input type=hidden name=bn-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="bornum" -->>
! 					<!-- /TMPL_UNLESS -->
! 				<!-- /TMPL_LOOP -->
! 				<input type=hidden name=barcode value=0>
! 				<input type=submit value="OK" class="button circulation">
! 				</form>
! 				</center>
! 			<!-- /TMPL_IF -->
! 			<!-- TMPL_IF Name="reserved" -->
! 				<h2 class="circulation">Reserve found:</h2>
! 				<p>Item: <!-- TMPL_VAR Name="itemtitle" --> (<!-- TMPL_VAR Name="itemauthor" -->) 
! 				<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR Name="itembiblionumber" -->&type=intra" onclick="openWindow('/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR Name="itembiblionumber" -->&type=intra', 'Item'); return false;">
! 					<!-- TMPL_VAR Name="itembarcode" -->
! 				</a>
! 				for <!-- TMPL_VAR Name="name" --> (<a href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->" onclick="openWindow('/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->', 'Member'); return false"><!-- TMPL_VAR Name="borcnum" --></a>) to be collected at <b><!-- TMPL_VAR Name="branchname" --></b>.
! 				</p>
! 				<p>
! 				Change status to waiting and print<a href="" onClick='alert(document.forms[0].resslip.value); return false'>slip</a>?: </p>
! 				<p>
! 				<form method=post action='returns.pl'>
! 				<!-- TMPL_LOOP Name="inputloop" -->
  					<input type=hidden name=ri-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="barcode" -->>
  					<input type=hidden name=dd-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="duedate" -->>
  					<input type=hidden name=bn-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="bornum" -->>
! 				<!-- /TMPL_LOOP -->
! 				<input type=hidden name=itemnumber value=<!-- TMPL_VAR Name="itemnumber" -->>
! 				<input type=hidden name=borrowernumber value=<!-- TMPL_VAR Name="bornum" -->>
! 				<input type=hidden name=resbarcode value=<!-- TMPL_VAR Name="barcode" -->>
! 				<input type=hidden name=resslip value="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! 	Date: <!-- TMPL_VAR Name="today" -->
! 	
! 	ITEM RESERVED:<!-- TMPL_VAR Name="itemtitle" --> (<!-- TMPL_VAR Name="itemauthor" -->)
! 	barcode: <!-- TMPL_VAR Name="itembarcode" -->
! 	itemtype: <!-- TMPL_VAR Name="itemtype" -->
! 	COLLECT AT: <!-- TMPL_VAR Name="branchname" -->
! 	
! 	BORROWER:
! 	<!-- TMPL_VAR Name="bortitle" --> <!-- TMPL_VAR Name="borfirstname" --> <!-- TMPL_VAR Name="borsurname" -->
! 	card number: <!-- TMPL_VAR Name="borcnum" -->
! 	Phone: <!-- TMPL_VAR Name="borphone" -->
! 	<!-- TMPL_VAR Name="borstraddress" -->
! 	<!-- TMPL_VAR Name="borsub" -->
! 	<!-- TMPL_VAR Name="bortown" -->
! 	<!-- TMPL_VAR Name="boremail" -->
! 	
! 	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! 	
! 	">
! 				<input type=submit value="Print" class="button circulation">
! 				</form>
! 			<!-- /TMPL_IF -->
! 		</div>
! 	<!-- TMPL_ELSE -->
! 		<div id="bloc25">
! 			<form method=post action=/cgi-bin/koha/circ/returns.pl>
! 				<h2 class="circulation">Enter Book Barcode</h2>
! 				<label class="label20">Item Barcode:</label><input name=barcode size=10>
! 				</table>
! 				<!-- TMPL_LOOP Name="inputloop" -->
! 					<input type=hidden name=ri-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="barcode" -->>
! 					<input type=hidden name=dd-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="duedate" -->>
! 					<input type=hidden name=bn-<!-- TMPL_VAR Name="counter" --> value=<!-- TMPL_VAR Name="bornum" -->>
! 				<!-- /TMPL_LOOP -->
  			</form>
! 		</div>
! 	<!-- /TMPL_IF -->
! 		<div id="bloc25">
! 			<h2 class="circulation">Messages</h2>
! 				<!-- TMPL_LOOP Name="errmsgloop" -->
! 					<span id="problem">
! 					<!-- TMPL_IF Name="badbarcode" -->
! 						No Item with barcode: <!-- TMPL_VAR Name="msg" -->
! 					<!-- /TMPL_IF -->
! 					<!-- TMPL_IF Name="ispermanent" -->
! 						Please return to  <!-- TMPL_VAR Name="msg" -->
! 					<!-- /TMPL_IF -->
! 					<!-- TMPL_IF Name="notissued" -->
! 						Not On Issue.
! 					<!-- /TMPL_IF -->
! 					<!-- TMPL_IF Name="waslost" -->
! 						Item was lost, now found.
! 					<!-- /TMPL_IF -->
! 					<!-- TMPL_IF Name="withdrawn" -->
! 						Item Cancelled
! 					<!-- /TMPL_IF -->
! 					</span>
! 				<!-- /TMPL_LOOP -->
! 		</div>
! 	<!-- TMPL_IF Name="returned" -->
! 		<div id="bloc25">
! 			<h2 class="circulation">Returned Item Information</h2>
! 			<p>Title: <!-- TMPL_VAR Name="itemtitle" --></p>
! 			<h2 class="circulation">Borrower Information</h2>
! 			<p>
! 			<a href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="ribornum" -->" onclick="openWindow('/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="ribornum" -->','Member'); return false;">
! 				<!-- TMPL_VAR Name="riborcnum" -->
! 			</a>
! 			<!-- TMPL_VAR Name="riborsurname" -->, <!-- TMPL_VAR Name="ribortitle" --> <!-- TMPL_VAR Name="riborfirstname" --></p>
! 			<!-- TMPL_IF Name="flagset" -->
! 				<h2 class="circulation">Flags</h2>
! 				<!-- TMPL_LOOP Name="flagloop" -->
! 					<p>
! 						<!-- TMPL_IF Name="redfont" --><div class="problem"><!-- /TMPL_IF -->
! 						<!-- TMPL_VAR Name="flag" --><!-- TMPL_IF Name="redfont" --></div><!-- /TMPL_IF -->
! 					</p>
! 					<!-- TMPL_IF Name="charges" -->
! 					<p>
! 						<a href="/cgi-bin/koha/pay.pl?bornum=<!-- TMPL_VAR Name="bornum" -->" onclick="openWindow('/cgi-bin/koha/pay.pl?bornum=<!-- TMPL_VAR Name="bornum" -->', 'Payment'); return false;">Payment</a>
! 					</p>
! 					<!-- /TMPL_IF -->
! 					<!-- TMPL_IF Name="waiting" -->
! 						<!-- TMPL_LOOP Name="itemloop" -->
! 							<p>
! 								<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR Name="biblionum" -->&type=intra" onclick="openWindow('/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR Name="biblionum" -->&type=intra','Item'); return false;">
! 									<!-- TMPL_VAR Name="barcode" -->
! 								</a> <!-- TMPL_VAR Name="title" -->(<!-- TMPL_VAR Name="brname" -->)
! 							</p>
! 						<!-- /TMPL_LOOP -->
! 					<!-- /TMPL_IF -->
! 					<!-- TMPL_IF Name="overdue" -->
! 						<!-- TMPL_LOOP Name="itemloop" -->
! 						<p><!-- TMPL_VAR Name="duedate" -->
! 							<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR Name="biblionum" -->&type=intra" onclick="openWindow('/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR Name="biblionum" -->&type=intra', 'Item'); return false;">
! 								<!-- TMPL_VAR Name="barcode" -->
! 							</a>
! 							<!-- TMPL_VAR Name="title" -->
! 						</p>
! 						<!-- /TMPL_LOOP -->
! 					<!-- /TMPL_IF -->
! 					<!-- TMPL_IF Name="other" -->
! 						<p><b><!-- TMPL_VAR Name="msg" --></b></p>
! 					<!-- /TMPL_IF -->
! 				<!-- /TMPL_LOOP -->
! 			<!-- /TMPL_IF -->
! 		</div>
! 	<!-- /TMPL_IF -->
! 	<!-- TMPL_IF Name="riloop" -->
! 		<div id="bloc25">
! 			<h2 class="circulation">Returned Items</h2>
! 			<table>
! 			<tr>
! 				<th class="circulation">Due Date</th>
! 				<th class="circulation">Bar Code</th>
! 				<th class="circulation">Title</th>
! 				<th class="circulation">Author</th>
! 				<th class="circulation">Type</th>
! 				<th class="circulation">Borrower</th>
! 			</tr>
! 			<!-- TMPL_LOOP Name="riloop" -->
! 				<tr>
  					<td bgcolor=<!-- TMPL_VAR Name="color" -->>
! 						<!-- TMPL_IF Name="duedate" -->
! 							<!-- TMPL_IF Name="early" -->
! 								<font color=red>
! 							<!-- /TMPL_IF -->
! 								<!-- TMPL_VAR Name="year" -->/<!-- TMPL_VAR Name="month" -->/<!-- TMPL_VAR Name="day" -->
! 							<!-- TMPL_IF Name="early" -->
! 								</font>
! 							<!-- /TMPL_IF -->
! 						<!-- TMPL_ELSE -->
! 							Not on Issue.
! 						<!-- /TMPL_IF -->
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR Name="itembiblionumber" -->&type=intra" onclick="openWindow('/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR Name="itembiblionumber" -->&type=intra', 'Item'); return false;">
  							<!-- TMPL_VAR Name="barcode" -->
  						</a>
! 					</td>
! 					<td><!-- TMPL_VAR Name="itemtitle" --></td>
! 					<td><!-- TMPL_VAR Name="itemauthor" --></td>
! 					<td><!-- TMPL_VAR Name="itemtype" --></td>
! 					<td>
! 					<!-- TMPL_IF Name="duedate" -->
! 						<a href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->" onclick="openWindow('/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->','Member'); return false;">
! 							<!-- TMPL_VAR Name="borcnum" -->
! 						</a> <!-- TMPL_VAR Name="borfirstname" --> <!-- TMPL_VAR Name="borsurname" -->
! 					<!-- TMPL_ELSE -->
! 						<!-- TMPL_VAR Name="bornum" -->
! 					<!-- /TMPL_IF -->
! 					</td>
! 				</tr>
  			<!-- /TMPL_LOOP -->
! 			</table>
! 		</div id="bloc25">
! 	<!-- /TMPL_IF -->
! </div>
  <!-- TMPL_INCLUDE Name="circulation-bottom.inc" -->





More information about the Koha-cvs mailing list