Part of MKWS-322. Change all references from mkws-widget-termlists.js to mkws-widget...
[mkws-moved-to-github.git] / examples / htdocs / auto2.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 Index Data ApS, http://indexdata.com" />
7     <title>MKWS demo: Multiple automatic searches</title>
8     <link rel="stylesheet" type="text/css" href="//mkws.indexdata.com/mkws.css" />
9     <script type="text/javascript" src="//mkws.indexdata.com/mkws-complete.js"></script>
10     <style type="text/css">
11       td { vertical-align: top; overflow: word-break }
12     </style>
13   </head>
14   <body>
15     <h1>Dinosaurs and Museums</h1>
16     <table border="1" width="100%" style="table-layout:fixed">
17       <col width="40%"/>
18       <col width="30%"/>
19       <col width="30%"/>
20       <tr>
21         <td>
22           <h2>Welcome</h2>
23           Main site content goes here.
24         </td>
25         <td>
26           <h2>News</h2>
27 <div class='mkws-records mkws-team-news'
28         autosearch='museum'
29         sort='relevance'
30         targets='pz:id~josiah.brown.edu:210/innopac|connect.indexdata.com:9000/mit_opencourseware'
31 >News will appear here</div>
32         </td>
33         <td>
34           <h2>Blog</h2>
35 <div class='mkws-records mkws-team-blog'
36         autosearch='dinosaur'
37         sort='relevance'
38         targets='pz:id~josiah.brown.edu:210/innopac|connect.indexdata.com:9000/mit_opencourseware'
39 >Blog entries will appear here</div>
40         </td>
41       </tr>
42     </table>
43     <p style="color:grey">
44       <a href="http://mkws.indexdata.com/">About MKWS</p>
45     </p>
46   </body>
47 </html>