Add minimal styling for table.
[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     <style type="text/css">
11       td { vertical-align: top }
12     </style>
13   </head>
14   <body>
15     <h1>A site about stuff</h1>
16     <table border="1" width="100%">
17       <tr>
18         <td>
19           <h2>Welcome</h2>
20           Main site content goes here.
21         </td>
22         <td>
23           <h2>News</h2>
24
25
26 <div id='mkwsRecords'
27         autosearch='mike'
28         sort='relevance'
29         targets='pz:id~josiah.brown.edu:210/innopac|connect.indexdata.com:9000/mit_opencourseware'
30 >results will appear here</div>
31
32
33         <div id='mkwsTermlists'/>
34         </td>
35       </tr>
36     </table>
37   </body>
38 </html>