]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_cn_details.xml
added holdable column to copy details display when isXUL
[Evergreen.git] / Open-ILS / web / opac / skin / default / xml / rdetail / rdetail_cn_details.xml
1 <table class='hide_me'>
2         <script language='javascript' src='../js/copy_details.js'> </script>
3         <script language='javascript' src='<!--#echo var="OILS_JS_BASE"-->/Date.W3CDTF.js'>  </script>
4         <tbody>
5                 <tr style='border: 3px solid #E0E0E0;' id='rdetail_volume_details_row' templateRow='1'>
6                         <td colspan='10'>
7                                 <div style='text-align: center; margin-top: 6px; margin-bottom: 6px'>
8                                 
9                                         <a name='print' href='javascript:void(0);' class='classic_link'>print these details</a>
10                                         <table class='data_grid data_grid_center' style='width: 100%'>
11                                                 <thead>
12                                                         <tr>
13                                                                 <td width='33%'>Barcode</td>
14                                                                 <td>Status</td>
15                                                                 <td>Location</td>
16                                                                 <td name='age_protect_label' class='hide_me'>Age Hold Protection</td>
17                                                                 <td name='create_date_label' class='hide_me'>Create Date</td>
18                                                                 <td name='holdable_label' class='hide_me'>Holdable</td>
19                                                         </tr>
20                                                 </thead>
21                                                 <tbody name='copies_tbody' class='copy_details_table' width='100%'>
22
23                                                         <tr name='copies_row'>
24
25                                                                 <td>
26                                                                         <span name='barcode'> </span>
27                                                                         <a class='hide_me classic_link copy_more_info' name='details_link'>more info...</a>
28                                                                         <a class='hide_me classic_link copy_more_info' name='less_details_link'>less info</a>
29                                                                         <a class='hide_me classic_link copy_more_info' name='copy_hold_link' 
30                                                                                 href='javascript:void(0);'>place hold</a>
31                                                                 </td>
32
33                                                                 <td name='status'> </td>
34                                                                 <td name='location'> </td>
35                                                                 <td name='age_protect_value' class='hide_me'>- Disabled -</td>
36                                                                 <td name='create_date_value' class='hide_me'> </td>
37
38                                                                 <td name='copy_holdable_td' class='hide_me'>
39                                                                         <span name='copy_is_holdable'> </span>
40                                                                 </td>
41
42                                                         </tr>
43
44                                                         <tr name='copy_extras_row' class='hide_me'>
45                                                                 <td colspan='10'>
46                                                                         <table width='100%' class='data_grid'>
47                                                                                 <tbody name='extras_tbody'>
48                                                                                         <tr name='extras_row' class='hide_me'>
49                                                                                                 <td name='type' width='20%'> 
50                                                                                                         <span name='note' class='hide_me'><b>Copy Note</b></span>
51                                                                                                         <span name='cat' class='hide_me'><b>Copy Category</b></span>
52                                                                                                 </td>
53                                                                                                 <td>
54                                                                                                         <span name='key'> </span> : <span name='value'> </span>
55                                                                                                 </td>
56                                                                                         </tr>
57                                                                                 </tbody>
58                                                                         </table>
59                                                                 </td>
60                                                         </tr>
61
62                                                 </tbody>
63                                         </table>
64                                 </div>
65                         </td>
66                 </tr>
67         </tbody>
68 </table>
69
70 <span class='hide_me' id='rdetail.yes'>Yes</span>
71 <span class='hide_me' id='rdetail.no'>No</span>
72
73
74 <div id='rdetail_print_details' class='hide_me'>
75         <div style='text-align: center; padding: 20px; width: 100%'>
76                 <div style='width:100%; border: 2px solid #E0F0E0; margin-bottom: 20px;'>
77                         <input type='submit' value='Print Page' onclick='window.print();'> </input>
78                 </div>
79                 <div name='body'> 
80                         <table>
81                                 <tbody name='tbody'>
82                                         <tr><td>Library</td><td colspan='2' name='lib'></td></tr>
83                                         <tr><td>Title</td><td colspan='2' name='title'></td></tr>
84                                         <tr><td>Author</td><td colspan='2' name='author'></td></tr>
85                                         <tr><td>Edition</td><td colspan='2' name='edition'></td></tr>
86                                         <tr><td>Publication Date</td><td colspan='2' name='pubdate'></td></tr>
87                                         <tr><td>Publisher</td><td colspan='2' name='publisher'></td></tr>
88                                         <tr><td>Physical Description</td><td colspan='2' name='phys'></td></tr>
89                                         <tr>
90                                                 <td colspan='3' style='background: #E0F0E0;'> </td>
91                                         </tr>
92                                         <tr name='cnrow'><td><b>Call Number</b></td><td><b colspan='2' name='cn'></b></td></tr>
93                                 </tbody>
94                         </table>
95                 </div>
96         </div>
97 </div>
98