CINXE.COM
ND Full Catalog - Sign-in
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- filename: login-session --> <html> <head> <title>ND Full Catalog - Sign-in</title> <!-- filename: meta-tags-ndup --> <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache"> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="Sun, 06 Nov 1994 08:49:37 GMT"> <!-- 20050913 Adjusted base specific URL to use server_httpd/F instead of server_f_start A. Bales --> <!-- 20050316 Setting base specific refresh URL --> <META HTTP-EQUIV="REFRESH" CONTENT="1200; URL=https://aleph23-prod.library.nd.edu:443/F?func=find-b-0&local_base=ndu01pub"> <!-- <META HTTP-EQUIV="REFRESH" CONTENT="1200; URL=https://aleph23-prod.library.nd.edu:443/F?func=find-b-0&local_base=ndu01pub"> --> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> <link rel="stylesheet" href="https://aleph23-prod.library.nd.edu:443/exlibris.css" TYPE="text/css"> <script type="text/javascript" src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/malc-scripts.js"></script> </head> <body topmargin="0" onload="window.document.form1.reset(); window.document.form1.bor_id.focus();"> <!-- filename: head-1-nobor-ndup --> <!-- filename: include-window --> <!-- 20070410 Modified javascript open_window(loc) so that links with service type 'tag' open in original window instead of new window. A. Bales --> <script language="Javascript"> <!-- function open_window (loc) { self.name="main"; //make exception for reference links in bibs var serviceTypeTag = "service_type=TAG"; var serviceTypeTagLocation = loc.indexOf(serviceTypeTag); if (serviceTypeTagLocation > -1){ window.location.href=loc; } //otherwise, continue as before else if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("","win1","height=500,width=500,scrollbars,resizable"); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc,"win1","height=500,width=500,scrollbars,resizable"); } w.focus(); } function open_window2 (loc) { self.name="main"; if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("", "win1", "height=100,width=500,scrollbars,resizable" ); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc, "win1", "height=100,width=500,scrollbars,resizable" ); } w.focus(); } function open_window3 (loc) { self.name="main"; if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("", "win1", "height=400,width=450,scrollbars,resizable,top=200" ); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc, "win1", "height=400,width=450,scrollbars,resizable,top=200" ); } w.focus(); } function open_window4 (loc) { self.name="main"; if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("", "win1", "height=150,width=450,scrollbars,resizable,top=200" ); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc, "win1", "height=150,width=450,scrollbars,resizable,top=200" ); } w.focus(); } function open_window_ext (loc) { self.name="main"; if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("","win2","height=500,width=500,scrollbars,resizable,toolbar,status,menubar"); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc,"win2","height=500,width=500,scrollbars,resizable,toolbar,status,menubar"); } w.focus(); } function set_iframe_location(url,id){ eval('document.all.' + id).src = url; } function open_window_confirm (loc,frame) { self.name=frame; if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("","win1","height=220,width=450,scrollbars,resizable"); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc,"win1","height=220,width=450,scrollbars,resizable"); } w.focus(); } function delete_win1 () { var w = window.open ("","win1","height=220,width=450,scrollbars,resizable"); w.close(); } function open_window_ill (loc) { if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("","win1","height=500,width=500,scrollbars,resizable"); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc,"win1","height=500,width=500,scrollbars,resizable"); } w.focus(); } // --> </script> <!-- 20060829 - changing URL for ILL and find articles M. Havert --> <!-- 20050718 Adding varible flag for signed in status A. Bales --> <script language="JavaScript" type="text/javascript"> var signed_in = "no" </script> <!-- 20050215 Added skipnav link A. Bales --> <a href="#main" class="skipnav">Skip Navigation</a> <!-- 20041025 Commenting out Base Top Bar P. Calarco <tr class="topbar"> <td class="topbar" colspan="14" valign="middle" height="20" width="*" align="center" > ND Full Catalog </td> </tr> --> <!-- Start topbar --> <!-- filename: topbar-ndup --> <div class="topbar" id="ndu"> <div class="library"> <!-- 20090106 Changed library name from University to Hesburgh A. Bales --> <a href="http://library.nd.edu" class="topbar" tabindex="1"> HESBURGH LIBRARIES<br><div class="library_college">University of Notre Dame</div> </a> </div> <div class="college"> <a href="http://www.nd.edu/" title="Notre Dame Home Page" tabindex="2"> <img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/ndmark.gif" alt="Notre Dame Home Page" class="college"></a> </div> <!-- 20050321 Removed "multi-catalog" & added "ND Law" A. Bales --> <!-- 20050225 Changed "other libraries" to "other catalogs" A. Bales --> <div class="malc" > <br> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13825?func=find-b-0&local_base=ndu01pub" class="topbar" tabindex="3"> Notre Dame</a> | <a href="https://saintmaryscollegeindiana.on.worldcat.org/discovery" class="topbar" tabindex="4"> Saint Mary's</a> | <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13826?func=find-b-0&local_base=hcc01pub" class="topbar" tabindex="5"> Holy Cross</a> | <a href="https://bethelindiana.on.worldcat.org/discovery" class="topbar" tabindex="6"> Bethel</a> | <a href="https://search.ebscohost.com/login.aspx?custid=s8991252&groupid=main&profid=eds&authtype=guest" class="topbar" tabindex="7">ND Law</a> </div> </div> <!-- endfile: topbar --> <!-- filename:alert --> <script type="text/javascript"> var contentfulDirectApi = (window.location.hostname.includes('prep')) ? 'https://dyccuey0h3.execute-api.us-east-1.amazonaws.com/prep' : 'https://fs49g1qrdg.execute-api.us-east-1.amazonaws.com/prod' // Include Marked.js reference in header so we can parse markdown in alerts var script = document.createElement("script") script.src = "https://cdn.jsdelivr.net/npm/marked@3.0.8/lib/marked.min.js" document.head.appendChild(script) // Make a global variable so these functions can be called from other template files without inlining the js function getAlerts(view) { return new Promise((resolve, reject) => { // If no view specified, can't fetch alerts. Resolve instantly if (!view) { return resolve([]) } var xhr = new XMLHttpRequest() var now = new Date().toISOString() var queryString = 'content_type=alert' queryString += '&fields.domains[in]=' + view queryString += '&fields.startTime[lte]=' + now queryString += '&fields.endTime[gte]=' + now var url = contentfulDirectApi + '/livequery?query=' + encodeURIComponent(queryString) xhr.open('GET', url, true) xhr.onload = function() { // Return if not ready or not good status if (this.status >= 200 && this.status < 300) { return resolve(JSON.parse(xhr.response)) } else { console.error({ status: this.status, text: xhr.statusText }) return resolve([]) // Technically this should be reject, but we don't want to hinder page load so we'll fail silently } } xhr.onerror = resolve xhr.send() }) } function displayAlerts(alertsData) { alertsData.forEach((alert) => { // Parse markdown and use that alert.html = marked(alert.fields.description) // Create class name based on alert type (Ex: "Informational 芒聙聯 Yellow" -> "informational-yellow") alert.class = alert.fields.type.toLowerCase().replace(/\s+[^a-zA-z]*\s*/g, '-') }) var alertSort = (left, right) => { // Put "Warning" type at top, otherwise sort alphanumeric asc if (left.fields.type !== right.fields.type) { if (left.fields.type === 'Warning' || right.fields.type === 'Warning') { return left.fields.type === 'Warning' ? -1 : 1 } else { return left.fields.type < right.fields.type ? -1 : 1 } } else { // If type is the same, sort by start time return left.fields.startTime < right.fields.startTime ? -1 : (left.fields.startTime > right.fields.startTime ? 1 : 0) } } alertsData.sort(alertSort) var alertCategorize = (alerts) => { var out = {} alerts.filter(a => a.fields && a.fields.type).forEach((alert) => { if (out[alert.fields.type]) { out[alert.fields.type].push(alert) } else { out[alert.fields.type] = [alert] } }) return out } var alertCategories = alertCategorize(alertsData || []) var categoryArray = Object.keys(alertCategories).map(type => { var currentAlerts = alertCategories[type] || [] var className = currentAlerts.length > 0 ? currentAlerts[0].class : '' var out = document.createElement('div') out.classList.add('alert-section') out.classList.add(className) currentAlerts.forEach((alert) => { var container = document.createElement('div') container.classList.add('alert-container') var desc = document.createElement('div') desc.classList.add('alert-description') desc.innerHTML = alert.html container.appendChild(desc) out.appendChild(container) }) return out }) if (categoryArray.length) { var allAlerts = document.createElement('div') allAlerts.classList.add('alerts') categoryArray.forEach(cat => allAlerts.appendChild(cat)) return allAlerts } else { return null } } </script> <div id="contentful-alerts"></div> <link rel="stylesheet" type="text/css" href="https://aleph23-prod.library.nd.edu:443/alerts.css"> <script type="text/javascript"> var view = 'catalogueClassicNDU' getAlerts(view).then((alertsData) => { const alertElements = displayAlerts(alertsData) if (alertElements) { document.getElementById('contentful-alerts').appendChild(alertElements) } }) </script> <!-- endfile --> <!-- Start middle bar --> <table class="middlebar" align="center" border="0" width="100%"> <tr> <!--filename: head-menu-ndup--> <td class="search" valign="top" > <ul> <li><a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13827?func=find-b-0" class="middlebar" id="basic" title="Basic Search" tabindex="20">Basic Search</a></li> <li><a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13828?func=find-a-0" title="Advanced Search" class="middlebar" id="adv" tabindex="21">Advanced Search</a></li> <!-- 20050301 Changed link back to "command" per screen design. A. Bales --> <!-- 20050208 Changed link from "Command Search" to "Expert Search" A. Bales --> <li><a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13829?func=find-c-0" title="Command Search" class="middlebar" id="cmd" tabindex="22"> Command Search</a></li> <li><a href="http://onesearch.library.nd.edu/primo_library/libweb/action/search.do?vid=NDU" title="CatalogPlus" class="middlebar" id="catplus">OneSearch</a> </ul> </td> <td valign="top" > <ul> <li><a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13830?func=history" title="Use sets of records from past searches" class="middlebar" tabindex="25">Previous Searches</a></li> <!-- 20050223 Suppressed "results list" per screen design committee. Link will be placed in context sensitive locations e.g., results pages. A. Bales --> <!-- <li><a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13831?func=short" title="View list of records" class="middlebar"> Results List</a></li> --> <!-- 20050126 Replaced basket lines with My e-Shelf code as per rep change 630 pvc --> <li><a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13832?func=myshelf-short"title="View the records that were saved in My e- Shelf" class="middlebar" tabindex="26"> My e-Shelf</a></li> <li><a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13833?func=option-show&func_param=DISPLAY-OPTION" title="Set information display options" class="middlebar" tabindex="27"> Preferences</a></li> <li><a href="https://libguides.library.nd.edu/catalog-help" title="Help using this system" rel="help" target="cat_help" class="middlebar" tabindex="28"> Help</a></li> </ul> </td> <td valign="top" > <ul> <li><a href="https://library.nd.edu/ask-us-desk" tabindex="30" title="Get help from a librarian now, with chat, phone or email" class="middlebar"> Ask-a-Librarian</a></li> <li><a href="https://proxy.library.nd.edu/login?url=https://nd.illiad.oclc.org/illiad/IND/illiad.dll" class="middlebar" title="Get books or articles the library does not own through Interlibrary Loan" tabindex="31"> Interlibrary Loan</a></li> <!-- 20090106 Updated feedback link for new website A. Bales --> <!-- 20050208 Redirected feedback link from Aleph page to U.L. page. was: href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13834?func=file&file_name=feedback" A. Bales --> <li><a href="https://nd.service-now.com/nd_portal?id=sc_cat_item&sys_id=1198d67ddb4a7240de73f5161d961936&URL=https://library.nd.edu/" tabindex="32" title="Send comments about this system" class="middlebar"> Feedback</a></li> </ul> </td> <td valign="top" class="login" width="30%"> <!-- added a column for a login-box --> <!-- filename: sign-in-box-ndup --> <form method=post name="login_form" action="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13835" class="login-f"> <table > <tr> <td colspan=3><span class="login-head">Sign-in (My Account/Renew Loans)</span> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13836?func=BOR-INFO"><img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/iCircle.gif" style="vertical-align:text-bottom" border=0></a> </td> </tr> <tr> <td class="login-text"> <input type="hidden" name="ssl_flag" value="Y"> <input type="hidden" name="func" value="login-session"> <input type="hidden" name="login_source" value="LOGIN-BOR"> <input type=hidden name=bor_library value="NDU50"> NetID </td> <td><input tabindex="50" class="login-i" size=15 maxlength=14 name=bor_id > </td> <td ><a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13837?func=BOR-INFO" class="login-about" tabindex="53" nowrap>No NetID?</a></span></td> </tr> <tr> <td class="login-text">Password</td> <td><input tabindex="51" class="login-i" type=password size=10 name=bor_verification value=""> </td> <td nowrap><input type=image src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-go.gif" tabindex="52" border=0 alt="Sign in" class="login-button"></td> </tr> </table> </form> <!-- endfile: sign-in-box-ndup --> </td> </tr> </table> <!-- filename: find-include-buttons-ndu01pub --> <!-- 20050114 Reformated base links for tab design A. Bales --> <div id="base_tabs"> <span class="tab_on"> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13838?func=find-b-0&local_base=ndu01pub" class="tab_on" id="full" tabindex="61">Full catalog</a> </span> <span class="tab_off"> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13839?func=find-b-0&local_base=nd_serials" class="tab_off" id="per" tabindex="62">Periodicals</a> </span> <span class="tab_off"> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13840?func=find-b-0&local_base=nd_e-resources" class="tab_off" id="elec" tabindex="63">E-Resources</a> </span> <span class="tab_off"> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13841?func=find-b-0&local_base=ndu30pub" class="tab_off" id="res" tabindex="64">Reserves</a> </span> <span class="tab_off"> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13842?func=file&file_name=base-list" title="Choose Databases to Search" class="tab_off" id="more" tabindex="65">More</a> </span> </div> <!-- Note: Original ExLibris version of this file included search links (basic, etc.) which are now in the head-1 file. For original file see -usm01 ABB 20050118 --> <a name="main" class="hide">Main Content</a> <!-- 20050207 Moved Feedback area below tabs A. Bales --> <!-- Start Feedback Area (displays system messages to user) --> <div class="feedbackbar"> </div> <!-- Functions that have been suppressed in this file --> <!-- <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13843?func=file&file_name=base-list" class="blue" title="Choose Databases to Search">Databases</a> <a href='javascript:open_window("https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13844?func=service-ill");' title="ILL Request" class=white>ILL Request</a> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13845?func=file&file_name=logout" class="white" title="Open a new session"> End Session</a> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13846?func=scan-list" class="blue" title="Browse alphabetical indexes of authors, titles etc.">Browse</a> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13847?func=file&file_name=login-session" title="Enter your username and password" class="middlebar">Sign-In</a> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13848?func=BOR-INFO" title="View information on your library account" class="middlebar"> My Account</a> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13849?func=bor-loan" title="View and renew loans" class="middlebar"> Renew Loans</a> --> <div class="title">My Account: Information & Sign-In </div> <br> <div id="login-help" style="float:right;width:55%"> <!-- filename: login-help --> <dl class="login-help"> <dt class="login-help">ND NetID & Password <dd>Currently available for <b>Notre Dame</b> students, faculty and staff only. <p>Passwords longer than 20 characters do not work in Catalog Classic. <br>If your password is over 20 characters, login using your ND ID & PIN. <p> <dt class="login-help">Barcode & PIN <dt>Irish1Card <dd>Use your ND ID, the 9 digit number printed on the front of your Irish1Card <br>e.g., 900555555 <p> <dt>Cards with Barcodes <dd> <IMG src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/barcode.gif" width="206" height="61"> <br>14 digit number located above or below your barcode on ID <br>e.g., 21555555555555 <p> <dt>PIN <dd>This is not the same as your door entry PIN <br>MMDD of birthdate <br>e.g., 1225 for December 25 <p> </dl> </div> <div style="float:left"> <!-- 20071017 updated form to ssl A. Bales --> <form method=post name="form1" action="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13850"> <input type="hidden" name="ssl_flag" value="Y"> <input type="hidden" name="func" value="login-session"> <input type="hidden" name="login_source" value=LOGIN-BOR> <!-- 20070412 added block of hidden variable from aleph18 version of file A. Bales --> <input type="hidden" name="" value=""> <input type="hidden" name="" value=""> <input type="hidden" name="" value=""> <input type="hidden" name="" value=""> <input type="hidden" name="" value=""> <input type="hidden" name="" value=""> <input type="hidden" name="" value=""> <input type="hidden" name="" value=""> <input type="hidden" name="" value=""> <input type="hidden" name="" value=""> <input type="hidden" name="" value=""> <!-- 20071015 Reformated page to accomadate userID sign-in, in addition to barcode A. Bales --> <!-- 20050131 Changed headings, graphics & notes to match 14.2 OPAC. A. Bales --> <table cellspacing=2 cellpadding=6> <tr> <th class="login-page" nowrap valign="top" style="text-align:center"> Barcode<p>PIN </th> <th class=td2 valign="center" style="text-align:center;font-style:italic">OR</td> <th class="login-page" valign="top" style="text-align:center"> ND NetID<p>Password </th> <td class=td2 valign="top"> <input size=14 maxlength=20 name=bor_id value=""> <p> <!-- 20050819 Updated PIN info for NDU A. Bales --> <!-- 20050815 Changes verification no. to PIN A. Bales --> <input type=password size=10 name=bor_verification value=""> </td> </tr> </tr> <!-- 20070525 Supplied include for "library branch" A. Bales --> <!-- filename: login-bor_library-ndup --> <input type=hidden name=bor_library value="NDU50"> <!-- endfile: login-bor_library-ndup --> <!-- 20050131 Suppressed input for "library branch" A. Bales --> <!-- <tr> <td class=td2>Library Branch:</td> <td class=td2> </td> </tr> --> <tr> <td colspan="3"> </td> <td class=td2 colspan=3> <input type=image src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-sign-in.gif" border=0 alt="Sign in"> <!-- 20050413 Suppressed new borrower registration A. Bales --> <!-- <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13851?func=bor-new-0&heading_number=9864"> <img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-register.gif" border="0" alt="Register as a new borrower"></a> --> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13852?func=file&file_name=find-b"> <img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-cancel.gif" border="0" alt="Cancel"></a> <!-- 20050211 Suppressed "reconstruct password" A. Bales --> <!-- <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-13853?func=file&file_name=bypass-passwd"> <img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-password.gif" border="0" alt="Reconstruct your password"></a> --> </td> </tr> </table> </form> </div> <!-- filename: copyrights --> <hr> <!-- filename: backup-alert --> <!-- This file should be empty on the production server --> <!-- endfile: backup-alert --> <p> <table class="copyright" width="100%"> <tr> <td style="padding: 0 2em 0 0; "><a style="border:none" href="http://library.nd.edu"> <img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/hesburgh_mark.png" alt="Hesburgh Libraries of Notre Dame" style="border:none"></a> </td> <td style="text-align:center; font-family:Arial,Verdana,serif; font-size:.85em;"> <a id="undlink" href="http://nd.edu">University of Notre Dame</a> | <a id="hesburghlink" href="http://library.nd.edu">Hesburgh Libraries</a> <p style="margin:.5em;"><span>221 Hesburgh Library</span> <span>Notre Dame, IN 46556</span> | <span>Phone: 574.631.6258</span> | <span>Fax: 574.631.6772</span></p> <span><a href="library.nd.edu/contact-us">Contact information</a></span> | <a href="http://m.library.nd.edu/">Mobile version</a></span> <span style="font-style:italic;font-size:.9em;padding-left:1em;"><a id="copyright" href="http://www.nd.edu/copyright">Copyright</a> © 2010-</span> </td> <td> <a style="border:none" href="http://nd.edu"> <img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/ndmark.png" alt="University of Notre Dame" style="border:none" ></a> </td> </tr> </table> <!-- 20080408 Added tracking script for Google Analytics A. Bales --> <!-- This script should only be present in the PRODUCTION version of this file --> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-2118378-4"); pageTracker._initData(); pageTracker._trackPageview(); </script> </body> </html> <!-- when using one user file locate on USM50, replace the next section with: <input type=hidden name=bor_library="USM50"> -->