]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/templates/default/acq/common/detail.tt2
Acq: from the lineitem details pane, one can view other LIs of same bib
[working/Evergreen.git] / Open-ILS / web / templates / default / acq / common / detail.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         <div style="margin-top:10px;" class="hidden" id="acq-[% which_lc %]-info-cat-link">
12             View in the <a href="/opac/en-US/skin/default/xml/rdetail.xml?r=">Catalog</a>
13         </div>
14 [% IF which == "Lit" %]
15         <div class="hidden" id="acq-[% which_lc %]-info-related">
16             Show the <a name="rel_link" href="#"><span name="related_number"></span> other lineitem(s)</a> related to this bibliographic record.
17         </div>
18         <div style="margin-top:40px;">
19             <h3 id="acq-[% which_lc %]-marc-order-record-label">MARC Order Record</h3>
20             <h3 id="acq-[% which_lc %]-marc-real-record-label">MARC ILS Record</h3>
21             <div>
22                 <div dojoType="dijit.form.Button" jsId="acq[% which %]EditOrderMarc" class="hidden">Edit MARC Order Record</div>
23             </div>
24             <div id="acq-[% which_lc %]-marc-div" style="margin-top:20px;"> </div>
25         </div>
26 [% END %]
27     </div>