]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_cn_details.xml
bolding cn in display
[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         <style>
4                 .copy_details_table {
5                 }
6         </style>
7         <tbody>
8                 <tr style='border: 3px solid #E0E0E0;' id='rdetail_volume_details_row' templateRow='1'>
9                         <td colspan='10'>
10                                 <div style='text-align: center; margin-top: 6px; margin-bottom: 6px'>
11                                 
12                                         <a name='print' href='javascript:void(0);' class='classic_link'>print these details</a>
13                                         <table class='data_grid data_grid_center' style='width: 100%'>
14                                                 <thead>
15                                                         <tr>
16                                                                 <td width='33%'>Barcode</td>
17                                                                 <td>Status</td>
18                                                                 <td>Location</td>
19                                                         </tr>
20                                                 </thead>
21                                                 <tbody name='copies_tbody' class='copy_details_table'>
22                                                         <tr name='copies_row'>
23                                                                 <td>
24                                                                         <span name='barcode'> </span>
25                                                                         <a style='padding-left: 6px; color: #804070;' 
26                                                                                 class='hide_me classic_link' name='details_link'>more info...</a>
27                                                                         <a style='padding-left: 6px; color: #804070;' 
28                                                                                 class='hide_me classic_link' name='less_details_link'>less info</a>
29                                                                 </td>
30                                                                 <td name='status'></td>
31                                                                 <td name='location'></td>
32                                                         </tr>
33                                                         <tr name='copy_extras_row' class='hide_me'>
34                                                                 <td colspan='3'>
35                                                                         <table width='100%' class='data_grid'>
36                                                                                 <tbody name='extras_tbody'>
37                                                                                         <tr name='extras_row' class='hide_me'>
38                                                                                                 <td name='type'> 
39                                                                                                         <span name='note' class='hide_me'><b>Copy Note</b></span>
40                                                                                                         <span name='cat' class='hide_me'><b>Copy Category</b></span>
41                                                                                                 </td>
42                                                                                                 <td name='key'> </td>
43                                                                                                 <td name='value' width='70%'> </td>
44                                                                                         </tr>
45                                                                                 </tbody>
46                                                                         </table>
47                                                                 </td>
48                                                         </tr>
49                                                 </tbody>
50                                         </table>
51                                 </div>
52                         </td>
53                 </tr>
54         </tbody>
55 </table>
56
57
58
59 <div id='rdetail_print_details' class='hide_me'>
60         <div style='text-align: center; padding: 20px; width: 100%'>
61                 <div style='width:100%; border: 2px solid #E0F0E0; margin-bottom: 20px;'>
62                         <input type='submit' value='Print Page' onclick='window.print();'> </input>
63                 </div>
64                 <div name='body'> 
65                         <table>
66                                 <tbody name='tbody'>
67                                         <tr><td>Library</td><td colspan='2' name='lib'></td></tr>
68                                         <tr><td>Title</td><td colspan='2' name='title'></td></tr>
69                                         <tr><td>Author</td><td colspan='2' name='author'></td></tr>
70                                         <tr><td>Edition</td><td colspan='2' name='edition'></td></tr>
71                                         <tr><td>Publication Date</td><td colspan='2' name='pubdate'></td></tr>
72                                         <tr><td>Publisher</td><td colspan='2' name='publisher'></td></tr>
73                                         <tr><td>Physical Description</td><td colspan='2' name='phys'></td></tr>
74                                         <tr>
75                                                 <td colspan='3' style='background: #E0F0E0;'> </td>
76                                         </tr>
77                                         <tr name='cnrow'><td><b>Call Number</b></td><td><b colspan='2' name='cn'/></td></tr>
78                                 </tbody>
79                         </table>
80                 </div>
81         </div>
82 </div>
83