[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/circ circulation.tmpl,1.4,1.5

Owen Leonard oleonard at users.sourceforge.net
Thu Nov 4 19:03:45 CET 2004


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

Modified Files:
	circulation.tmpl 
Log Message:
More revisions for 2.2

Index: circulation.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ/circulation.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** circulation.tmpl	3 Nov 2004 22:55:03 -0000	1.4
--- circulation.tmpl	4 Nov 2004 18:03:42 -0000	1.5
***************
*** 17,33 ****
  	</div> /Hide from NPL -->
  	
  	<div class="details">
  	<!-- TMPL_IF NAME="message" -->
! 		<h2>Messages</h2>
! 			<p>No patron matched  <!-- TMPL_VAR NAME="message" --></p>
  	<!-- /TMPL_IF -->
  	
  	<!-- TMPL_IF NAME="CGIselectborrower" -->
! 		<form method="post" action="/cgi-bin/koha/circ/circulation.pl">
! 		<input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->">
! 		<input type="hidden" name="printer" value="<!-- TMPL_VAR NAME="printer" -->">
! 		<h2>Select a borrower</h2>
! 		<!-- TMPL_VAR NAME="CGIselectborrower" -->
! 		<input type="submit" value="OK" class="submit">
  	<!-- TMPL_ELSE -->
  		<!-- TMPL_IF NAME="borrowernumber" -->
--- 17,112 ----
  	</div> /Hide from NPL -->
  	
+ 	<!-- RESULT OF ISSUING REQUEST -->
+ 	
+ 		<!-- TMPL_IF NAME="IMPOSSIBLE" -->
+ 		<div class="error">
+ 		<h3>Error Issuing Item:</h3>
+ 			<ul>
+ 			<!-- TMPL_IF NAME="INVALID_DATE" -->
+ 				<li>The due date is invalid</li>
+ 			<!-- /TMPL_IF -->
+ 			<!-- TMPL_IF NAME="UNKNOWN_BARCODE" -->
+ 				<li>The barcode is not found</li>
+ 			<!-- /TMPL_IF -->
+ 			<!-- TMPL_IF NAME="NOT_FOR_LOAN" -->
+ 				<li>Item not for loan</li>
+ 			<!-- /TMPL_IF -->
+ 			<!-- TMPL_IF NAME="WTHDRAWN" -->
+ 				<li>Item withdrawn</li>
+ 			<!-- /TMPL_IF -->
+ 			<!-- TMPL_IF NAME="GNA" -->
+ 				<li>Patron's address is in doubt</li>
+ 			<!-- /TMPL_IF -->
+ 			<!-- TMPL_IF NAME="CARD_LOST" -->
+ 				<li>Patron's card is lost</li>
+ 			<!-- /TMPL_IF -->
+ 			<!-- TMPL_IF NAME="DEBARRED" -->
+ 				<li>Patron is debarred</li>
+ 			<!-- /TMPL_IF -->
+ 			<!-- TMPL_IF NAME="NO_MORE_RENEWALS" -->
+ 				<li>No more renewals possible</li>
+ 			<!-- /TMPL_IF -->
+ 			</ul>
+ 		</div>
+ 		<!-- TMPL_ELSE -->
+ 		<!-- TMPL_IF NAME="NEEDSCONFIRMATION" -->
+ 		<div class="error">
+ 		<h3>Please Confirm Issue:</h3>
+ 			<!-- TMPL_IF NAME="DEBT" -->
+ 				<p>The patron has a debt of $<!-- TMPL_VAR name="DEBT" --></p>
+ 			<!-- /TMPL_IF -->
+ 			<!-- TMPL_IF NAME="RENEW_ISSUE" -->
+ 				<p>Item is currently issued to this patron.  Renew?</p>
+ 			<!-- /TMPL_IF -->	
+ 			<!-- TMPL_IF NAME="RESERVE_WAITING" -->
+ 				<p>Reserve waiting</p>
+ 			<!-- /TMPL_IF -->	
+ 			<!-- TMPL_IF NAME="ISSUED_TO_ANOTHER" -->
+ 				<p>Item issued to <!-- TMPL_VAR NAME="ISSUED_TO_ANOTHER" -->. Return &amp; issue?</p>
+ 			<!-- /TMPL_IF -->
+ 			<!-- TMPL_IF NAME="TOO_MANY" -->
+ 				<p>Too many issues (already issued / max : <!-- TMPL_VAR name="TOO_MANY" -->)</p>
+ 			<!-- /TMPL_IF -->
+ 			<!-- TMPL_UNLESS name="IMPOSSIBLE" -->
+ 			<form method="post">
+ 				<input type="hidden" name="barcode" value="<!-- TMPL_VAR NAME="barcode" -->" />
+ 				<input type="hidden" name="borrnumber" value="<!-- TMPL_VAR NAME="borrowernumber">" />
+ 				<input type="hidden" name="issueconfirmed" value="1" />
+ 				<input type="hidden" name="day" value="<!-- TMPL_VAR name="day" -->" />
+ 				<input type="hidden" name="month" value="<!-- TMPL_VAR name="month" -->" />
+ 				<input type="hidden" name="year" value="<!-- TMPL_VAR name="year" -->" />
+ 				<input type="submit" value="Confirm issue" class="submit" />
+ 			</form>
+ 			</div>
+ 			<!-- /TMPL_UNLESS -->
+ 		<!-- /TMPL_IF -->
+ 		<!-- /TMPL_IF -->
+ 		
+ 		<!-- TMPL_IF NAME="issued" -->
+ 			<div class="error"><p>Item issued</p></div>
+ 		<!-- /TMPL_IF -->
+ 	
  	<div class="details">
  	<!-- TMPL_IF NAME="message" -->
! 	<div class="details">
! 	No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> <a href="/cgi-bin/koha/members/memberentry.pl?type=Add">Add a new patron</a>
! 	</div>
  	<!-- /TMPL_IF -->
  	
  	<!-- TMPL_IF NAME="CGIselectborrower" -->
! 	<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform">
! 		<input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
! 		<input type="hidden" name="printer" value="<!-- TMPL_VAR NAME="printer" -->" />
! 	<label for="borrnumber">Select a borrower: </label>
! 		<style type="text/css">
! 		option:hover {
! 			background-color : #f0f0f0;
! 			color : #000099;
! 		}
! 	</style>
! 	<p><!-- TMPL_VAR name="CGIselectborrower" --></p>
! 	<p><input type="submit" class="submit" value="Select" /></p>
! 	<p>Patron not found? <a href="/cgi-bin/koha/memberentry.pl?type=Add">Add a new patron</a></p>
! 	</form>
  	<!-- TMPL_ELSE -->
  		<!-- TMPL_IF NAME="borrowernumber" -->
***************
*** 77,87 ****
  				<!-- /TMPL_IF -->
  </dl>
! 		<!-- TMPL_ELSE -->
! 				<h2>Enter patron card number or partial last name</h2>
! 				<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="submit">
  				</form>
  		<!-- /TMPL_IF -->
--- 156,167 ----
  				<!-- /TMPL_IF -->
  </dl>
! 	<!-- TMPL_ELSE -->
! 	<!-- No card entered yet -->
! 	<form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform" id="mainform">
! <label for="findborrower">Enter borrower card number or partial last name: </label>
! 				<input name="findborrower" type="text" size="40" />
! 					<input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
! 					<input type="hidden" name="printer" value="<!-- TMPL_VAR NAME="printer" -->" />
! 				<input type="submit" class="submit" value="Submit" />
  				</form>
  		<!-- /TMPL_IF -->
***************
*** 94,100 ****
  	<div class="details">
  	<form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform">
! <label for="barcode">Enter Item Barcode: </label><input name="barcode" size="14" maxlength="14"class="unfocus" onfocus="this.className='focus'" onblur="this.className='unfocus'" /> <input type="submit" value="Issue" class="submit">
! 		<p>
! 			<select name="day">
  				<option value="0">Day</option>
  				<option value="1"<!-- TMPL_IF NAME="day1" --> selected="selected"<!-- /TMPL_IF -->>1</option>
--- 174,180 ----
  	<div class="details">
  	<form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform">
! <label for="barcode">Enter Item Barcode: </label><input name="barcode" size="14" maxlength="14"class="unfocus" onfocus="this.className='focus'" onblur="this.className='unfocus'" /> <input type="submit" value="Issue" class="submit" />
! 	<!-- Hide from NPL	<p>
! 			<label for="day">Specify Due Date: </label><select name="day" id="day">
  				<option value="0">Day</option>
  				<option value="1"<!-- TMPL_IF NAME="day1" --> selected="selected"<!-- /TMPL_IF -->>1</option>
***************
*** 153,166 ****
  				<option value="2008"<!-- TMPL_IF NAME="year2008" --> selected="selected"<!-- /TMPL_IF -->>2008</option>
  			</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>
--- 233,244 ----
  				<option value="2008"<!-- TMPL_IF NAME="year2008" --> selected="selected"<!-- /TMPL_IF -->>2008</option>
  			</select>
! <label for="stickyduedate">Remember for Session:</label><input type="checkbox" id="stickyduedate" name="stickyduedate" <!-- TMPL_VAR NAME="selected" --> />   /Hide from NPL -->
! 		<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>
***************
*** 169,237 ****
  
  
- 
- <!-- RESULT OF ISSUING REQUEST -->
- 	<div class="error">
- 		<!-- TMPL_IF NAME="IMPOSSIBLE" -->
- 		<h3>Error Issuing Item:</h3>
- 			<!-- TMPL_IF NAME="INVALID_DATE" -->
- 				<p>The due date is invalid</p>
- 			<!-- /TMPL_IF -->
- 			<!-- TMPL_IF NAME="UNKNOWN_BARCODE" -->
- 				<p>The barcode is unknown</p>
- 			<!-- /TMPL_IF -->
- 			<!-- TMPL_IF NAME="NOT_FOR_LOAN" -->
- 				<p>Item not for loan</p>
- 			<!-- /TMPL_IF -->
- 			<!-- TMPL_IF NAME="WTHDRAWN" -->
- 				<p>Item withdrawn</p>
- 			<!-- /TMPL_IF -->
- 			<!-- TMPL_IF NAME="GNA" -->
- 				<p>Patron's address is in doubt</p>
- 			<!-- /TMPL_IF -->
- 			<!-- TMPL_IF NAME="CARD_LOST" -->
- 				<p>Patron's card is lost</p>
- 			<!-- /TMPL_IF -->
- 			<!-- TMPL_IF NAME="DEBARRED" -->
- 				<p>Patron is debarred</p>
- 			<!-- /TMPL_IF -->
- 			<!-- TMPL_IF NAME="NO_MORE_RENEWALS" -->
- 				<p>No more renewals possible</p>
- 			<!-- /TMPL_IF -->
- 		<!-- /TMPL_IF -->
- 		<!-- TMPL_IF NAME="NEEDSCONFIRMATION" -->
- 		<div class="error">
- 		<h2>Please Confirm Issue:</h2>
- 			<!-- TMPL_IF NAME="DEBT" -->
- 				<p>The patron has a debt of $<!-- TMPL_VAR name="DEBT" --></p>
- 			<!-- /TMPL_IF -->
- 			<!-- TMPL_IF NAME="RENEW_ISSUE" -->
- 				<p>Item is currently issued to this patron.  Renew?</p>
- 			<!-- /TMPL_IF -->	
- 			<!-- TMPL_IF NAME="RESERVE_WAITING" -->
- 				<p>Reserve waiting</p>
- 			<!-- /TMPL_IF -->	
- 			<!-- TMPL_IF NAME="ISSUED_TO_ANOTHER" -->
- 				<p>Item issued to <!-- TMPL_VAR NAME="ISSUED_TO_ANOTHER" -->. Return &amp; issue?</p>
- 			<!-- /TMPL_IF -->
- 			<!-- TMPL_IF NAME="TOO_MANY" -->
- 				<p>Too many issues (already issued / max : <!-- TMPL_VAR name="TOO_MANY" -->)</p>
- 			<!-- /TMPL_IF -->
- 			<!-- TMPL_UNLESS name="IMPOSSIBLE" -->
- 			<form method="post">
- 				<input type="hidden" name="barcode" value="<!-- TMPL_VAR NAME="barcode" -->">
- 				<input type="hidden" name="borrnumber" value="<!-- TMPL_VAR NAME="borrowernumber">">
- 				<input type="hidden" name="issueconfirmed" value="1">
- 				<input type="hidden" name="day" value="<!-- TMPL_VAR name="day" -->">
- 				<input type="hidden" name="month" value="<!-- TMPL_VAR name="month" -->">
- 				<input type="hidden" name="year" value="<!-- TMPL_VAR name="year" -->">
- 				<input type="submit" value="Confirm issue" class="submit">
- 			</form>
- 			<!-- /TMPL_UNLESS -->
- 		</div>
- 		<!-- /TMPL_IF -->
- 		<!-- TMPL_IF NAME="issued" -->
- 			<p>Item issued</p>
- 		<!-- /TMPL_IF -->
- 	</div>
  <!-- /TMPL_IF -->
  
--- 247,250 ----
***************
*** 242,246 ****
  <div class="table"><form class="inline" action="/cgi-bin/koha/renewscript.pl" method="post"><input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
  	<table>
! 		<caption>Issues</caption>
  		<tr>
  			<th>Due Date</th>
--- 255,259 ----
  <div class="table"><form class="inline" action="/cgi-bin/koha/renewscript.pl" method="post"><input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
  	<table>
! 		<caption>Issues <!-- Display for NPL --><span class="print"><a href="/cgi-bin/koha/moremember-print.pl?bornum=<TMPL_VAR NAME="borrowernumber">">(Print Page)</a> <a href="/cgi-bin/koha/moremember-receipt.pl?bornum=<TMPL_VAR NAME="borrowernumber">">(Print Slip)</a></span><!-- /Display for NPL --></caption>
  		<tr>
  			<th>Due Date</th>





More information about the Koha-cvs mailing list