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