]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/acq/picklist/from_bib.tt2
Move HTML tags out of translatable strings in toolkit templates.
[Evergreen.git] / Open-ILS / src / templates / acq / picklist / from_bib.tt2
1 [% WRAPPER "base.tt2" %]
2 [% ctx.page_title = l("Items by Bibliographic ID") %]
3 <div id="acq-frombib-upload-box">
4     <div class="oils-acq-basic-roomy">
5         [% |l %]Provide one or more CSV files whose first columns contain Evergreen bibliographic record IDs.[% END %]
6     </div>
7     <div class="oils-acq-basic-roomy">
8         <span id="acq-frombib-upload"></span>
9     </div>
10     <div id="acq-frombib-begin-holder" class="oils-acq-basic-roomy hidden">
11         <button id="acq-frombib-begin" onclick="beginSearch();">
12             [% l('Retrieve records') %]
13         </button>
14     </div>
15 </div>
16 <div id="acq-frombib-reload-box" class="oils-acq-basic-roomy hidden">
17     <button onclick="location.href=location.href;">[% l('Begin a new search') %]</button>
18 </div>
19 <hr />
20 [% INCLUDE "acq/common/li_table_pager.tt2" %]
21 [% INCLUDE "acq/common/li_table.tt2" %]
22 <script type="text/javascript" src="[% ctx.media_prefix %]/js/ui/default/acq/picklist/from_bib.js"> </script>
23 [% END %]