<!ENTITY rdetail.detailMain.edition "Edition">
<!ENTITY rdetail.detailMain.pubdate "Publication Date">
<!ENTITY rdetail.detailMain.publisher "Publisher">
-<!ENTITY rdetail.detailMain.tor "Type of Resource">
+<!ENTITY rdetail.detailMain.tor "Format">
<!ENTITY rdetail.detailMain.subjects "Subjects">
<!ENTITY rdetail.detailMain.abstract "Abstract">
<!ENTITY rdetail.copyInfo.headerLabel "Copy Information">
<!ENTITY rdetail.copyInfo.library "Library">
<!ENTITY rdetail.copyInfo.callnumber "Callnumber">
+<!ENTITY rdetail.copyInfo.local "View Copy Information for this library only">
+<!ENTITY rdetail.copyInfo.all "View copy information for all libraries">
+<!ENTITY rdetail.loading "Loading copy infomation...">
+<!ENTITY rdetail.noneAvailable " * There are no copies in this library">
<tr>
<td id='rdetail_image_cell' rowspan='8'><img id='rdetail_image'> </img></td>
- <td class='rdetail_desc'>&rdetail.detailMain.title;</td>
+ <td nowrap='nowrap' class='rdetail_desc'>&rdetail.detailMain.title;</td>
<td class='rdetail_item' id='rdetail_title'> </td>
</tr>
<tr>
- <td class='rdetail_desc'>&rdetail.detailMain.author;</td>
+ <td nowrap='nowrap' class='rdetail_desc'>&rdetail.detailMain.author;</td>
<td class='rdetail_item' id='rdetail_author'> </td>
</tr>
<tr>
- <td class='rdetail_desc'>&rdetail.detailMain.isbn;</td>
+ <td nowrap='nowrap' class='rdetail_desc'>&rdetail.detailMain.isbn;</td>
<td class='rdetail_item' id='rdetail_isbn'> </td>
</tr>
<tr>
- <td class='rdetail_desc'>&rdetail.detailMain.edition;</td>
+ <td nowrap='nowrap' class='rdetail_desc'>&rdetail.detailMain.edition;</td>
<td class='rdetail_item' id='rdetail_edition'> </td>
</tr>
<tr>
- <td class='rdetail_desc'>&rdetail.detailMain.pubdate;</td>
+ <td nowrap='nowrap' class='rdetail_desc'>&rdetail.detailMain.pubdate;</td>
<td class='rdetail_item' id='rdetail_pubdate'> </td>
</tr>
<tr>
- <td class='rdetail_desc'>&rdetail.detailMain.publisher;</td>
+ <td nowrap='nowrap' class='rdetail_desc'>&rdetail.detailMain.publisher;</td>
<td class='rdetail_item' id='rdetail_publisher'> </td>
</tr>
<tr>
- <td class='rdetail_desc'>&rdetail.detailMain.tor;</td>
+ <td nowrap='nowrap' class='rdetail_desc'>&rdetail.detailMain.tor;</td>
<td class='rdetail_item' id='rdetail_tor'> </td>
</tr>
<tr>
- <td class='rdetail_desc'>&rdetail.detailMain.abstract;</td>
+ <td nowrap='nowrap' class='rdetail_desc'>&rdetail.detailMain.abstract;</td>
<td class='rdetail_item' id='rdetail_abstract'> </td>
</tr>
<!-- This holds information for copies attached to this record -->
<div>
- <div class='color_1 rdetail_header'>
- <span>&rdetail.copyInfo.headerLabel;</span>
- </div>
+ <!-- header bar for the copy info table. this allows you to select local
+ or global copy information -->
+ <table class='color_1 rdetail_header' width='100%' >
+ <tbody>
+ <tr>
+ <td align='left'>&rdetail.copyInfo.headerLabel;</td>
+ <td align='right'>
+ <a href='javascript:void(0);' id='copy_info_local_link'
+ class='rdetail_copy_nav_link hide_me'>&rdetail.copyInfo.local;</a>
+ </td>
+ <td align='right'>
+ <a href='javascript:void(0);' id='copy_info_all_link'
+ class='rdetail_copy_nav_link'>&rdetail.copyInfo.all;</a>
+ </td>
+ </tr>
+ </tbody>
+ </table>
<table id='rdetail_copy_info_table'>
<tbody>
-
<tr>
- <td nowrap='nowrap' class='rdetail_copy_info_header_cell'>&rdetail.copyInfo.library;</td>
- <td nowrap='nowrap' class='rdetail_copy_info_header_cell'>&rdetail.copyInfo.callnumber;</td>
+ <td class='rdetail_copy_info_header_cell'>&rdetail.copyInfo.library;</td>
+ <td class='rdetail_copy_info_header_cell'>&rdetail.copyInfo.callnumber;</td>
<td nowrap='nowrap' class='rdetail_copy_info_header_cell' id='rdetail_copy_info_status'> </td>
</tr>
-
<tr id='rdetail_copy_info_row'>
<td name='rdetail_library_cell'> </td>
<td name='rdetail_callnumber_cell'> </td>
- <td name='rdetail_copy_count_cell' align='center'> </td>
+ <td nowrap='nowrap' class='rdetail_copy_count_cell' name='rdetail_copy_count_cell'> </td>
</tr>
-
<tr id='rdetail_copy_info_loading'>
- <td>Loading copy information...</td>
+ <td>&rdetail.loading;</td>
</tr>
-
- </tbody>
+ </tbody>
</table>
+ <div id='rdetail_copy_info_none' class='hide_me'>&rdetail.noneAvailable;</div>
</div> <!-- copy info -->
-
</div>
</div>
</body>
.color_1 { background: #A7EA9D; color: #000000; }
.color_2 { background: #64EA4F; color: #000000; }
-.color_3 { background: #D8B4BE; color: #000000; }
+.color_3 { background: #CCFFFF; color: #000000; }
/* ---------------------------------------------------------------------- */
.sidebar_chunk {border-right: 1px solid lightgrey;}
#rdetail_details_table { border: 1px solid #A7EA9D; }
#rdetail_image_cell { border: 1px solid white; border-right: 1px solid #A7EA9D;}
.rdetail_header { border: 1px solid #FCC; }
-.rdetail_copy_info_header_cell { padding-left: 3px; border: 1px solid #A7EA9D; }
+#rdetail_copy_info_table td { border: 1px solid #A7EA9D;}
+.rdetail_copy_info_header_cell { border: 1px solid #A7EA9D; }
.rdetail_copy_info_alt { background: #A7EA9D; }
/* ---------------------------------------------------------------------- */