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?/i9780786491797/i9780786491797/1,1,1,E/frameset&FF=i9780786491797&1,1,?save=b46112188"><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?/i9780786491797/i9780786491797/1%2C1%2C1%2CE/marc&FF=i9780786491797&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="9780786491797" /> &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="i9780786491797" /> </div> </form> <div class="bibSearchHistory"> </div> </div><!-- bibSearch --> <div class="bibPager"> <a onclick="setRequestEventCookie()" href="/search?/i9780786491797/i9780786491797/1%2C1%2C1%2CE/frameset&FF=i9780786491674&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?/i9780786491797/i9780786491797/1%2C1%2C1%2CE/frameset&FF=i9780786492008&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=9780786491797""><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?/aCoulter%2C+Charles+Russell%2C+-1997%2C/acoulter+charles+russell+++++1997/-3,-1,0,B/browse">Coulter, Charles Russell, -1997, author.</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>Encyclopedia of ancient deities / by Charles Russell Coulter and Patricia Turner.</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"> Jefferson : McFarland & Company, Incorporated Publishers, 2012.</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?/i9780786491797/i9780786491797/1%2C1%2C1%2CE/request&FF=i9780786491797&1%2C1%2C">Request this item</a><br /> <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="holdings9mccp"><td><a name="9mccp"></a>Alliance - Colorado Christian University</td> <td>CCU Electronic Resources C902</td> <td><a href="https://ebookcentral.proquest.com/lib/cochristuniv-ebooks/detail.action?docID=6825092">CCU Access</a></td> <td>&nbsp;</td> <td>Online</td> </tr> </table> <!-- begin page widgit for 3 lines on 1 pages --> <!-- end page widgit for 3 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"> 1 online resource (1493 pages)</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?/dGods+https%3A%2F%2Fid.loc.gov%2Fauthorities%2Fsubjects%2Fsh85/dgods+https+id+loc+gov+authorities+subjects+sh85055608+encyclopedias+https+id+loc+gov+authorities+subjects+sh99001614/-3,-1,0,B/browse">Gods -- Encyclopedias.</a> </td></tr> <tr><!-- next row for fieldtag=d --> <td></td> <td class="bibInfoData"> <a href="/search?/dGoddesses+https%3A%2F%2Fid.loc.gov%2Fauthorities%2Fsubjects/dgoddesses+https+id+loc+gov+authorities+subjects+sh85055594+encyclopedias+https+id+loc+gov+authorities+subjects+sh99001614/-3,-1,0,B/browse">Goddesses -- Encyclopedias.</a> </td></tr> <tr><!-- next row for fieldtag=d --> <td></td> <td class="bibInfoData"> <a href="/search?/dMythology+--+Encyclopedias.+https%3A%2F%2Fid.loc.gov%2Fau/dmythology+encyclopedias+https+id+loc+gov+authorities+subjects+sh2010103039/-3,-1,0,B/browse">Mythology -- Encyclopedias.</a> </td></tr> <tr><!-- next row for fieldtag=d --> <td></td> <td class="bibInfoData"> Electronic books.</td></tr> <tr><!-- next row for fieldtag=d --> <td></td> <td class="bibInfoData"> Encyclopedias.</td></tr> <tr><!-- next row for fieldtag=d --> <td></td> <td class="bibInfoData"> Reference works.</td></tr> <tr><!-- next row for fieldtag=n --> <td valign="top" width="20%" class="bibInfoLabel">Note</td> <td class="bibInfoData"> Description based upon print version of record.</td></tr> <tr><!-- next row for fieldtag=n --> <td valign="top" width="20%" class="bibInfoLabel">Summary</td> <td class="bibInfoData"> &#34;This reference work lists all the known gods through recorded history. Alphabetically arranged entries provide the name of each deity (with alternate spellings), as well as notes on names that may be linguistically or functionally related. The tribe or culture that worshiped the deity is identified, and the god's origins and functions are explained.&#34; &#34;An extensive bibliography provides opportunities for further research and an exhaustive index provides access to the entries through virtually all names, forms and kinds of deities.&#34;--Jacket.</td></tr> <tr><!-- next row for fieldtag=b --> <td valign="top" width="20%" class="bibInfoLabel">Add Author</td> <td class="bibInfoData"> <a href="/search?/aTurner%2C+Patricia%2C+1940-/aturner+patricia+++++1940/-3,-1,0,B/browse">Turner, Patricia, 1940- author.</a> </td></tr> <tr><!-- next row for fieldtag=b --> <td></td> <td class="bibInfoData"> <a href="/search?/aTurner%2C+Patricia%2C+1940-/aturner+patricia+++++1940/-3,-1,0,B/browse">Turner, Patricia, 1940-</a> </td></tr> <tr><!-- next row for fieldtag=c --> <td valign="top" width="20%" class="bibInfoLabel">LC #</td> <td class="bibInfoData"> BL473 .C67 2000</td></tr> <tr><!-- next row for fieldtag=c --> <td valign="top" width="20%" class="bibInfoLabel">Nlm #</td> <td class="bibInfoData"> 291.211 C855en</td></tr> <tr><!-- next row for fieldtag=c --> <td valign="top" width="20%" class="bibInfoLabel">Dewey #</td> <td class="bibInfoData"> 202.1103</td></tr> <tr><!-- next row for fieldtag=i --> <td valign="top" width="20%" class="bibInfoLabel">ISBN</td> <td class="bibInfoData"> 9780786491797</td></tr> <tr><!-- next row for fieldtag=i --> <td></td> <td class="bibInfoData"> 0786491795</td></tr> <tr><!-- next row for fieldtag=i --> <td></td> <td class="bibInfoData"> 0786403179 (hardcover &#59; alk. paper)</td></tr> <tr><!-- next row for fieldtag=i --> <td></td> <td class="bibInfoData"> 9780786403172 (hardcover &#59; alk. 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=b46112188" >https://prospector.coalliance.org:443/record=b46112188 </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