CINXE.COM

Prospector

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html lang="en"> <head> <title>Prospector</title> <base target="_self"/> <link rel="stylesheet" type="text/css" href="/scripts/ProStyles.css" /> <link rel="stylesheet" type="text/css" href="/screens/styles.css" /> <link rel="shortcut icon" type="ximage/icon" href="/screens/favicon.ico" /> <script type="text/javascript" src="/scripts/common.js"> </script> <script type="text/javascript" src="/scripts/elcontent.js"> </script> <meta http-equiv="X-UA-Compatible" content="IE=8;FF=3;OtherUA=4"><script type="text/javascript" src="/screens/iiilangswitch.js"></script><link rel="stylesheet" type="text/css" href="/screens/styles_print.css" media="print"><script type="text/javascript" src="/screens/bibdisplay.js"></script> </head> <body bgcolor="#FFFFFF" > <!-- begin toplogo.html file --> <!-- Rel 2009B Example Set --> <!-- Updated: 06 Oct 2010 --> <script type="text/javascript"> if (document.body){document.body.className = "bodybg";} </script> <div class="minHeight"> <div class="fullPage"> <div id="skipNav"><a href="#content" tabindex="1">Skip to content</a></div> <div class="topLogo"> <div class="topLinks"> <ul id="topLinksList"> <!--<li><a href="/patroninfo" tabindex="120">Login</a></li>--> <li><a href="/help" tabindex="115">Help</a></li> <!--<li><a href="#" onClick="window.print();" tabindex="110"><span class="buttonTopLinks"><img src="/screens/ico_printer.gif" alt=""><span class="buttonTopLinksText">Print</span></span></a></li>--> <li><a href="/search/X" tabindex="120">Advanced Search</a></li> <li><a href="/search/" tabindex="105">New Search</a></li> <li><a href="https://maps.coalliance.org/">Map</a></li> <li><a href="https://encore.coalliance.org/iii/encore/?lang=eng">Encore</a></li> </ul> </div> <div class="topLogoSmall"> <a href="https://prospectorhome.coalliance.org" tabindex="10"><img src="/screens/prospectorlogo.jpg" alt="Prospector"></a> </div> <div class="topLogoSmall"> <a href="https://www.coloradovirtuallibrary.org/resource-sharing/swift/" tabindex="10"><img src="/screens/swiftsmaller.png" alt="SWIFT logo"></a> </div> <!--topLogo--> <div class="topMyLibrary"> <div id="topMyLibraryHeader"><h1>My Library</h1></div> <ul id="toplogoMoreNav"> <!-- Toplogo alt links. --> <!--<li><a href="/acquire">Suggest a purchase</a></li> <li><a href="/suggest">Leave Comments</a></li> --> <!-- Dropdown menus --> <!-- <li id="first"> <div><a href="https://encore.coalliance.org/iii/encore/?lang=eng">Encore</a></div> </li> <li id=""> <div><a href="https://prospectorhome.coalliance.org/prospectornews">News</a></div> </li> <li id=""> <div><a href="https://prospectorhome.coalliance.org/prospectornews/about">About</a></div> </li> <li id=""> <div><a href="https://www.google.com/maps/d/viewer?mid=zSz-rWFZke_8.ktzAuTTP0gEc">Map</a></div> </li> <li id=""> <div><a href="/help">Help Topics</a></div> <ul> <li><a href="/help#searching">Searching</a></li> <li><a href="/help#searchtips">Advanced Keyword Search Tips</a></li> <!-- <li><a href="/help#prefsearch">Saving your searches</a></li> --> <!-- <li><a href="/help#renewals">Renewals</a></li> --> <!-- <li><a href="/help#feepay">Fee Payment</a></li> --> <!-- <li><a href="/help#rpro">Research Pro</a></li> --> <!-- <li><a href="/help#programs">Library Events and Community Programs</a></li> --> </ul> </li> <!--<div><Center><h1><font color="red"><a href="https://prospectorhome.coalliance.org/prospectornews/prospector-libraries-restore-july">Libraries that have resumed Prospector</a></Center></div></h1></font>--> </li> <!-- <li id="last"> <div><a href="#">Features</a></div> <ul> <li><a href="<encore IP/iii/encore>">Search Encore</a></li> <li><a href="/iii/calendar/month">Program Calendar</a></li> <li><a href="/ftlist">Featured Lists</a></li> <li><a href="/rpro">Research Pro</a></li> <li><a href="/search/y">Find e-resources</a></li> <li><a href="/illb">Interlibrary Loan</a></li> </ul> </li> --> <!-- End dropdown menus --> </ul> <script type="text/javascript"><!--//--><![CDATA[//><!-- //Enable optional dropdown menu for additional navigation options. if (document.all&&document.getElementById) { navRoot = document.getElementById("toplogoMoreNav"); for (i=0; i<navRoot.childNodes.length; i++) { node = navRoot.childNodes[i]; if (node.nodeName=="LI") { node.onmouseover=function() { this.className+=" over"; } node.onmouseout=function() { this.className=this.className.replace(" over", ""); } } } } //--><!]]></script> </div><!--myLibrary--> <div class="topNavClear"></div> <div class="searchNav"> <div id="searchNavMenu"> </p> </div> </div> <div class="clear"></div> <div class="pageContent"><!-- content container --> <a name="content" id="content"></a> <!--end toplogo.html--> <!--this is customized <screens/bib_display.html>--> <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> <script> //This will check to see it there are no available copies, and hide the request button if so. $(document).ready(function () { var itms = document.getElementById('bib_items'); // get the ITEM table var tr = itms.getElementsByTagName('TR'); // get each row var avail = 0; for (i = 1; i < tr.length; i++) { var x = tr[i].getElementsByTagName('TD'); // get each cell console.log(x); if (x.length === 5) { // if there's only 6 (changed from 5 to accommodate shared print, then back to 5) cells (like our ITEM table) var status = x[4].innerHTML.replace(/(<([^>]+)>|&nbsp;)/ig, ""); // get the status (remove tags) if (status === "AVAILABLE" || status === "STATUS UNKNOWN") { //replace with your own statuses for an item available for request avail++; } } if (avail === 1) { break; } } console.log(avail); if (avail === 0) { $(".bibRecordLink a").each(function () { bibCheckMarc( this ); }) } }); function bibCheckMarc( bibLinkElement ) { var matchBibID = /b\d+/; var recNum = matchBibID.exec( bibLinkElement ); if( recNum === null || recNum === undefined ){ $('#__requestItem').hide(); $('#bib_items').before('<h3 style="color:#8F2A14;">Sorry, there are currently no copies available.</h3>'); return; } var elibPermLink = "http://prospector.coalliance.org/record="; var links_string = elibPermLink + recNum[0]; $.ajax({ type: 'POST', url: 'https://prospectorhome.coalliance.org/encore/_scripts/nacss-encore-caller.php', data: links_string, success: function(response) { var parsed = JSON.parse(response); var parsedNum = +parsed; if (parsedNum === 0) { //You will want to change the targets as I'm sure your request button isn't wrapped in the get-this class and you don't have a moreLibs class in your bib_display.html screen $('#__requestItem').hide(); $('#bib_items').before('<h3 style="color:#8F2A14;">Sorry, there are currently no copies available.</h3>'); } else { $('#__requestItem').css( "font-size", "large" ); } }, error: function(response) { console.log(response); } }) }; </script> <div id="bibDisplayBody"> <div class="navigationRowRecord"> <a href="/search~S0"><span class="button"><img src="/screens/ico_startover.gif" alt=""><span class="buttonText">Start Over</span></span></a> <a href="/search?/i9780824828868/i9780824828868/1,1,1,E/frameset&FF=i9780824828868&1,1,?save=b18986646"><span class="button"><img src="/screens/ico_bag_add.gif" alt=""><span class="buttonText">Add to Bag</span></span></a> <a onclick="setRequestEventCookie()" href="/search?/i9780824828868/i9780824828868/1%2C1%2C1%2CE/marc&FF=i9780824828868&1%2C1%2C"><span class="button"><img src="/screens/ico_marc.gif" alt=""><span class="buttonText">MARC Display</span></span></a> <a href="/search/i"><span class="button"><img src="/screens/ico_magnifyingglass.gif" alt=""><span class="buttonText">Another Search</span></span></a> <p><font size=+2 color="red"></font><p></div> <div id="bibDisplayContent"> <div class="bibSearch"> <script type="text/JavaScript"> <!-- Hide the JS var savedScope; var savedTag; var savedSearch; var sortButtonText = null; var savedExactSearch = null; var sortButtonEvent = null; var sortExactBrowseURL = null; var sortTypes = new Array(); var sortLabels = new Array(); sortTypes[0] = "r"; sortLabels[0] = "Reverse Year"; sortTypes[1] = "c"; sortLabels[1] = "Year"; sortTypes[2] = "t"; sortLabels[2] = "Title"; sortTypes[3] = "a"; sortLabels[3] = "Author"; sortTypes[4] = "n"; sortLabels[4] = "Call Number"; sortLabels[5] = "System Sorted"; sortTypes[5] = "-"; var sortSelectedValue = "5"; var nonSortTags = "XYZprWw" // Unhide the JS --> </script> <form name="searchtool" target="_self" action="/search/" method='GET'> <label for="searchtype" style="display:none;">SearchType</label> <select name="searchtype" id="searchtype" onChange="initSort()"> <option value="X"> KEYWORD</option> <option value="a"> AUTHOR</option> <option value="t"> TITLE</option> <option value="s"> JOURNAL TITLE</option> <option value="d"> SUBJECT</option> <option value="m"> MEDICAL SUBJECT</option> <option value="b"> BARCODE</option> <option value="c"> LC CALL NO</option> <option value="g"> GOVT DOC #</option> <option value="i" selected="selected"> ISN</option> <option value="e"> DEWEY CALL #</option> <option value="n"> Other</option> <option value="o"> OCLC NO</option> </select> &nbsp; <label for="searcharg" style="display:none;">Search</label><input type="text" name="searcharg" id="searcharg" size="30" onchange='return searchtoolSubmitAction()'maxlength="75" value="9780824828868" /> &nbsp; <span id="sort_cell"> </span> <script type="text/JavaScript"> <!-- Hide the JS initSort(); // Unhide the JS --> </script> <input type="hidden" name="SORT" value="D" /><input type="hidden" name="extended" value="1" /> <input type="submit" name="SUBMIT" value="Search" onclick='return searchtoolSubmitAction();' /> <div> <input type="checkbox" name="availlim" value="1" /> <span class="availLimMessage">Limit search to available items</span><br/> </div> <div> <input type="hidden" name="searchlimits" value="" /> <input type="hidden" name="searchorigarg" value="i9780824828868" /> </div> </form> <div class="bibSearchHistory"> </div> </div><!-- bibSearch --> <div class="bibPager"> <a onclick="setRequestEventCookie()" href="/search?/i9780824828868/i9780824828868/1%2C1%2C1%2CE/frameset&FF=i9780824828851hardcoveralkpaper&0%2C0%2C"><span class="button"><img src="/screens/ico_previous.gif" alt=""><span class="buttonText">Previous Record</span></span></a> <a onclick="setRequestEventCookie()" href="/search?/i9780824828868/i9780824828868/1%2C1%2C1%2CE/frameset&FF=i9780824828882hardcoveralkpaper&1%2C1%2C"><span class="button"><span class="buttonText" id="buttonNextRecord">Next Record</span><img src="/screens/ico_next.gif" alt=""></span></a> </div> <div class="bibClear"></div> <div class="bibResourceSidebar"> <!-- BEGIN RESOURCE TABLE --> <table width="100%" class="bibResourceTable" cellpadding="0" cellspacing="0" border="0"> <tr class="bibResourceTableHeader"> <td class="bibResourceTableHeader">Resources</td></tr> <tr class="bibResourceTableEntry"><td class="bibResourceTableEntry"> <a href="http://grlinker.coalliance.org/grlinker/grl000001/grl-GRT.cgi?sid=GoldRush&genre=book&isbn=0824828860""><span class="button"><span class="buttonText">Find More Resources</span></span></a></td></tr> </table> <!-- END RESOURCE TABLE --> <!--Optional INNReach resources.--> </div> <div class="bibDisplayJacket"> <div class="bibMedia"> &nbsp;</div> </div> <div class="bibDisplayContentMain"> <!-- BEGIN BIBDETAIL TABLE BORDER --> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="bibDetail"> <tr class="bibInfoEntry" ><td> <!-- BEGIN INNER BIB TABLE --> <table width="100%" cellspacing="3" cellpadding="0"> <tr><!-- next row for fieldtag=a --> <td valign="top" width="20%" class="bibInfoLabel">Author</td> <td class="bibInfoData"> <a href="/search?/aAung-Thwin%2C+Michael./aaung+thwin+michael/-3,-1,0,B/browse">Aung-Thwin, Michael.</a> </td></tr> </table> <!-- END INNER BIB TABLE --> </td></tr> </table> <!-- END BIBDETAIL TABLE --> <h1 class="bibDisplayTitle"> <!-- BEGIN BIBDETAIL TABLE BORDER --> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="bibDetail"> <tr class="bibInfoEntry" ><td> <!-- BEGIN INNER BIB TABLE --> <table width="100%" cellspacing="3" cellpadding="0"> <tr><!-- next row for fieldtag=t --> <td valign="top" width="20%" class="bibInfoLabel">Title</td> <td class="bibInfoData"> <strong>The mists of R膩ma帽帽a : the legend that was lower Burma / Michael A. Aung-Thwin.</strong></td></tr> </table> <!-- END INNER BIB TABLE --> </td></tr> </table> <!-- END BIBDETAIL TABLE --> </h1> <!-- BEGIN BIBDETAIL TABLE BORDER --> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="bibDetail"> <tr class="bibInfoEntry" ><td> <!-- BEGIN INNER BIB TABLE --> <table width="100%" cellspacing="3" cellpadding="0"> <tr><!-- next row for fieldtag=p --> <td valign="top" width="20%" class="bibInfoLabel">Imprint</td> <td class="bibInfoData"> Honolulu : University of Hawai'i Press : Published with the support of the School of Hawaiian, Asian, and Pacific Studies, University of Hawai'i, [2005]</td></tr> <tr><!-- next row for fieldtag=p --> <td></td> <td class="bibInfoData"> 漏2005</td></tr> </table> <!-- END INNER BIB TABLE --> </td></tr> </table> <!-- END BIBDETAIL TABLE --> <div class="testlinkeddocs"> </div> <div class="bibDisplayUrls"> </div> <tr><td> <div align="center"><br /><a id="__requestItem" href="/search?/i9780824828868/i9780824828868/1%2C1%2C1%2CE/request&FF=i9780824828868&1%2C1%2C">Request this item</a><br /> <a name="summarytable"></a> <table width="100%" class="centralHoldingsInsts" rules="cols" cellpadding="2" width="50%"><td class="holdings9csup"><a href="#9csup">Alliance - Colorado State University</a></td><td class="holdings9dupp"><a href="#9dupp">Alliance - U of Denver</a></td></tr> <tr></tr> </table><p> <table width=100% border="1" rules="rows" cellspacing="1" cellpadding="2" width="100%" class="centralHoldings" id="bib_items"><tr><th align="left" width="15%">Library</th><th align="left" width="15%">Shelving Location</th><th align="left" width="25%">Electronic Link</th><th align="left" width="25%">Call Number and Holdings</th><th align="left" width="20%">Request Status</th></tr> <tr class="holdings9csup"><td><a name="9csup"></a>Alliance - Colorado State University</td> <td>Storage Access</td> <td>&nbsp; </td> <td>DS529.2 .A86 2005 </td> <td>AVAILABLE</td> </tr> <tr class="holdings9dupp"><td><a name="9dupp"></a>Alliance - U of Denver</td> <td>Main Stacks</td> <td>&nbsp; </td> <td>DS529.2 .A96 2005 </td> <td>AVAILABLE</td> </tr> </table> <!-- begin page widgit for 6 lines on 1 pages --> <!-- end page widgit for 6 lines on 1 pages --> <br /></div></td></tr> <div class="bibDisplayItems"> <div class="bibDisplayItemsHeader"><h2>Copies</h2></div> <div class="bibDisplayItemsMain"> </div> </div> <div class="bibDisplayContentMore"> <!-- BEGIN BIBDETAIL TABLE BORDER --> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="bibDetail"> <tr class="bibInfoEntry" ><td> <!-- BEGIN INNER BIB TABLE --> <table width="100%" cellspacing="3" cellpadding="0"> <tr><!-- next row for fieldtag=r --> <td valign="top" width="20%" class="bibInfoLabel">Description</td> <td class="bibInfoData"> xi, 433 pages : illustrations, maps, plans &#59; 24 cm</td></tr> <tr><!-- next row for fieldtag=r --> <td></td> <td class="bibInfoData"> text/unmediated/volume/</td></tr> <tr><!-- next row for fieldtag=d --> <td valign="top" width="20%" class="bibInfoLabel">Subject</td> <td class="bibInfoData"> <a href="/search?/dLegends+%28DLC%29sh+85075780+--+Burma.+%28DLC%29n++800216/dlegends+dlc+sh+85075780+burma+dlc+n+80021691/-3,-1,0,B/browse">Legends -- Burma.</a> </td></tr> <tr><!-- next row for fieldtag=d --> <td></td> <td class="bibInfoData"> <a href="/search?/dBurma+--+History+--+To+1824.+%28DLC%29sh+85018119/dburma+history+to+++++1824+dlc+sh+85018119/-3,-1,0,B/browse">Burma -- History -- To 1824.</a> </td></tr> <tr><!-- next row for fieldtag=d --> <td></td> <td class="bibInfoData"> <a href="/search?/dBurma+%28DLC%29n++80021691+--+Historiography.+%28DLC%29sh/dburma+dlc+n+80021691+historiography+dlc+sh+00006046/-3,-1,0,B/browse">Burma -- Historiography.</a> </td></tr> <tr><!-- next row for fieldtag=n --> <td valign="top" width="20%" class="bibInfoLabel">Bibliography</td> <td class="bibInfoData"> Includes bibliographical references (pages 403-423) and index.</td></tr> <tr><!-- next row for fieldtag=i --> <td valign="top" width="20%" class="bibInfoLabel">ISBN</td> <td class="bibInfoData"> 0824828860 hardcover alkaline paper</td></tr> </table> <!-- END INNER BIB TABLE --> </td></tr> </table> <!-- END BIBDETAIL TABLE --> </div> <div class="bibDisplayContentMore bibDisplayReviews"> <div class="bibDisplayPermLink actionButtonArea"> <div class="bibRecordLink"><a id="recordnum" href="/record=b18986646" >https://prospector.coalliance.org:443/record=b18986646 </a></div></div> </div> </div> </div><!-- close bibDisplayContent --> <div class="clear"></div> </div><!-- close bibDisplayBody --> <br /> <!-- begin botlogo.html file --> <!-- Rel 2009B Example Set --> <!-- Updated: Sept 2009 --> </div><!-- pageContent --> <div style="clear:both"></div> </div><!-- fullPage --> </div><!-- min-height --> <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> <script type="text/javascript"> $(document).ready(function() { if (document.URL.indexOf("/record/") === -1) { linkCollectorWithMARC(); }; }); </script> <script> function linkCollectorWithMARC() { $(".briefcitTitle a").each(function () { newCheckLinksWithMARC( this ) }) } function newCheckLinksWithMARC( titleAnchorElement ) { $.ajax({ type: "GET", url: titleAnchorElement, dataType: "html", success: function (t) { var n = t, i = /\<td\>AVAILABLE\<\/td\>/, r = /\<td\>STATUS UNKNOWN\<\/td\>/, a = /\<td\>DUE/, b = /HOLD\<\/td\>/, s = i.test(n), c = r.test(n), x = a.test(n), y = b.test(n); s || c || x || y || checkMarc( titleAnchorElement ) ; }, error: function(response) { console.log(response); } }) } function checkMarc( titleAnchorElement ) { var requestElement = $(titleAnchorElement).parents().children(".briefcitRequest").html(); var matchBibID = /b\d+/; var recNum = matchBibID.exec(requestElement); if( recNum === null || recNum === undefined ){ $('#__requestItem').hide(); $('#bib_items').before('<h3 style="color:#8F2A14;">Sorry, there are currently no copies available.</h3>'); return; } var elibPermLink = "http://prospector.coalliance.org/record="; var links_string = elibPermLink + recNum[0]; $.ajax({ type: 'POST', url: 'https://prospectorhome.coalliance.org/encore/_scripts/nacss-encore-caller.php', data: links_string, success: function(response) { var parsed = JSON.parse(response); var parsedNum = +parsed; if (parsedNum === 0) { $(titleAnchorElement).parents().children(".briefcitRequest").html( "<p style='color:#AD0023; font-weight: bold;' >No copies available</p>"); } }, error: function(response) { console.log(response); } }) }; </script> <!-- end botlogo.html file --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10