CINXE.COM

Preferences - Display format

<!-- filename: option-display-session --> <html> <head> <title>Preferences - Display format</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"> <!-- 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-02049?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-02050?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-02051?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-02052?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-02053?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-02054?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-02055?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-02056?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-02057?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-02058?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-02059" 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-02060?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-02061?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-02062?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-02063?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-02064?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-02065?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-02066?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"> &nbsp; </div> <!-- Functions that have been suppressed in this file --> <!-- <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-02067?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-02068?func=service-ill");' title="ILL Request" class=white>ILL Request</a> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-02069?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-02070?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-02071?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-02072?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-02073?func=bor-loan" title="View and renew loans" class="middlebar"> Renew Loans</a> --> <!-- 20050315 Removed lang/sfx settings - see usm01 file for original code A. Bales --> <div class=title> Preferences - Set Display Format </div> <p class="text9"> This function lets you determine the way the system shows you a list of records. Note that even if you choose to see titles only, or one of the brief views, you will always be able to expand an individual record to see its complete bibliographic details. </p> <form method=GET name=form1 action="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-02074"> <input type=hidden name=file_name value="find-b"> <input type=hidden name=func value="option-update"> <!-- 20050315 Reformated page using list instead of table A. Bales --> <dl><dt><dd> <dl class="td2"> <!-- 20080620 Removed 'slow' & 'very slow' from 40 & 99. A. Bales --> <!-- 20050315 Removed options for 3 & 15, added 50 & 99. A. Bales --> <dt> No. of brief records per page: <dd> <span class=text9> <input type="radio" name=SHORT_NO_LINES value=10 >10 <input type="radio" name=SHORT_NO_LINES value=15 >15 <input type="radio" name=SHORT_NO_LINES value=20 checked >20 (default) <input type="radio" name=SHORT_NO_LINES value=50 >50 <input type="radio" name=SHORT_NO_LINES value=99 >99 </span> <!-- 20050315 Commented out autofull A. Bales --> <!-- <dt> Max. no. of records for Auto Full: <dd> <span class=text9> <input type="radio" name=AUTO_FULL value=00 checked >0 <input type="radio" name=AUTO_FULL value=05 >5 <input type="radio" name=AUTO_FULL value=10 >10 <input type="radio" name=AUTO_FULL value=15 >15 <br><br> </span> --> <p> <dt>Format: <dd> <!-- NB: The formats in option-display, option-display-session and each library's xxx50/pc_tab_exp_field.eng should match --> <!-- 20050315 Suppressed "opt1" and "card" A. Bales --> <span class=text9> <input type="radio" name=SHORT_FORMAT value="952" >Title only <input type="radio" name=SHORT_FORMAT value="000" checked >Table view <input type="radio" name=SHORT_FORMAT value="950" >Full view <!-- <input type="radio" name=SHORT_FORMAT value="951" >Option 1(951) <input type="radio" name=SHORT_FORMAT value="037" >Card --> </span> <!-- 20050321 Commented out "Include AUT" A. Bales --> <!-- <p> <dt>Include AUT data in Browse List ? <dd> <span class=text9> <input type="radio" name="SCAN_INCLUDE_AUT" value="N" checked >No <input type="radio" name="SCAN_INCLUDE_AUT" value="Y" >Yes </span> --> </dl> </dl> <p> <input type="image" src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-go.gif" border=0 alt="Go"> </form> <!-- 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> &copy; 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>

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