<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>University Libraries of Notre Dame Catalog</title>
  <script>
   // Function to process GBS info and update the DOM.
   function ProcessGBSBookInfo(booksInfo) {
    for (isbn in booksInfo) {
    var element = document.getElementById(isbn);
    var bookInfo = booksInfo[isbn];
      if (bookInfo) {
     element.href = bookInfo.preview_url;
     if (bookInfo.preview == "full" ||
       bookInfo.preview == "partial") {
      element.style.display = '';
     }
    }
   }
  }
  </script>
    </head>


    <body style='font-size: large; margin: 7%'>
        
        <div style='text-align: center'>
        <h1 style='text-align: center'>University Libraries of Notre Dame Catalog</h1>
        
        <form method='get' action='./' style='margin-bottom: 3em'>
<input type='hidden' name='cmd' value='search' />
<select name='index'  style='font-size: large'>
<option value='WRD'>keywords</option>
<option value='WTI'>title</option>
<option value='WAU'>author</option>
</select>
<input type='text' name='query' size='35' value='' style='font-size: large' />
<input type='submit' name='submit' value='Go' style='font-size: large' />
</form>

        </div>
        
         
        
	<div style='font-size: small; margin-top: 3em'>
		<hr />
		<p>Contact: Eric Lease Morgan &lt;<a href="mailto:emorgan@nd.edu">emorgan@nd.edu</a>&gt;<br />
		URL: <a href="http://dewey.library.nd.edu/hacks/catalog/">http://dewey.library.nd.edu/hacks/catalog/</a></p>
	</div>
</body>
</html>
