more nomenclature / translation cleanup
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / circulation.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Circulation
3 <!-- TMPL_IF NAME="borrowernumber" -->
4 &rsaquo; Checking out to <!-- TMPL_VAR name="surname" -->, <!-- TMPL_VAR name="firstname" -->
5 (<!-- TMPL_VAR NAME="cardnumber" -->)
6 <!-- /TMPL_IF --></title>
7 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
8 <script type="text/JavaScript" language="JavaScript">
9 //<![CDATA[
10          $(document).ready(function() {
11                 $('#patronlists').tabs();
12          });
13 //]]>
14 </script>
15
16 </head>
17 <body>
18
19 <!-- TMPL_INCLUDE NAME="header.inc" -->
20 <!-- TMPL_INCLUDE NAME="circ-search.inc" -->
21
22 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo;<!-- TMPL_IF NAME="borrowernumber" --> <a href="/cgi-bin/koha/circ/circulation.pl">Checkouts</a> &rsaquo; <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --><!-- TMPL_ELSE --> <strong>Checkouts</strong><!-- /TMPL_IF --></div>
23
24 <!-- TMPL_IF NAME="CGIselectborrower" -->
25 <div id="doc" class="yui-t7">
26    
27    <div id="bd">
28         <div id="yui-main">
29         <div class="yui-g">
30 <!-- TMPL_ELSE -->
31 <div id="doc3" class="yui-t2">
32    
33    <div id="bd">
34         <div id="yui-main">
35         <div class="yui-b">
36 <!-- /TMPL_IF -->
37
38 <!-- TMPL_IF NAME="borrowernumber" -->
39 <!-- TMPL_INCLUDE NAME="circ-toolbar.inc" -->
40 <!-- /TMPL_IF -->
41
42 <!--  INITIAL BLOC : PARAMETERS & BORROWER INFO -->
43
44 <!-- TMPL_IF NAME="NEEDSCONFIRMATION" -->
45 <div class="yui-g" style="text-align: center"><div id="circ_needsconfirmation" class="dialog">
46 <div><div class="confirm">
47 <h3>Please Confirm Checkout</h3>
48
49 <ul>
50 <!-- TMPL_IF NAME="DEBT" -->
51     <li>The patron has a debt of $<!-- TMPL_VAR name="DEBT" --></li>
52 <!-- /TMPL_IF -->
53
54 <!-- TMPL_IF NAME="RENEW_ISSUE" -->
55     <li>Item is currently issued to this patron.  Renew?</li>
56 <!-- /TMPL_IF -->
57
58 <!-- TMPL_IF NAME="RESERVE_WAITING" -->
59     <li>Item is consigned for <!-- TMPL_VAR NAME="RESERVE_WAITING" --></li>
60 <!-- /TMPL_IF -->
61
62 <!-- TMPL_IF NAME="RESERVED" -->
63     <li>Item is on reserve for <!-- TMPL_VAR NAME="RESERVED" --></li>
64 <!-- /TMPL_IF -->
65
66 <!-- TMPL_IF NAME="ISSUED_TO_ANOTHER" -->
67     <li>Item ( <!-- TMPL_VAR NAME="getTitleMessageIteminfo" --> ) issued to <!-- TMPL_VAR NAME="ISSUED_TO_ANOTHER" -->. Return and issue?</li>
68 <!-- /TMPL_IF -->
69
70 <!-- TMPL_IF NAME="TOO_MANY" -->
71     <li>Too many checked out (already checked out / max : <!-- TMPL_VAR name="TOO_MANY" -->)</li>
72 <!-- /TMPL_IF -->
73 </ul>
74
75 <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
76     
77 <!-- TMPL_IF NAME="RESERVED" -->
78     <p>
79     <input type="checkbox" id="cancelreserve" name="cancelreserve" value="1" />
80     <label for="cancelreserve">Cancel Reserve</label>
81     </p>
82 <!-- /TMPL_IF -->
83
84 <!-- TMPL_IF NAME="RESERVE_WAITING" -->
85     <p>
86     <input type="checkbox" id="cancelreserve" name="cancelreserve" value="1" />
87     <label for="cancelreserve">Cancel Reserve</label>
88     </p>
89 <!-- /TMPL_IF -->
90
91     <input type="hidden" name="barcode" value="<!-- TMPL_VAR NAME="barcode" -->" />
92     <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
93     <input type="hidden" name="issueconfirmed" value="1" />
94     <input type="hidden" name="day" value="<!-- TMPL_VAR name="day" -->" />
95     <input type="hidden" name="month" value="<!-- TMPL_VAR name="month" -->" />
96     <input type="hidden" name="year" value="<!-- TMPL_VAR name="year" -->" />
97     <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
98     <input type="submit" class="approve" value="Yes, Check Out (Y)" accesskey="y" />
99 </form>
100
101 <form method="get" action="/cgi-bin/koha/circ/circulation.pl">
102     <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
103     <input type="submit" class="deny" value="No, Don't Check Out (N)" accesskey="n" />
104 </form>
105
106 </div></div></div></div>
107
108 <!-- /TMPL_IF --> <!-- NEEDSCONFIRMATION -->
109
110 <!-- TMPL_IF NAME="issued" -->
111 <p>Item Checked out</p>
112 <!-- /TMPL_IF -->
113
114 <!-- TMPL_IF NAME="message" -->
115 <!-- TMPL_INCLUDE NAME="patron-toolbar.inc" -->
116 <h4>
117 No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
118 </h4>
119 <!-- /TMPL_IF -->
120
121
122 <!-- TMPL_IF NAME="CGIselectborrower" -->
123 <!-- TMPL_INCLUDE NAME="patron-toolbar.inc" -->
124
125 <form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform">
126 <fieldset id="circ_circulation_selectborrower" class="brief">
127     <legend>Patron selection</legend>
128
129     <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
130     <input type="hidden" name="printer" value="<!-- TMPL_VAR NAME="printer" -->" />
131
132 <ol>    <li>
133     <label for="borrowernumber">Select a patron: </label>
134     <!-- TMPL_VAR name="CGIselectborrower" -->
135     </li>
136 </ol>
137 <p><input type="submit" value="Select" /></p>
138 </fieldset>
139 </form>
140 <!-- TMPL_ELSE --> <!-- CGIselectborrower -->
141
142 <!-- BARCODE ENTRY -->
143
144 <!-- TMPL_IF NAME="borrowernumber" -->
145 <div class="yui-g">
146 <!-- TMPL_UNLESS NAME="noissues" -->
147 <div class="yui-u first"><form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform">
148 <fieldset id="circ_circulation_issue">
149     <label for="barcode">Enter item barcode: </label>
150         <div class="hint">Checking out to <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)</div>
151         <input type="text" name="barcode" id="barcode" class="focus" size="14" />
152     
153         <!-- RESULT OF ISSUING REQUEST -->
154         <!-- TMPL_IF NAME="IMPOSSIBLE" -->
155         <ul>
156         <!-- TMPL_IF NAME="INVALID_DATE" -->
157             <li><span class="problem">The due date is invalid</span></li>
158         <!-- /TMPL_IF -->  
159         <!-- TMPL_IF NAME="UNKNOWN_BARCODE" -->
160             <li><span class="problem">The barcode was not found</span></li>
161         <!-- /TMPL_IF -->
162
163         <!-- TMPL_IF NAME="NOT_FOR_LOAN" -->
164             <li><span class="problem">Item not for loan</span></li>
165         <!-- /TMPL_IF -->
166
167         <!-- TMPL_IF NAME="WTHDRAWN" -->
168             <li><span class="problem">Item is cancelled</span></li>
169         <!-- /TMPL_IF -->
170
171         <!-- TMPL_IF NAME="GNA" -->
172             <li><span class="problem">Patron's address is in doubt</span></li>
173         <!-- /TMPL_IF -->
174
175         <!-- TMPL_IF NAME="CARD_LOST" -->
176             <li><span class="problem">Patron's card is lost</span></li>
177         <!-- /TMPL_IF -->
178
179         <!-- TMPL_IF NAME="DEBARRED" -->
180             <li><span class="problem">Patron is restricted</span></li>
181         <!-- /TMPL_IF -->
182
183         <!-- TMPL_IF NAME="NO_MORE_RENEWALS" -->
184             <li><span class="problem">No more renewals possible</span></li>
185         <!-- /TMPL_IF -->
186
187         <!-- TMPL_IF NAME="EXPIRED" -->
188             <li><span class="problem">Patron's card is expired</span></li>
189         <!-- /TMPL_IF -->
190         
191         <!-- TMPL_IF NAME="NOTSAMEBRANCH" -->
192              <li><span class="problem">This item belongs to <!-- TMPL_VAR NAME="itemhomebranch" --> and cannot be issued from this location.</span></li>
193         <!-- /TMPL_IF -->        
194         </ul>
195
196     <!-- TMPL_IF NAME="memberofinstution" -->
197     <p><!-- TMPL_VAR NAME="CGIorganisations" --></p>
198     <!-- /TMPL_IF -->
199
200     <!--/TMPL_IF --> <!-- /impossible -->
201     <p><label for="day">Specify due date: </label>
202         <select name="day" id="day">
203             <option value="0">Day</option>
204             <!-- TMPL_IF NAME="day1" -->
205                 <option value="1" selected="selected">1</option>
206             <!-- TMPL_ELSE -->
207                 <option value="1">1</option>
208             <!-- /TMPL_IF -->
209             
210             <!-- TMPL_IF NAME="day2" -->
211                 <option value="2" selected="selected">2</option>
212             <!-- TMPL_ELSE -->
213                 <option value="2">2</option>
214             <!-- /TMPL_IF -->
215             
216             <!-- TMPL_IF NAME="day3" -->
217                 <option value="3" selected="selected">3</option>
218             <!-- TMPL_ELSE -->
219                 <option value="3">3</option>
220             <!-- /TMPL_IF -->
221             
222             <!-- TMPL_IF NAME="day4" -->
223                 <option value="4" selected="selected">4</option>
224             <!-- TMPL_ELSE -->
225                 <option value="4">4</option>
226             <!-- /TMPL_IF -->
227             
228             <!-- TMPL_IF NAME="day5" -->
229                 <option value="5" selected="selected">5</option>
230             <!-- TMPL_ELSE -->
231                 <option value="5">5</option>
232             <!-- /TMPL_IF -->
233             
234             <!-- TMPL_IF NAME="day6" -->
235                 <option value="6" selected="selected">6</option>
236             <!-- TMPL_ELSE -->
237                 <option value="6">6</option>
238             <!-- /TMPL_IF -->
239             
240             <!-- TMPL_IF NAME="day7" -->
241                 <option value="7" selected="selected">7</option>
242             <!-- TMPL_ELSE -->
243                 <option value="7">7</option>
244             <!-- /TMPL_IF -->
245             
246             <!-- TMPL_IF NAME="day8" -->
247                 <option value="8" selected="selected">8</option>
248             <!-- TMPL_ELSE -->
249                 <option value="8">8</option>
250             <!-- /TMPL_IF -->
251             
252             <!-- TMPL_IF NAME="day9" -->
253                 <option value="9" selected="selected">9</option>
254             <!-- TMPL_ELSE -->
255                 <option value="9">9</option>
256             <!-- /TMPL_IF -->
257             
258             <!-- TMPL_IF NAME="day10" -->
259                 <option value="10" selected="selected">10</option>
260             <!-- TMPL_ELSE -->
261                 <option value="10">10</option>
262             <!-- /TMPL_IF -->
263             
264             <!-- TMPL_IF NAME="day11" -->
265                 <option value="11" selected="selected">11</option>
266             <!-- TMPL_ELSE -->
267                 <option value="11">11</option>
268             <!-- /TMPL_IF -->
269             
270             <!-- TMPL_IF NAME="day12" -->
271                 <option value="12" selected="selected">12</option>
272             <!-- TMPL_ELSE -->
273                 <option value="12">12</option>
274             <!-- /TMPL_IF -->
275             
276             <!-- TMPL_IF NAME="day13" -->
277                 <option value="13" selected="selected">13</option>
278             <!-- TMPL_ELSE -->
279                 <option value="13">13</option>
280             <!-- /TMPL_IF -->
281             
282             <!-- TMPL_IF NAME="day14" -->
283                 <option value="14" selected="selected">14</option>
284             <!-- TMPL_ELSE -->
285                 <option value="14">14</option>
286             <!-- /TMPL_IF -->
287             
288             <!-- TMPL_IF NAME="day15" -->
289                 <option value="15" selected="selected">15</option>
290             <!-- TMPL_ELSE -->
291                 <option value="15">15</option>
292             <!-- /TMPL_IF -->
293             
294             <!-- TMPL_IF NAME="day16" -->
295                 <option value="16" selected="selected">16</option>
296             <!-- TMPL_ELSE -->
297                 <option value="16">16</option>
298             <!-- /TMPL_IF -->
299             
300             <!-- TMPL_IF NAME="day17" -->
301                 <option value="17" selected="selected">17</option>
302             <!-- TMPL_ELSE -->
303                 <option value="17">17</option>
304             <!-- /TMPL_IF -->
305             
306             <!-- TMPL_IF NAME="day18" -->
307                 <option value="18" selected="selected">18</option>
308             <!-- TMPL_ELSE -->
309                 <option value="18">18</option>
310             <!-- /TMPL_IF -->
311             
312             <!-- TMPL_IF NAME="day19" -->
313                 <option value="19" selected="selected">19</option>
314             <!-- TMPL_ELSE -->
315                 <option value="19">19</option>
316             <!-- /TMPL_IF -->
317             
318             <!-- TMPL_IF NAME="day20" -->
319                 <option value="20" selected="selected">20</option>
320             <!-- TMPL_ELSE -->
321                 <option value="20">20</option>
322             <!-- /TMPL_IF -->
323             
324             <!-- TMPL_IF NAME="day21" -->
325                 <option value="21" selected="selected">21</option>
326             <!-- TMPL_ELSE -->
327                 <option value="21">21</option>
328             <!-- /TMPL_IF -->
329             
330             <!-- TMPL_IF NAME="day22" -->
331                 <option value="22" selected="selected">22</option>
332             <!-- TMPL_ELSE -->
333                 <option value="22">22</option>
334             <!-- /TMPL_IF -->
335             
336             <!-- TMPL_IF NAME="day23" -->
337                 <option value="23" selected="selected">23</option>
338             <!-- TMPL_ELSE -->
339                 <option value="23">23</option>
340             <!-- /TMPL_IF -->
341             
342             <!-- TMPL_IF NAME="day24" -->
343                 <option value="24" selected="selected">24</option>
344             <!-- TMPL_ELSE -->
345                 <option value="24">24</option>
346             <!-- /TMPL_IF -->
347             
348             <!-- TMPL_IF NAME="day25" -->
349                 <option value="25" selected="selected">25</option>
350             <!-- TMPL_ELSE -->
351                 <option value="25">25</option>
352             <!-- /TMPL_IF -->
353             
354             <!-- TMPL_IF NAME="day26" -->
355                 <option value="26" selected="selected">26</option>
356             <!-- TMPL_ELSE -->
357                 <option value="26">26</option>
358             <!-- /TMPL_IF -->
359             
360             <!-- TMPL_IF NAME="day27" -->
361                 <option value="27" selected="selected">27</option>
362             <!-- TMPL_ELSE -->
363                 <option value="27">27</option>
364             <!-- /TMPL_IF -->
365             
366             <!-- TMPL_IF NAME="day28" -->
367                 <option value="28" selected="selected">28</option>
368             <!-- TMPL_ELSE -->
369                 <option value="28">28</option>
370             <!-- /TMPL_IF -->
371             
372             <!-- TMPL_IF NAME="day29" -->
373                 <option value="29" selected="selected">29</option>
374             <!-- TMPL_ELSE -->
375                 <option value="29">29</option>
376             <!-- /TMPL_IF -->
377             
378             <!-- TMPL_IF NAME="day30" -->
379                 <option value="30" selected="selected">30</option>
380             <!-- TMPL_ELSE -->
381                 <option value="30">30</option>
382             <!-- /TMPL_IF -->
383             
384             <!-- TMPL_IF NAME="day31" -->
385                 <option value="31" selected="selected">31</option>
386             <!-- TMPL_ELSE -->
387                 <option value="31">31</option>
388             <!-- /TMPL_IF -->
389             </select>
390         
391         <select name="month">
392             <option value="0">Month</option>
393             <!-- TMPL_IF NAME="month1" -->
394                 <option value="1" selected="selected">Jan</option>
395             <!-- TMPL_ELSE -->
396                 <option value="1">Jan</option>
397             <!-- /TMPL_IF -->
398             
399             <!-- TMPL_IF NAME="month2" -->
400                 <option value="2" selected="selected">Feb</option>
401             <!-- TMPL_ELSE -->
402                 <option value="2">Feb</option>
403             <!-- /TMPL_IF -->
404             
405             <!-- TMPL_IF NAME="month3" -->
406                 <option value="3" selected="selected">Mar</option>
407             <!-- TMPL_ELSE -->
408                 <option value="3">Mar</option>
409             <!-- /TMPL_IF -->
410             
411             <!-- TMPL_IF NAME="month4" -->
412                 <option value="4" selected="selected">Apr</option>
413             <!-- TMPL_ELSE -->
414                 <option value="4">Apr</option>
415             <!-- /TMPL_IF -->
416             
417             <!-- TMPL_IF NAME="month5" -->
418                 <option value="5" selected="selected">May</option>
419             <!-- TMPL_ELSE -->
420                 <option value="5">May</option>
421             <!-- /TMPL_IF -->
422             
423             <!-- TMPL_IF NAME="month6" -->
424                 <option value="6" selected="selected">Jun</option>
425             <!-- TMPL_ELSE -->
426                 <option value="6">Jun</option>
427             <!-- /TMPL_IF -->
428             
429             <!-- TMPL_IF NAME="month7" -->
430                 <option value="7" selected="selected">Jul</option>
431             <!-- TMPL_ELSE -->
432                 <option value="7">Jul</option>
433             <!-- /TMPL_IF -->
434             
435             <!-- TMPL_IF NAME="month8" -->
436                 <option value="8" selected="selected">Aug</option>
437             <!-- TMPL_ELSE -->
438                 <option value="8">Aug</option>
439             <!-- /TMPL_IF -->
440             
441             <!-- TMPL_IF NAME="month9" -->
442                 <option value="9" selected="selected">Sep</option>
443             <!-- TMPL_ELSE -->
444                 <option value="9">Sep</option>
445             <!-- /TMPL_IF -->
446             
447             <!-- TMPL_IF NAME="month10" -->
448                 <option value="10" selected="selected">Oct</option>
449             <!-- TMPL_ELSE -->
450                 <option value="10">Oct</option>
451             <!-- /TMPL_IF -->
452             
453             <!-- TMPL_IF NAME="month11" -->
454                 <option value="11" selected="selected">Nov</option>
455             <!-- TMPL_ELSE -->
456                 <option value="11">Nov</option>
457             <!-- /TMPL_IF -->
458             
459             <!-- TMPL_IF NAME="month12" -->
460                 <option value="12" selected="selected">Dec</option>
461             <!-- TMPL_ELSE -->
462                 <option value="12">Dec</option>
463             <!-- /TMPL_IF -->
464         </select>
465             
466         <select name="year">
467             <option value="0">Year</option>
468             <!-- TMPL_IF NAME="year2007" -->
469                 <option value="2007" selected="selected">2007</option>
470             <!-- TMPL_ELSE -->
471                 <option value="2007">2007</option>
472             <!-- /TMPL_IF -->
473             <!-- TMPL_IF NAME="year2008" -->
474                 <option value="2008" selected="selected">2008</option>
475             <!-- TMPL_ELSE -->
476                 <option value="2008">2008</option>
477             <!-- /TMPL_IF -->
478             <!-- TMPL_IF NAME="year2009" -->
479                 <option value="2009" selected="selected">2009</option>
480             <!-- TMPL_ELSE -->
481                 <option value="2009">2009</option>
482             <!-- /TMPL_IF -->
483             <!-- TMPL_IF NAME="year2010" -->
484                 <option value="2010" selected="selected">2010</option>
485             <!-- TMPL_ELSE -->
486                 <option value="2010">2010</option>
487             <!-- /TMPL_IF -->
488         <!-- TMPL_IF NAME="year2011" -->
489                 <option value="2011" selected="selected">2011</option>
490             <!-- TMPL_ELSE -->
491                 <option value="2011">2011</option>
492             <!-- /TMPL_IF -->   
493         </select>
494         
495         <label for="stickyduedate">
496         <!-- TMPL_IF NAME="stickyduedate" -->
497             <input type="checkbox" id="stickyduedate" name="stickyduedate" <!-- TMPL_VAR NAME="selected" --> checked="checked" />
498             Remember due date for this patron
499 <!-- TMPL_ELSE -->
500             <input type="checkbox" id="stickyduedate" name="stickyduedate" <!-- TMPL_VAR NAME="selected" --> />
501 <!-- /TMPL_IF -->
502             </label>
503         </p>
504
505     <input type="hidden" name="day" value="0" />
506     <input type="hidden" name="month" value="0" />
507     <input type="hidden" name="year" value="0" />
508     <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
509     <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
510     <input type="hidden" name="printer" value="<!-- TMPL_VAR NAME="printer" -->" />
511     <input type="hidden" name="print" value="maybe" />
512     <!-- TMPL_IF NAME="CHARGES" -->
513     <input type="hidden" name="charges" value="yes" />
514     <input type="hidden" name="oldamount" value="<!-- TMPL_VAR NAME="amountold" -->" />
515     <!-- /TMPL_IF -->
516
517     <fieldset class="action">
518     <input type="submit" value="Issue" />
519     </fieldset>
520
521 </fieldset>
522 </form></div><!-- /TMPL_UNLESS --><!-- /unless noissues -->
523
524 <!-- TMPL_IF NAME="noissues" --><div><!-- TMPL_ELSE --><div class="yui-u"><!-- /TMPL_IF -->
525         
526     <!-- TMPL_IF NAME="flagged" -->
527                 <!-- TMPL_IF NAME="noissues" -->
528                  <div class="hint">Checking out to <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)</div>
529         <div id="circmessages" class="circmessage warning">
530                 <!-- TMPL_ELSE -->
531         <div id="circmessages" class="circmessage attention">
532                 <!-- /TMPL_IF -->
533                 
534                 <h3><!-- TMPL_IF NAME="noissues" -->Cannot Check Out!<!-- TMPL_ELSE -->Attention:<!-- /TMPL_IF --></h3>
535                 <ul>
536                 
537                         <!--TMPL_IF Name="warndeparture"-->
538                         <li><span class="circ-hlt">Expiration:</span> Patron card has expired or will expire soon.</li>
539                         <!--/TMPL_IF-->
540
541             <!-- TMPL_IF NAME="gna" -->
542                         <li class="blocker"><span class="circ-hlt">Address:</span> Patron's address in doubt</li>
543                         <!-- /TMPL_IF -->
544                         
545             <!-- TMPL_IF NAME="lost" -->
546                         <li class="blocker"><span class="circ-hlt">Lost: </span>Patron's card is lost</li>
547                         <!-- /TMPL_IF -->
548                         
549             <!-- TMPL_IF NAME="dbarred" --><li class="blocker">
550                <span class="circ-hlt"> Restricted:</span> Patron's account is restricted <a href="/cgi-bin/koha/members/setdebar.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->&amp;cardnumber=<!-- TMPL_VAR NAME="cardnumber" -->&amp;destination=circ&amp;status=0">Lift restriction</a></li><!-- /TMPL_IF -->
551
552                 <!-- TMPL_IF name="odues" --><li><!-- TMPL_IF name="nonreturns" --><span class="circ-hlt">Overdues:</span> Patron has <span class="circ-hlt">ITEMS OVERDUE</span>. See highlighted items <a href="#checkouts">below</a><!-- /TMPL_IF --></li>
553             <!-- /TMPL_IF -->
554                         
555                 <!-- TMPL_IF NAME="charges" -->
556                         <li><span class="circ-hlt">Fines:</span> Patron has  <a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber" -->">Outstanding fines</a>.
557             Make <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber" -->">Payment</a></li>
558                         <!-- /TMPL_IF -->
559
560                         </ul>
561         </div>
562
563                         <!-- TMPL_IF NAME="WaitingReserveLoop" -->      
564                         <div id="holdswaiting" class="circmessage">
565                     <h4>Holds waiting:</h4>
566                                 <!-- TMPL_LOOP NAME="WaitingReserveLoop" -->
567                                     <ul> 
568                                         <li> <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title"--></a> (<!-- TMPL_VAR NAME="itemtype"-->), <!-- TMPL_IF NAME="author" -->by <!-- TMPL_VAR NAME="author"-->,<!-- /TMPL_IF --> reserved on <!-- TMPL_VAR NAME="reservedate"--> 
569                                     <!-- TMPL_IF NAME="waitingat" -->
570                                         waiting at : <!-- TMPL_VAR NAME="waitingat" --> 
571                                     <!-- /TMPL_IF -->
572                                         </li>
573                                     </ul>
574                             <!-- /TMPL_LOOP -->
575                         </div>
576                         <!-- /TMPL_IF --><!-- /If WaitingReserveLoop -->
577
578     <!-- /TMPL_IF --> <!-- /If flagged -->
579         <!-- TMPL_IF name="notes" -->
580                         <div id="circnotes" class="circmessage">
581                         <h4>Notes:</h4>
582             <p><!-- TMPL_VAR name="notesmsg" --></p>
583                         </div>
584     <!-- /TMPL_IF --> <!-- /If notes -->
585
586 </div>
587 </div>
588
589 <div class="yui-g"><div id="patronlists" class="toptabs">
590
591 <ul>   
592 <li>    <!--TMPL_IF NAME="issuecount"-->
593             <a href="/cgi-bin/koha/circ/circulation.pl#checkouts"><!-- TMPL_VAR NAME="issuecount"--> Checkout(s)</a>
594     <!-- TMPL_ELSE -->
595             <a href="/cgi-bin/koha/circ/circulation.pl#checkouts">0 Checkouts</a>
596     <!-- /TMPL_IF --></li>
597 <li><!-- TMPL_IF NAME="countreserv"-->
598             <a href="/cgi-bin/koha/circ/circulation.pl#reserves"><!--TMPL_VAR NAME="countreserv"--> Holds(s)</a>
599     <!-- TMPL_ELSE -->
600             <a href="/cgi-bin/koha/circ/circulation.pl#reserves">0 Holds</a>
601     <!-- /TMPL_IF --></li>
602  
603 </ul>
604
605 <!-- SUMMARY : TODAY & PREVIOUS ISSUES -->
606 <div id="checkouts">
607 <!--TMPL_IF NAME="issuecount"-->
608     <form action="/cgi-bin/koha/reserve/renewscript.pl" method="post">
609 <!--     <p>
610     <a href="#" onclick="window.open('/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->&amp;print=page'); return false;">Print Page</a>
611     / <a href="#" onclick="window.open('/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->&amp;print=slip'); return false;">Print Slip</a>
612     </p> -->
613     
614     <input type="hidden" value="circ" name="destination" />
615     <input type="hidden" name="cardnumber" value="<!-- TMPL_VAR NAME="cardnumber" -->" />
616     <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
617     <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />       
618         <table>
619     <tr>
620         <th>Due date</th>
621         <th>Title</th>
622         <th>Itemtype</th>
623         <th>Call no</th>
624         <th>Barcode</th>
625         <th>Renew?</th>
626                 <th>Check In?</th>
627     </tr>
628 <!-- TMPL_IF NAME="todayissues" -->
629
630     <!-- TMPL_LOOP NAME="todayissues" -->
631     <!-- TMPL_IF NAME="togglecolor" -->
632     <tr>
633     <!-- TMPL_ELSE -->
634     <tr class="highlight">
635     <!-- /TMPL_IF -->
636         <td><!-- TMPL_VAR NAME="dd" --></td>
637         <td>
638         <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;type=intra"><!-- TMPL_VAR NAME="title" --></a>
639        <!-- TMPL_IF NAME="author" -->, by <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF -->
640         <!-- TMPL_IF NAME="itemnotes" -->- <!-- TMPL_VAR name="itemnotes" --><!-- /TMPL_IF -->
641         </td>
642         <td>
643             <!-- TMPL_VAR NAME="itemtype" -->
644             <!-- TMPL_IF NAME="itemtype_image" -->
645             <img src="<!-- TMPL_VAR NAME="itemtype_image" -->" />
646             <!-- /TMPL_IF -->
647         </td>
648         <td><!-- TMPL_VAR NAME="classification" --></td>
649         <td><!-- TMPL_VAR NAME="barcode" --></td>
650         <td>
651         <!-- TMPL_IF NAME="od" -->
652             <input type="checkbox" name="items[]" value="<!-- TMPL_VAR NAME="itemnumber" -->" checked="checked" />
653         <!-- TMPL_ELSE -->
654             <input type="checkbox" name="items[]" value="<!-- TMPL_VAR NAME="itemnumber" -->" />
655         <!-- /TMPL_IF -->
656         <input type="checkbox" name="all_items[]" value="<!-- TMPL_VAR NAME="itemnumber" -->" checked="checked" style="display: none;" />
657         </td>
658                 <td><a href="/cgi-bin/koha/circ/returns.pl?barcode=<!-- TMPL_VAR NAME="barcode" -->">Check In</a></td>
659                 <!-- TMPL_IF NAME="renew_failed" -->
660                 <td>Renewal Failed</td>
661                 <!-- /TMPL_IF -->
662     </tr>
663     <!-- /TMPL_LOOP --> <!-- /loop todayissues -->
664     <!-- /TMPL_IF --> <!-- /if todayissues -->
665 <!-- TMPL_IF NAME="previssues" -->
666     <tr>
667         <th colspan="7"><a name="previous" id="previous">Previous checkouts</a></th>
668     </tr>
669     <!-- TMPL_LOOP NAME="previssues" -->
670     <!-- TMPL_IF NAME="togglecolor" -->
671         <tr>
672     <!-- TMPL_ELSE -->
673         <tr class="highlight">
674     <!-- /TMPL_IF -->
675         <!-- TMPL_IF NAME="od" --><td class="od"><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
676         <!-- TMPL_VAR NAME="dd" -->
677         </td>
678         <td>
679         <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;type=intra"><!-- TMPL_VAR NAME="title" --></a>
680         <br /><!-- TMPL_IF NAME="author" --><!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF --> <!-- TMPL_IF NAME="itemnotes" -->- <!-- TMPL_VAR name="itemnotes" --><!-- /TMPL_IF -->
681         </td>
682         <td>
683             <!-- TMPL_VAR NAME="itemtype" -->
684             <!-- TMPL_IF NAME="itemtype_image" -->
685             <img src="<!-- TMPL_VAR NAME="itemtype_image" -->" />
686             <!-- /TMPL_IF -->
687         </td>
688         <td><!-- TMPL_VAR NAME="classification" --></td>
689         <td><!-- TMPL_VAR NAME="barcode" --></td>
690         <td>
691         <!-- TMPL_IF NAME="od" -->
692             <input type="checkbox" name="items[]" value="<!-- TMPL_VAR NAME="itemnumber" -->" checked="checked" />
693         <!-- TMPL_ELSE -->
694             <input type="checkbox" name="items[]" value="<!-- TMPL_VAR NAME="itemnumber" -->" />
695         <!-- /TMPL_IF -->
696         <input type="checkbox" name="all_items[]" value="<!-- TMPL_VAR NAME="itemnumber" -->" checked="checked" style="display: none;" />
697         </td>
698                 <td><a href="/cgi-bin/koha/circ/returns.pl?barcode=<!-- TMPL_VAR NAME="barcode" -->">Check In</a></td>
699                 <!-- TMPL_IF NAME="renew_failed" -->
700                 <td>Renewal Failed</td>
701                 <!-- /TMPL_IF -->
702
703     </tr>
704     <!-- /TMPL_LOOP --> <!-- /loop previssues -->
705 <!-- /TMPL_IF --> <!--/if previssues -->
706     </table>
707         <!--TMPL_IF NAME="issuecount"-->
708     <div id="action">
709     <input type="submit" name="renew_checked" value="Renew Checked Items" />
710     <input type="submit" name="renew_all" value="Renew All" />
711     </div>
712         <!-- /TMPL_IF -->
713 </form>
714 <!-- TMPL_ELSE -->
715 <p>Patron has nothing checked out.</p>
716 <!-- /TMPL_IF -->
717 </div>
718
719
720 <div id="reserves">
721 <!-- TMPL_IF NAME="reservloop" -->
722     <table>
723         <tr>
724             <th>Hold date</th>
725             <th>Status</th>
726             <th>Title</th>
727             <th>Author</th>
728             <th>Call Number</th>
729         </tr>
730         <!-- TMPL_LOOP NAME="reservloop" -->
731         <tr class="<!-- TMPL_VAR NAME="color" -->">
732                     <td>
733                         <!-- TMPL_VAR NAME="reservedate" -->
734                     </td>
735                     <td>
736                         <!-- TMPL_IF name="barcodereserv" --><!-- TMPL_VAR NAME="barcodereserv" -->
737                         <!-- /TMPL_IF -->
738                         <!-- TMPL_IF NAME="waitingposition" -->
739                         Hold priority
740                         <b> <!-- TMPL_VAR NAME="waitingposition" --> </b>
741                         <!-- /TMPL_IF -->
742                     </td>
743                     <td>
744                         <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a> (<b> <!-- TMPL_VAR NAME="itemtype" --> </b>) 
745
746                         <!-- TMPL_IF name="waiting" -->
747                         <br />
748                         <i>This hold is available</i>
749                         <!-- /TMPL_IF -->
750                         <!-- TMPL_IF name="transfered" -->
751                         <br />
752                         <i>This hold has been transfered from library
753                         <!-- TMPL_VAR NAME="frombranch" --> on  <!-- TMPL_VAR NAME="datesent" --> </i>
754                         <!-- /TMPL_IF -->
755
756                         <!-- TMPL_IF name="nottransfered" -->
757                         <br />
758                         <i>This hold hasn't been transfered yet from library  <!-- TMPL_VAR NAME="nottransferedby" --></i>
759                         <!-- /TMPL_IF -->
760                     </td>
761                     <td><!-- TMPL_VAR NAME="author" --></td>
762                     <td><!-- TMPL_VAR NAME="itemcallnumber" --></td>
763             </tr>
764         <!-- /TMPL_LOOP -->
765     </table>
766         <!-- TMPL_ELSE -->
767         <p>Patron has no pending holds.</p>
768 <!-- /TMPL_IF -->
769 </div> <!-- reservesloop -->
770
771 <!-- /TMPL_IF --> <!-- borrowernumber -->
772 </div></div>
773 <!--/TMPL_IF -->
774
775
776
777 </div>
778 </div>
779 <!-- TMPL_UNLESS NAME="CGIselectborrower" --><div class="yui-b">
780 <!-- TMPL_INCLUDE NAME="circ-menu.inc" -->
781 </div><!-- /TMPL_UNLESS -->
782 </div>
783 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->