URSUS MSCC Series Display
Implementation details

Display of MSCC retention statements for Series appear below the bibliographic display:

UrsusSeries

This display relies on the webpub.def and javascript:

 

# MSCC checkin display section of webpub.def:
c|y|583..|-abcdeghijklmnopqrstuvwxyz58 ||25|b|

Note that currently (April 2014) III doesn’t obey these rules & displays all ‘y’ tagged fields; subfield rules obeyed only if ‘c’ tagged field also in the checkin record.   These discrepancies are addressed in javascript located in the “MSCC Checkin Display Customizations”
section of mincustom.js.

The following was also added to botlogo.html to add jquery and tooltip functionality:

<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<style type="text/css">
.ui-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 350px;
-webkit-box-shadow: 0 0 5px #aaa;
box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
border-width: 2px;
}
</style>

MSCS >> People >> Technical Services Subcommittee >> Recording and Displaying Retention Decisions >> URSUS MSCC Series Display