Break mkwsResults down to its components.
[mkws-moved-to-github.git] / examples / htdocs / mike.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     <title>MKWS demo: Mike's playground</title>
7     <link rel="stylesheet" type="text/css" href="http://x.mkws.indexdata.com/mkws.css" />
8     <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
9     <script type="text/javascript" src="http://x.mkws.indexdata.com/jquery.json-2.4.js"></script>
10     <script type="text/javascript" src="http://x.mkws.indexdata.com/handlebars-v1.1.2.js"></script>
11     <script type="text/javascript" src="http://x.mkws.indexdata.com/pazpar2/js/pz2.js"></script>
12     <script type="text/javascript" src="http://x.mkws.indexdata.com/mkws.js"></script>
13   </head>
14   <body>
15     <div id="mkwsSwitch"></div>
16     <div id="mkwsLang"></div>
17     <div id="mkwsSearch"></div>
18     <table width="100%" border="0" cellpadding="6" cellspacing="0">
19       <tr>
20         <td class="mkwsTermlistContainer1" width="250" valign="top">
21           <div class="mkwsTermlists"></div>
22         </td>
23         <td class="mkwsMOTDContainer" valign="top">
24           <div class="mkwsRanking"></div>
25           <div class="mkwsPager"></div>
26           <div class="mkwsNavi"></div>
27           <div class="mkwsRecords"></div>
28         </td>
29       </tr>
30       <tr>
31         <td colspan="2">
32           <div class="mkwsTermlistContainer2"></div>
33         </td>
34       </tr>
35     </table>
36     <div id="mkwsTargets"></div>
37     <div id="mkwsStat"></div>
38   </body>
39 </html>