The Reference Universe widget now specifies to use the correct target.
[mkws-moved-to-github.git] / examples / htdocs / stateful.html
1 <html>
2   <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4     <title>MKWS demo client</title>
5     <link rel="stylesheet" type="text/css" href="//mkws.indexdata.com/mkws.css" />
6     <script type="text/javascript" src="//mkws.indexdata.com/mkws-complete.js"></script>
7     <style>.searchbox { float: right; }</style>
8   </head>
9   <body>
10     <div class="mkws-switch"></div>
11     <div class="mkws-lang"></div>
12     <form>
13       <input type="text" name="q" class="searchbox"/>
14     </form>
15     <div class="mkws-results" autosearch="!param!q"></div>
16     <div class="mkws-targets"></div>
17     <div class="mkws-stat"></div>
18     <div class="mkws-builder"></div>
19   </body>
20 </html>