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