New file, demos multiple auto-widgets
[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 IndexData 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 }
12     </style>
13   </head>
14   <body>
15     <h1>A site about stuff</h1>
16     <table border="1" width="100%">
17       <tr>
18         <td width="40%">
19           <h2>Welcome</h2>
20           Main site content goes here.
21         </td>
22         <td width="30%">
23           <h2>News</h2>
24 <div class='mkwsRecords mkwsTeam_news'
25         autosearch='museum'
26         sort='relevance'
27         targets='pz:id~josiah.brown.edu:210/innopac|connect.indexdata.com:9000/mit_opencourseware'
28 >News will appear here</div>
29         </td>
30         <td width="30%">
31           <h2>Blog</h2>
32 <div class='mkwsRecords mkwsTeam_blog'
33         autosearch='dinosaur'
34         sort='relevance'
35         targets='pz:id~josiah.brown.edu:210/innopac|connect.indexdata.com:9000/mit_opencourseware'
36 >Blog entries will appear here</div>
37         </td>
38       </tr>
39     </table>
40   </body>
41 </html>