]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/templates/default/acq/common/li_table.tt2
moved lineitem table out to generic template for import. this will eventually take...
[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><td attr='title' colspan='0'/></tr>
16                             <tr class='acq-lit-alt-row'>
17                                 <td/>
18                                 <td attr='author'/>
19                                 <td attr='isbn'/>
20                                 <td attr='issn'/>
21                                 <td attr='edition'/>
22                                 <td attr='pubdate'/>
23                                 <td attr='publisher'/>
24                             </tr>
25                             <tr class='acq-lit-alt-row'>
26                                 <td/>
27                                 <td name='source_label' colspan='0'/>
28                             </tr>
29                         </table>
30                     </td>
31                 </tr>
32             </tbody>
33         </table>
34     </div>
35     <div id='acq-lit-info-div' class='hidden'>
36     </div>
37 </div>
38