Bug 7743: Update opac-user.pl to use KohaDates TT plugin
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-user.tt
1 [% USE KohaDates %]
2
3 [% INCLUDE 'doc-head-open.inc' %]
4 [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog › Your library home
5 [% INCLUDE 'doc-head-close.inc' %]
6 <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.metadata.min.js"></script>
7 <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
8 <script type="text/JavaScript">
9 //<![CDATA[
10 var MSG_CONFIRM_DELETE_HOLD = _("Are you sure you want to cancel this hold?");
11 $.tablesorter.addParser({
12     id: 'articles', 
13     is: function(s) {return false;  }, 
14     format: function(s) { return s.toLowerCase().replace(/^(the|an|a) /,''); }, 
15     type: 'text' 
16 });
17             $(function() {
18             $('#opac-user-views > ul').tabs();
19             $.tablesorter.defaults.widgets = ['zebra'];
20             [% IF ( dateformat == 'metric' ) %]$.tablesorter.defaults.dateFormat = ['uk'];[% END %]
21                         $("#holdst").tablesorter({
22                                 sortList: [[0,0]]
23                         }); 
24                         $("#checkoutst").tablesorter({
25                 [% IF ( JacketImages ) %]sortList: [[2,0]][% ELSE %]sortList: [[1,0]][% END %]
26             }); 
27                         $("#overduest").tablesorter();
28 [% IF ( GoogleJackets ) %]KOHA.Google.GetCoverFromIsbn();[% END %]
29         [% IF ( OpacRenewalAllowed && canrenew && !userdebarred ) %]$("#renewselected").submit(function(){
30             valid = false;
31             $("input[type=checkbox]").each(function(){
32                 if($(this).is(':checked')){
33                     valid = true;
34                 }
35             });
36             if(!valid){
37                 alert(_("Nothing has been selected. Check the box for each item you want to renew"));
38             }
39             return valid;
40         });
41         $("#renewselected_link").live('click',function(){
42             $("#renewselected").submit();
43         });
44         $("#renewall_link").live('click',function(){
45             $("#renewall").submit();
46         });
47         $("#checkoutst caption").append("<div id=\"renewcontrols\"><a id=\"renewselected_link\" href=\"#\">"+_("Renew selected")+"</a> <a id=\"renewall_link\" href=\"#\">"+_("Renew all")+"</a></div>");[% END %]
48             });
49 //]]>
50 </script>
51 </head>
52 <body id="opac-user">
53 <div id="doc3" class="yui-t1">
54    <div id="bd">
55 [% INCLUDE 'masthead.inc' %]
56
57     <div id="yui-main">
58     <div class="yui-b"><div class="yui-g">
59         <div id="userdetails" class="container">
60         [% IF ( bor_messages ) %]
61                <div class="dialog message">
62                        <h3>Messages For You</h3>
63                        <ul>
64                                [% FOREACH bor_messages_loo IN bor_messages_loop %]
65                                         <li>
66                                                 <strong>[% bor_messages_loo.message %]</strong><br>
67                             &nbsp;&nbsp;&nbsp;<i>Written on [% bor_messages_loo.message_date | $KohaDates %] by [% bor_messages_loo.branchname %]</i>
68                                         </li>
69                                 [% END %]
70
71                                 [% IF ( opacnote ) %]<li>[% opacnote %]</li>[% END %]
72                        </ul>
73                </div>
74         [% END %]
75     [% FOREACH BORROWER_INF IN BORROWER_INFO %]
76         <h2>Hello, [% INCLUDE 'patron-title.inc' category_type = BORROWER_INF.category_type firstname = BORROWER_INF.firstname surname = BORROWER_INF.surname othernames = BORROWER_INF.othernames cardnumber = BORROWER_INF.cardnumber %]
77         <span class="hint">(<a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Click here</a> if you're not
78         [% BORROWER_INF.title %] [% INCLUDE 'patron-title.inc' category_type = BORROWER_INF.category_type firstname = BORROWER_INF.firstname surname = BORROWER_INF.surname othernames = BORROWER_INF.othernames cardnumber = BORROWER_INF.cardnumber %])
79         </span></h2>
80         
81                 [% IF ( patronupdate ) %]<div class="dialog message"><h3>Thank you!</h3><p>Your corrections have been submitted to the library, and a staff member will update your record as soon as possible.</p></div>[% END %]
82                 
83         [% IF ( BORROWER_INF.warndeparture ) %]
84         <div class="dialog alert">
85                 <strong>Please note:</strong><span> Your card will expire on [% BORROWER_INF.warndeparture %]. Please contact the library if you wish to renew your subscription.</span>
86                 [% IF ( BORROWER_INF.returnbeforeexpiry ) %]<span> Also note that you must return all checked out items before your card expires.</span>[% END %]
87         </div>
88         [% END %]
89
90         [% IF ( patron_flagged ) %]
91                 <div class="dialog alert">
92         <ul>
93             [% IF ( userdebarred ) %]
94                 <li><strong>Please note:</strong> Your account has been frozen[% IF ( BORROWER_INF.userdebarreddate ) %] until [% BORROWER_INF.userdebarreddate | $KohaDates %][% END %][% IF ( BORROWER_INF.debarredcomment ) %] with the comment "[% BORROWER_INF.debarredcomment %]"[% END %]. Usually the reason for freezing an account is old overdues or damage fees. If <a href="/cgi-bin/koha/opac-user.pl">your account page</a> shows your account to be clear, please contact the library.</li>
95             [% END %]
96             [% IF ( BORROWER_INF.gonenoaddress ) %]
97                 <li><strong>Please note:</strong> According to our records, we don't have up-to-date [% UNLESS ( BORROWER_INF.OPACPatronDetails ) %]<a href="/cgi-bin/koha/opac-userupdate.pl">contact information</a>[% ELSE %]contact information[% END %] on file.  Please contact the library[% IF ( BORROWER_INF.OPACPatronDetails ) %] or use the <a href="/cgi-bin/koha/opac-userupdate.pl">online update form</a> to submit current information (<em>Please note:</em> there may be a delay in restoring your account if you submit online)[% END %].</li>
98             [% END %]
99             [% IF ( BORROWER_INF.lost ) %]
100                 <li><strong>Please note: </strong> Your library card has been marked as lost or stolen. If this is an error, please contact the library.</li>
101             [% END %]
102             [% IF ( renewal_blocked_fines ) && ( OpacRenewalAllowed ) %]
103                 <li><strong>Please note: </strong> Since you have <a href="/cgi-bin/koha/opac-account.pl">more than [% renewal_blocked_fines %]</a> in fines, you cannot renew your books online. Please pay your fines if you wish to renew your books.</li>
104             [% ELSIF ( renewal_blocked_fines ) %]
105                 <li><strong>Please note: </strong> You have <a href="/cgi-bin/koha/opac-account.pl">more than [% renewal_blocked_fines %]</a> in fines. </li>
106             [% END %]
107         </ul></div>
108         [% END %]
109         
110 <div id="opac-user-views" class="toptabs">
111         <ul>
112             <li><a href="/cgi-bin/koha/opac-user.pl#opac-user-checkouts">Checked Out</a></li>
113             [% IF ( overdues_count ) %]<li><a href="/cgi-bin/koha/opac-user.pl#opac-user-overdues">Overdue</a></li>[% END %]
114 [% IF ( OPACFinesTab ) %]
115             [% IF ( BORROWER_INF.amountoverfive ) %]<li><a href="/cgi-bin/koha/opac-user.pl#opac-user-fines">Fines</a></li>[% END %]
116             [% IF ( BORROWER_INF.amountoverzero ) %]<li><a href="/cgi-bin/koha/opac-user.pl#opac-user-fines">Fines</a></li>[% END %]
117             [% IF ( BORROWER_INF.amountlessthanzero ) %]<li><a href="/cgi-bin/koha/opac-user.pl#opac-user-fines">Credits</a></li>[% END %]
118 [% END %]
119             [% IF ( waiting_count ) %][% IF ( BORROWER_INF.atdestination ) %]<li><a href="/cgi-bin/koha/opac-user.pl#opac-user-waiting">Waiting</a></li>[% END %][% END %]
120             [% IF ( reserves_count ) %]<li><a href="/cgi-bin/koha/opac-user.pl#opac-user-holds">Holds</a></li>[% END %]
121         </ul>
122         
123 [% IF ( OPACFinesTab ) %]
124         <!-- FINES BOX -->
125         [% IF ( BORROWER_INF.amountoverfive ) %]
126             <div id="opac-user-fines"> <h3>Fines and Charges</h3>
127             <table>
128                 <tr><th colspan="2">Amount</th></tr>
129                 <tr>
130                     <td>You currently owe fines and charges amounting to:</td>
131                     <td><a href="/cgi-bin/koha/opac-account.pl">[% BORROWER_INF.amountoutstanding %]</a></td>
132                 </tr>
133             </table></div>
134         [% END %]
135
136         [% IF ( BORROWER_INF.amountoverzero ) %]
137            <div id="opac-user-fines"> <h3>Fines and Charges</h3>
138             <table>
139                 <tr><th colspan="2">Amount</th></tr>
140                 <tr><td>You currently owe fines and charges amounting to:</td>
141                 <td><a href="/cgi-bin/koha/opac-account.pl">[% BORROWER_INF.amountoutstanding %]</a></td></tr>
142             </table></div>
143         [% END %]
144
145         [% IF ( BORROWER_INF.amountlessthanzero ) %]
146           <div id="opac-user-fines">  <h3>Credits</h3>
147             <table>
148             <tr><th colspan="2">Amount</th></tr>
149             <tr><td>You have a credit of:</td><td><a href="/cgi-bin/koha/opac-account.pl">[% BORROWER_INF.amountoutstanding %]</a></td></tr>
150             </table></div>
151         [% END %]
152 [% END %]
153     
154     [% END %]
155
156     [% IF ( waiting_count ) %]
157     [% IF ( atdestination ) %]
158     <div id="opac-user-waiting">
159         <table id="waitingt">
160             <caption>Holds Waiting</caption>
161            <thead> <tr>
162                 <th colspan="2" class="{sorter:'articles'}">Title</th>
163                 <th>Hold date</th>
164                 <th>Pick Up Library</th>
165             </tr></thead>
166             <tbody>[% FOREACH WAITIN IN WAITING %]
167                 <tr>
168                     <td><img src="[% themelang %]/images/[% WAITIN.itemtype %].gif" alt="[% WAITIN.itemtype %]" title="[% WAITIN.itemtype %]" /></td>
169                     <td><a href="opac-detail.pl?biblionumber=[% WAITIN.biblionumber %]">
170                             [% WAITIN.waiting_title %]
171                         </a><span class="item-details">
172                             [% WAITIN.author %]
173                         </span></td>
174                     <td>[% WAITIN.reservedate | $KohaDates %]</td>
175                     <td>[% IF ( WAITIN.atdestination ) %]<strong>Waiting</strong> at [% WAITIN.branch %]
176                         [% ELSE %]
177                         In transit from [% WAITIN.holdingbranch %] to [% WAITIN.branch %]
178                         [% END %]</td>
179                 </tr>
180             [% END %]</tbody>
181         </table></div>
182         [% END %]
183     [% END %]
184
185     <div id="opac-user-checkouts">[% IF ( issues_count ) %]
186         <form id="renewselected" action="/cgi-bin/koha/opac-renew.pl" method="post">
187         <input type="hidden" name="borrowernumber" value="[% borrowernumber %]">
188         <input type="hidden" name="from" value="opac_user" />
189         <table id="checkoutst">
190         <caption>[% issues_count %] Item(s) Checked Out</caption>
191        <thead><tr>
192                 [% IF ( JacketImages ) %]<th class="{sorter: false}">&nbsp;</th>[% END %]
193         <th class="{sorter:'articles'}">Title</th>
194         <th>Due</th>
195                 [% UNLESS ( item_level_itypes ) %]<th>Item Type</th> [% END %]
196         [% IF ( show_barcode ) %]<th>Barcode</th>[% END %]
197         <th>Call No.</th>
198         [% IF ( OpacRenewalAllowed ) %]
199         <th class="{sorter: false}">Renew</th>
200         [% END %]
201 [% IF ( OPACFinesTab ) %]
202         <th>Fines</th>
203 [% END %]
204         [% IF ( OPACMySummaryHTML ) %]
205         <th class="{sorter: false}">Links</th>
206         [% END %]
207         </tr></thead>
208         <tbody>
209                 <!-- FIXME: the styling for highlight overrides the overdue red background,
210                                 so currently we don't use this conditional as the first thing inside the LOOP:
211         [% UNLESS ( __odd__ ) %]
212            <tr[% IF ( overdue ) %] class="overdue"[% END %]>
213         [% ELSE %]
214            <tr class="[% IF ( overdue ) %]overdue [% END %]highlight">
215         [% END %]
216                 -->
217                 [% FOREACH ISSUE IN ISSUES %]
218         [% IF ( ISSUE.overdue ) %]<tr class="overdue">[% ELSE %]<tr>[% END %]
219
220 [% IF ( JacketImages ) %]<td class="jacketcell">
221
222 [% IF ( OPACAmazonCoverImages ) %][% IF ( ISSUE.normalized_isbn ) %]<a href="http://www.amazon.com/gp/reader/[% ISSUE.normalized_isbn %]/ref=sib_dp_pt/002-7879865-0184864#reader-link" title="View at Amazon.com"><img border="0" src="http://images.amazon.com/images/P/[% ISSUE.normalized_isbn %].01.THUMBZZZ.jpg" alt="Cover Image" /></a>[% ELSE %]<a href="#"><span class="no-image">No cover image available</span></a>[% END %][% END %]
223
224 [% IF ( GoogleJackets ) %][% IF ( ISSUE.normalized_isbn ) %]<div style="display:block;" title="Click to view in Google Books" class="[% ISSUE.normalized_isbn %]" id="gbs-thumbnail[% loop.count %]"></div>[% ELSE %]<a href="http://books.google.com/books?q=[% ISSUE.title |url %]"><span class="no-image">No cover image available</span></a>[% END %][% END %]
225
226 [% IF ( BakerTaylorEnabled ) %][% IF ( ISSUE.normalized_isbn ) %]<a href="https://[% BakerTaylorBookstoreURL |html %][% ISSUE.normalized_isbn %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL |html %][% ISSUE.normalized_isbn %]" /></a>[% ELSE %]<span class="no-image">No cover image available</span><!-- BakerTaylor needs normalized_isbn! -->[% END %][% END %]
227
228 [% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsCoverImages ) %][% IF ( using_https ) %]
229 <img src="https://secure.syndetics.com/index.aspx?isbn=[% ISSUE.normalized_isbn %]/SC.GIF&amp;client=[% SyndeticsClientCode %]&amp;type=xw10&amp;upc=[% ISSUE.normalized_upc %]&amp;oclc=[% ISSUE.normalized_oclc %]" alt="" class="thumbnail" />
230 [% ELSE %]
231 <img src="http://www.syndetics.com/index.aspx?isbn=[% ISSUE.normalized_isbn %]/SC.GIF&amp;client=[% SyndeticsClientCode %]&amp;type=xw10&amp;upc=[% ISSUE.normalized_upc %]&amp;oclc=[% ISSUE.normalized_oclc %]" alt="" class="thumbnail" />[% END %][% END %][% END %]
232
233 </td>[% END %]
234
235                 <td><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ISSUE.biblionumber %]">[% ISSUE.title |html %]</a><span class="item-details">
236                         [% ISSUE.author %]
237                     </span></td>
238                 [% IF ( ISSUE.overdue ) %]
239                     <td class="overdue">[% ISSUE.date_due | $KohaDates %]</td>
240                 [% ELSE %]
241                     <td>[% ISSUE.date_due | $KohaDates %]</td>
242                 [% END %]
243                 [% UNLESS ( item_level_itypes ) %]<td>[% IF ( ISSUE.imageurl ) %]<img src="[% ISSUE.imageurl %]" title="[% ISSUE.description %]" alt="[% ISSUE.description %]" />[% END %] [% ISSUE.description %]</td>[% END %]
244                 [% IF ( show_barcode ) %]<td>[% ISSUE.barcode %]</td>[% END %]
245                 <td>[% ISSUE.itemcallnumber %]</td>
246                 [% IF ( OpacRenewalAllowed ) %]
247                     <td>[% IF ( ISSUE.status ) %][% IF ( canrenew ) %]<input type="checkbox" name="item" value="[% ISSUE.itemnumber %]"/> <a href="/cgi-bin/koha/opac-renew.pl?from=opac_user&amp;item=[% ISSUE.itemnumber %]&amp;borrowernumber=[% ISSUE.borrowernumber %]">Renew</a>[% END %] <span class="renewals">([% ISSUE.renewsleft %] of [% ISSUE.renewsallowed %] renewals remaining)</span>
248                         [% ELSE %]
249                         Not renewable[% IF ( ISSUE.too_many ) %] <span class="renewals">([% ISSUE.renewsleft %] of [% ISSUE.renewsallowed %] renewals remaining)</span>[% ELSE %][% IF ( ISSUE.on_reserve ) %] <span class="renewals">(On hold)</span>[% END %][% END %] 
250                         [% END %]</td>
251                 [% END %]
252 [% IF ( OPACFinesTab ) %]
253                 <td>[% IF ( ISSUE.charges ) %]Yes[% ELSE %]No[% END %]</td>
254 [% END %]
255             [% IF ( OPACMySummaryHTML ) %]
256                 <td>[% ISSUE.MySummaryHTML %]</td>
257             [% END %]
258             </tr>
259         [% END %]</tbody>
260         </table>
261            [% IF ( canrenew && !userdebarred && OpacRenewalAllowed ) %]
262                 <input type="submit" value="Renew Selected" />
263                 [% END %]
264                 </form>
265         [% IF ( canrenew && !userdebarred && OpacRenewalAllowed ) %]
266                 <form id="renewall" action="/cgi-bin/koha/opac-renew.pl" method="post">
267                         <input type="hidden" name="from" value="opac_user" />
268                         <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
269                         [% FOREACH ISSUE IN ISSUES %]
270                         <input type="hidden" name="item" value="[% ISSUE.itemnumber %]" />
271                         [% END %]
272                         <input type="submit" value="Renew All" />
273                 </form>
274                 [% END %]
275     [% ELSE %]
276         <table>
277             <tr><td>You have nothing checked out</td></tr>
278         </table>
279     [% END %]</div>
280     
281     
282 [% IF ( overdues_count ) %]
283 <div id="opac-user-overdues"><table id="overduest">
284 <caption>Overdues <span class="count">([% overdues_count %] total)</span></caption>
285 <!-- OVERDUES TABLE ROWS -->
286 <thead><tr>
287 [% IF ( JacketImages ) %]<th class="{sorter: false}">&nbsp;</th>[% END %]
288 <th class="{sorter:'articles'}">Title</th>
289 [% UNLESS ( item_level_itypes ) %]<th>Item Type</th> [% END %]
290 [% IF ( show_barcode ) %]<th>Barcode</th>[% END %]
291 <th>Call No.</th>
292 <th>Due</th>
293 [% IF ( OpacRenewalAllowed ) %]
294                     <th class="{sorter: false}">Renew</th>
295 [% END %]
296 [% IF ( OPACFinesTab ) %]
297 <th>Fines</th>
298 [% END %]
299 </tr></thead>
300
301 <tbody>[% FOREACH OVERDUE IN OVERDUES %]
302 <tr>
303 [% IF ( JacketImages ) %]<td class="jacketcell">
304
305 [% IF ( OPACAmazonCoverImages ) %][% IF ( OVERDUE.normalized_isbn ) %]<a href="http://www.amazon.com/gp/reader/[% OVERDUE.normalized_isbn %]/ref=sib_dp_pt/002-7879865-0184864#reader-link" title="View at Amazon.com"><img src="http://images.amazon.com/images/P/[% OVERDUE.normalized_isbn %].01.THUMBZZZ.jpg" alt="" class="thumbnail" /></a>[% ELSE %]<a href="#"><span class="no-image">No cover image available</span></a>[% END %][% END %]
306
307 [% IF ( GoogleJackets ) %][% IF ( OVERDUE.normalized_isbn ) %]<div style="display:block;" title="Click to view in Google Books" class="[% OVERDUE.normalized_isbn %]" id="gbs-thumbnail[% loop.count %]"></div>[% ELSE %]<a href="http://books.google.com/books?q=[% OVERDUE.title |url %]"><span class="no-image">No cover image available</span></a>[% END %][% END %]
308
309 [% IF ( BakerTaylorEnabled ) %][% IF ( OVERDUE.normalized_isbn ) %]<a href="https://[% BakerTaylorBookstoreURL |html %][% OVERDUE.normalized_isbn %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL |html %][% OVERDUE.normalized_isbn %]" /></a>[% ELSE %]<!-- BakerTaylor needs normalized_isbn! --><span class="no-image">No cover image available</span>[% END %][% END %]
310
311 [% IF ( SyndeticsCoverImages ) %]
312 [% IF ( using_https ) %]
313 <img src="https://secure.syndetics.com/index.aspx?isbn=[% OVERDUE.normalized_isbn %]/SC.GIF&amp;client=[% SyndeticsClientCode %]&amp;upc=[% OVERDUE.normalized_upc %]&amp;oclc=[% OVERDUE.normalized_oclc %]&amp;type=xw10" alt="" class="thumbnail"/>
314 [% ELSE %]
315 <img src="http://www.syndetics.com/index.aspx?isbn=[% OVERDUE.normalized_isbn %]/SC.GIF&amp;client=[% SyndeticsClientCode %]&amp;upc=[% OVERDUE.normalized_upc %]&amp;oclc=[% OVERDUE.normalized_oclc %]&amp;type=xw10" alt="" class="thumbnail"/>
316 [% END %]
317 [% END %]
318 </td>[% END %]
319
320 <td><a href="/cgi-bin/koha/opac-detail.pl?bib=[% OVERDUE.biblionumber %]">[% OVERDUE.title |html %]</a> <span class="item-details">[% OVERDUE.author %]</span></td>
321
322 [% UNLESS ( item_level_itypes ) %]<td>[% IF ( OVERDUE.imageurl ) %]<img src="[% OVERDUE.imageurl %]" title="[% OVERDUE.description %]" alt="[% OVERDUE.description %]" />[% END %] [% OVERDUE.description %]</td>[% END %]
323 [% IF ( show_barcode ) %]<td>[% OVERDUE.barcode %]</td>[% END %]
324 <td>[% OVERDUE.itemcallnumber %]</td>
325 <td>[% OVERDUE.date_due | $KohaDates %]</td>
326                 [% IF ( OpacRenewalAllowed ) %]
327 <td>
328 [% IF ( OVERDUE.debarred ) %]Account Frozen
329 [% ELSIF ( OVERDUE.status ) %]
330 [% IF ( canrenew ) %]<a href="/cgi-bin/koha/opac-renew.pl?from=opac_user&amp;item=[% OVERDUE.itemnumber %]&amp;bornum=[% OVERDUE.borrowernumber %]">Renew</a>[% END %] <span class="renewals">([% OVERDUE.renewsleft %] of [% OVERDUE.renewsallowed %] renewals remaining)</span>
331 [% ELSIF ( OVERDUE.onreserve ) %]On hold
332 [% ELSE %]No renewals left
333 [% END %]
334 </td>[% END %]
335 [% IF ( OPACFinesTab ) %]
336 <td>[% IF ( OVERDUE.charges ) %]Yes[% ELSE %]No[% END %]</td>
337 [% END %]
338 </tr>
339 [% END %]</tbody>
340 </table></div>
341 [% END %]
342     
343
344     [% IF ( reserves_count ) %]
345         <div id="opac-user-holds">
346         <table id="holdst">
347         <caption>Holds <span class="count">([% reserves_count %] total)</span></caption>
348             <!-- RESERVES TABLE ROWS -->
349             <thead><tr>
350                 <th class="{sorter:'articles'}">Title</th>
351                 <th>Placed On</th>
352                 <th>Expires On</th>
353                 <th>Pick Up Location</th>
354                 [% IF ( showpriority ) %]
355                         <th>Priority</th>
356                 [% END %]
357                 <th>Status</th>
358                 <th class="{sorter: false}">Modify</th>
359             </tr></thead>
360                         <tbody>
361             [% FOREACH RESERVE IN RESERVES %]
362            [% IF ( RESERVE.wait ) %]
363                         [% IF ( RESERVE.atdestination ) %]
364                             [% IF ( RESERVE.found ) %]
365                             <tr class="reserved">
366                             [% ELSE %]
367                             <tr>
368                         [% END %]
369                         [% ELSE %]
370                             <tr class="transfered">
371                         [% END %]
372                     [% ELSE %]
373                             <tr>
374                     [% END %]
375                 <td><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% RESERVE.biblionumber %]">[% RESERVE.reserves_title %]</a>
376                     [% RESERVE.author %]
377                 </td>
378                 <td>[% RESERVE.reservedate | $KohaDates %]</td>
379                 <td>[% IF ( RESERVE.expirationdate ) %][% RESERVE.expirationdate | $KohaDates %][% ELSE %]Never Expires[% END %]</td>
380                 <td>[% RESERVE.branch %]</td>
381                                 [% IF ( showpriority ) %]
382                                 <td>[% RESERVE.priority %] </td>
383                                 [% END %]
384                 <td>
385                     [% IF ( RESERVE.wait ) %]
386                         [% IF ( RESERVE.atdestination ) %]
387                             [% IF ( RESERVE.found ) %]
388                             Item waiting at <b> [% RESERVE.wbrname %]</b>[% IF ( RESERVE.formattedwaitingdate ) %] since [% RESERVE.waitingdate | $KohaDates %][% END %]
389                             <input type="hidden" name="pickup" value="[% RESERVE.wbrcd %]" />
390                             [% ELSE %]
391                             Item waiting to be pulled from <b> [% RESERVE.wbrname %]</b>
392                         [% END %]
393                         [% ELSE %]
394                             Item in transit to <b> [% RESERVE.wbrname %]</b> <input type="hidden" name="pickup" value="[% RESERVE.wbrcd %]" />
395                         [% END %]
396                     [% ELSE %]
397                             [% IF ( RESERVE.intransit ) %]
398                                 Item in transit from <b> [% RESERVE.frombranch %]</b> since 
399                                 [% RESERVE.datesent | $KohaDates %]
400                             [% ELSE %]
401                                 Pending
402                             [% END %]
403                     [% END %]
404                 </td>
405                 <td>
406                 [% IF ( RESERVE.cancelable ) %]
407                         <form action="/cgi-bin/koha/opac-modrequest.pl" method="post">
408                         <input type="hidden" name="biblionumber" value="[% RESERVE.biblionumber %]" />
409                 <input type="hidden" name="reservenumber" value="[% RESERVE.reservenumber %]" />
410                         <input type="submit" name="submit" class="icon delete cancel" value="Cancel" onclick="return confirmDelete('Are you sure you want to cancel this hold?');" /></form>
411                 [% ELSE %]
412                         &nbsp;
413                 [% END %]
414                 </td>
415
416             </tr>
417             [% END %]
418                         </tbody>
419         </table>
420     </div>
421     [% END %]
422     </div><!-- /opac-user views -->
423     </div><!-- /userdetails -->
424 </div>
425 </div>
426 </div>
427 <div class="yui-b">
428 <div id="leftmenus" class="container">
429 [% INCLUDE 'navigation.inc' IsPatronPage=1 %]
430 </div>
431 </div>
432 </div>
433 [% INCLUDE 'opac-bottom.inc' %]