Adding 'destination' parameter to link to memberentry.pl so that saving changes will...
[srvgit] / koha-tmpl / intranet-tmpl / npl / en / circ / circulation.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Circulation<!-- TMPL_IF Name="borrowernumber" -->: Issuing to <!-- TMPL_VAR name="surname" -->, <!-- TMPL_VAR name="firstname" -->  (<!-- TMPL_VAR NAME="cardnumber" -->)<!-- /TMPL_IF --><!-- TMPL_INCLUDE NAME="doc-head-circ-close.inc" -->
2 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
3 <!-- TMPL_INCLUDE NAME="circ-topmenu.inc" -->
4 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
5
6  <div id="main">
7         <h1>Circulation: Issues</h1>
8
9 <!--  INITIAL BLOC : PARAMETERS & BORROWER INFO -->
10 <!-- Hide from NPL      <div class="details">
11                 <h2>Parameters</h2>
12                 <p>
13                         <b>Branch:</b> <!-- TMPL_VAR NAME="branchname" -->, 
14                         <b>Printer:</b> <!-- TMPL_VAR NAME="printername" --> 
15                         <a href="selectbranchprinter.pl">Change Settings</a>
16                 </p>
17         </div> /Hide from NPL -->
18         
19         <!-- RESULT OF ISSUING REQUEST -->
20         
21                 <!-- TMPL_IF NAME="IMPOSSIBLE" -->
22                 <div class="error">
23                 <h3>Error Issuing Item:</h3>
24                         <ul>
25                         <!-- TMPL_IF NAME="INVALID_DATE" -->
26                                 <li>The due date is invalid</li>
27                         <!-- /TMPL_IF -->
28                         <!-- TMPL_IF NAME="UNKNOWN_BARCODE" -->
29                                 <li>The barcode was not found</li>
30                         <!-- /TMPL_IF -->
31                         <!-- TMPL_IF NAME="NOT_FOR_LOAN" -->
32                                 <li>Item not for loan</li>
33                         <!-- /TMPL_IF -->
34                         <!-- TMPL_IF NAME="WTHDRAWN" -->
35                                 <li>Item is cancelled</li>
36                         <!-- /TMPL_IF -->
37                         <!-- TMPL_IF NAME="GNA" -->
38                                 <li>Patron's address is in doubt</li>
39                         <!-- /TMPL_IF -->
40                         <!-- TMPL_IF NAME="CARD_LOST" -->
41                                 <li>Patron's card is lost</li>
42                         <!-- /TMPL_IF -->
43                         <!-- TMPL_IF NAME="DEBARRED" -->
44                                 <li>Patron is debarred</li>
45                         <!-- /TMPL_IF -->
46                         <!-- TMPL_IF NAME="NO_MORE_RENEWALS" -->
47                                 <li>No more renewals possible</li>
48                         <!-- /TMPL_IF -->
49                         </ul>
50                 </div>
51                 <!-- TMPL_ELSE -->
52                 <!-- TMPL_IF NAME="NEEDSCONFIRMATION" -->
53                 <div class="error">
54                 <h3>Please Confirm Issue:</h3>
55                         <!-- TMPL_IF NAME="DEBT" -->
56                                 <p>The patron has a debt of $<!-- TMPL_VAR name="DEBT" --></p>
57                         <!-- /TMPL_IF -->
58                         <!-- TMPL_IF NAME="RENEW_ISSUE" -->
59                                 <p>Item is currently issued to this patron.  Renew?</p>
60                         <!-- /TMPL_IF -->       
61                         <!-- TMPL_IF NAME="RESERVE_WAITING" -->
62                                 <p>Item is consigned for <!-- TMPL_VAR NAME="RESERVE_WAITING" --></p>
63                         <!-- /TMPL_IF -->
64                         <!-- TMPL_IF NAME="RESERVED" -->
65                                 <p>Item is on reserve for <!-- TMPL_VAR NAME="RESERVED" --></p>
66                         <!-- /TMPL_IF -->
67                         <!-- TMPL_IF NAME="ISSUED_TO_ANOTHER" -->
68                                 <p>Item issued to <!-- TMPL_VAR NAME="ISSUED_TO_ANOTHER" -->. Return and issue?</p>
69                         <!-- /TMPL_IF -->
70                         <!-- TMPL_IF NAME="TOO_MANY" -->
71                                 <p>Too many issues (already issued / max : <!-- TMPL_VAR name="TOO_MANY" -->)</p>
72                         <!-- /TMPL_IF -->
73                         <!-- TMPL_UNLESS name="IMPOSSIBLE" -->
74                         <div class="action"><form class="inline" method="post" action="/cgi-bin/koha/circ/circulation.pl">
75                                 <!-- TMPL_IF NAME="RESERVED" -->
76                                         <p><input type="checkbox" id="cancelreserve" name="cancelreserve" value="1" /><label for="cancelreserve">Cancel Reserve</label></p>
77                                 <!-- /TMPL_IF -->
78                                 <!-- TMPL_IF NAME="RESERVE_WAITING" -->
79                                         <p><input type="checkbox" id="cancelreserve" name="cancelreserve" value="1" /><label for="cancelreserve">Cancel Reserve</label></p>
80                                 <!-- /TMPL_IF -->
81                                 <input type="hidden" name="barcode" value="<!-- TMPL_VAR NAME="barcode" -->" />
82                                 <input type="hidden" name="borrnumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
83                                 <input type="hidden" name="issueconfirmed" value="1" />
84                                 <input type="hidden" name="day" value="<!-- TMPL_VAR name="day" -->" />
85                                 <input type="hidden" name="month" value="<!-- TMPL_VAR name="month" -->" />
86                                 <input type="hidden" name="year" value="<!-- TMPL_VAR name="year" -->" />
87                                 <input type="submit" value="Confirm Issue" class="submit" /></form><form class="inline" method="get" action="/cgi-bin/koha/circ/circulation.pl"><input type="hidden" name="borrnumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" /><input type="submit" class="cancel" value="Don't Issue" /></form></div>
88                         </div>
89                         <!-- /TMPL_UNLESS -->
90                 <!-- /TMPL_IF -->
91                 <!-- /TMPL_IF -->
92                 
93                 <!-- TMPL_IF NAME="issued" -->
94                         <div class="error"><p>Item issued</p></div>
95                 <!-- /TMPL_IF -->
96         
97         <div class="details">
98         <!-- TMPL_IF NAME="message" -->
99         <div class="details">
100         No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> <a href="/cgi-bin/koha/members/memberentry.pl?type=Add">Add a new patron</a>
101         </div>
102         <!-- /TMPL_IF -->
103         
104         <!-- TMPL_IF NAME="CGIselectborrower" -->
105         <form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform">
106                 <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
107                 <input type="hidden" name="printer" value="<!-- TMPL_VAR NAME="printer" -->" />
108         <label for="borrnumber">Select a borrower: </label>
109                 <style type="text/css">
110                 option:hover {
111                         background-color : #f0f0f0;
112                         color : #000099;
113                 }
114         </style>
115         <p><!-- TMPL_VAR name="CGIselectborrower" --></p>
116         <p><input type="submit" class="submit" value="Select" /></p>
117         <p>Patron not found? <a href="/cgi-bin/koha/memberentry.pl?type=Add">Add a new patron</a></p>
118         </form>
119         <!-- TMPL_ELSE -->
120                 <!-- TMPL_IF NAME="borrowernumber" -->
121         <div id="notes">
122         <ul>
123         <li><!-- TMPL_VAR NAME="streetaddress" -->, <!-- TMPL_VAR NAME="city" --></li>
124         <li><!-- TMPL_VAR NAME="phone" --></li>
125         <!-- TMPL_IF NAME="emailaddress" --><li><a href="mailto:<!-- TMPL_VAR NAME="emailaddress" -->"><!-- TMPL_VAR NAME="emailaddress" --></a></li><!-- /TMPL_IF -->
126         <li>Category: <!-- TMPL_VAR name="categorycode" --></li>
127         <li>(<a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR name="borrowernumber" -->">details</a> / <a href="/cgi-bin/koha/members/memberentry.pl?bornum=<!-- TMPL_VAR name="borrowernumber" -->&amp;modify=edit&amp;destination=circ">edit</a>)</li>
128         </ul>
129         </div>
130         <h3><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)</h3>
131 <h4> &nbsp; &nbsp; <!-- TMPL_VAR NAME="issuecount" --> out<!-- TMPL_IF NAME="overduecount" -->, <span class="error"><!-- TMPL_VAR name="overduecount" --> overdue</span><!-- /TMPL_IF --></h4><br clear="right" />
132
133 <ul>
134 <!-- TMPL_IF NAME="gna" -->
135 <li><span class="error">Address:</span> Patron's address in doubt</li>
136 <!-- /TMPL_IF -->
137 <!-- TMPL_IF NAME="lost" -->
138 <li><span class="error">Lost:</span> Patron's card is lost</li>
139 <!-- /TMPL_IF -->
140 <!-- TMPL_IF NAME="dbarred" -->
141 <li><span class="error">Debarred:</span> Patron is debarred <form class="inline compact" action="/cgi-bin/koha/members/setdebar.pl" method="post"><input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" /><input type="hidden" name="cardnumber" value="<!-- TMPL_VAR NAME="cardnumber" -->" /><input type="hidden" value="circ" name="destination" /><input type="hidden" name="status" value="0" /><input type="submit" class="submit" value="Lift Debarment" /></form></li>
142 <!-- /TMPL_IF -->
143 <!-- TMPL_IF name="odues" -->   <li><!-- TMPL_IF name="nonreturns" -->
144                                         <span class="error">Overdues:</span> Patron has <span class="error">ITEMS OVERDUE</span> See highlighted items <a href="#previous">below</a>
145                                 <!-- /TMPL_IF --></li><!-- /TMPL_IF -->
146 <!-- TMPL_IF NAME="noissues" -->
147 <!-- TMPL_IF NAME="charges" --><li><span class="error">Fines:</span> Patron has <a href="/cgi-bin/koha/boraccount.pl?bornum=<!-- TMPL_VAR name="borrowernumber" -->">outstanding fines</a>. Make <a href="/cgi-bin/koha/pay.pl?bornum=<!-- TMPL_VAR name="borrowernumber" -->">Payment</a></li><!-- /TMPL_IF -->
148 <!-- TMPL_ELSE -->
149         <!-- TMPL_IF name="charges" --><li>Fines: Patron has <a href="/cgi-bin/koha/boraccount.pl?bornum=<!-- TMPL_VAR name="borrowernumber" -->">outstanding fines</a>. Make <a href="/cgi-bin/koha/pay.pl?bornum=<!-- TMPL_VAR name="borrowernumber" -->">Payment</a></li><!-- /TMPL_IF -->
150 <!-- /TMPL_IF -->
151 </ul>
152
153 <dl>
154                 
155 <!-- TMPL_IF name="waiting" -->
156                 <dt>Reserves waiting:</dt>
157                         <dd><ul><!-- TMPL_LOOP name="itemswaiting" -->
158                                 <li><a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->&amp;type=intra"><!-- TMPL_VAR name="title" --></a> (<!-- TMPL_VAR name="barcode" --> -- <!-- TMPL_VAR name="branchname" -->)</li>
159                         <!-- /TMPL_LOOP -->
160                         </ul></dd>
161                 <!-- /TMPL_IF -->
162
163                 <!-- TMPL_IF name="notes" -->
164                                         <dt>Notes:</dt> <dd class="error"><!-- TMPL_VAR name="notesmsg" --></dd>
165                                 <!-- /TMPL_IF -->
166 </dl>
167         <!-- TMPL_ELSE -->
168         <!-- No card entered yet -->
169         <form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform" id="mainform">
170 <label for="findborrower">Enter borrower card number or partial last name: </label>
171                                 <input name="findborrower" type="text" size="40" />
172                                         <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
173                                         <input type="hidden" name="printer" value="<!-- TMPL_VAR NAME="printer" -->" />
174                                 <input type="submit" class="submit" value="Submit" />
175                                 </form>
176                 <!-- /TMPL_IF -->
177         <!-- /TMPL_IF -->
178         </div>
179
180 <!-- BARCODE ENTRY -->
181
182 <!-- TMPL_IF NAME="borrowernumber" -->
183         <div class="details">
184         <form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform">
185 <label for="barcode">Enter Item Barcode: </label><input name="barcode" size="14" maxlength="14"class="unfocus" onfocus="this.className='focus'" onblur="this.className='unfocus'" /> <input type="submit" value="Issue" class="submit" /><!-- Display for NPL <input type="hidden" name="day" value="0" /><input type="hidden" name="month" value="0" /><input type="hidden" name="year" value="0" /> /Display for NPL -->
186         <!-- Hide from NPL      --><p>
187                         <label for="day">Specify Due Date: </label><select name="day" id="day">
188                                 <option value="0">Day</option>
189                                 <option value="1"<!-- TMPL_IF NAME="day1" --> selected="selected"<!-- /TMPL_IF -->>1</option>
190                                 <option value="2"<!-- TMPL_IF NAME="day2" --> selected="selected"<!-- /TMPL_IF -->>2</option>
191                                 <option value="3"<!-- TMPL_IF NAME="day3" --> selected="selected"<!-- /TMPL_IF -->>3</option>
192                                 <option value="4"<!-- TMPL_IF NAME="day4" --> selected="selected"<!-- /TMPL_IF -->>4</option>
193                                 <option value="5"<!-- TMPL_IF NAME="day5" --> selected="selected"<!-- /TMPL_IF -->>5</option>
194                                 <option value="6"<!-- TMPL_IF NAME="day6" --> selected="selected"<!-- /TMPL_IF -->>6</option>
195                                 <option value="7"<!-- TMPL_IF NAME="day7" --> selected="selected"<!-- /TMPL_IF -->>7</option>
196                                 <option value="8"<!-- TMPL_IF NAME="day8" --> selected="selected"<!-- /TMPL_IF -->>8</option>
197                                 <option value="9"<!-- TMPL_IF NAME="day9" --> selected="selected"<!-- /TMPL_IF -->>9</option>
198                                 <option value="10"<!-- TMPL_IF NAME="day10" --> selected="selected"<!-- /TMPL_IF -->>10</option>
199                                 <option value="11"<!-- TMPL_IF NAME="day11" --> selected="selected"<!-- /TMPL_IF -->>11</option>
200                                 <option value="12"<!-- TMPL_IF NAME="day12" --> selected="selected"<!-- /TMPL_IF -->>12</option>
201                                 <option value="13"<!-- TMPL_IF NAME="day13" --> selected="selected"<!-- /TMPL_IF -->>13</option>
202                                 <option value="14"<!-- TMPL_IF NAME="day14" --> selected="selected"<!-- /TMPL_IF -->>14</option>
203                                 <option value="15"<!-- TMPL_IF NAME="day15" --> selected="selected"<!-- /TMPL_IF -->>15</option>
204                                 <option value="16"<!-- TMPL_IF NAME="day16" --> selected="selected"<!-- /TMPL_IF -->>16</option>
205                                 <option value="17"<!-- TMPL_IF NAME="day17" --> selected="selected"<!-- /TMPL_IF -->>17</option>
206                                 <option value="18"<!-- TMPL_IF NAME="day18" --> selected="selected"<!-- /TMPL_IF -->>18</option>
207                                 <option value="19"<!-- TMPL_IF NAME="day19" --> selected="selected"<!-- /TMPL_IF -->>19</option>
208                                 <option value="20"<!-- TMPL_IF NAME="day20" --> selected="selected"<!-- /TMPL_IF -->>20</option>
209                                 <option value="21"<!-- TMPL_IF NAME="day21" --> selected="selected"<!-- /TMPL_IF -->>21</option>
210                                 <option value="22"<!-- TMPL_IF NAME="day22" --> selected="selected"<!-- /TMPL_IF -->>22</option>
211                                 <option value="23"<!-- TMPL_IF NAME="day23" --> selected="selected"<!-- /TMPL_IF -->>23</option>
212                                 <option value="24"<!-- TMPL_IF NAME="day24" --> selected="selected"<!-- /TMPL_IF -->>24</option>
213                                 <option value="25"<!-- TMPL_IF NAME="day25" --> selected="selected"<!-- /TMPL_IF -->>25</option>
214                                 <option value="26"<!-- TMPL_IF NAME="day26" --> selected="selected"<!-- /TMPL_IF -->>26</option>
215                                 <option value="27"<!-- TMPL_IF NAME="day27" --> selected="selected"<!-- /TMPL_IF -->>27</option>
216                                 <option value="28"<!-- TMPL_IF NAME="day28" --> selected="selected"<!-- /TMPL_IF -->>28</option>
217                                 <option value="29"<!-- TMPL_IF NAME="day29" --> selected="selected"<!-- /TMPL_IF -->>29</option>
218                                 <option value="30"<!-- TMPL_IF NAME="day30" --> selected="selected"<!-- /TMPL_IF -->>30</option>
219                                 <option value="31"<!-- TMPL_IF NAME="day31" --> selected="selected"<!-- /TMPL_IF -->>31</option>
220                         </select>
221                         <select name="month">
222                                 <option value="0">Month</option>
223                                 <option value="1"<!-- TMPL_IF NAME="month1" --> selected="selected"<!-- /TMPL_IF -->>Jan</option>
224                                 <option value="2"<!-- TMPL_IF NAME="month2" --> selected="selected"<!-- /TMPL_IF -->>Feb</option>
225                                 <option value="3"<!-- TMPL_IF NAME="month3" --> selected="selected"<!-- /TMPL_IF -->>Mar</option>
226                                 <option value="4"<!-- TMPL_IF NAME="month4" --> selected="selected"<!-- /TMPL_IF -->>Apr</option>
227                                 <option value="5"<!-- TMPL_IF NAME="month5" --> selected="selected"<!-- /TMPL_IF -->>May</option>
228                                 <option value="6"<!-- TMPL_IF NAME="month6" --> selected="selected"<!-- /TMPL_IF -->>Jun</option>
229                                 <option value="7"<!-- TMPL_IF NAME="month7" --> selected="selected"<!-- /TMPL_IF -->>Jul</option>
230                                 <option value="8"<!-- TMPL_IF NAME="month8" --> selected="selected"<!-- /TMPL_IF -->>Aug</option>
231                                 <option value="9"<!-- TMPL_IF NAME="month9" --> selected="selected"<!-- /TMPL_IF -->>Sep</option>
232                                 <option value="10"<!-- TMPL_IF NAME="month10" --> selected="selected"<!-- /TMPL_IF -->>Oct</option>
233                                 <option value="11"<!-- TMPL_IF NAME="month11" --> selected="selected"<!-- /TMPL_IF -->>Nov</option>
234                                 <option value="12"<!-- TMPL_IF NAME="month12" --> selected="selected"<!-- /TMPL_IF -->>Dec</option>
235                         </select>
236                         <select name="year">
237                                 <option value="0">Year</option>
238                                 <option value="2004"<!-- TMPL_IF NAME="year2004" --> selected="selected"<!-- /TMPL_IF -->>2004</option>
239                                 <option value="2005"<!-- TMPL_IF NAME="year2005" --> selected="selected"<!-- /TMPL_IF -->>2005</option>
240                                 <option value="2006"<!-- TMPL_IF NAME="year2006" --> selected="selected"<!-- /TMPL_IF -->>2006</option>
241                                 <option value="2007"<!-- TMPL_IF NAME="year2007" --> selected="selected"<!-- /TMPL_IF -->>2007</option>
242                                 <option value="2008"<!-- TMPL_IF NAME="year2008" --> selected="selected"<!-- /TMPL_IF -->>2008</option>
243                         </select>
244 <label for="stickyduedate">Remember for Session:</label><input type="checkbox" id="stickyduedate" name="stickyduedate" <!-- TMPL_VAR NAME="selected" --> />   <!-- /Hide from NPL -->
245                 <input type="hidden" name="borrnumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
246                 <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
247                 <input type="hidden" name="printer" value="<!-- TMPL_VAR NAME="printer" -->" />
248                 <input type="hidden" name="print" value="maybe" />
249                 <!-- TMPL_IF NAME="CHARGES" -->
250                         <input type="hidden" name="charges" value="yes" />
251                         <input type="hidden" name="oldamount" value="<!-- TMPL_VAR NAME="amountold" -->" />
252                 <!-- /TMPL_IF -->
253                 </p>
254         </form>
255         </div>
256
257
258 <!-- /TMPL_IF -->
259
260
261
262 <!-- SUMMARY : TODAY & PREVIOUS ISSUES -->
263 <!-- TMPL_IF NAME="borrowernumber" -->
264 <div class="table"><form class="inline" action="/cgi-bin/koha/renewscript.pl" method="post"><input type="hidden" value="circ" name="destination" /><input type="hidden" name="cardnumber" value="<!-- TMPL_VAR NAME="cardnumber" -->" /><input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
265         <table>
266                 <caption>Issues <span class="print"><a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="borrowernumber" -->&amp;print=page">(Print Page)</a> <a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="borrowernumber" -->&amp;print=slip">(Print Slip)</a></span></caption>
267                 <tr>
268                         <th>Due Date</th>
269                         <th>Title</th>
270                         <th>Author</th>
271                         <th>Call No</th>
272                         <th>Barcode</th>
273                         <th>Renew?</th>
274                 </tr>
275         <!-- TMPL_IF NAME="todayissues" -->
276                 <!-- TMPL_LOOP NAME="todayissues" -->
277                 <tr>
278                         <td><!-- TMPL_VAR NAME="dd" --></td>
279                         <td><a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->&amp;type=intra"><!-- TMPL_VAR NAME="title" --></a><br/><i><!-- TMPL_VAR name="itemnotes" --></i></td>
280                         <td><!-- TMPL_VAR NAME="author" --></td>
281                         <td><!-- TMPL_VAR NAME="classification" --></td>
282                         <td><!-- TMPL_VAR NAME="barcode" --></td>
283                         <td><input type="checkbox" name="renew_item_<!-- TMPL_VAR NAME="itemnumber" -->" value="y"<!-- TMPL_IF NAME="od" --> checked="checked"<!-- /TMPL_IF --> /></td>
284                 </tr>
285                 <!-- /TMPL_LOOP -->
286 <!-- /TMPL_IF -->
287
288 <!-- TMPL_IF NAME="previssues" -->
289                 <tr><th colspan="6"><a name="previous" id="previous">Previous Issues</a></th></tr>
290                 <!-- TMPL_LOOP NAME="previssues" -->
291                         <tr>
292                         <td><!-- TMPL_IF NAME="od" --><span class="error"><!-- /TMPL_IF --><!-- TMPL_VAR NAME="dd" --><!-- TMPL_IF NAME="od" --></span><!-- /TMPL_IF --></td>
293                         <td><a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->&amp;type=intra"><!-- TMPL_VAR NAME="title" --></a><br/><i><!-- TMPL_VAR name="itemnotes" --></i></td>
294                         <td><!-- TMPL_VAR NAME="author" --></td>
295                         <td><!-- TMPL_VAR NAME="classification" --></td>
296                         <td><!-- TMPL_VAR NAME="barcode" --></td>
297                         <td><input type="checkbox" name="renew_item_<!-- TMPL_VAR NAME="itemnumber" -->" value="y"<!-- TMPL_IF NAME="od" --> checked="checked"<!-- /TMPL_IF --> /></td></tr>
298                 <!-- /TMPL_LOOP -->
299         </table>
300         
301         <p><input type="submit" class="submit" value="Renew Checked Items" /></p>
302 </form>
303
304 <!-- TMPL_IF name="previssues" --><form class="inline" action="/cgi-bin/koha/renewscript.pl" method="post"><input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="borrowernumber" -->" /><!-- TMPL_LOOP NAME="previssues" --><input type="hidden" name="renew_item_<!-- TMPL_VAR NAME="itemnumber" -->" value="y" /><!-- /TMPL_LOOP --><input type="submit" class="submit" value="Renew All" /></form><!-- /TMPL_IF -->
305         
306 </div>
307 <!-- /TMPL_IF -->
308 <!-- /TMPL_IF -->
309 </div>
310
311 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->
312