]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/opac/myopac/ebook_place_hold.tt2
LP#1673870: add support for cache-busting
[Evergreen.git] / Open-ILS / src / templates / opac / myopac / ebook_place_hold.tt2
1 [%  PROCESS "opac/parts/header.tt2";
2     PROCESS "opac/parts/misc_util.tt2";
3     PROCESS "opac/parts/hold_status.tt2";
4     PROCESS "opac/parts/myopac/column_sort_support.tt2";
5     WRAPPER "opac/parts/myopac/base.tt2";
6     myopac_page = "ebook_place_hold";
7 %]
8 <h3 class="sr-only">[% l('Place Hold on E-Item') %]</h3>
9 <div id='myopac_holds_div'>
10
11     <div class="header_middle">
12         <span class="float-left">[% l('Place Hold on E-Item') %]</span>
13     </div>
14     <div class="clear-both"></div>
15     <div id="ebook_place_hold_failed" class="warning_box hidden">[% l('Hold could not be placed.') %]</div>
16     <div id="ebook_place_hold_succeeded" class="success hidden">[% l('E-item is now on hold.') %]</div>
17     <div id="ebook_spinner"><img src="[% ctx.media_prefix %]/opac/images/progressbar_green.gif[% ctx.cache_key %]" alt="[% l("Loading...") %]"/></div>
18     <div id='ebook_holds_main' class="hidden">
19         <table id="ebook_holds_main_table"
20             title="[% l('Place Hold on E-Item') %]"
21             class="table_no_border_space table_no_cell_pad item_list_padding">
22             <thead>
23             <tr>
24                 <th>[% l("Title") %]</th>
25                 <th>[% l("Author") %]</th>
26                 <th>[% l("Expire Date") %]</th>
27                 <th>[% l("Status") %]</th>
28                 <th>[% l("Actions") %]</th>
29             </tr>
30             </thead>
31             <tbody id="ebook_holds_main_table_body"></tbody>
32         </table>
33     </div>
34 </div>
35 [% END %]
36