More radical UI reworking.
[mkws-moved-to-github.git] / experiments / spclient / index-lowlevel.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" href="http://mkws.indexdata.com/mkwsStyle.css" />
6     <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
7     <style type="text/css">
8       #mkwsTermlists div.facet {
9       float:left;
10       width: 30%;
11       margin: 0.3em;
12       }
13     </style>
14   </head>
15   <body>
16     <table width="100%" border="0">
17       <tr>
18         <td>
19           <div id="mkwsSwitch"></div>
20           <div id="mkwsLang"></div>
21           <div id="mkwsSearch"></div>
22         </td>
23       </tr>
24       <tr>
25         <td>
26           <div style="height:500px; overflow: auto">
27             <div id="mkwsPager"></div>
28             <div id="mkwsNavi"></div>
29             <div id="mkwsRecords"></div>
30             <div id="mkwsTargets"></div>
31             <div id="mkwsRanking"></div>
32           </div>
33         </td>
34       </tr>
35       <tr>
36         <td>
37           <div style="height:300px; overflow: hidden">
38             <div id="mkwsTermlists"></div>
39           </div>
40         </td>
41       </tr>
42       <tr>
43         <td>
44           <div id="mkwsStat"></div>
45         </td>
46       </tr>
47     </table>
48   </body>
49 </html>