kohabug 2448 Correcting Alignment of Column Headers
[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 $.tablesorter.addParser({
11     id: 'articles', 
12     is: function(s) {return false;  }, 
13     format: function(s) { return s.toLowerCase().replace(/^(the|an|a) /,''); }, 
14     type: 'text' 
15 });
16             $(function() {
17             $('#opac-user-views > ul').tabs();
18                         $("#holdst").tablesorter({<!-- TMPL_IF EXPR="dateformat eq 'metric'" -->
19                 dateFormat: 'uk',<!-- /TMPL_IF -->
20                                 widgets : ['zebra'],
21                                 sortList: [[0,0]],
22                         headers: { 0: { sorter: 'articles' },4: { sorter: false }
23                                 }
24                         }); 
25                         $("#checkoutst").tablesorter({<!-- TMPL_IF EXPR="dateformat eq 'metric'" -->
26                 dateFormat: 'uk',<!-- /TMPL_IF -->
27                                 widgets : ['zebra'],
28                                 <!-- TMPL_IF NAME="JacketImages" -->
29                                         sortList: [[3,0]],
30                                                 <!-- TMPL_IF NAME="item-level_itypes" -->
31                                                         headers: { 0: { sorter: false }, 1: { sorter: 'articles' },4: { sorter: false },5: { sorter: false }}
32                                                 <!-- TMPL_ELSE -->
33                                                         headers: { 0: { sorter: false }, 1: { sorter: 'articles' },5: { sorter: false },6: { sorter: false }}
34                                                 <!-- /TMPL_IF -->
35                                 <!-- TMPL_ELSE -->
36                                                 <!-- TMPL_IF NAME="item-level_itypes" -->
37                                                         sortList: [[2,0]],
38                                                         headers: { 0: { sorter: 'articles' },3: { sorter: false },4: { sorter: false }}
39                                                 <!-- TMPL_ELSE -->
40                                                         sortList: [[3,0]],
41                                                         headers: { 0: { sorter: 'articles' },4: { sorter: false },5: { sorter: false }}
42                                         <!-- /TMPL_IF -->
43                                 <!-- /TMPL_IF -->
44                         }); 
45 <!-- TMPL_IF NAME="GoogleJackets" -->KOHA.Google.GetCoverFromIsbn();<!-- /TMPL_IF -->
46             });
47 //]]>
48 </script>
49 </head>
50 <body>
51 <div id="doc3" class="yui-t1">
52    <div id="bd">
53 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
54
55     <div id="yui-main">
56     <div class="yui-b"><div class="yui-g">
57         <div id="userdetails" class="container">
58     <!-- TMPL_LOOP NAME="BORROWER_INFO" -->
59         <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>
60         
61                 <!-- 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 -->
62                 
63         <!-- TMPL_IF NAME="opacnote"-->
64                 <div class="dialog message">
65             <h3>Message from the library</h3>
66             <p><!-- TMPL_VAR name="opacnote" --></p>
67                 </div>
68         <!-- /TMPL_IF -->
69         <!-- TMPL_IF NAME="flagged" -->
70                 <div class="dialog alert">
71         <ul>
72             <!-- TMPL_IF NAME="debarred" -->
73                 <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 consult a librarian.</li>
74             <!-- /TMPL_IF -->
75             <!-- TMPL_IF NAME="gonenoaddress" -->
76                 <li><strong>Please note:</strong> According to our records, we don't have up-to-date <a href="/cgi-bin/koha/opac-userdetails.pl">contact information</a> on file.  Please contact your librarian, 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)</li>
77             <!-- /TMPL_IF -->
78             <!-- TMPL_IF NAME="lost" -->
79                 <li><strong>Please note: </strong> Your library card has been marked as lost or stolen. If this is an error, please take your card to the circulation desk at your local library and the error will be corrected.</li>
80             <!-- /TMPL_IF -->
81         </ul></div>
82         <!-- /TMPL_IF -->
83         
84 <div id="opac-user-views" class="toptabs">
85         <ul>
86             <li><a href="/cgi-bin/koha/opac-user.pl#opac-user-checkouts">Checked Out</a></li>
87             <!-- TMPL_IF NAME="overdues_count" --><li><a href="/cgi-bin/koha/opac-user.pl#opac-user-overdues">Overdue</a></li><!-- /TMPL_IF -->
88             <!-- TMPL_IF NAME="amountoverfive" --><li><a href="/cgi-bin/koha/opac-user.pl#opac-user-fines">Fines</a></li><!-- /TMPL_IF -->
89             <!-- TMPL_IF NAME="amountoverzero" --><li><a href="/cgi-bin/koha/opac-user.pl#opac-user-fines">Fines</a></li><!-- /TMPL_IF -->
90             <!-- TMPL_IF NAME="amountlessthanzero" --><li><a href="/cgi-bin/koha/opac-user.pl#opac-user-fines">Credits</a></li><!-- /TMPL_IF -->
91             <!-- 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 -->
92             <!-- TMPL_IF NAME="reserves_count" --><li><a href="/cgi-bin/koha/opac-user.pl#opac-user-holds">Holds</a></li><!-- /TMPL_IF -->
93         </ul>
94         
95         <!-- FINES BOX -->
96         <!-- TMPL_IF NAME="amountoverfive" -->
97             <div id="opac-user-fines"> <h3>Fines and Charges</h3>
98             <table>
99                 <tr><th colspan="2">Amount</th></tr>
100                 <tr>
101                     <td>You currently owe fines and charges amounting to:</td>
102                     <td><a href="/cgi-bin/koha/opac-account.pl"><!-- TMPL_VAR NAME="amountoutstanding" --></a></td>
103                 </tr>
104             </table></div>
105         <!-- /TMPL_IF -->
106
107         <!-- TMPL_IF NAME="amountoverzero" -->
108            <div id="opac-user-fines"> <h3>Fines and Charges</h3>
109             <table>
110                 <tr><th colspan="2">Amount</th></tr>
111                 <tr><td>You currently owe fines and charges amounting to:</td>
112                 <td><a href="/cgi-bin/koha/opac-account.pl"><!-- TMPL_VAR NAME="amountoutstanding" --></a></td></tr>
113             </table></div>
114         <!-- /TMPL_IF -->
115
116         <!-- TMPL_IF NAME="amountlessthanzero" -->
117           <div id="opac-user-fines">  <h3>Credits</h3>
118             <table>
119             <tr><th colspan="2">Amount</th></tr>
120             <tr><td>You have a credit of:</td><td><a href="/cgi-bin/koha/opac-account.pl"><!-- TMPL_VAR NAME="amountoutstanding" --></a></td></tr>
121             </table></div>
122         <!-- /TMPL_IF -->
123     
124     <!-- /TMPL_LOOP -->
125
126     <!-- TMPL_IF NAME="waiting_count" -->
127     <!-- TMPL_IF NAME="atdestination" -->
128     <div id="opac-user-waiting">
129         <table id="waitingt">
130             <caption>Holds Waiting</caption>
131             <tr>
132                 <th colspan="2">Title</th>
133                 <th>Hold date</th>
134                 <th>Pick Up Library</th>
135             </tr>
136             <!-- TMPL_LOOP NAME="WAITING" -->
137                 <tr>
138                     <td><img src="<!-- TMPL_VAR NAME="themelang" -->/images/<!-- TMPL_VAR NAME="itemtype" -->.gif" alt="<!-- TMPL_VAR NAME="itemtype" -->" title="<!-- TMPL_VAR NAME="itemtype" -->" /></td>
139                     <td><a href="opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">
140                             <!-- TMPL_VAR NAME="waiting_title" -->
141                         </a><span class="item-details">
142                             <!-- TMPL_VAR NAME="author" -->
143                         </span></td>
144                     <td><!-- TMPL_VAR NAME="reservedate" --></td>
145                     <td><!-- TMPL_IF NAME="atdestination" --><strong>Waiting</strong> at <!-- TMPL_VAR NAME="branch" -->
146                         <!-- TMPL_ELSE -->
147                         In transit from <!-- TMPL_VAR NAME="holdingbranch" --> to <!-- TMPL_VAR NAME="branch" -->
148                         <!-- /TMPL_IF --></td>
149                 </tr>
150             <!-- /TMPL_LOOP -->
151         </table></div>
152         <!-- /TMPL_IF -->
153     <!-- /TMPL_IF -->
154
155     <div id="opac-user-checkouts"><!-- TMPL_IF NAME="issues_count" -->
156         <table id="checkoutst">
157         <caption><!-- TMPL_VAR NAME="issues_count" --> Items Checked Out</caption>
158        <thead><tr>
159         <th colspan="2">Title</th>
160                 <!-- TMPL_UNLESS NAME="item-level_itypes" --><th>Item Type</th> <!-- /TMPL_UNLESS -->
161         <th>Call No.</th>
162         <th>Due</th>
163         <!-- TMPL_IF name="OpacRenewalAllowed" -->
164         <!-- TMPL_UNLESS name="patron_flagged" --><th>Renew</th><!-- /TMPL_UNLESS -->
165         <!-- /TMPL_IF -->
166         <th>Fines</th>
167         </tr></thead>
168         <tbody>
169                 <!-- FIXME: the styling for highlight overrides the overdue red background,
170                                 so currently we don't use this conditional as the first thing inside the LOOP:
171         <!-- TMPL_UNLESS NAME="__odd__" -->
172            <tr<!-- TMPL_IF NAME="overdue" --> class="overdue"<!-- /TMPL_IF -->>
173         <!-- TMPL_ELSE -->
174            <tr class="<!-- TMPL_IF NAME="overdue" -->overdue <!-- /TMPL_IF -->highlight">
175         <!-- /TMPL_UNLESS -->
176                 -->
177                 <!-- TMPL_LOOP NAME="ISSUES" -->
178         <tr<!-- TMPL_IF NAME="overdue" --> class="overdue"<!-- /TMPL_IF -->>
179
180 <td class="jacketcell">
181 <!-- TMPL_UNLESS NAME="JacketImages" --><img src="<!-- TMPL_VAR NAME="imageurl" -->" alt="<!-- TMPL_VAR NAME="description" -->" title="<!-- TMPL_VAR NAME="description" -->" /><!-- /TMPL_UNLESS -->
182
183 <!-- TMPL_IF NAME="AmazonContent" --><a href="http://www.amazon.com/gp/reader/<!-- TMPL_VAR NAME="amazonisbn" -->/ref=sib_dp_pt/002-7879865-0184864#reader-link"><img border="0" src="http://images.amazon.com/images/P/<!-- TMPL_VAR name="amazonisbn" -->.01.THUMBZZZ.jpg" alt="Cover Image" /></a><!-- /TMPL_IF -->
184
185 <!-- TMPL_IF NAME="GoogleJackets" --><div style="block" title="<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->" id="<!-- TMPL_VAR NAME="amazonisbn" -->" class="gbs-thumbnail"></div><!-- /TMPL_IF -->
186
187 <!-- TMPL_IF NAME="BakerTaylorEnabled" --><!-- TMPL_IF NAME="clean_isbn" --><a href="https://<!-- TMPL_VAR NAME="BakerTaylorBookstoreURL" ESCAPE="HTML" --><!-- TMPL_VAR NAME="clean_isbn" -->"><img alt="See Baker &amp; Taylor" src="<!-- TMPL_VAR NAME="BakerTaylorImageURL" ESCAPE="HTML" --><!-- TMPL_VAR NAME="clean_isbn" -->" /></a><!-- TMPL_ELSE --><!-- BakerTaylor needs clean_isbn! --><!-- /TMPL_IF --><!-- /TMPL_IF -->
188 </td>
189
190                 <td><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a><span class="item-details">
191                         <!-- TMPL_VAR NAME="author" -->
192                     </span></td>
193                 <!-- 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 -->
194                 <td><!-- TMPL_VAR NAME="itemcallnumber" --></td>
195                 <!-- TMPL_IF NAME="overdue" -->
196                     <td class="overdue"><!-- TMPL_VAR NAME="date_due" --></td>
197                 <!-- TMPL_ELSE -->
198                     <td><!-- TMPL_VAR NAME="date_due" --></td>
199                 <!-- /TMPL_IF -->
200                 <!-- TMPL_IF name="OpacRenewalAllowed" -->
201                     <!-- TMPL_UNLESS name="patron_flagged" -->
202                     <td><!-- TMPL_IF NAME="status" --><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>
203                         <!-- TMPL_ELSE -->
204                             Not renewable
205                         <!-- /TMPL_IF --></td>
206                     <!-- /TMPL_UNLESS -->
207                 <!-- /TMPL_IF -->
208                 <td><!-- TMPL_IF NAME="charges" -->Yes<!-- TMPL_ELSE -->No<!-- /TMPL_IF --></td>
209             </tr>
210         <!-- /TMPL_LOOP --></tbody>
211         </table>
212         <!-- FIXME: See bug 1101 <!--TMPL_IF Name="OpacRenewalAllowed"-->
213             <form action="/cgi-bin/koha/opac-renew.pl" method="post">
214                 <input type="hidden" name="from" value="opac_user" />
215                 <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
216                 <!-- TMPL_LOOP NAME="ISSUES" -->
217                 <input type="hidden" name="item" value="<!-- TMPL_VAR NAME="itemnumber" -->" />
218                 <!-- /TMPL_LOOP -->
219                 <input type="submit" value="Renew All" />
220             </form>
221         <!--/TMPL_IF--> -->
222     <!-- TMPL_ELSE -->
223         <table>
224             <tr><td>You have nothing checked out</td></tr>
225         </table>
226     <!-- /TMPL_IF --></div>
227     
228     
229 <!-- TMPL_IF NAME="overdues_count" -->
230 <div id="opac-user-overdues"><table id="overduest">
231 <caption>Overdues <span class="count">(<!-- TMPL_VAR NAME="overdues_count" --> total)</span></caption>
232 <!-- OVERDUES TABLE ROWS -->
233 <tr>
234 <th colspan="2">Title</th>
235 <!-- TMPL_UNLESS NAME="item-level_itypes" --><th>Item Type</th> <!-- /TMPL_UNLESS -->
236 <th>Call No.</th>
237 <th>Due</th>
238 <th>Renew</th>
239 <!-- <th>Fine to Date</th> -->
240 </tr>
241
242 <!-- TMPL_LOOP NAME="OVERDUES" -->
243 <tr>
244 <td class="jacketcell">
245
246 <!-- TMPL_UNLESS NAME="JacketImages" --><img src="<!-- TMPL_VAR NAME="imageurl" -->" alt="<!-- TMPL_VAR NAME="description" -->" title="<!-- TMPL_VAR NAME="description" -->" /><!-- /TMPL_UNLESS -->
247
248 <!-- TMPL_IF NAME="AmazonContent" --><!-- TMPL_IF NAME="amazonisbn" --><a href="/cgi-bin/koha/opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><img src="http://images.amazon.com/images/P/<!-- TMPL_VAR name="amazonisbn" -->.01.THUMBZZZ.jpg" alt="" class="thumbnail" /></a><!-- /TMPL_IF --><!-- /TMPL_IF -->
249
250 <!-- TMPL_IF NAME="GoogleJackets" --><div style="block" title="<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->" id="<!-- TMPL_VAR NAME="amazonisbn" -->" class="gbs-thumbnail"></div><!-- /TMPL_IF -->
251
252 <!-- TMPL_IF NAME="BakerTaylorEnabled" --><!-- TMPL_IF NAME="clean_isbn" --><a href="https://<!-- TMPL_VAR NAME="BakerTaylorBookstoreURL" ESCAPE="HTML" --><!-- TMPL_VAR NAME="clean_isbn" -->"><img alt="See Baker &amp; Taylor" src="<!-- TMPL_VAR NAME="BakerTaylorImageURL" ESCAPE="HTML" --><!-- TMPL_VAR NAME="clean_isbn" -->" /></a><!-- TMPL_ELSE --><!-- BakerTaylor needs clean_isbn! --><!-- /TMPL_IF --><!-- /TMPL_IF -->
253 </td>
254 <td><a href="/cgi-bin/koha/opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a><span class="item-details"><!-- TMPL_VAR NAME="author" --></span></td>
255
256 <!-- 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 -->
257 <td><!-- TMPL_VAR NAME="itemcallnumber" --></td>
258 <td><!-- TMPL_VAR NAME="date_due" --></td>
259 <td>
260 <!-- TMPL_IF NAME="debarred" -->Account Frozen
261 <!-- TMPL_ELSIF NAME="status" -->
262 <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>
263 <!-- TMPL_ELSIF NAME="onreserve" -->On Reserve
264 <!-- TMPL_ELSE -->No renewals left
265 <!-- /TMPL_IF -->
266 </td>
267 <!-- <td><!-- TMPL_VAR NAME="charges" --></td> -->
268 </tr>
269 <!-- /TMPL_LOOP -->
270 </table></div>
271 <!-- /TMPL_IF -->
272     
273
274     <!-- TMPL_IF NAME="reserves_count" -->
275         <div id="opac-user-holds">
276         <table id="holdst">
277         <caption>Holds <span class="count">(<!-- TMPL_VAR NAME="reserves_count" --> total)</span></caption>
278             <!-- RESERVES TABLE ROWS -->
279             <thead><tr>
280                 <th>Title</th>
281                 <th>Placed On</th>
282                 <th>Pick Up Location</th>
283                 <th>Status</th>
284                 <th>Modify</th>
285             </tr></thead>
286                         <tbody>
287             <!-- TMPL_LOOP NAME="RESERVES" -->
288            <!-- TMPL_IF NAME="wait" -->
289                         <!-- TMPL_IF NAME="atdestination" -->
290                             <!-- TMPL_IF NAME="found" -->
291                             <tr class="reserved">
292                             <!-- TMPL_ELSE -->
293                             <tr>
294                         <!-- /TMPL_IF -->
295                         <!-- TMPL_ELSE -->
296                             <tr class="transfered">
297                         <!-- /TMPL_IF -->
298                     <!-- TMPL_ELSE -->
299                             <tr>
300                     <!-- /TMPL_IF -->
301                 <td><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="reserves_title" --></a>
302                     <!-- TMPL_VAR NAME="author" -->
303                 </td>
304                 <td><!-- TMPL_VAR NAME="reservedate" --></td>
305                 <td><!-- TMPL_VAR NAME="branch" --></td>
306                 <td>
307                     <!-- TMPL_IF NAME="wait" -->
308                         <!-- TMPL_IF NAME="atdestination" -->
309                             <!-- TMPL_IF NAME="found" -->
310                             Item waiting at <b> <!-- TMPL_VAR NAME="wbrname" --></b>
311                             <input type="hidden" name="pickup" value="<!-- TMPL_VAR NAME="wbrcd" -->" />
312                             <!-- TMPL_ELSE -->
313                             Item waiting to be pulled from <b> <!-- TMPL_VAR NAME="wbrname" --></b>
314                         <!-- /TMPL_IF -->
315                         <!-- TMPL_ELSE -->
316                             Item in transit to <b> <!-- TMPL_VAR NAME="wbrname" --></b> <input type="hidden" name="pickup" value="<!-- TMPL_VAR NAME="wbrcd" -->" />
317                         <!-- /TMPL_IF -->
318                     <!-- TMPL_ELSE -->
319                             <!-- TMPL_IF NAME="intransit" -->
320                                 Item in transit from <b> <!-- TMPL_VAR NAME="frombranch" --></b> since 
321                                 <!-- TMPL_VAR NAME="datesent" -->
322                             <!-- TMPL_ELSE -->
323                                 Item waiting to be pulled
324                             <!-- /TMPL_IF -->
325                     <!-- /TMPL_IF -->
326                 </td>
327                 <td>
328                 <form action="/cgi-bin/koha/opac-modrequest.pl" method="post">
329                 <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
330                 <input type="submit" name="submit" class="icon delete cancel" value="Cancel" onclick="return confirmDelete('Are you sure you want to cancel this hold?');" /></form>
331                 </td>
332
333             </tr>
334             <!-- /TMPL_LOOP -->
335                         </tbody>
336         </table>
337     </div>
338     <!-- /TMPL_IF -->
339     </div><!-- /opac-user views -->
340     </div><!-- /userdetails -->
341 </div>
342 </div>
343 </div>
344 <div class="yui-b">
345 <div class="container">
346 <!--TMPL_INCLUDE NAME="navigation.inc" -->
347 <!-- TMPL_INCLUDE name="usermenu.inc" -->
348 </div>
349 </div>
350 </div>
351 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->