uh ...
[mkws-moved-to-github.git] / examples / htdocs / auto.html
1 <?xml version="1.0"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6     <meta name="copyright" content="(c) 1999-2013 IndexData ApS, http://indexdata.com" />
7     <title>MKWS demo: Automatic search</title>
8     <link rel="stylesheet" type="text/css" href="http://mkws.indexdata.com/mkws.css" />
9     <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
10   </head>
11   <body>
12     <h1>A site about stuff</h1>
13     <table border="1" width="100%">
14       <tr>
15         <td>
16           <h2>Welcome</h2>
17           Main site content goes here.
18         </td>
19         <td>
20           <h2>News</h2>
21
22
23 <div id='mkwsRecords'
24         autosearch='mike'
25         sort='relevance'
26         targets='pz:id~josiah.brown.edu:210/innopac|connect.indexdata.com:9000/mit_opencourseware'
27 >results will appear here</div>
28
29
30         <div id='mkwsTermlists'/>
31         </td>
32       </tr>
33     </table>
34   </body>
35 </html>