Bug 12162 - Add class="branchcode" to body tag to make OPAC CSS-styleable per branch
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-user.tt
1 [% USE Koha %]
2 [% USE KohaDates %]
3
4 [% INCLUDE 'doc-head-open.inc' %]
5 [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Your library home
6 [% INCLUDE 'doc-head-close.inc' %]
7 [% BLOCK cssinclude %][% END %]
8 </head>
9 [% INCLUDE 'bodytag.inc' bodyid='opac-user' bodyclass='scrollto' %]
10 [% INCLUDE 'masthead.inc' %]
11
12 <div class="main">
13     <ul class="breadcrumb">
14         <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
15         <li>[% FOREACH BORROWER_INF IN BORROWER_INFO %]<a href="/cgi-bin/koha/opac-user.pl">[% 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 %]</a>[% END %] <span class="divider">&rsaquo;</span></li>
16         <li><a href="#">Your summary</a></li>
17     </ul>
18
19     <div class="container-fluid">
20         <div class="row-fluid">
21             <div class="span2">
22                 <div id="navigation">
23                     [% INCLUDE 'navigation.inc' IsPatronPage=1 %]
24                 </div>
25             </div>
26             <div class="span10">
27                 <div id="userdetails" class="maincontent">
28                     [% IF ( bor_messages ) %]
29                         <div class="alert alert-info">
30                             <h3>Messages for you</h3>
31                                 <ul>
32                                     [% FOREACH bor_messages_loo IN bor_messages_loop %]
33                                         <li>
34                                         <strong>[% bor_messages_loo.message %]</strong><br>
35                                         &nbsp;&nbsp;&nbsp;<i>Written on [% bor_messages_loo.message_date | $KohaDates %] by [% bor_messages_loo.branchname %]</i>
36                                         </li>
37                                     [% END %]
38
39                                     [% IF ( opacnote ) %]<li>[% opacnote %]</li>[% END %]
40                                 </ul>
41                         </div>
42                     [% END # / IF bor_messages %]
43                     [% FOREACH BORROWER_INF IN BORROWER_INFO %]
44                     <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 %]
45                     </h2>
46
47                     <p><a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Click here if you're not [% 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 %]</a></p>
48
49                     [% IF ( patronupdate ) %]<div class="alert alert-info"><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 %]
50
51                     [% IF ( BORROWER_INF.warndeparture ) %]
52                         <div class="alert" id="warndeparture">
53                             <strong>Please note:</strong><span> Your card will expire on <span id="warndeparture_date">[% BORROWER_INF.warndeparture | $KohaDates %]</span>. Please contact the library for more information.</span>
54                                 [% IF ( BORROWER_INF.returnbeforeexpiry ) %]<span id="warndeparture_returnbeforeexpiry"> Also note that you must return all checked out items before your card expires.</span>[% END %]
55                         </div>
56                     [% END %]
57
58                     [% IF ( BORROWER_INF.warnexpired ) %]
59                         <div class="alert" id="warnexpired">
60                             <strong>Please note: </strong><span>Your account has expired as of [% BORROWER_INF.warnexpired | $KohaDates %]. Please contact the library if you wish to renew your account.</span>
61                         </div>
62                     [% END %]
63
64                     [% IF ( RENEW_ERROR ) %]
65                         <div class="dialog alert">
66                             <strong>Please note:</strong>
67                             <span>
68                                 Your loan renewal failed because of the following reason(s):
69                                 [% FOREACH error IN RENEW_ERROR.split('\|') %]
70                                     [% IF error == 'card_expired' %]
71                                         Your account has expired. Please contact the library for more information.
72                                     [% ELSIF error == 'too_many' %]
73                                         You have renewed this item the maximum number of times allowed.
74                                     [% ELSIF error == 'on_reserve' %]
75                                         This item is on hold for another patron.
76                                     [% END %]
77                                 [% END %]
78                             </span>
79                         </div>
80                     [% END %]
81
82                     [% IF ( patron_flagged ) %]
83                         <div class="alert">
84                             <ul>
85                                 [% IF ( userdebarred ) %]
86                                     <li id="userdebarred"><strong>Please note:</strong> Your account has been frozen[% IF ( BORROWER_INF.userdebarreddate ) %] until <span id="userdebarred_date">[% BORROWER_INF.userdebarreddate | $KohaDates %]</span>[% END %][% IF ( BORROWER_INF.debarredcomment ) %] with the comment <span id="userdebarred_comment">"[% BORROWER_INF.debarredcomment %]"</span>[% 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>
87                                 [% END %]
88                                 [% IF ( BORROWER_INF.gonenoaddress ) %]
89                                     <li id="gonenoaddress"><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>
90                                 [% END %]
91                                 [% IF ( BORROWER_INF.lost ) %]
92                                     <li id="lost"><strong>Please note: </strong> Your library card has been marked as lost or stolen. If this is an error, please contact the library.</li>
93                                 [% END %]
94                                 [% IF ( renewal_blocked_fines ) && ( OpacRenewalAllowed ) %]
95                                     <li id="renewal_blocked_fines"><strong>Please note: </strong> Since you have <a href="/cgi-bin/koha/opac-account.pl">[% IF renewal_blocked_fines != "0.00" %] more than <span id="renewal_blocked_fines_amount">[% renewal_blocked_fines %]</span> in [% END %] fines</a>, you cannot renew your books online. Please pay your fines if you wish to renew your books.</li>
96                                 [% END %]
97                             </ul>
98                         </div>
99                     [% END # / IF patron_flagged %]
100
101                     [% SET OPACMySummaryNote = Koha.Preference('OPACMySummaryNote') %]
102                     [% IF OPACMySummaryNote %][% OPACMySummaryNote %][% END %]
103
104                     <div id="opac-user-views" class="toptabs">
105                         <ul>
106                             <li><a href="#opac-user-checkouts">Checked out ([% issues_count %])</a></li>
107                             [% IF ( overdues_count ) %]<li><a href="#opac-user-overdues">Overdue ([% overdues_count %])</a></li>[% END %]
108                             [% IF ( OPACFinesTab ) %]
109                                 [% IF ( BORROWER_INF.amountoverfive ) %]<li><a href="#opac-user-fines">Fines ([% BORROWER_INF.amountoutstanding %])</a></li>[% END %]
110                                 [% IF ( BORROWER_INF.amountoverzero ) %]<li><a href="#opac-user-fines">Fines ([% BORROWER_INF.amountoutstanding %])</a></li>[% END %]
111                                 [% IF ( BORROWER_INF.amountlessthanzero ) %]<li><a href="#opac-user-fines">Credits ([% BORROWER_INF.amountoutstanding %])</a></li>[% END %]
112                             [% END %]
113                             [% IF ( waiting_count ) %][% IF ( BORROWER_INF.atdestination ) %]<li><a href="#opac-user-waiting">Waiting ([% waiting_count %])</a></li>[% END %][% END %]
114                             [% IF ( reserves_count ) %]<li><a href="#opac-user-holds">Holds ([% reserves_count %])</a></li>[% END %]
115                         </ul>
116
117                         <div id="opac-user-checkouts">
118                             [% IF ( issues_count ) %]
119                                 <form id="renewselected" action="/cgi-bin/koha/opac-renew.pl" method="post">
120                                     <input type="hidden" name="borrowernumber" value="[% borrowernumber %]">
121                                     <input type="hidden" name="from" value="opac_user" />
122                                     <table id="checkoutst" class="table table-bordered table-striped">
123                                         <caption>[% issues_count %] Item(s) checked out</caption>
124                                         <thead>
125                                             <tr>
126                                                 [% IF ( JacketImages ) %]<th class="nosort">&nbsp;</th>[% END %]
127                                                 <th class="anti-the">Title</th>
128                                                 <th class="title-string psort">Due</th>
129                                                 [% UNLESS ( item_level_itypes ) %]
130                                                     <th>Item type</th>
131                                                 [% END %]
132                                                 [% IF ( show_barcode ) %]
133                                                     <th>Barcode</th>
134                                                 [% END %]
135                                                     <th>Call No.</th>
136                                                 [% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %]
137                                                     <th class="nosort">Renew</th>
138                                                 [% END %]
139                                                 [% IF ( OPACFinesTab ) %]
140                                                     <th>Fines</th>
141                                                 [% END %]
142                                                 [% IF ( OPACMySummaryHTML ) %]
143                                                     <th class="nosort">Links</th>
144                                                 [% END %]
145                                             </tr>
146                                         </thead>
147                                         <tbody>
148                                             [% FOREACH ISSUE IN ISSUES %]
149                                                 [% IF ( ISSUE.overdue ) %]<tr class="overdue">[% ELSE %]<tr>[% END %]
150                                                 [% IF ( JacketImages ) %]<td class="jacketcell">
151
152                                                     [% IF ( OPACAmazonCoverImages ) %]
153                                                         [% IF ( ISSUE.normalized_isbn ) %]
154                                                             <a href="http://www.amazon.com/gp/reader/[% ISSUE.normalized_isbn %]/ref=sib_dp_pt/002-7879865-0184864#reader-link" title="View on Amazon.com"><img src="https://images-na.ssl-images-amazon.com/images/P/[% ISSUE.normalized_isbn %].01.THUMBZZZ.jpg" alt="View on Amazon.com" class="item-thumbnail"/></a>
155                                                         [% ELSE %]
156                                                             <a href="#"><span class="no-image">No cover image available</span></a>
157                                                         [% END %]
158                                                     [% END %]
159
160                                                     [% IF ( GoogleJackets ) %]
161                                                         [% IF ( ISSUE.normalized_isbn ) %]
162                                                             <div style="display:block;" title="Click to view in Google Books" class="[% ISSUE.normalized_isbn %]" id="gbs-thumbnail[% loop.count %]"></div>
163                                                         [% ELSE %]
164                                                             <a href="http://books.google.com/books?q=[% ISSUE.title |url %]"><span class="no-image">No cover image available</span></a>
165                                                         [% END %]
166                                                     [% END %]
167
168                                                     [% IF ( BakerTaylorEnabled ) %]
169                                                         [% IF ( ISSUE.normalized_isbn ) %]
170                                                             <a href="https://[% BakerTaylorBookstoreURL |html %][% ISSUE.normalized_isbn %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL |html %][% ISSUE.normalized_isbn %]" /></a>
171                                                         [% ELSE %]
172                                                             <span class="no-image">No cover image available</span><!-- BakerTaylor needs normalized_isbn! -->
173                                                         [% END %]
174                                                     [% END %]
175
176                                                     [% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %]
177                                                         [% IF ( using_https ) %]
178                                                             <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="item-thumbnail" />
179                                                         [% ELSE %]
180                                                             <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="item-thumbnail" />
181                                                         [% END %]
182                                                     [% END %]
183
184                                                 </td>[% END # / IF JacketImages %]
185
186                                                 <td class="title">
187                                                     <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ISSUE.biblionumber %]">[% ISSUE.title |html %] [% FOREACH subtitl IN ISSUE.subtitle %] [% subtitl.subfield %][% END %]</a>
188                                                     <span class="item-details">[% ISSUE.author %]</span>
189                                                 </td>
190                                                 [% IF ( ISSUE.overdue ) %]
191                                                     <td class="date_due overdue">
192                                                         <span title="[% ISSUE.date_due %]">
193                                                             <span class="tdlabel">Date due:</span>
194                                                             [% ISSUE.date_due | $KohaDates as_due_date => 1 %]
195                                                         </span>
196                                                     </td>
197                                                 [% ELSE %]
198                                                     <td class="date_due">
199                                                         <span title="[% ISSUE.date_due %]">
200                                                             <span class="tdlabel">Date due:</span>
201                                                             [% ISSUE.date_due | $KohaDates as_due_date => 1 %]
202                                                         </span>
203                                                     </td>
204                                                 [% END %]
205                                                 [% UNLESS ( item_level_itypes ) %]
206                                                     <td class="itype">
207                                                         <span class="tdlabel">Item type:</span>
208                                                         [% IF ( ISSUE.imageurl ) %]
209                                                             <img src="[% ISSUE.imageurl %]" title="[% ISSUE.description %]" alt="[% ISSUE.description %]" />
210                                                         [% END %] [% ISSUE.description %]
211                                                     </td>
212                                                 [% END %]
213                                                 [% IF ( show_barcode ) %]
214                                                     <td class="barcode">
215                                                         <span class="tdlabel">Barcode:</span>
216                                                         [% ISSUE.barcode %]
217                                                     </td>
218                                                 [% END %]
219                                                 <td class="call_no">
220                                                     <span class="tdlabel">Call number:</span>
221                                                     [% ISSUE.itemcallnumber %]
222                                                 </td>
223                                                 [% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %]
224                                                     <td class="renew">
225                                                     [% IF ISSUE.renewed %]<span class="blabel label-success">Renewed!</span><br />[% END %]
226                                                     [% IF ( ISSUE.status ) %]
227                                                         [% IF ( canrenew ) %]
228                                                             <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>
229                                                         [% END %]
230                                                         <span class="renewals">([% ISSUE.renewsleft %] of [% ISSUE.renewsallowed %] renewals remaining)</span>
231                                                     [% ELSIF ( ISSUE.too_many ) %]
232                                                         Not renewable
233                                                     [% ELSIF ( ISSUE.auto_renew || ISSUE.auto_too_soon ) %]
234                                                         Automatic renewal
235                                                         <span class="renewals">([% ISSUE.renewsleft %] of [% ISSUE.renewsallowed %] renewals remaining)</span>
236                                                     [% ELSIF ( ISSUE.too_soon ) %]
237                                                         No renewal before [% ISSUE.soonestrenewdate %]
238                                                         <span class="renewals">([% ISSUE.renewsleft %] of [% ISSUE.renewsallowed %] renewals remaining)</span>
239                                                     [% ELSIF ( ISSUE.on_reserve ) %]
240                                                         <span class="renewals">(On hold)</span>
241                                                     [% END %]
242                                                     </td>
243                                                 [% END %]
244                                                 [% IF ( OPACFinesTab ) %]
245                                                     <td class="fines">
246                                                         <span class="tdlabel">Fines:</span>
247                                                         [% IF ( ISSUE.charges ) %]
248                                                             Yes
249                                                         [% ELSE %]
250                                                             No
251                                                         [% END %]
252                                                     </td>
253                                                 [% END %]
254                                                 [% IF ( OPACMySummaryHTML ) %]
255                                                     <td class="links">[% ISSUE.MySummaryHTML %]</td>
256                                                 [% END %]
257                                             </tr>
258                                         [% END # /FOREACH ISSUES %]
259                                     </tbody>
260                                 </table>
261                                 [% IF ( canrenew && !userdebarred && OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %]
262                                     <input type="submit" class="btn" value="Renew selected" />
263                                 [% END %]
264                                 </form>
265
266                                 [% IF ( canrenew && !userdebarred && OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %]
267                                 <form id="renewall" action="/cgi-bin/koha/opac-renew.pl" method="post">
268                                     <input type="hidden" name="from" value="opac_user" />
269                                     <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
270                                     [% FOREACH ISSUE IN ISSUES %]
271                                         <input type="hidden" name="item" value="[% ISSUE.itemnumber %]" />
272                                     [% END %]
273                                     <input type="submit" class="btn" value="Renew all" />
274                                 </form>
275                                 [% END %]
276                             [% ELSE %]
277                                 <table class="table table-bordered table-striped">
278                                     <tr><td>You have nothing checked out</td></tr>
279                                 </table>
280                             [% END # IF issues_count %]
281                         </div> <!-- / .opac-user-checkouts -->
282
283                         [% IF ( OPACFinesTab ) %]
284                             <!-- FINES BOX -->
285                             [% IF ( BORROWER_INF.amountoverfive ) %]
286                                 <div id="opac-user-fines"> <h3>Fines and charges</h3>
287                                     <table class="table table-bordered table-striped">
288                                         <thead><tr><th colspan="2">Amount</th></tr></thead>
289                                         <tbody>
290                                             <tr>
291                                                 <td>You currently owe fines and charges amounting to:</td>
292                                                 <td><a href="/cgi-bin/koha/opac-account.pl">[% BORROWER_INF.amountoutstanding %]</a></td>
293                                             </tr>
294                                         </tbody>
295                                     </table>
296                                 </div>
297                             [% END %]
298
299                             [% IF ( BORROWER_INF.amountoverzero ) %]
300                                <div id="opac-user-fines"> <h3>Fines and charges</h3>
301                                     <table class="table table-bordered table-striped">
302                                         <thead><tr><th colspan="2">Amount</th></tr></thead>
303                                         <tbody>
304                                             <tr>
305                                                 <td>You currently owe fines and charges amounting to:</td>
306                                                 <td><a href="/cgi-bin/koha/opac-account.pl">[% BORROWER_INF.amountoutstanding %]</a></td>
307                                             </tr>
308                                         </tbody>
309                                     </table>
310                                 </div>
311                             [% END %]
312
313                             [% IF ( BORROWER_INF.amountlessthanzero ) %]
314                                 <div id="opac-user-fines">  <h3>Credits</h3>
315                                     <table class="table table-bordered table-striped">
316                                         <thead><tr><th colspan="2">Amount</th></tr></thead>
317                                         <tbody>
318                                             <tr>
319                                                 <td>You have a credit of:</td><td><a href="/cgi-bin/koha/opac-account.pl">[% BORROWER_INF.amountoutstanding %]</a></td>
320                                             </tr>
321                                         </tbody>
322                                     </table>
323                                 </div>
324                             [% END %]
325                         [% END # / OPACFinesTab %]
326
327                     [% END # / FOREACH BORROWER_INFO %]
328
329                         [% IF ( waiting_count && atdestination ) %]
330                             <div id="opac-user-waiting">
331                                 <table id="waitingt" class="table table-bordered table-striped">
332                                     <caption>Holds waiting</caption>
333                                     <thead>
334                                         <tr>
335                                             <th class="anti-the">Title</th>
336                                             <th>Hold date</th>
337                                             <th>Pick up library</th>
338                                         </tr>
339                                     </thead>
340                                     <tbody>
341                                         [% FOREACH WAITIN IN WAITING %]
342                                             <tr>
343                                                 <td><img src="[% themelang %]/images/[% WAITIN.itemtype %].gif" alt="[% WAITIN.itemtype %]" title="[% WAITIN.itemtype %]" /></td>
344                                                 <td>
345                                                     <a class="title" href="opac-detail.pl?biblionumber=[% WAITIN.biblionumber %]">
346                                                         [% WAITIN.waiting_title %] [% FOREACH subtitl IN WAITIN.subtitle %] [% subtitl.subfield %][% END %]
347                                                     </a>
348                                                     <span class="item-details">
349                                                         [% WAITIN.author %]
350                                                     </span></td>
351                                                 <td>
352                                                     <span class="tdlabel">Hold date:</span>
353                                                     [% WAITIN.reservedate | $KohaDates %]</td>
354                                                 <td>
355                                                     [% IF ( WAITIN.atdestination ) %]
356                                                         <strong>Waiting</strong> at [% WAITIN.branch %]
357                                                     [% ELSE %]
358                                                         In transit from [% WAITIN.holdingbranch %] to [% WAITIN.branch %]
359                                                     [% END %]
360                                                 </td>
361                                             </tr>
362                                         [% END %]
363                                     </tbody>
364                                 </table>
365                             </div> <!-- /#opac-user-waiting -->
366                         [% END # waiting_count && atdestination %]
367
368
369                         [% IF ( overdues_count ) %]
370                             <div id="opac-user-overdues">
371                                 <table id="overduest" class="table table-bordered table-striped">
372                                     <caption>Overdues <span class="count">([% overdues_count %] total)</span></caption>
373                                     <!-- OVERDUES TABLE ROWS -->
374                                     <thead>
375                                         <tr>
376                                             [% IF ( JacketImages ) %]<th class="nosort">&nbsp;</th>[% END %]
377                                             <th class="anti-the">Title</th>
378                                             [% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %]
379                                             [% IF ( show_barcode ) %]<th>Barcode</th>[% END %]
380                                             <th>Call no.</th>
381                                             <th class="title-string psort">Due</th>
382                                             [% IF ( OpacRenewalAllowed ) %]
383                                                 <th class="nosort">Renew</th>
384                                             [% END %]
385                                             [% IF ( OPACFinesTab ) %]
386                                                 <th>Fines</th>
387                                             [% END %]
388                                         </tr>
389                                     </thead>
390                                     <tbody>
391                                         [% FOREACH OVERDUE IN OVERDUES %]
392                                             <tr>
393                                                 [% IF ( JacketImages ) %]
394                                                     <td class="jacketcell">
395                                                     [% IF ( OPACAmazonCoverImages ) %]
396                                                         [% IF ( OVERDUE.normalized_isbn ) %]
397                                                             <a href="http://www.amazon.com/gp/reader/[% OVERDUE.normalized_isbn %]/ref=sib_dp_pt/002-7879865-0184864#reader-link" title="View on Amazon.com"><img src="https://images-na.ssl-images-amazon.com/images/P/[% OVERDUE.normalized_isbn %].01.THUMBZZZ.jpg" alt="View on Amazon.com" class="item-thumbnail" /></a>
398                                                         [% ELSE %]
399                                                             <a href="#"><span class="no-image">No cover image available</span></a>
400                                                         [% END %]
401                                                     [% END %]
402
403                                                     [% IF ( GoogleJackets ) %]
404                                                         [% IF ( OVERDUE.normalized_isbn ) %]
405                                                             <div style="display:block;" title="Click to view in Google Books" class="[% OVERDUE.normalized_isbn %]" id="gbs-thumbnail[% loop.count %]"></div>
406                                                         [% ELSE %]
407                                                             <a href="http://books.google.com/books?q=[% OVERDUE.title |url %]"><span class="no-image">No cover image available</span></a>
408                                                         [% END %]
409                                                     [% END %]
410
411                                                     [% IF ( BakerTaylorEnabled ) %]
412                                                         [% IF ( OVERDUE.normalized_isbn ) %]
413                                                             <a href="https://[% BakerTaylorBookstoreURL |html %][% OVERDUE.normalized_isbn %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL |html %][% OVERDUE.normalized_isbn %]" /></a>
414                                                         [% ELSE %]
415                                                             <!-- BakerTaylor needs normalized_isbn! --><span class="no-image">No cover image available</span>
416                                                         [% END %]
417                                                     [% END %]
418
419                                                     [% IF ( SyndeticsCoverImages ) %]
420                                                         [% IF ( using_https ) %]
421                                                             <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="item-thumbnail" />
422                                                         [% ELSE %]
423                                                             <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="item-thumbnail" />
424                                                         [% END %]
425                                                     [% END %]
426                                                     </td>
427                                                 [% END # /IF jacketcell %]
428
429                                                 <td>
430                                                     <a class="title" href="/cgi-bin/koha/opac-detail.pl?bib=[% OVERDUE.biblionumber %]">[% OVERDUE.title |html %] [% FOREACH subtitl IN OVERDUE.subtitle %] [% subtitl.subfield %][% END %]
431                                                     </a>
432                                                     <span class="item-details">[% OVERDUE.author %]</span></td>
433
434                                                 [% UNLESS ( item_level_itypes ) %]
435                                                     <td>
436                                                         [% IF ( OVERDUE.imageurl ) %]
437                                                             <img src="[% OVERDUE.imageurl %]" title="[% OVERDUE.description %]" alt="[% OVERDUE.description %]" />
438                                                         [% END %] [% OVERDUE.description %]
439                                                     </td>
440                                                 [% END %]
441                                                 [% IF ( show_barcode ) %]
442                                                     <td>
443                                                         <span class="tdlabel">Barcode:</span>
444                                                         [% OVERDUE.barcode %]
445                                                     </td>
446                                                 [% END %]
447                                                 <td>
448                                                     <span class="tdlabel">Call number:</span>
449                                                     [% OVERDUE.itemcallnumber %]
450                                                 </td>
451                                                 <td>
452                                                     <span title="[% OVERDUE.date_due %]">
453                                                         <span class="tdlabel">Date due:</span>
454                                                         [% OVERDUE.date_due | $KohaDates as_due_date => 1 %]
455                                                     </span>
456                                                 </td>
457                                                 [% IF ( OpacRenewalAllowed ) %]
458                                                     <td>
459                                                         [% IF ( OVERDUE.debarred ) %]
460                                                             Account frozen
461                                                         [% ELSIF ( OVERDUE.status ) %]
462                                                             [% IF ( canrenew ) %]
463                                                                 <a href="/cgi-bin/koha/opac-renew.pl?from=opac_user&amp;item=[% OVERDUE.itemnumber %]&amp;bornum=[% OVERDUE.borrowernumber %]">Renew</a>
464                                                             [% END %]
465                                                                 <span class="renewals">([% OVERDUE.renewsleft %] of [% OVERDUE.renewsallowed %] renewals remaining)</span>
466                                                         [% ELSIF ( OVERDUE.onreserve ) %]
467                                                             On hold
468                                                         [% ELSE %]
469                                                             No renewals left
470                                                         [% END %]
471                                                     </td>
472                                                 [% END %]
473                                                 [% IF ( OPACFinesTab ) %]
474                                                     <td>
475                                                         <span class="tdlabel">Fines:</span>
476                                                         [% IF ( OVERDUE.charges ) %]
477                                                             Yes
478                                                         [% ELSE %]
479                                                             No
480                                                         [% END %]
481                                                     </td>
482                                                 [% END %]
483                                             </tr>
484                                         [% END %]
485                                     </tbody>
486                                 </table>
487                             </div> <!-- / #opac-user-overdues -->
488                         [% END # /overdues_count %]
489
490
491                         [% IF ( reserves_count ) %]
492                             <div id="opac-user-holds">
493                                 <table id="holdst" class="table table-bordered table-striped">
494                                     <caption>Holds <span class="count">([% reserves_count %] total)</span></caption>
495                                     <!-- RESERVES TABLE ROWS -->
496                                     <thead>
497                                         <tr>
498                                             <th class="anti-the">Title</th>
499                                             <th class="psort">Placed on</th>
500                                             <th>Expires on</th>
501                                             <th>Pick up location</th>
502                                             [% IF ( showpriority ) %]
503                                                 <th>Priority</th>
504                                             [% END %]
505                                             <th>Status</th>
506                                             [% IF SuspendHoldsOpac %]
507                                                  <th class="nosort" >Suspend</th>
508                                             [% END %]
509                                             <th class="nosort">Modify</th>
510                                         </tr>
511                                     </thead>
512                                     <tbody>
513                                     [% FOREACH RESERVE IN RESERVES %]
514                                         [% IF ( RESERVE.wait ) %]
515                                             [% IF ( RESERVE.atdestination ) %]
516                                                 [% IF ( RESERVE.found ) %]
517                                                     <tr class="reserved">
518                                                 [% ELSE %]
519                                                     <tr>
520                                                 [% END %]
521                                             [% ELSE %]
522                                                 <tr class="transfered">
523                                             [% END %]
524                                         [% ELSE %]
525                                             <tr>
526                                         [% END %]
527                                             <td class="title">
528                                                 <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% RESERVE.biblionumber %]">[% RESERVE.reserves_title %] [% FOREACH subtitl IN RESERVE.subtitle %] [% subtitl.subfield %][% END %]</a>
529                                                 [% RESERVE.author %]
530                                             </td>
531                                             <td class="reservedate">
532                                                 <span title="[% RESERVE.reservedate %]">
533                                                     <span class="tdlabel">Hold date:</span>
534                                                     [% RESERVE.reservedate | $KohaDates %]
535                                                 </span>
536                                             </td>
537                                             <td class="expirationdate">
538                                                 [% IF ( RESERVE.expirationdate ) %]
539                                                     <span>
540                                                         <span class="tdlabel">Expiration:</span>
541                                                         [% RESERVE.expirationdate | $KohaDates %]
542                                                     </span>
543                                                 [% ELSE %]
544                                                     <span class="tdlabel">Expiration:</span>
545                                                     Never expires
546                                                 [% END %]
547                                             </td>
548                                             <td class="branch">
549                                                 <span class="tdlabel">Pick up location:</span>
550                                                 [% RESERVE.branch %]
551                                             </td>
552                                             [% IF ( showpriority ) %]
553                                                  <td class="priority">
554                                                     <span class="tdlabel">Priority:</span>
555                                                     [% RESERVE.priority %]
556                                                 </td>
557                                             [% END %]
558                                             <td class="status">
559                                                 <span class="tdlabel">Status:</span>
560                                                 [% IF ( RESERVE.wait ) %]
561                                                     [% IF ( RESERVE.atdestination ) %]
562                                                         [% IF ( RESERVE.found ) %]
563                                                             Item waiting at <b> [% RESERVE.wbrname %]</b>[% IF ( RESERVE.waitingdate ) %] since [% RESERVE.waitingdate | $KohaDates %][% END %]
564                                                             <input type="hidden" name="pickup" value="[% RESERVE.wbrcd %]" />
565                                                         [% ELSE %]
566                                                             Item waiting to be pulled from <b> [% RESERVE.wbrname %]</b>
567                                                         [% END %]
568                                                     [% ELSE %]
569                                                         Item in transit to <b> [% RESERVE.wbrname %]</b> <input type="hidden" name="pickup" value="[% RESERVE.wbrcd %]" />
570                                                     [% END %]
571                                                 [% ELSE %]
572                                                     [% IF ( RESERVE.intransit ) %]
573                                                         Item in transit from <b> [% RESERVE.frombranch %]</b> since
574                                                         [% RESERVE.datesent | $KohaDates %]
575                                                     [% ELSIF ( RESERVE.suspend ) %]
576                                                         Suspended [% IF ( RESERVE.suspend_until ) %] until [% RESERVE.suspend_until %] [% END %]
577                                                     [% ELSE %]
578                                                         Pending
579                                                     [% END %]
580                                                 [% END %]
581                                             </td>
582                                             [% IF SuspendHoldsOpac %]
583                                                 <td>
584                                                     [% IF ( RESERVE.cancelable ) %]
585                                                         [% IF RESERVE.suspend %]
586                                                             <form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post">
587                                                                 <input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id %]" />
588                                                                 <button class="btn btn-link" type="submit" name="submit"><i class="icon-play"></i> Resume</button>
589                                                             </form>
590                                                         [% ELSE %]
591                                                             [% IF AutoResumeSuspendedHolds %]
592                                                                 <a class="btn btn-link js-show" href="#suspendModal[% RESERVE.reserve_id %]" role="button" data-toggle="modal"><i class="icon-pause"></i> Suspend</a>
593                                                                 [% # hold suspend modal form %]
594                                                                 <div id="suspendModal[% RESERVE.reserve_id %]" class="modal-nojs" tabindex="-1" role="dialog" aria-labelledby="suspendModal[% RESERVE.reserve_id %]Label" aria-hidden="true">
595                                                                     <form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post">
596                                                                         <div class="modal-header">
597                                                                             <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
598                                                                             [% IF RESERVE.suspend %]
599                                                                                 <h3 id="suspendModal[% RESERVE.reserve_id %]Label">Resume your hold on <i>[% RESERVE.reserves_title %]</i></h3>
600                                                                             [% ELSE %]
601                                                                                 <h3 id="suspendModal[% RESERVE.reserve_id %]Label">Suspend your hold on <i>[% RESERVE.reserves_title %]</i></h3>
602                                                                             [% END %]
603                                                                         </div>
604                                                                         <div class="modal-body">
605                                                                             <input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id %]" />
606                                                                             <label for="suspend_until_[% RESERVE.reserve_id %]">Suspend until:</label>
607                                                                             <input name="suspend_until" id="suspend_until_[% RESERVE.reserve_id %]" class="suspend-until" size="10" />
608                                                                             [% INCLUDE 'date-format.inc' %]
609                                                                             <p class="js-show"><a href="#" onclick="document.getElementById('suspend_until_[% RESERVE.reserve_id %]').value='';return false;">Clear date to suspend indefinitely</a></p>
610                                                                             <button class="btn btn-mini js-hide" type="submit" name="submit">Suspend</button>
611                                                                         </div>
612                                                                         <div class="modal-footer">
613                                                                             <button class="btn btn-primary" type="submit" name="submit">Suspend</button>
614                                                                             <a href="#" data-dismiss="modal" aria-hidden="true" class="cancel">Cancel</a>
615                                                                         </div>
616                                                                     </form>
617                                                                 </div>  <!-- /#suspendModal[% RESERVE.reserve_id %] -->
618                                                             [% ELSE %]
619                                                                 <form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post">
620                                                                     <input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id %]" />
621                                                                     <button class="btn btn-link" type="submit" name="submit"><i class="icon-pause"></i> Suspend</button>
622                                                                 </form>
623                                                             [% END # / IF AutoResumeSuspendedHolds %]
624                                                         [% END # / IF RESERVE.suspend %]
625                                                     [% END # / IF ( RESERVE.cancelable )%]
626                                                 </td>
627                                             [% END # / IF SuspendHoldsOpac %]
628                                             <td class="modify">
629                                                 [% IF ( RESERVE.cancelable ) %]
630                                                     <form action="/cgi-bin/koha/opac-modrequest.pl" method="post">
631                                                     <input type="hidden" name="biblionumber" value="[% RESERVE.biblionumber %]" />
632                                                     <input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id %]" />
633                                                     <button type="submit" name="submit" class="btn btn-mini btn-danger" onclick="return confirmDelete(MSG_CONFIRM_DELETE_HOLD);"><i class="icon-remove icon-white"></i> Cancel</button></form>
634                                                 [% END %]
635                                             </td>
636                                         </tr>
637                                     [% END # /FOREACH RESERVES %]
638                                 </tbody>
639                             </table>
640
641                             [% IF SuspendHoldsOpac %]
642                                 <div>
643                                     <form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post">
644                                         <button type="submit" name="submit" class="btn" onclick="return confirmDelete(MSG_CONFIRM_SUSPEND_HOLDS);"><i class="icon-pause"></i> Suspend all holds</button>
645                                         <input type="hidden" name="suspend" value="1" />
646
647                                         [% IF AutoResumeSuspendedHolds %]
648                                             <label for="suspend_until"> until </label>
649                                             <input name="suspend_until" id="suspend_until" class="suspend-until" readonly="readonly" size="10" />
650                                             <a href="#" style="font-size:85%;text-decoration:none;" onclick="document.getElementById('suspend_until').value='';return false;">Clear date to suspend indefinitely</a>
651                                         [% END %]
652                                     </form>
653                                 </div>
654                                 <br/>
655                                 <div>
656                                     <form action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post">
657                                         <button type="submit" name="submit" class="btn" onclick="return confirmDelete(MSG_CONFIRM_RESUME_HOLDS);"><i class="icon-play"></i> Resume all suspended holds</button>
658                                         <input type="hidden" name="suspend" value="0" />
659                                     </form>
660                                 </div>
661                             [% END %]
662                         </div> <!-- / #opac-user-holds -->
663                         [% END # / #reserves_count %]
664                     </div> <!-- /#opac-user-views -->
665                 </div> <!-- /#userdetails -->
666             </div> <!-- /.span10 -->
667         </div> <!-- /.row-fluid -->
668     </div> <!-- /.container-fluid -->
669 </div> <!-- /#main -->
670
671 [% INCLUDE 'opac-bottom.inc' %]
672
673
674 [% BLOCK jsinclude %]
675     [% INCLUDE 'calendar.inc' %]
676     [% INCLUDE 'datatables.inc' %]
677     <script type="text/JavaScript">
678         //<![CDATA[
679         var MSG_CONFIRM_DELETE_HOLD   = _("Are you sure you want to cancel this hold?");
680         var MSG_CONFIRM_SUSPEND_HOLDS = _("Are you sure you want to suspend all holds?");
681         var MSG_CONFIRM_RESUME_HOLDS  = _("Are you sure you want to resume all suspended holds?");
682
683         $(document).ready(function(){
684             $('#opac-user-views').tabs();
685             $(".js-show").show();
686             $(".js-hide").hide();
687             $(".modal-nojs").addClass("modal").addClass("hide").removeClass("modal-nojs");
688             $(".suspend-until").prop("readonly",1);
689             var dTables = $("#checkoutst,#holdst,#overduest");
690             dTables.each(function(){
691                 var thIndex = $(this).find("th.psort").index();
692                 $(this).dataTable($.extend(true, {}, dataTablesDefaults, {
693                     "aaSorting" : [[ thIndex, 'asc' ]],
694                     "aoColumnDefs": [
695                         { "aTargets": [ "nosort" ],"bSortable": false,"bSearchable": false },
696                         { "sType": "anti-the", "aTargets" : [ "anti-the" ] },
697                         { "sType": "title-string", "aTargets" : [ "title-string" ] }
698                     ]
699                 }));
700             });
701
702             [% IF ( GoogleJackets ) %]KOHA.Google.GetCoverFromIsbn();[% END %]
703             [% IF ( OpacRenewalAllowed && canrenew && !userdebarred ) %]
704                 $("#renewselected").submit(function(){
705                     valid = false;
706                     $("input[type=checkbox]").each(function(){
707                         if($(this).is(':checked')){
708                             valid = true;
709                         }
710                     });
711                     if(!valid){
712                         alert(_("Nothing has been selected. Check the box for each item you want to renew"));
713                     }
714                     return valid;
715                 });
716                 $("body").on("click","#renewselected_link",function(e){
717                     e.preventDefault();
718                     $("#renewselected").submit();
719                 });
720                 $("body").on("click","#renewall_link",function(e){
721                     e.preventDefault();
722                     $("#renewall").submit();
723                 });
724                 [% IF ( canrenew && !userdebarred && OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %]
725                     $("#checkoutst caption").append("<div id=\"renewcontrols\"><a id=\"renewselected_link\" href=\"#\">"+_("Renew selected")+"</a> <a id=\"renewall_link\" href=\"#\">"+_("Renew all")+"</a></div>");
726                 [% END %]
727             [% END %]
728
729             $( ".suspend-until" ).datepicker({ minDate: 1 }); // Require that "until date" be in the future
730         });
731         //]]>
732     </script>
733 [% END %]