]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/templates/default/opac/parts/record/cn_details.tt2
Merge branch 'master' of git://git.evergreen-ils.org/Evergreen into ttopac
[working/Evergreen.git] / Open-ILS / web / templates / default / opac / parts / record / cn_details.tt2
1 <table class="hide_me">
2     <tbody>
3         <tr class='opac-auto-009' id='rdetail_volume_details_row' templateRow='1'>
4             <td colspan='10'>
5                 <div style='text-align: center; margin-top: 6px; margin-bottom: 6px'>
6                     <a name='print' href='#' class='classic_link'>[% l("print these details") %]</a>
7                     <table class='data_grid data_grid_center' style='width: 100%'>
8                         <tbody name='copies_tbody' class='copy_details_table' width='100%'>
9
10                                 <!-- XXX keeping for now for reference...
11                                 <td>
12                                     <span name='barcode'> </span>
13                                     <a class='hide_me classic_link copy_more_info'
14                                         name='details_link'>[% l("more info...") %]</a>
15                                     <a class='hide_me classic_link copy_more_info'
16                                         name='less_details_link'>[% l("less info") %]</a>
17                                     <a class='hide_me classic_link copy_more_info'
18                                         name='copy_hold_link' href='#'>[% l("place hold") %]</a>
19                                 </td>
20                                 <td name='status'> </td>
21                                 <td name='location'> </td>
22                                 <td name='age_protect_value' class='hide_me'>[% l("- Disabled -") %]</td>
23                                 <td name='create_date_value' class='hide_me'> </td>
24                                 <td name='copy_holdable_td' class='hide_me'>
25                                     <span name='copy_is_holdable'> </span>
26                                 </td>
27                                 <td name='copy_due_date_td' class='hide_me'>
28                                     <span name='copy_due_date'> </span>
29                                 </td>
30                             </tr>
31                                 -->
32
33                             <tr name='copy_extras_row' class='hide_me'>
34                                 <td colspan='10'>
35                                     <table width='100%' class='data_grid'>
36                                         <tbody name='extras_tbody'>
37                                             <tr name='extras_row' class='hide_me'>
38                                                 <td name='type' width='20%'>
39                                                     <span name='note' class='hide_me'>
40                                                         <b>[% l("Copy Note") %]</b>
41                                                     </span>
42                                                     <span name='cat' class='hide_me'>
43                                                         <b>[% l("Copy Category") %]</b>
44                                                     </span>
45                                                 </td>
46                                                 <td>
47                                                     <span name='key'> </span> : <span name='value'> </span>
48                                                 </td>
49                                             </tr>
50                                         </tbody>
51                                     </table>
52                                 </td>
53                             </tr>
54                         </tbody>
55                     </table>
56                 </div>
57             </td>
58         </tr>
59     </tbody>
60 </table>
61
62 <span class='hide_me' id='rdetail.yes'>[% l("Yes") %]</span>
63 <span class='hide_me' id='rdetail.no'>[% l("No") %]</span>
64
65 <div id='rdetail_print_details' class='hide_me'>
66     <div style='text-align: center; padding: 20px; width: 100%'>
67         <div style='width:100%; border: 2px solid #E0F0E0; margin-bottom: 20px;'>
68             <input type='submit' value='[% l("Print Page") %]' onclick='window.print();' />
69         </div>
70         <div name='body'>
71             <table>
72                 <tbody name='tbody'>
73                     <tr><td>[% l("Library") %]</td><td colspan='2' name='lib'></td></tr>
74                     <tr><td>[% l("Title") %]</td><td colspan='2' name='title'></td></tr>
75                     <tr><td>[% l("Author") %]</td><td colspan='2' name='author'></td></tr>
76                     <tr><td>[% l("Edition") %]</td><td colspan='2' name='edition'></td></tr>
77                     <tr><td>[% l("Publication Date") %]</td><td colspan='2' name='pubdate'></td></tr>
78                     <tr><td>[% l("Publisher") %]</td><td colspan='2' name='publisher'></td></tr>
79                     <tr><td>[% l("Physical Description") %]</td><td colspan='2' name='phys'></td></tr>
80                     <tr>
81                         <td colspan='3' class='opac-auto-004'> </td>
82                     </tr>
83                     <tr name='cnrow'>
84                         <td><b>[% l("Call Number") %]</b></td>
85                         <td><b colspan='2' name='cn'></b></td>
86                     </tr>
87                 </tbody>
88             </table>
89         </div>
90     </div>
91 </div>