]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/rdetail_copyinfo.xml
more added content methods created and some added content added to the
[Evergreen.git] / Open-ILS / web / opac / skin / default / xml / rdetail_copyinfo.xml
1 <?xml version='1.0'?>
2
3 <!-- This holds information for copies attached to this record -->
4 <div id='rdetail_copy_info_div'>
5
6         <!-- header bar for the copy info table.  this allows you to select local
7                         or global copy information -->
8         <table class='rdetail_extras_div' width='100%' >
9                 <tbody>
10                         <tr>
11                                 <!--
12                                 <td align='left'>&rdetail.copyInfo.headerLabel;</td>
13                                 -->
14                                 <td align='center' width=''>
15                                         <a href='javascript:void(0);' id='copy_info_local_link' 
16                                                 class='rdetail_copy_nav_link hide_me classic_link'>&rdetail.copyInfo.local;</a>
17                                 </td>
18                                 <td align='center' width=''>
19                                         <a href='javascript:void(0);' id='copy_info_all_link' 
20                                                 class='rdetail_copy_nav_link classic_link'>&rdetail.copyInfo.all;</a>
21                                 </td>
22                         </tr>
23                 </tbody>
24         </table>
25
26         <table id='rdetail_copy_info_table'>
27                 <tbody>
28
29                         <tr>
30                                 <td  class='rdetail_copy_info_header_cell'>&rdetail.copyInfo.library;</td>
31                                 <td  class='rdetail_copy_info_header_cell'>&rdetail.copyInfo.callnumber;</td>
32                                 <td  nowrap='nowarp' class='rdetail_copy_info_header_cell' id='rdetail_copy_info_status'> 
33                                         <div name='rdetail_status_cell'> </div>
34                                         <!--
35                                         <div name='rdetail_status_cell' style="width: 1em; overflow:auto;"> </div>
36                                         -->
37                                 </td>
38                         </tr>
39
40                         <tr id='rdetail_copy_info_row' class='hide_me'>
41                                 <td name='rdetail_library_cell'> </td>
42                                 <td name='rdetail_callnumber_cell'> </td>
43                                 <td nowrap='nowrap' class='rdetail_copy_count_cell vertical' name='rdetail_copy_count_cell'> </td>
44                         </tr>
45
46                         <tr id='rdetail_copy_info_loading'><td>&rdetail.loading;</td></tr>
47
48                 </tbody>
49         </table>
50
51         <br/><br/>
52
53         <div id='rdetail_copy_info_none' class='hide_me'>&rdetail.noneAvailable;</div>
54
55         <script language='javascript'>
56                 config.ids.rdetail.cp_status                    = "rdetail_copy_info_status";
57                 config.ids.rdetail.cp_info_row          = "rdetail_copy_info_row";
58                 config.ids.rdetail.cp_info_loading      = "rdetail_copy_info_loading";
59                 config.ids.rdetail.cp_info_local                = "copy_info_local_link";
60                 config.ids.rdetail.cp_info_all          = "copy_info_all_link";
61                 config.ids.rdetail.cp_info_none         = "rdetail_copy_info_none";
62                 config.names.rdetail.lib_cell                   = "rdetail_library_cell";
63                 config.names.rdetail.cn_cell                    = "rdetail_callnumber_cell";
64                 config.names.rdetail.cp_count_cell      = "rdetail_copy_count_cell";
65                 config.names.rdetail.cp_status          = 'rdetail_status_cell';
66         </script>
67
68 </div> <!-- copy info -->
69
70