]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/myopac/ebook_circs.tt2
LP#1541559: remove non-functional sort on ebook API transaction details in My Account
[working/Evergreen.git] / Open-ILS / src / templates / opac / myopac / ebook_circs.tt2
1 [%  PROCESS "opac/parts/header.tt2";
2     PROCESS "opac/parts/misc_util.tt2";
3     PROCESS "opac/parts/myopac/column_sort_support.tt2";
4     WRAPPER "opac/parts/myopac/base.tt2";
5     myopac_page = "ebook_circs"  %]
6 <h3 class="sr-only">[% l('E-Items Currently Checked Out') %]</h3>
7 <div id='myopac_checked_div'>
8
9     <div id="acct_checked_tabs">
10         <div class="align">
11             <a href="[% mkurl('circ_history',{},1) %]">[% l("Current Items Checked Out") %]</a>
12         </div>
13         <div class="align selected">
14             <a href="#">[% l("E-Items Currently Checked Out") %]</a>
15         </div>
16         <div class="align">
17             <a href="[% mkurl('circ_history',{},1) %]">[% l("Check Out History") %]</a>
18         </div>
19     </div>
20
21     <div class="header_middle">
22         <span class="float-left">[% l('E-Items Currently Checked Out') %]</span>
23     </div>
24     <div class="clear-both"></div>
25     <div id="no_ebook_circs" class="warning_box hidden">[% l('You have no e-items checked out.') %]</div>
26     <div id='ebook_circs_main' class="hidden">
27         <table id="ebook_circs_main_table"
28             title="[% l('E-Items Currently Checked Out') %]"
29             class="table_no_border_space table_no_cell_pad item_list_padding">
30             <thead>
31             <tr>
32                 <th>[% l("Title") %]</th>
33                 <th>[% l("Author") %]</th>
34                 <th>[% l("Due Date") %]</th>
35                 <th>[% l("Actions") %]</th>
36             </tr>
37             </thead>
38             <tbody id="ebook_circs_main_table_body"></tbody>
39         </table>
40     </div>
41 </div>
42 [% END %]