CINXE.COM
Millennium Web Catalog
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <link rel="stylesheet" type="text/css" href="/scripts/ProStyles.css" /> <link rel="stylesheet" type="text/css" href="/screens/styles.css" /> <script type="text/javascript" src="/scripts/elcontent.js"></script> <script type="text/javascript" src="/scripts/common.js"></script> <script type="text/javascript" src="/scripts/features.js"></script> <script type="text/javascript" src="/scripts/webbridge.js"></script> <title>Millennium Web Catalog</title> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> <link rel="stylesheet" href="/screens/styles.css" type="TEXT/CSS" /> </head> <body onLoad="document.forms[0].elements[0].focus();"> <!--Begin the top logo table--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Automated Library Info. System / All Locations</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/features.js"></script> <script type="text/javascript" src="/scripts/webbridge.js"></script> <script type="text/javascript" src="/scripts/elcontent.js"></script> </head> <script type="text/JavaScript"> <!-- Hide the JS startTimeout(300000, "/"); // --> </script> <div id="TimeoutPopup" tabindex="0" class="modal" onkeypress="refreshSession(event)"> <div class="modal-content"> Your session will expire automatically in <span id=TimeoutSeconds>0</span> seconds.<br> <br> <button id="CancelTimeout" onclick="refreshSession()">Continue session</button> <button id="DoTimeout" onclick="endSession()">End session now</button></div> </div> <noscript> <meta http-equiv="Refresh" content="300;URL=/" /> </noscript> <body bgcolor="#FFFFFF" onLoad='if (document.forms.length > 0) { for (var i=0; i<document.forms[0].elements.length; i++) { if (document.forms[0].elements[i].type == "text") { document.forms[0].elements[i].focus(); document.forms[0].elements[i].select(); return; } } }'> <!-- begin toplogo.html file --> <!-- Sierra Example Set --> <!-- Updated: July 31 2024 --> <script type="text/javascript"> if (document.body){document.body.className = "bodybg";} </script> <div class="minHeight"> <!-- div closed in botlogo.html --> <div class="fullPage"> <!-- div closed in botlogo.html --> <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="https://search.nassaulibraries.org" tabindex="105">New Search</a></li> </ul> </div> <!-- topLinks --> <div class="topLogoSmall"> <a href="https://search.nassaulibraries.org/" tabindex="10"><img src="/screens/nassau.png" height="65" width="230" alt="Catalog Home Page"></a> </div> <!-- topLogoSmall --> </div> <!-- topLogo --> <div class="topMyLibrary"> <div id="topMyLibraryHeader"><h1>My Library</h1></div> <ul id="toplogoMoreNav"> <!-- The following sections can be uncommented for additional menu items --> <!-- 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="/patroninfo">My Library</a></div> <ul> <li><a href="/patroninfo">My Account</a></li> <li><a href="/selfreg">Create an account</a></li> <li><a href="/libinfo">About the library</a></li> <li><a href="/acquire">Suggest a purchase</a></li> <li><a href="/suggest">Comments</a></li> </ul> </li> <li> <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> --> <!-- <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> <!-- topMyLibrary --> <div class="topNavClear"></div> <div class="searchNav"> <script language="JavaScript"> <!-- function GotoURL() { //top.location.href = dl.specializedSearch.options[dl.specializedSearch.selectedIndex].value; window.location.assign(document.getElementById("specializedSearch").value); return false; } // --> </script> <!-- <div id="searchNavMenu"> <select name="specializedSearch" id="specializedSearch"> <option selected="selected" value=" ">(More Searches)</option> <option value="/search/X">Advanced Keyword</option> <option value="/search/t">Title</option> <option value="/search/s">Journal Title</option> <option value="/search/a">Author</option> <option value="/search/d">Subject</option> <option value="/search/y">Resource Name</option> <option value="/search/c">Call Number</option> <option value="/search/i">ISBN</option> <option value="/search/g">Government Document #</option> <option value="/search/q">Author and Title</option> <option value="/search/p">Instructor</option> <option value="/search/r">Course</option> </select> <input type="image" src="/screens/ico_go.gif" class="searchNavBut" value="Go" onclick="GotoURL();" > </div> --> <!-- searchNavMenu --> </div> <!--searchNav--> <div class="clear"></div> <hr /> <div class="pageContent" role="main"> <!-- content container - closed in botlogo.html --> <a name="content" id="content"></a> <!--end toplogo.html--> <br /> <!--this is customized <screens/pverify_web.html>--> <!--End the top logo table--> <br /> <!--Begin the main content table--> <table width="90%" border="0" cellspacing="0" cellpadding="5" align="center"> <tr valign="top" class="pageMainArea"> <td class="pageMainArea"> <!--Beginning main page content--> <span class="pageMainAreaHeader">My Library Account</span> <br /> <form name="patform" method="POST" target="_parent" id="patform"> <fieldset><legend> Please enter the following information:<div class="formEntryArea"><div class="formEntryExample">For example, type "21213..." and then press the TAB key.</div><label for="code"><span id="codeprompt">Your library card bar code</span></label><input name="code" id="" value="" size="40" maxlength="40"></div> <div class="formEntryArea"><div class="formEntryExample">Please enter your PERSONAL IDENTIFICATION NUMBER and then press the RETURN key</div><label for="pin"><span id="pinprompt">Enter your PIN:</span></label><input autocomplete="off" name="pin" id="" type="PASSWORD" value="" size="40" maxlength="64"></div> </fieldset> <div class="formButtonArea"><input type="image" src="/screens/pat_submit.gif" border="0" name="submit" value="submit" /></div> <a href="#" onclick="return replace_or_redraw( '/pinreset~S60' )">Forgot your PIN?</a></form> <TABLE width="100%" align="center"> <TR> <!--a HREF="javascript:popUp('/screens/PINhelp.html')">What is a PIN?</a--> </TR> <TR> <TD> <FONT color="FF0000"><I>If you need assistance accessing your library account please contact your home library. To protect your privacy, please be sure to logout when you are finished with your session.<BR><BR> </I></Font> <FONT COLOR="FF0000""><STRONG><I>Placement of a request does not guarantee fulfillment.<BR>Questions? Call your library.</I></STROMG></FONT> </TD> </TR> </Table> <form> <a href="/logout~S60?" target="_self"><img src="/screens/startover.gif" alt="Start Over" border="0" /></a> <br /> </form> <br /> <!--End of main page content--> </td> </tr> </table> <!--End the main content table--> <br /> <!--Begin the bottom logo table--> <br /> <!-- begin botlogo.html file --> <!-- Sierra Example Set --> <!-- Updated: July 25 2024 --> </div> <!-- pageContent --> <div class="clearBotlogo"> </div> <br /> <hr> Nassau Library System </div> <!-- fullPage (toplogo.html) --> </div> <!-- minHeight (toplogo )--> <!-- end botlogo.html file --> <!--End the bottom logo table--> <p align="center" class="InnovativeCredit">Powered by <a href="http://www.iii.com" target="_blank">Innovative Interfaces, Inc.</a> 2003</p> </body> </html>