]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/templates/default/acq/common/li_table.tt2
started lineitem info pane, which shows marc record and (eventually) all lineitem...
[working/Evergreen.git] / Open-ILS / web / templates / default / acq / common / li_table.tt2
1 <script src='[% ctx.media_prefix %]/js/ui/default/acq/common/li_table.js'> </script>
2 <div id='acq-lit-table-container'>
3     <div id='acq-lit-table-div' class='hidden'>
4         <table id='acq-lit-table'>
5             <thead>
6                 <tr>
7                     <th colspan='0'><a id='acq-lit-select-toggle' href='javascript:void(0);'>Select</a></th>
8                 </tr>
9             </thead>
10             <tbody id='acq-lit-tbody'>
11                 <tr id='acq-lit-row' class='acq-lit-row'>
12                     <td name='selector'><input type='checkbox' name='selectbox'/></td>
13                     <td>
14                         <table>
15                             <tr>
16                                 <td rowspan='3'><img style='width:40px;height:65px;' name='jacket' onerror='dojo.style(this, "display", "none")'/></td>
17                                 <td colspan='0'><a href='javascript:void(0);' attr='title'></a></td>
18                             </tr>
19                             <tr class='acq-lit-alt-row'>
20                                 <td/>
21                                 <td attr='author'/>
22                                 <td attr='isbn'/>
23                                 <td attr='issn'/>
24                                 <td attr='edition'/>
25                                 <td attr='pubdate'/>
26                                 <td attr='publisher'/>
27                             </tr>
28                             <tr class='acq-lit-alt-row'>
29                                 <td/>
30                                 <td name='source_label' colspan='0'/>
31                             </tr>
32                         </table>
33                     </td>
34                 </tr>
35             </tbody>
36         </table>
37     </div>
38     <div id='acq-lit-info-div' class='hidden'>
39         <table>
40             <tbody id='acq-lit-info-tbody'>
41                 <tr id='acq-lit-info-row'><td name='label'/><td name='value'/></tr>
42             </tbody>
43         </table>
44         <div style='margin-top:40px;'>
45             <h3>MARC Record</h3>
46             <div id='acq-lit-marc-div' style='margin-top:20px;'/>
47         </div>
48     </div>
49 </div>
50