synch'ing head and rel_2_2 (from 2.2.5, including npl templates)
[koha.git] / 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                         <!-- TMPL_IF NAME="EXPIRED" -->
50                                 <li>Patron's card is expired</li>
51                         <!-- /TMPL_IF -->
52                         </ul>
53                 </div>
54                 <!-- TMPL_ELSE -->
55                 <!-- TMPL_IF NAME="NEEDSCONFIRMATION" -->
56                 <div class="error">
57                 <h3>Please Confirm Issue:</h3>
58                         <!-- TMPL_IF NAME="DEBT" -->
59                                 <p>The patron has a debt of $<!-- TMPL_VAR name="DEBT" --></p>
60                         <!-- /TMPL_IF -->
61                         <!-- TMPL_IF NAME="RENEW_ISSUE" -->
62                                 <p>Item is currently issued to this patron.  Renew?</p>
63                         <!-- /TMPL_IF -->       
64                         <!-- TMPL_IF NAME="RESERVE_WAITING" -->
65                                 <p>Item is consigned for <!-- TMPL_VAR NAME="RESERVE_WAITING" --></p>
66                         <!-- /TMPL_IF -->
67                         <!-- TMPL_IF NAME="RESERVED" -->
68                                 <p>Item is on reserve for <!-- TMPL_VAR NAME="RESERVED" --></p>
69                         <!-- /TMPL_IF -->
70                         <!-- TMPL_IF NAME="ISSUED_TO_ANOTHER" -->
71                                 <p>Item issued to <!-- TMPL_VAR NAME="ISSUED_TO_ANOTHER" -->. Return and issue?</p>
72                         <!-- /TMPL_IF -->
73                         <!-- TMPL_IF NAME="TOO_MANY" -->
74                                 <p>Too many issues (already issued / max : <!-- TMPL_VAR name="TOO_MANY" -->)</p>
75                         <!-- /TMPL_IF -->
76                         <!-- TMPL_UNLESS name="IMPOSSIBLE" -->
77                         <div class="action"><form class="inline" method="post" action="/cgi-bin/koha/circ/circulation.pl">
78                                 <!-- TMPL_IF NAME="RESERVED" -->
79                                         <p><input type="checkbox" id="cancelreserve" name="cancelreserve" value="1" /><label for="cancelreserve">Cancel Reserve</label></p>
80                                 <!-- /TMPL_IF -->
81                                 <!-- TMPL_IF NAME="RESERVE_WAITING" -->
82                                         <p><input type="checkbox" id="cancelreserve" name="cancelreserve" value="1" /><label for="cancelreserve">Cancel Reserve</label></p>
83                                 <!-- /TMPL_IF -->
84                                 <input type="hidden" name="barcode" value="<!-- TMPL_VAR NAME="barcode" -->" />
85                                 <input type="hidden" name="borrnumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
86                                 <input type="hidden" name="issueconfirmed" value="1" />
87                                 <input type="hidden" name="day" value="<!-- TMPL_VAR name="day" -->" />
88                                 <input type="hidden" name="month" value="<!-- TMPL_VAR name="month" -->" />
89                                 <input type="hidden" name="year" value="<!-- TMPL_VAR name="year" -->" />
90                                 <input type="submit" value="Confirm Issue (Y)" class="submit" accesskey="y" /></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 (N)" accesskey="n" /></form></div>
91                         </div>
92                         <!-- /TMPL_UNLESS -->
93                 <!-- /TMPL_IF -->
94                 <!-- /TMPL_IF -->
95                 
96                 <!-- TMPL_IF NAME="issued" -->
97                         <div class="error"><p>Item issued</p></div>
98                 <!-- /TMPL_IF -->
99         
100         <div class="details">
101         <!-- TMPL_IF NAME="message" -->
102         <div class="details">
103         No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> <a href="/cgi-bin/koha/members/memberentry.pl?actionType=Add">Add a new patron</a>
104         </div>
105         <!-- /TMPL_IF -->
106         
107         <!-- TMPL_IF NAME="CGIselectborrower" -->
108         <form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform">
109                 <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
110                 <input type="hidden" name="printer" value="<!-- TMPL_VAR NAME="printer" -->" />
111         <label for="borrnumber">Select a borrower: </label>
112                 <style type="text/css">
113                 option:hover {
114                         background-color : #f0f0f0;
115                         color : #000099;
116                 }
117         </style>
118         <p><!-- TMPL_VAR name="CGIselectborrower" --></p>
119         <p><input type="submit" class="submit" value="Select" /></p>
120         <p>Patron not found? <a href="/cgi-bin/koha/members/memberentry.pl?actionType=Add">Add a new patron</a></p>
121         </form>
122         <!-- TMPL_ELSE -->
123                 <!-- TMPL_IF NAME="borrowernumber" -->
124         <div id="notes">
125         <ul>
126         <li><!-- TMPL_VAR NAME="streetaddress" -->, <!-- TMPL_VAR NAME="city" --></li>
127         <li><!-- TMPL_VAR NAME="phone" --></li>
128         <!-- TMPL_IF NAME="emailaddress" --><li><a href="mailto:<!-- TMPL_VAR NAME="emailaddress" -->"><!-- TMPL_VAR NAME="emailaddress" --></a></li><!-- /TMPL_IF -->
129         <li>Category: <!-- TMPL_VAR name="categorycode" --></li>
130         <li>(<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber" -->">details</a> / <a href="/cgi-bin/koha/members/memberentry.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber" -->&amp;modify=edit&amp;destination=circ">edit</a>)</li>
131         </ul>
132         </div>
133         <h3<!--TMPL_IF Name="warndeparture"--> class="error"<!--/TMPL_IF-->><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)<!--TMPL_IF Name="warndeparture"--><br /> Borrower will leave soon<!--/TMPL_IF--></h3>
134 <h4> &nbsp; &nbsp; <!-- TMPL_VAR NAME="issuecount" --> out<!-- TMPL_IF NAME="overduecount" -->, <span class="error"><!-- TMPL_VAR name="overduecount" --> overdue</span><!-- /TMPL_IF --></h4> <!-- Display for NPL // <h4> &nbsp; &nbsp; <!-- TMPL_IF NAME="avcount" --><!-- TMPL_VAR NAME="avcount" --> AV Issues, <!-- TMPL_IF NAME="avflag" --><span class="error">AV Limit Reached!</span><!-- TMPL_ELSE --><!-- TMPL_VAR NAME="avleftcount" --> More Allowed<!-- /TMPL_IF --><!-- TMPL_ELSE --><!-- TMPL_VAR NAME="avleftcount" --> AV Issues Allowed<!-- /TMPL_IF --> //Display for NPL --></h4><br clear="right" />
135
136 <!-- TMPL_IF NAME="flagged" -->
137 </div><div class="details">
138 <ul>
139 <!-- Display for NPL // <!-- TMPL_IF NAME="avflag" --><li>Patron has reached the <span class="error">AV issue limit</span></li><!-- /TMPL_IF --> //Display for NPL -->
140 <!-- TMPL_IF NAME="gna" -->
141 <li><span class="error">Address:</span> Patron's address in doubt</li>
142 <!-- /TMPL_IF -->
143 <!-- TMPL_IF NAME="lost" -->
144 <li><span class="error">Lost:</span> Patron's card is lost</li>
145 <!-- /TMPL_IF -->
146 <!-- TMPL_IF NAME="dbarred" -->
147 <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>
148 <!-- /TMPL_IF -->
149 <!-- TMPL_IF name="odues" -->   <li><!-- TMPL_IF name="nonreturns" -->
150                                         <span class="error">Overdues:</span> Patron has <span class="error">ITEMS OVERDUE</span> See highlighted items <a href="#previous">below</a>
151                                 <!-- /TMPL_IF --></li><!-- /TMPL_IF -->
152 <!-- TMPL_IF NAME="noissues" -->
153 <!-- 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 -->
154 <!-- TMPL_ELSE -->
155         <!-- 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 -->
156 <!-- /TMPL_IF -->
157 </ul>
158
159 <dl>
160                 
161 <!-- TMPL_IF name="waiting" -->
162                 <dt>Reserves waiting:</dt>
163                         <dd><ul><!-- TMPL_LOOP name="itemswaiting" -->
164                                 <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>
165                         <!-- /TMPL_LOOP -->
166                         </ul></dd>
167                 <!-- /TMPL_IF -->
168
169                 <!-- TMPL_IF name="notes" -->
170                                         <dt>Notes:</dt> <dd class="error"><!-- TMPL_VAR name="notesmsg" --></dd>
171                                 <!-- /TMPL_IF -->
172 </dl>
173 <!-- /TMPL_IF -->
174         <!-- TMPL_ELSE -->
175         <!-- No card entered yet -->
176         <form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform" id="mainform">
177 <label for="findborrower">Enter borrower card number or partial last name: </label>
178                                 <input name="findborrower" type="text" size="40" />
179                                         <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
180                                         <input type="hidden" name="printer" value="<!-- TMPL_VAR NAME="printer" -->" />
181                                 <input type="submit" class="submit" value="Submit" />
182                                 </form>
183                 <!-- /TMPL_IF -->
184         <!-- /TMPL_IF -->
185         </div>
186
187 <!-- BARCODE ENTRY -->
188
189 <!-- TMPL_IF NAME="borrowernumber" -->
190         <div class="details">
191         <form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform">
192 <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 -->
193         <!-- Hide from NPL      --><p>
194                         <label for="day">Specify Due Date: </label><select name="day" id="day">
195                                 <option value="0">Day</option>
196                                 <option value="1"<!-- TMPL_IF NAME="day1" --> selected="selected"<!-- /TMPL_IF -->>1</option>
197                                 <option value="2"<!-- TMPL_IF NAME="day2" --> selected="selected"<!-- /TMPL_IF -->>2</option>
198                                 <option value="3"<!-- TMPL_IF NAME="day3" --> selected="selected"<!-- /TMPL_IF -->>3</option>
199                                 <option value="4"<!-- TMPL_IF NAME="day4" --> selected="selected"<!-- /TMPL_IF -->>4</option>
200                                 <option value="5"<!-- TMPL_IF NAME="day5" --> selected="selected"<!-- /TMPL_IF -->>5</option>
201                                 <option value="6"<!-- TMPL_IF NAME="day6" --> selected="selected"<!-- /TMPL_IF -->>6</option>
202                                 <option value="7"<!-- TMPL_IF NAME="day7" --> selected="selected"<!-- /TMPL_IF -->>7</option>
203                                 <option value="8"<!-- TMPL_IF NAME="day8" --> selected="selected"<!-- /TMPL_IF -->>8</option>
204                                 <option value="9"<!-- TMPL_IF NAME="day9" --> selected="selected"<!-- /TMPL_IF -->>9</option>
205                                 <option value="10"<!-- TMPL_IF NAME="day10" --> selected="selected"<!-- /TMPL_IF -->>10</option>
206                                 <option value="11"<!-- TMPL_IF NAME="day11" --> selected="selected"<!-- /TMPL_IF -->>11</option>
207                                 <option value="12"<!-- TMPL_IF NAME="day12" --> selected="selected"<!-- /TMPL_IF -->>12</option>
208                                 <option value="13"<!-- TMPL_IF NAME="day13" --> selected="selected"<!-- /TMPL_IF -->>13</option>
209                                 <option value="14"<!-- TMPL_IF NAME="day14" --> selected="selected"<!-- /TMPL_IF -->>14</option>
210                                 <option value="15"<!-- TMPL_IF NAME="day15" --> selected="selected"<!-- /TMPL_IF -->>15</option>
211                                 <option value="16"<!-- TMPL_IF NAME="day16" --> selected="selected"<!-- /TMPL_IF -->>16</option>
212                                 <option value="17"<!-- TMPL_IF NAME="day17" --> selected="selected"<!-- /TMPL_IF -->>17</option>
213                                 <option value="18"<!-- TMPL_IF NAME="day18" --> selected="selected"<!-- /TMPL_IF -->>18</option>
214                                 <option value="19"<!-- TMPL_IF NAME="day19" --> selected="selected"<!-- /TMPL_IF -->>19</option>
215                                 <option value="20"<!-- TMPL_IF NAME="day20" --> selected="selected"<!-- /TMPL_IF -->>20</option>
216                                 <option value="21"<!-- TMPL_IF NAME="day21" --> selected="selected"<!-- /TMPL_IF -->>21</option>
217                                 <option value="22"<!-- TMPL_IF NAME="day22" --> selected="selected"<!-- /TMPL_IF -->>22</option>
218                                 <option value="23"<!-- TMPL_IF NAME="day23" --> selected="selected"<!-- /TMPL_IF -->>23</option>
219                                 <option value="24"<!-- TMPL_IF NAME="day24" --> selected="selected"<!-- /TMPL_IF -->>24</option>
220                                 <option value="25"<!-- TMPL_IF NAME="day25" --> selected="selected"<!-- /TMPL_IF -->>25</option>
221                                 <option value="26"<!-- TMPL_IF NAME="day26" --> selected="selected"<!-- /TMPL_IF -->>26</option>
222                                 <option value="27"<!-- TMPL_IF NAME="day27" --> selected="selected"<!-- /TMPL_IF -->>27</option>
223                                 <option value="28"<!-- TMPL_IF NAME="day28" --> selected="selected"<!-- /TMPL_IF -->>28</option>
224                                 <option value="29"<!-- TMPL_IF NAME="day29" --> selected="selected"<!-- /TMPL_IF -->>29</option>
225                                 <option value="30"<!-- TMPL_IF NAME="day30" --> selected="selected"<!-- /TMPL_IF -->>30</option>
226                                 <option value="31"<!-- TMPL_IF NAME="day31" --> selected="selected"<!-- /TMPL_IF -->>31</option>
227                         </select>
228                         <select name="month">
229                                 <option value="0">Month</option>
230                                 <option value="1"<!-- TMPL_IF NAME="month1" --> selected="selected"<!-- /TMPL_IF -->>Jan</option>
231                                 <option value="2"<!-- TMPL_IF NAME="month2" --> selected="selected"<!-- /TMPL_IF -->>Feb</option>
232                                 <option value="3"<!-- TMPL_IF NAME="month3" --> selected="selected"<!-- /TMPL_IF -->>Mar</option>
233                                 <option value="4"<!-- TMPL_IF NAME="month4" --> selected="selected"<!-- /TMPL_IF -->>Apr</option>
234                                 <option value="5"<!-- TMPL_IF NAME="month5" --> selected="selected"<!-- /TMPL_IF -->>May</option>
235                                 <option value="6"<!-- TMPL_IF NAME="month6" --> selected="selected"<!-- /TMPL_IF -->>Jun</option>
236                                 <option value="7"<!-- TMPL_IF NAME="month7" --> selected="selected"<!-- /TMPL_IF -->>Jul</option>
237                                 <option value="8"<!-- TMPL_IF NAME="month8" --> selected="selected"<!-- /TMPL_IF -->>Aug</option>
238                                 <option value="9"<!-- TMPL_IF NAME="month9" --> selected="selected"<!-- /TMPL_IF -->>Sep</option>
239                                 <option value="10"<!-- TMPL_IF NAME="month10" --> selected="selected"<!-- /TMPL_IF -->>Oct</option>
240                                 <option value="11"<!-- TMPL_IF NAME="month11" --> selected="selected"<!-- /TMPL_IF -->>Nov</option>
241                                 <option value="12"<!-- TMPL_IF NAME="month12" --> selected="selected"<!-- /TMPL_IF -->>Dec</option>
242                         </select>
243                         <select name="year">
244                                 <option value="0">Year</option>
245                                 <option value="2004"<!-- TMPL_IF NAME="year2004" --> selected="selected"<!-- /TMPL_IF -->>2004</option>
246                                 <option value="2005"<!-- TMPL_IF NAME="year2005" --> selected="selected"<!-- /TMPL_IF -->>2005</option>
247                                 <option value="2006"<!-- TMPL_IF NAME="year2006" --> selected="selected"<!-- /TMPL_IF -->>2006</option>
248                                 <option value="2007"<!-- TMPL_IF NAME="year2007" --> selected="selected"<!-- /TMPL_IF -->>2007</option>
249                                 <option value="2008"<!-- TMPL_IF NAME="year2008" --> selected="selected"<!-- /TMPL_IF -->>2008</option>
250                         </select>
251 <label for="stickyduedate">Remember for Session:</label><input type="checkbox" id="stickyduedate" name="stickyduedate" <!-- TMPL_VAR NAME="selected" --> />   <!-- /Hide from NPL -->
252                 <input type="hidden" name="borrnumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
253                 <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
254                 <input type="hidden" name="printer" value="<!-- TMPL_VAR NAME="printer" -->" />
255                 <input type="hidden" name="print" value="maybe" />
256                 <!-- TMPL_IF NAME="CHARGES" -->
257                         <input type="hidden" name="charges" value="yes" />
258                         <input type="hidden" name="oldamount" value="<!-- TMPL_VAR NAME="amountold" -->" />
259                 <!-- /TMPL_IF -->
260                 </p>
261         </form>
262         </div>
263
264
265 <!-- /TMPL_IF -->
266
267
268
269 <!-- SUMMARY : TODAY & PREVIOUS ISSUES -->
270 <!-- TMPL_IF NAME="borrowernumber" -->
271 <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" -->" />
272         <table>
273                 <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>
274                 <tr>
275                         <th>Due Date</th>
276                         <th>Title</th>
277                         <th>Author</th>
278                         <th>Call No</th>
279                         <th>Barcode</th>
280                         <th>Renew?</th>
281                 </tr>
282         <!-- TMPL_IF NAME="todayissues" -->
283                 <!-- TMPL_LOOP NAME="todayissues" -->
284                 <tr>
285                         <td><!-- TMPL_VAR NAME="dd" --></td>
286                         <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>
287                         <td><!-- TMPL_VAR NAME="author" --></td>
288                         <td><!-- TMPL_VAR NAME="classification" --></td>
289                         <td><!-- TMPL_VAR NAME="barcode" --></td>
290                         <td><input type="checkbox" name="renew_item_<!-- TMPL_VAR NAME="itemnumber" -->" value="y"<!-- TMPL_IF NAME="od" --> checked="checked"<!-- /TMPL_IF --> /></td>
291                 </tr>
292                 <!-- /TMPL_LOOP -->
293 <!-- /TMPL_IF -->
294
295 <!-- TMPL_IF NAME="previssues" -->
296                 <tr><th colspan="6"><a name="previous" id="previous">Previous Issues</a></th></tr>
297                 <!-- TMPL_LOOP NAME="previssues" -->
298                         <tr>
299                         <td><!-- TMPL_IF NAME="od" --><span class="error"><!-- /TMPL_IF --><!-- TMPL_VAR NAME="dd" --><!-- TMPL_IF NAME="od" --></span><!-- /TMPL_IF --></td>
300                         <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>
301                         <td><!-- TMPL_VAR NAME="author" --></td>
302                         <td><!-- TMPL_VAR NAME="classification" --></td>
303                         <td><!-- TMPL_VAR NAME="barcode" --></td>
304                         <td><input type="checkbox" name="renew_item_<!-- TMPL_VAR NAME="itemnumber" -->" value="y"<!-- TMPL_IF NAME="od" --> checked="checked"<!-- /TMPL_IF --> /></td></tr>
305                 <!-- /TMPL_LOOP -->
306         </table>
307         
308         <p><input type="submit" class="submit" value="Renew Checked Items" /></p>
309 </form>
310
311 <!-- TMPL_IF name="previssues" --><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" -->" /><!-- 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 -->
312         
313 </div>
314 <!-- /TMPL_IF -->
315 <!-- /TMPL_IF -->
316 </div>
317
318 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->
319