Advertisement
mfrantz

Untitled

Jan 22nd, 2018
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.10 KB | None | 0 0
  1.  
  2.  
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Language" content="en-us">
  6.  
  7. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  8. <title>KDL What's Next&reg; Database</title>
  9. <link rel="stylesheet" type="text/css" href="whatsnext.css"/>
  10. <script type="text/javascript" src="jquery-1.4.2.min.js" ></script>
  11. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-1801889-5"></script>
  12. <script>
  13. window.dataLayer = window.dataLayer || [];
  14. function gtag(){dataLayer.push(arguments);}
  15. gtag('js', new Date());
  16.  
  17. gtag('config', 'UA-1801889-5');
  18. </script>
  19. <script type="text/javascript">
  20. function hideshow1(id) {
  21. $('.group1_' + id).toggleClass('tierexpanded');
  22. $('.header1_' + id).toggleClass('headerexpanded');
  23. }
  24. function hideshow2(id) {
  25. $('.group2_' + id).toggleClass('tierexpanded');
  26. $('.header2_' + id).toggleClass('headerexpanded');
  27. }
  28. $(document).ready(function () {
  29. $('.header').hover(
  30. function () { $(this).addClass('headerhover'); },
  31. function () { $(this).removeClass('headerhover'); });
  32. });
  33. </script>
  34.  
  35. <!-- include IF Vox before closing HEAD tag -->
  36. <script type="text/javascript">(function(){setTimeout(function(){var d=document,t='script',f=d.getElementsByTagName(t)[0],s=d.createElement(t);s.type='text/java'+t;s.async=true;s.src='//d2rnkf2kqy5m6h.cloudfront.net/vxc/wt_iI7bDRQGlGzM_EMTqDw/surveys.js?'+(new Date)/1;f.parentNode.insertBefore(s,f);},1);})();</script>
  37.  
  38.  
  39. </head>
  40. <body>
  41. <table width="100%" border="0" align="center" cellpadding="0">
  42. <tr>
  43. <td><div align="center"><img src="Navigational_Bannertop.gif" width="943" height="76"></div></td>
  44. </tr>
  45. <tr>
  46. <td bgcolor="#412E24"><div align="center"><img src="Navigational_Bannerbottom.gif" width="943" height="74" border="0" usemap="#Map"></div></td>
  47. </tr>
  48. </table>
  49. <p>&nbsp;</p>
  50.  
  51. <map name="Map"><area shape="rect" coords="31,5,113,72" href="http://www.kdl.org" alt="Home">
  52. <area shape="rect" coords="114,6,199,72" href="http://www.kdl.org/about" alt="About">
  53. <area shape="rect" coords="201,8,359,72" href="http://www.kdl.org/books_and_more" alt="Books and More">
  54. <area shape="rect" coords="359,8,448,73" href="http://www.kdl.org/events" alt="events">
  55. <area shape="rect" coords="451,9,670,70" href="http://www.kdl.org/reference_resources" alt="Reference Resources">
  56. <area shape="rect" coords="672,10,833,71" href="http://www.kdl.org/kids" alt="Parents and Kids">
  57. <area shape="rect" coords="833,9,916,70" href="http://www.kdl.org/teens" alt="Teens">
  58. </map>
  59.  
  60. <div class='content'>
  61.  
  62. <div style="float:left; width:100%">
  63. <p align="center"><span class="style5"><strong>Our What's Next<sup>&reg;</sup>: Books in Series database<br>
  64. helps you search series fiction. </strong></span></p>
  65. <p align="center"><span class="style6"><strong>A series is two or more books linked by character(s),<br>
  66. settings, or other common traits.</strong></span></p>
  67. <p align="center"><span class="style11">e.g. Sue Grafton's "A is for Alibi", "B is for..." etc. or the "Star Wars" series</span></p>
  68. <p align="center">&nbsp;</p>
  69. </div>
  70. <hr style="clear:both">
  71. <div class='searcharea'>
  72.  
  73. </div>
  74. <div class='groupingbar'>Search for a Book</div>
  75. <div class='searchbox'>
  76. <form method="GET" action="WhatsNext.asp">
  77. <table cellpadding="5" cellspacing="1" width="500">
  78. <tr>
  79. <td align="right">Author Last Name:</td>
  80. <td align="left"><input type="text" name="AuthorLastName" size="40"/></td>
  81. </tr>
  82. <tr>
  83. <td align="right">Author First Name:</td>
  84. <td align="left"><input type="text" name="AuthorFirstName" size="40"/></td>
  85. </tr>
  86. <tr>
  87. <td align="right">Series:</td>
  88. <td align="left"><input type="text" name="SeriesName" size="40"/></td>
  89. </tr>
  90. <tr>
  91. <td align="right">Book Title:</td>
  92. <td align="left"><input type="text" name="BookTitle" size="40"/></td>
  93. </tr>
  94. <tr>
  95. <td align="right" valign="top">Category:</td>
  96. <td align="left"><input type="radio" name="CategoryID" value="0" checked/>[None]<br />
  97. <input type='radio' name='CategoryID' value='3'>Adult<br/><input type='radio' name='CategoryID' value='4'>Youth<br/>
  98. </td>
  99. </tr>
  100. <tr>
  101. <td align="right" valign="top">Genre:</td>
  102. <td align="left">
  103. <input type='checkbox' name='GenreID' value='7'>Chapter Books<br/><input type='checkbox' name='GenreID' value='10'>General Fiction<br/><input type='checkbox' name='GenreID' value='2'>Horror<br/><input type='checkbox' name='GenreID' value='5'>Inspirational<br/><input type='checkbox' name='GenreID' value='6'>Juvenile Fiction<br/><input type='checkbox' name='GenreID' value='11'>Juvenile Nonfiction<br/><input type='checkbox' name='GenreID' value='3'>Mystery<br/><input type='checkbox' name='GenreID' value='1'>Romance<br/><input type='checkbox' name='GenreID' value='4'>Science Fiction<br/><input type='checkbox' name='GenreID' value='8'>Teen<br/><input type='checkbox' name='GenreID' value='9'>Western<br/>
  104. </td>
  105. </tr>
  106. <tr>
  107. <td></td>
  108. <td><input type="submit" value="Search" name="cmdSearch" class="search"/><input type="hidden" name="Search" value="1"/><input type="hidden" name="grouping" value='' /></td>
  109. </tr>
  110. </table>
  111. </form>
  112. </div>
  113. <hr />
  114. <p class="none style2"><font face="Verdana">The What's Next<sup>&reg;</sup>: Books in Series database was developed and is maintained by the Kent District Library. Please contact <a href="mailto:WhatsNext@kdl.org?subject=What's Next Database Email">WhatsNext@kdl.org</a> or 616-784-2016 ext. 2179 with any questions regarding usage, title omissions, or errors.</font></p>
  115. <p class="none style2">&nbsp;</p>
  116. <p align="center" class="none style2"><strong>We're looking for stories and feedback related to your experience with our What's Next<sup>&reg;</sup> database.<br>
  117. If you have any you'd like to share, click <a href="http://www.kdl.org/books_and_more/go/whats_next_feedback">here</a>.</strong></p>
  118. <p align="center" class="none style2">&nbsp;</p>
  119. <table width="80%" border="1" align="center" cellpadding="10" bgcolor="#FFFF99">
  120. <tr>
  121. <td><p align="justify" class="style2 none"><strong>Update:</strong> The printed edition of our What's Next<sup>&reg;</sup> resource will no longer be published. We would like to extend a sincere thank you to those that have supported our efforts by purchasing our print editions.
  122. We now encourage you to refer to the online What's Next<sup>&reg;</sup> database for the most up-to-date series information (please note the "Printer Friendly Book List" option for printing). Thank you.</p></td>
  123. </tr>
  124. </table>
  125. <p>&nbsp;</p>
  126. <p align="center" class="style2 none"><font face="Verdana">Kent District Library welcomes other libraries to link to this database.<br>
  127. Please credit the link as: <strong>What's Next<sup>&reg;</sup>: Books in Series Database of Kent District Library</strong>.</font></p>
  128. <p align="center">&nbsp;</p>
  129.  
  130. </div>
  131. </body>
  132. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement