]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/templates/default/opac/parts/record/copyinfo.tt2
Merge branch 'master' of git.evergreen-ils.org:Evergreen into template-toolkit-opac
[working/Evergreen.git] / Open-ILS / web / templates / default / opac / parts / record / copyinfo.tt2
1 <!-- ****************** rdetail_copyinfo.xml ***************************** -->
2 <div id='rdetail_copy_info_div' class='rdetail_extras_div hide_me'>
3     <div style='width: 100%; text-align: center; padding-bottom: 5px;'>
4         <span>
5             <a href='javascript:void(0);' id='copy_info_local_link' 
6                 class='rdetail_copy_nav_link hide_me classic_link'><b>[% l("View Copy Information for this location only") %]</b></a>
7         </span>
8         <span width=''>
9             <a href='javascript:void(0);' id='copy_info_all_link' 
10                 class='rdetail_copy_nav_link classic_link'><b>[% l("View copy information for all libraries") %]</b></a>
11         </span>
12     </div>
13     <table id='rdetail_copy_info_table' class='data_grid'>
14         <thead>
15             <tr>
16                 <td class='rdetail_copy_info_header_cell'>[% l("Library") %]</td>
17                 <td class='rdetail_copy_info_header_cell'>[% l("Callnumber") %]</td>
18                 <td name='rdetail_copylocation_header' class='rdetail_copy_info_header_cell hide_me'>
19                     [% l("Copy Location") %]
20                 </td>
21                 <td class='rdetail_copy_info_header_cell'>[% l("Actions") %]</td>
22                 <td nowrap='nowrap' class='rdetail_copy_info_header_cell' id='rdetail_copy_info_status'> 
23                     <div name='rdetail_status_cell'> </div>
24                 </td>
25             </tr>
26         </thead>
27         <tbody id='rdetail_copy_info_tbody'>
28             <tr id='rdetail_copy_info_row' class='hide_me'>
29                 <td name='rdetail_library_cell'>
30                     <a name='lib_print_link' class='hide_me classic_link'
31                         style='font-size: 8pt; padding-left: 20px;'>[% l("Print Call Numbers for this library") %]</a>
32                 </td>
33                 <td name='rdetail_callnumber_cell'> </td>
34                 <td class="hide_me" name='rdetail_copylocation_cell'> </td>
35                 <td name='rdetail_actions_cell'> 
36                     <div style='padding-bottom: 1px;'>
37                         <a style='font-size: 8pt;'
38                             name='details' class='hide_me classic_link'>[% l("Copy Details") %]</a>
39                     </div>
40                     <div style='margin-top: 2px;'>
41                         <a name='browse' style='font-size: 8pt;'
42                             class='hide_me classic_link'>[% l("Browse Call Numbers") %]</a>
43                     </div>
44                     <div style='margin-top: 2px;' name='hold_div' class='hide_me'>
45                         <a name='hold' style='font-size: 8pt;' href='javascript:void(0);'
46                             class='classic_link'>[% l("Place Hold") %]</a>
47                     </div>
48                 </td>
49                 <td nowrap='nowrap' class='rdetail_copy_count_cell vertical' 
50                     name='rdetail_copy_count_cell'>
51                 </td>
52             </tr>
53             <tr id='rdetail_copy_info_loading'>
54                 <td>
55                     [% l("Loading copy information...") %]
56                 </td>
57             </tr>
58         </tbody>
59     </table>
60     <!-- <table class='hide_me'>
61         <tbody>
62         <tr class='opac-auto-009' id='rdetail_volume_details_row'><td colspan='10'></td></tr>
63         </tbody>
64     </table> -->
65     <br/><br/>
66     <div id='rdetail_copy_info_none' class='hide_me'>[% l(" * There are no copies in this location") %]</div>
67 </div> <!-- copy info -->
68 <!-- ****************** end: rdetail_copyinfo.xml ***************************** -->