]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates-bootstrap/opac/myopac/ebook_place_hold.tt2
LP1778972 A slew of updates
[Evergreen.git] / Open-ILS / src / templates-bootstrap / 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
9 <div id='myopac_holds_div'>
10     <h3>[% l('Place Hold on E-Item') %]</h3>
11     <div class="clear-both"></div>
12     <div id="ebook_place_hold_failed" class="warning_box hidden">[% l('Hold could not be placed.') %]</div>
13     <div id="ebook_place_hold_succeeded" class="success hidden">[% l('E-item is now on hold.') %]</div>
14     <div id="ebook_spinner"><img src="[% ctx.media_prefix %]/opac/images/progressbar_green.gif[% ctx.cache_key %]" alt="[% l("Loading...") %]"/></div>
15     <div id='ebook_holds_main' class="hidden">
16         <table id="ebook_holds_main_table"
17             title="[% l('Place Hold on E-Item') %]"
18             class="table_no_border_space table_no_cell_pad item_list_padding">
19             <thead>
20             <tr>
21                 <th>[% l("Title") %]</th>
22                 <th>[% l("Author") %]</th>
23                 <th>[% l("Expire Date") %]</th>
24                 <th>[% l("Status") %]</th>
25                 <th>[% l("Actions") %]</th>
26             </tr>
27             </thead>
28             <tbody id="ebook_holds_main_table_body"></tbody>
29         </table>
30     </div>
31 </div>
32 [% END %]
33