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