]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/default/acq/common/info.tt2
Move templates out of a web-served directory
[working/Evergreen.git] / Open-ILS / src / templates / default / acq / common / info.tt2
1 [% which_lc = which | lower %]
2     <div id="acq-[% which_lc %]-info-div" class="hidden">
3         <div class="acq-menu-bar">
4             <div dojoType="dijit.form.Button" id="acq-[% which_lc %]-info-back-button">&#x2196; [% IF which == "Lit" %]Return[% ELSE %]Hide[% END %]</div>
5         </div>
6         <table>
7             <tbody id="acq-[% which_lc %]-info-tbody">
8                 <tr id="acq-[% which_lc %]-info-row"><td name="label"/><td name="value"/></tr>
9             </tbody>
10         </table>
11 [% IF which == "Lit" %]
12         <div class="hidden" id="acq-[% which_lc %]-info-related">
13             Show the <a name="rel_link" href="#"><span name="related_number"></span> lineitem(s)</a> related to the same bibliographic record.
14         </div>
15         <div style="margin-top:40px;">
16             <h3 id="acq-[% which_lc %]-marc-order-record-label">MARC Order Record</h3>
17             <h3 id="acq-[% which_lc %]-marc-real-record-label">MARC ILS Record</h3>
18             <div>
19                 <div dojoType="dijit.form.Button" jsId="acq[% which %]EditOrderMarc" class="hidden">Edit MARC Order Record</div>
20             </div>
21             <div id="acq-[% which_lc %]-marc-div" style="margin-top:20px;"> </div>
22         </div>
23 [% END %]
24     </div>