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